1<html> 2<head> 3<title>Package csstidy Element Index</title> 4<link rel="stylesheet" type="text/css" href="media/style.css"> 5</head> 6<body> 7 8<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> 9 <tr> 10 <td class="header_top">csstidy</td> 11 </tr> 12 <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> 13 <tr> 14 <td class="header_menu"> 15 [ <a href="classtrees_csstidy.html" class="menu">class tree: csstidy</a> ] 16 [ <a href="elementindex_csstidy.html" class="menu">index: csstidy</a> ] 17 [ <a href="elementindex.html" class="menu">all elements</a> ] 18 </td> 19 </tr> 20 <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> 21</table> 22 23<table width="100%" border="0" cellpadding="0" cellspacing="0"> 24 <tr valign="top"> 25 <td width="200" class="menu"> 26 <div id="todolist"> 27 <p><a href="todolist.html">Todo List</a></p> 28 </div> 29 <b>Packages:</b><br /> 30 <a href="li_csstidy.html">csstidy</a><br /> 31 <br /><br /> 32 <b>Files:</b><br /> 33 <div class="package"> 34 <a href="csstidy/_class_csstidy_php.html"> class.csstidy.php 35 </a><br> 36 <a href="csstidy/_class_csstidy_optimise_php.html"> class.csstidy_optimise.php 37 </a><br> 38 <a href="csstidy/_class_csstidy_print_php.html"> class.csstidy_print.php 39 </a><br> 40 <a href="csstidy/_data_inc_php.html"> data.inc.php 41 </a><br> 42 </div><br /> 43 44 45 <b>Classes:</b><br /> 46 <div class="package"> 47 <a href="csstidy/csstidy.html">csstidy</a><br /> 48 <a href="csstidy/csstidy_optimise.html">csstidy_optimise</a><br /> 49 <a href="csstidy/csstidy_print.html">csstidy_print</a><br /> 50 </div> 51 52 </td> 53 <td> 54 <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top"> 55 56<a name="top"></a> 57<h1>Element index for package csstidy</h1> 58 [ <a href="elementindex_csstidy.html#a">a</a> ] 59 [ <a href="elementindex_csstidy.html#c">c</a> ] 60 [ <a href="elementindex_csstidy.html#d">d</a> ] 61 [ <a href="elementindex_csstidy.html#e">e</a> ] 62 [ <a href="elementindex_csstidy.html#f">f</a> ] 63 [ <a href="elementindex_csstidy.html#g">g</a> ] 64 [ <a href="elementindex_csstidy.html#i">i</a> ] 65 [ <a href="elementindex_csstidy.html#l">l</a> ] 66 [ <a href="elementindex_csstidy.html#m">m</a> ] 67 [ <a href="elementindex_csstidy.html#n">n</a> ] 68 [ <a href="elementindex_csstidy.html#o">o</a> ] 69 [ <a href="elementindex_csstidy.html#p">p</a> ] 70 [ <a href="elementindex_csstidy.html#s">s</a> ] 71 [ <a href="elementindex_csstidy.html#t">t</a> ] 72 [ <a href="elementindex_csstidy.html#v">v</a> ] 73 [ <a href="elementindex_csstidy.html#_">_</a> ] 74 75 <hr /> 76 <a name="_"></a> 77 <div> 78 <h2>_</h2> 79 <dl> 80 <dt><b>_add_token</b></dt> 81 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#method_add_token">csstidy::_add_token()</a><br> Adds a token to $this->tokens</dd> 82 <dt><b>_convert_raw_css</b></dt> 83 <dd>in file class.csstidy_print.php, method <a href="csstidy/csstidy_print.html#method_convert_raw_css">csstidy_print::_convert_raw_css()</a><br> Converts $this->css array to a raw array ($this->tokens)</dd> 84 <dt><b>_htmlsp</b></dt> 85 <dd>in file class.csstidy_print.php, method <a href="csstidy/csstidy_print.html#method_htmlsp">csstidy_print::_htmlsp()</a><br> Same as htmlspecialchars, only that chars are not replaced if $plain !== true. This makes print_code() cleaner.</dd> 86 <dt><b>_print</b></dt> 87 <dd>in file class.csstidy_print.php, method <a href="csstidy/csstidy_print.html#method_print">csstidy_print::_print()</a><br> Returns the formatted CSS Code and saves it into $this->output_css and $this->output_css_plain</dd> 88 <dt><b>_reset</b></dt> 89 <dd>in file class.csstidy_print.php, method <a href="csstidy/csstidy_print.html#method_reset">csstidy_print::_reset()</a><br> Resets output_css and output_css_plain (new css code)</dd> 90 <dt><b>_seeknocomment</b></dt> 91 <dd>in file class.csstidy_print.php, method <a href="csstidy/csstidy_print.html#method_seeknocomment">csstidy_print::_seeknocomment()</a><br> Gets the next token type which is $move away from $key, excluding comments</dd> 92 <dt><b>_unicode</b></dt> 93 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#method_unicode">csstidy::_unicode()</a><br> Parse unicode notations and find a replacement character</dd> 94 </dl> 95 </div> 96 <a href="elementindex_csstidy.html#top">top</a><br> 97 <hr /> 98 <a name="a"></a> 99 <div> 100 <h2>a</h2> 101 <dl> 102 <dt><b>$added</b></dt> 103 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$added">csstidy::$added</a><br> =true if something has been added to the current selector</dd> 104 <dt><b>$at</b></dt> 105 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$at">csstidy::$at</a><br> Saves the current at rule (@media)</dd> 106 <dt><b>AT_END</b></dt> 107 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineAT_END">AT_END</a></dd> 108 <dt><b>AT_START</b></dt> 109 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineAT_START">AT_START</a></dd> 110 </dl> 111 </div> 112 <a href="elementindex_csstidy.html#top">top</a><br> 113 <hr /> 114 <a name="c"></a> 115 <div> 116 <h2>c</h2> 117 <dl> 118 <dt><b>$charset</b></dt> 119 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$charset">csstidy::$charset</a><br> Saves the CSS charset (@charset)</dd> 120 <dt><b>$css</b></dt> 121 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$css">csstidy::$css</a><br> Saves the parsed CSS</dd> 122 <dt><b>class.csstidy_optimise.php</b></dt> 123 <dd>procedural page <a href="csstidy/_class_csstidy_optimise_php.html">class.csstidy_optimise.php</a></dd> 124 <dt><b>class.csstidy.php</b></dt> 125 <dd>procedural page <a href="csstidy/_class_csstidy_php.html">class.csstidy.php</a></dd> 126 <dt><b>class.csstidy_print.php</b></dt> 127 <dd>procedural page <a href="csstidy/_class_csstidy_print_php.html">class.csstidy_print.php</a></dd> 128 <dt><b>COMMENT</b></dt> 129 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineCOMMENT">COMMENT</a></dd> 130 <dt><b>compress_important</b></dt> 131 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodcompress_important">csstidy_optimise::compress_important()</a><br> Removes unnecessary whitespace in ! important</dd> 132 <dt><b>compress_numbers</b></dt> 133 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodcompress_numbers">csstidy_optimise::compress_numbers()</a><br> Compresses numbers (ie. 1.0 becomes 1 or 1.100 becomes 1.1 )</dd> 134 <dt><b>csstidy</b></dt> 135 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodcsstidy">csstidy::csstidy()</a><br> Loads standard template and sets default settings</dd> 136 <dt><b>csstidy</b></dt> 137 <dd>in file class.csstidy.php, class <a href="csstidy/csstidy.html">csstidy</a><br> CSS Parser class</dd> 138 <dt><b>csstidy_optimise</b></dt> 139 <dd>in file class.csstidy_optimise.php, class <a href="csstidy/csstidy_optimise.html">csstidy_optimise</a><br> CSS Optimising Class</dd> 140 <dt><b>csstidy_optimise</b></dt> 141 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodcsstidy_optimise">csstidy_optimise::csstidy_optimise()</a><br> Constructor</dd> 142 <dt><b>csstidy_print</b></dt> 143 <dd>in file class.csstidy_print.php, method <a href="csstidy/csstidy_print.html#methodcsstidy_print">csstidy_print::csstidy_print()</a><br> Constructor</dd> 144 <dt><b>csstidy_print</b></dt> 145 <dd>in file class.csstidy_print.php, class <a href="csstidy/csstidy_print.html">csstidy_print</a><br> CSS Printing class</dd> 146 <dt><b>css_add_property</b></dt> 147 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodcss_add_property">csstidy::css_add_property()</a><br> Adds a property with value to the existing CSS code</dd> 148 <dt><b>cut_color</b></dt> 149 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodcut_color">csstidy_optimise::cut_color()</a><br> Color compression function. Converts all rgb() values to #-values and uses the short-form if possible. Also replaces 4 color names by #-values.</dd> 150 </dl> 151 </div> 152 <a href="elementindex_csstidy.html#top">top</a><br> 153 <hr /> 154 <a name="d"></a> 155 <div> 156 <h2>d</h2> 157 <dl> 158 <dt><b>data.inc.php</b></dt> 159 <dd>procedural page <a href="csstidy/_data_inc_php.html">data.inc.php</a></dd> 160 <dt><b>DEFAULT_AT</b></dt> 161 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineDEFAULT_AT">DEFAULT_AT</a></dd> 162 <dt><b>dissolve_4value_shorthands</b></dt> 163 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methoddissolve_4value_shorthands">csstidy_optimise::dissolve_4value_shorthands()</a><br> Dissolves properties like padding:10px 10px 10px to padding-top:10px;padding-bottom:10px;...</dd> 164 <dt><b>dissolve_short_bg</b></dt> 165 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methoddissolve_short_bg">csstidy_optimise::dissolve_short_bg()</a><br> Dissolve background property</dd> 166 </dl> 167 </div> 168 <a href="elementindex_csstidy.html#top">top</a><br> 169 <hr /> 170 <a name="e"></a> 171 <div> 172 <h2>e</h2> 173 <dl> 174 <dt><b>escaped</b></dt> 175 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodescaped">csstidy::escaped()</a><br> Checks if a character is escaped (and returns true if it is)</dd> 176 <dt><b>explode_selectors</b></dt> 177 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodexplode_selectors">csstidy::explode_selectors()</a><br> Explodes selectors</dd> 178 <dt><b>explode_ws</b></dt> 179 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodexplode_ws">csstidy_optimise::explode_ws()</a><br> Explodes a string as explode() does, however, not if $sep is escaped or within a string.</dd> 180 </dl> 181 </div> 182 <a href="elementindex_csstidy.html#top">top</a><br> 183 <hr /> 184 <a name="f"></a> 185 <div> 186 <h2>f</h2> 187 <dl> 188 <dt><b>$from</b></dt> 189 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$from">csstidy::$from</a><br> Status from which the parser switched to ic or instr</dd> 190 <dt><b>formatted</b></dt> 191 <dd>in file class.csstidy_print.php, method <a href="csstidy/csstidy_print.html#methodformatted">csstidy_print::formatted()</a><br> Returns the formatted CSS code</dd> 192 </dl> 193 </div> 194 <a href="elementindex_csstidy.html#top">top</a><br> 195 <hr /> 196 <a name="g"></a> 197 <div> 198 <h2>g</h2> 199 <dl> 200 <dt><b>$GLOBALS['csstidy']['all_properties']</b></dt> 201 <dd>in file data.inc.php, global variable <a href="csstidy/_data_inc_php.html#global$GLOBALS['csstidy']['all_properties']">$GLOBALS['csstidy']['all_properties']</a><br> All CSS Properties. Needed for csstidy::property_is_next()</dd> 202 <dt><b>$GLOBALS['csstidy']['at_rules']</b></dt> 203 <dd>in file data.inc.php, global variable <a href="csstidy/_data_inc_php.html#global$GLOBALS['csstidy']['at_rules']">$GLOBALS['csstidy']['at_rules']</a><br> Available at-rules</dd> 204 <dt><b>$GLOBALS['csstidy']['background_prop_default']</b></dt> 205 <dd>in file data.inc.php, global variable <a href="csstidy/_data_inc_php.html#global$GLOBALS['csstidy']['background_prop_default']">$GLOBALS['csstidy']['background_prop_default']</a><br> Default values for the background properties</dd> 206 <dt><b>$GLOBALS['csstidy']['color_values']</b></dt> 207 <dd>in file data.inc.php, global variable <a href="csstidy/_data_inc_php.html#global$GLOBALS['csstidy']['color_values']">$GLOBALS['csstidy']['color_values']</a><br> Properties that allow <color> as value</dd> 208 <dt><b>$GLOBALS['csstidy']['number_values']</b></dt> 209 <dd>in file data.inc.php, global variable <a href="csstidy/_data_inc_php.html#global$GLOBALS['csstidy']['number_values']">$GLOBALS['csstidy']['number_values']</a><br> Properties that allow <number> as value</dd> 210 <dt><b>$GLOBALS['csstidy']['predefined_templates']</b></dt> 211 <dd>in file data.inc.php, global variable <a href="csstidy/_data_inc_php.html#global$GLOBALS['csstidy']['predefined_templates']">$GLOBALS['csstidy']['predefined_templates']</a><br> An array containing all predefined templates.</dd> 212 <dt><b>$GLOBALS['csstidy']['replace_colors']</b></dt> 213 <dd>in file data.inc.php, global variable <a href="csstidy/_data_inc_php.html#global$GLOBALS['csstidy']['replace_colors']">$GLOBALS['csstidy']['replace_colors']</a><br> A list of non-W3C color names which get replaced by their hex-codes</dd> 214 <dt><b>$GLOBALS['csstidy']['shorthands']</b></dt> 215 <dd>in file data.inc.php, global variable <a href="csstidy/_data_inc_php.html#global$GLOBALS['csstidy']['shorthands']">$GLOBALS['csstidy']['shorthands']</a><br> A list of all shorthand properties that are devided into four properties and/or have four subvalues</dd> 216 <dt><b>$GLOBALS['csstidy']['tokens']</b></dt> 217 <dd>in file data.inc.php, global variable <a href="csstidy/_data_inc_php.html#global$GLOBALS['csstidy']['tokens']">$GLOBALS['csstidy']['tokens']</a><br> All CSS tokens used by csstidy</dd> 218 <dt><b>$GLOBALS['csstidy']['units']</b></dt> 219 <dd>in file data.inc.php, global variable <a href="csstidy/_data_inc_php.html#global$GLOBALS['csstidy']['units']">$GLOBALS['csstidy']['units']</a><br> All CSS units (CSS 3 units included)</dd> 220 <dt><b>$GLOBALS['csstidy']['whitespace']</b></dt> 221 <dd>in file data.inc.php, global variable <a href="csstidy/_data_inc_php.html#global$GLOBALS['csstidy']['whitespace']">$GLOBALS['csstidy']['whitespace']</a><br> All whitespace allowed in CSS</dd> 222 <dt><b>get_cfg</b></dt> 223 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodget_cfg">csstidy::get_cfg()</a><br> Get the value of a setting.</dd> 224 <dt><b>get_diff</b></dt> 225 <dd>in file class.csstidy_print.php, method <a href="csstidy/csstidy_print.html#methodget_diff">csstidy_print::get_diff()</a><br> Get difference between the old and new code in bytes and prints the code if necessary.</dd> 226 <dt><b>get_ratio</b></dt> 227 <dd>in file class.csstidy_print.php, method <a href="csstidy/csstidy_print.html#methodget_ratio">csstidy_print::get_ratio()</a><br> Get compression ratio</dd> 228 <dt><b>gvw_important</b></dt> 229 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodgvw_important">csstidy::gvw_important()</a><br> Returns a value without !important</dd> 230 </dl> 231 </div> 232 <a href="elementindex_csstidy.html#top">top</a><br> 233 <hr /> 234 <a name="i"></a> 235 <div> 236 <h2>i</h2> 237 <dl> 238 <dt><b>$import</b></dt> 239 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$import">csstidy::$import</a><br> Saves all @import URLs</dd> 240 <dt><b>$input_css</b></dt> 241 <dd>in file class.csstidy_print.php, variable <a href="csstidy/csstidy_print.html#var$input_css">csstidy_print::$input_css</a><br> Saves the input CSS string</dd> 242 <dt><b>$invalid_at</b></dt> 243 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$invalid_at">csstidy::$invalid_at</a><br> =true if in invalid at-rule</dd> 244 <dt><b>is_important</b></dt> 245 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodis_important">csstidy::is_important()</a><br> Checks if $value is !important.</dd> 246 <dt><b>is_token</b></dt> 247 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodis_token">csstidy::is_token()</a><br> Checks if there is a token at the current position</dd> 248 </dl> 249 </div> 250 <a href="elementindex_csstidy.html#top">top</a><br> 251 <hr /> 252 <a name="l"></a> 253 <div> 254 <h2>l</h2> 255 <dl> 256 <dt><b>$line</b></dt> 257 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$line">csstidy::$line</a><br> Saves the line number</dd> 258 <dt><b>$log</b></dt> 259 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$log">csstidy::$log</a><br> Array which saves the message log</dd> 260 <dt><b>load_template</b></dt> 261 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodload_template">csstidy::load_template()</a><br> Loads a new template</dd> 262 <dt><b>log</b></dt> 263 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodlog">csstidy::log()</a><br> Add a message to the message log</dd> 264 </dl> 265 </div> 266 <a href="elementindex_csstidy.html#top">top</a><br> 267 <hr /> 268 <a name="m"></a> 269 <div> 270 <h2>m</h2> 271 <dl> 272 <dt><b>merge_4value_shorthands</b></dt> 273 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodmerge_4value_shorthands">csstidy_optimise::merge_4value_shorthands()</a><br> Merges Shorthand properties again, the opposite of dissolve_4value_shorthands()</dd> 274 <dt><b>merge_bg</b></dt> 275 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodmerge_bg">csstidy_optimise::merge_bg()</a><br> Merges all background properties</dd> 276 <dt><b>merge_css_blocks</b></dt> 277 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodmerge_css_blocks">csstidy::merge_css_blocks()</a><br> Adds CSS to an existing media/selector</dd> 278 <dt><b>merge_selectors</b></dt> 279 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodmerge_selectors">csstidy_optimise::merge_selectors()</a><br> Merges selectors with same properties. Example: a{color:red} b{color:red} -> a,b{color:red} Very basic and has at least one bug. Hopefully there is a replacement soon.</dd> 280 </dl> 281 </div> 282 <a href="elementindex_csstidy.html#top">top</a><br> 283 <hr /> 284 <a name="n"></a> 285 <div> 286 <h2>n</h2> 287 <dl> 288 <dt><b>$namespace</b></dt> 289 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$namespace">csstidy::$namespace</a><br> Saves the namespace</dd> 290 </dl> 291 </div> 292 <a href="elementindex_csstidy.html#top">top</a><br> 293 <hr /> 294 <a name="o"></a> 295 <div> 296 <h2>o</h2> 297 <dl> 298 <dt><b>$optimise</b></dt> 299 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$optimise">csstidy::$optimise</a><br> Optimiser class</dd> 300 <dt><b>$output_css</b></dt> 301 <dd>in file class.csstidy_print.php, variable <a href="csstidy/csstidy_print.html#var$output_css">csstidy_print::$output_css</a><br> Saves the formatted CSS string</dd> 302 <dt><b>$output_css_plain</b></dt> 303 <dd>in file class.csstidy_print.php, variable <a href="csstidy/csstidy_print.html#var$output_css_plain">csstidy_print::$output_css_plain</a><br> Saves the formatted CSS string (plain text)</dd> 304 </dl> 305 </div> 306 <a href="elementindex_csstidy.html#top">top</a><br> 307 <hr /> 308 <a name="p"></a> 309 <div> 310 <h2>p</h2> 311 <dl> 312 <dt><b>$print</b></dt> 313 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$print">csstidy::$print</a><br> Printer class</dd> 314 <dt><b>$property</b></dt> 315 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$property">csstidy::$property</a><br> Saves the current property</dd> 316 <dt><b>parse</b></dt> 317 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodparse">csstidy::parse()</a><br> Parses CSS in $string. The code is saved as array in $this->css</dd> 318 <dt><b>parse_from_url</b></dt> 319 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodparse_from_url">csstidy::parse_from_url()</a><br> Starts parsing from URL</dd> 320 <dt><b>plain</b></dt> 321 <dd>in file class.csstidy_print.php, method <a href="csstidy/csstidy_print.html#methodplain">csstidy_print::plain()</a><br> Returns the CSS code as plain text</dd> 322 <dt><b>postparse</b></dt> 323 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodpostparse">csstidy_optimise::postparse()</a><br> Optimises $css after parsing</dd> 324 <dt><b>PROPERTY</b></dt> 325 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#definePROPERTY">PROPERTY</a></dd> 326 <dt><b>property_is_next</b></dt> 327 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodproperty_is_next">csstidy::property_is_next()</a><br> Checks if the next word in a string from pos is a CSS property</dd> 328 <dt><b>property_is_valid</b></dt> 329 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodproperty_is_valid">csstidy::property_is_valid()</a><br> Checks if a property is valid</dd> 330 </dl> 331 </div> 332 <a href="elementindex_csstidy.html#top">top</a><br> 333 <hr /> 334 <a name="s"></a> 335 <div> 336 <h2>s</h2> 337 <dl> 338 <dt><b>$selector</b></dt> 339 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$selector">csstidy::$selector</a><br> Saves the current selector</dd> 340 <dt><b>$sel_separate</b></dt> 341 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$sel_separate">csstidy::$sel_separate</a><br> Saves the position of , in selectors</dd> 342 <dt><b>$settings</b></dt> 343 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$settings">csstidy::$settings</a><br> Stores the settings</dd> 344 <dt><b>$status</b></dt> 345 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$status">csstidy::$status</a><br> Saves the parser-status.</dd> 346 <dt><b>$str_char</b></dt> 347 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$str_char">csstidy::$str_char</a><br> Saves the char which opened the last string</dd> 348 <dt><b>$str_in_str</b></dt> 349 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$str_in_str">csstidy::$str_in_str</a><br> Variable needed to manage string-in-strings, for example url("foo.png")</dd> 350 <dt><b>$sub_value</b></dt> 351 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$sub_value">csstidy::$sub_value</a><br> Saves the current sub-value</dd> 352 <dt><b>$sub_value_arr</b></dt> 353 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$sub_value_arr">csstidy::$sub_value_arr</a><br> Array which saves all subvalues for a property.</dd> 354 <dt><b>SEL_END</b></dt> 355 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineSEL_END">SEL_END</a></dd> 356 <dt><b>SEL_START</b></dt> 357 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineSEL_START">SEL_START</a></dd> 358 <dt><b>set_cfg</b></dt> 359 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodset_cfg">csstidy::set_cfg()</a><br> Set the value of a setting.</dd> 360 <dt><b>shorthand</b></dt> 361 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodshorthand">csstidy_optimise::shorthand()</a><br> Compresses shorthand values. Example: margin:1px 1px 1px 1px -> margin:1px</dd> 362 <dt><b>shorthands</b></dt> 363 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodshorthands">csstidy_optimise::shorthands()</a><br> Optimises shorthands</dd> 364 <dt><b>size</b></dt> 365 <dd>in file class.csstidy_print.php, method <a href="csstidy/csstidy_print.html#methodsize">csstidy_print::size()</a><br> Get the size of either input or output CSS in KB</dd> 366 <dt><b>subvalue</b></dt> 367 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodsubvalue">csstidy_optimise::subvalue()</a><br> Optimises a sub-value</dd> 368 </dl> 369 </div> 370 <a href="elementindex_csstidy.html#top">top</a><br> 371 <hr /> 372 <a name="t"></a> 373 <div> 374 <h2>t</h2> 375 <dl> 376 <dt><b>$tokens</b></dt> 377 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$tokens">csstidy::$tokens</a><br> Saves the parsed CSS (raw)</dd> 378 </dl> 379 </div> 380 <a href="elementindex_csstidy.html#top">top</a><br> 381 <hr /> 382 <a name="v"></a> 383 <div> 384 <h2>v</h2> 385 <dl> 386 <dt><b>$value</b></dt> 387 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$value">csstidy::$value</a><br> Saves the current value</dd> 388 <dt><b>$version</b></dt> 389 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$version">csstidy::$version</a><br> Contains the version of csstidy</dd> 390 <dt><b>VALUE</b></dt> 391 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineVALUE">VALUE</a></dd> 392 <dt><b>value</b></dt> 393 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodvalue">csstidy_optimise::value()</a><br> Optimises values</dd> 394 </dl> 395 </div> 396 <a href="elementindex_csstidy.html#top">top</a><br> 397 <div class="credit"> 398 <hr /> 399 Documentation generated on Mon, 15 May 2006 22:54:53 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> 400 </div> 401 </td></tr></table> 402 </td> 403 </tr> 404</table> 405 406</body> 407</html>