/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/defines.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/defines.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jonen, Thu Jan 30 03:29:08 2003 UTC revision 1.2 by jonen, Sat Feb 22 20:55:24 2003 UTC
# Line 28  define("HTML", "html"); Line 28  define("HTML", "html");
28   */   */
29  define("INDENT_NICE", 0);  define("INDENT_NICE", 0);
30  define("INDENT_LEFT_JUSTIFY", -1);  define("INDENT_LEFT_JUSTIFY", -1);
31    
32    
33    /**
34     * some nice globals
35     */
36    define( "_HTML_SPACE", " ");
37    
38    /**
39     * Some global defines for the tag classes
40     */
41    define( "_INDENT_STR", "  ");
42    
43    define( "_NEWLINEAFTERCONTENT", 1);
44    define( "_NEWLINEAFTEROPENTAG", 2);
45    define( "_NEWLINEAFTERCLOSETAG", 4);
46    define( "_CONTENTREQUIRED", 8);
47    define( "_CLOSETAGREQUIRED", 16);
48    define( "_DEPRICATED", 32);
49    define( "_INDENT", 64);
50    define( "_COLLAPSE", 128);
51    define( "_ALWAYS_UPPERCASE", 256);
52    define( "_ALWAYS_LOWERCASE", 512);
53    define( "_NOFINISHSLASHXHTML", 1024);
54    define( "_CDATACONTENTWRAP", 2048);
55    define( "_XHTMLCOMPLIANT", 4096);
56    
57    define( "_TAG_PREFIX", "<");
58    define( "_TAG_SUFFIX", ">");
59  ?>  ?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed