1<html> 2<head> 3<title>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 </td> 33 <td> 34 <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top"> 35 36<a name="top"></a> 37<h1>Index of all elements</h1> 38 [ <a href="elementindex.html#a">a</a> ] 39 [ <a href="elementindex.html#c">c</a> ] 40 [ <a href="elementindex.html#d">d</a> ] 41 [ <a href="elementindex.html#e">e</a> ] 42 [ <a href="elementindex.html#f">f</a> ] 43 [ <a href="elementindex.html#g">g</a> ] 44 [ <a href="elementindex.html#i">i</a> ] 45 [ <a href="elementindex.html#l">l</a> ] 46 [ <a href="elementindex.html#m">m</a> ] 47 [ <a href="elementindex.html#n">n</a> ] 48 [ <a href="elementindex.html#o">o</a> ] 49 [ <a href="elementindex.html#"></a> ] 50 [ <a href="elementindex.html#s">s</a> ] 51 [ <a href="elementindex.html#t">t</a> ] 52 [ <a href="elementindex.html#v">v</a> ] 53 54 <hr /> 55 <a name="a"></a> 56 <div> 57 <h2>a</h2> 58 <dl> 59 <dt><b>$added</b></dt> 60 <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> 61 <dt><b>$at</b></dt> 62 <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> 63 <dt><b>AT_END</b></dt> 64 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineAT_END">AT_END</a></dd> 65 <dt><b>AT_START</b></dt> 66 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineAT_START">AT_START</a></dd> 67 </dl> 68 </div> 69 <a href="elementindex.html#top">top</a><br> 70 <hr /> 71 <a name="c"></a> 72 <div> 73 <h2>c</h2> 74 <dl> 75 <dt><b>$charset</b></dt> 76 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$charset">csstidy::$charset</a><br> Saves the CSS charset (@charset)</dd> 77 <dt><b>$css</b></dt> 78 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$css">csstidy::$css</a><br> Saves the parsed CSS</dd> 79 <dt><b>class.csstidy_optimise.php</b></dt> 80 <dd>procedural page <a href="csstidy/_class_csstidy_optimise_php.html">class.csstidy_optimise.php</a></dd> 81 <dt><b>class.csstidy.php</b></dt> 82 <dd>procedural page <a href="csstidy/_class_csstidy_php.html">class.csstidy.php</a></dd> 83 <dt><b>class.csstidy_print.php</b></dt> 84 <dd>procedural page <a href="csstidy/_class_csstidy_print_php.html">class.csstidy_print.php</a></dd> 85 <dt><b>COMMENT</b></dt> 86 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineCOMMENT">COMMENT</a></dd> 87 <dt><b>compress_important</b></dt> 88 <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> 89 <dt><b>compress_numbers</b></dt> 90 <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> 91 <dt><b>csstidy</b></dt> 92 <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> 93 <dt><b>csstidy</b></dt> 94 <dd>in file class.csstidy.php, class <a href="csstidy/csstidy.html">csstidy</a><br> CSS Parser class</dd> 95 <dt><b>csstidy_optimise</b></dt> 96 <dd>in file class.csstidy_optimise.php, class <a href="csstidy/csstidy_optimise.html">csstidy_optimise</a><br> CSS Optimising Class</dd> 97 <dt><b>csstidy_optimise</b></dt> 98 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodcsstidy_optimise">csstidy_optimise::csstidy_optimise()</a><br> Constructor</dd> 99 <dt><b>csstidy_print</b></dt> 100 <dd>in file class.csstidy_print.php, method <a href="csstidy/csstidy_print.html#methodcsstidy_print">csstidy_print::csstidy_print()</a><br> Constructor</dd> 101 <dt><b>csstidy_print</b></dt> 102 <dd>in file class.csstidy_print.php, class <a href="csstidy/csstidy_print.html">csstidy_print</a><br> CSS Printing class</dd> 103 <dt><b>css_add_property</b></dt> 104 <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> 105 <dt><b>cut_color</b></dt> 106 <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> 107 </dl> 108 </div> 109 <a href="elementindex.html#top">top</a><br> 110 <hr /> 111 <a name="d"></a> 112 <div> 113 <h2>d</h2> 114 <dl> 115 <dt><b>data.inc.php</b></dt> 116 <dd>procedural page <a href="csstidy/_data_inc_php.html">data.inc.php</a></dd> 117 <dt><b>DEFAULT_AT</b></dt> 118 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineDEFAULT_AT">DEFAULT_AT</a></dd> 119 <dt><b>dissolve_4value_shorthands</b></dt> 120 <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> 121 <dt><b>dissolve_short_bg</b></dt> 122 <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> 123 </dl> 124 </div> 125 <a href="elementindex.html#top">top</a><br> 126 <hr /> 127 <a name="e"></a> 128 <div> 129 <h2>e</h2> 130 <dl> 131 <dt><b>escaped</b></dt> 132 <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> 133 <dt><b>explode_selectors</b></dt> 134 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodexplode_selectors">csstidy::explode_selectors()</a><br> Explodes selectors</dd> 135 <dt><b>explode_ws</b></dt> 136 <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> 137 </dl> 138 </div> 139 <a href="elementindex.html#top">top</a><br> 140 <hr /> 141 <a name="f"></a> 142 <div> 143 <h2>f</h2> 144 <dl> 145 <dt><b>$from</b></dt> 146 <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> 147 <dt><b>formatted</b></dt> 148 <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> 149 </dl> 150 </div> 151 <a href="elementindex.html#top">top</a><br> 152 <hr /> 153 <a name="g"></a> 154 <div> 155 <h2>g</h2> 156 <dl> 157 <dt><b>$GLOBALS['csstidy']['all_properties']</b></dt> 158 <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> 159 <dt><b>$GLOBALS['csstidy']['at_rules']</b></dt> 160 <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> 161 <dt><b>$GLOBALS['csstidy']['background_prop_default']</b></dt> 162 <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> 163 <dt><b>$GLOBALS['csstidy']['color_values']</b></dt> 164 <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> 165 <dt><b>$GLOBALS['csstidy']['number_values']</b></dt> 166 <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> 167 <dt><b>$GLOBALS['csstidy']['predefined_templates']</b></dt> 168 <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> 169 <dt><b>$GLOBALS['csstidy']['replace_colors']</b></dt> 170 <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> 171 <dt><b>$GLOBALS['csstidy']['shorthands']</b></dt> 172 <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> 173 <dt><b>$GLOBALS['csstidy']['tokens']</b></dt> 174 <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> 175 <dt><b>$GLOBALS['csstidy']['units']</b></dt> 176 <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> 177 <dt><b>$GLOBALS['csstidy']['whitespace']</b></dt> 178 <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> 179 <dt><b>get_cfg</b></dt> 180 <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> 181 <dt><b>get_diff</b></dt> 182 <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> 183 <dt><b>get_ratio</b></dt> 184 <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> 185 <dt><b>gvw_important</b></dt> 186 <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> 187 </dl> 188 </div> 189 <a href="elementindex.html#top">top</a><br> 190 <hr /> 191 <a name="i"></a> 192 <div> 193 <h2>i</h2> 194 <dl> 195 <dt><b>$import</b></dt> 196 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$import">csstidy::$import</a><br> Saves all @import URLs</dd> 197 <dt><b>$input_css</b></dt> 198 <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> 199 <dt><b>$invalid_at</b></dt> 200 <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> 201 <dt><b>is_important</b></dt> 202 <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> 203 <dt><b>is_token</b></dt> 204 <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> 205 </dl> 206 </div> 207 <a href="elementindex.html#top">top</a><br> 208 <hr /> 209 <a name="l"></a> 210 <div> 211 <h2>l</h2> 212 <dl> 213 <dt><b>$line</b></dt> 214 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$line">csstidy::$line</a><br> Saves the line number</dd> 215 <dt><b>$log</b></dt> 216 <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> 217 <dt><b>load_template</b></dt> 218 <dd>in file class.csstidy.php, method <a href="csstidy/csstidy.html#methodload_template">csstidy::load_template()</a><br> Loads a new template</dd> 219 <dt><b>log</b></dt> 220 <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> 221 </dl> 222 </div> 223 <a href="elementindex.html#top">top</a><br> 224 <hr /> 225 <a name="m"></a> 226 <div> 227 <h2>m</h2> 228 <dl> 229 <dt><b>merge_4value_shorthands</b></dt> 230 <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> 231 <dt><b>merge_bg</b></dt> 232 <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> 233 <dt><b>merge_css_blocks</b></dt> 234 <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> 235 <dt><b>merge_selectors</b></dt> 236 <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> 237 </dl> 238 </div> 239 <a href="elementindex.html#top">top</a><br> 240 <hr /> 241 <a name="n"></a> 242 <div> 243 <h2>n</h2> 244 <dl> 245 <dt><b>$namespace</b></dt> 246 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$namespace">csstidy::$namespace</a><br> Saves the namespace</dd> 247 </dl> 248 </div> 249 <a href="elementindex.html#top">top</a><br> 250 <hr /> 251 <a name="o"></a> 252 <div> 253 <h2>o</h2> 254 <dl> 255 <dt><b>$optimise</b></dt> 256 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$optimise">csstidy::$optimise</a><br> Optimiser class</dd> 257 <dt><b>$output_css</b></dt> 258 <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> 259 <dt><b>$output_css_plain</b></dt> 260 <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> 261 </dl> 262 </div> 263 <a href="elementindex.html#top">top</a><br> 264 <hr /> 265 <a name="p"></a> 266 <div> 267 <h2>p</h2> 268 <dl> 269 <dt><b>$print</b></dt> 270 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$print">csstidy::$print</a><br> Printer class</dd> 271 <dt><b>$property</b></dt> 272 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$property">csstidy::$property</a><br> Saves the current property</dd> 273 <dt><b>parse</b></dt> 274 <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> 275 <dt><b>parse_from_url</b></dt> 276 <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> 277 <dt><b>plain</b></dt> 278 <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> 279 <dt><b>postparse</b></dt> 280 <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> 281 <dt><b>PROPERTY</b></dt> 282 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#definePROPERTY">PROPERTY</a></dd> 283 <dt><b>property_is_next</b></dt> 284 <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> 285 <dt><b>property_is_valid</b></dt> 286 <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> 287 </dl> 288 </div> 289 <a href="elementindex.html#top">top</a><br> 290 <hr /> 291 <a name="s"></a> 292 <div> 293 <h2>s</h2> 294 <dl> 295 <dt><b>$selector</b></dt> 296 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$selector">csstidy::$selector</a><br> Saves the current selector</dd> 297 <dt><b>$sel_separate</b></dt> 298 <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> 299 <dt><b>$settings</b></dt> 300 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$settings">csstidy::$settings</a><br> Stores the settings</dd> 301 <dt><b>$status</b></dt> 302 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$status">csstidy::$status</a><br> Saves the parser-status.</dd> 303 <dt><b>$str_char</b></dt> 304 <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> 305 <dt><b>$str_in_str</b></dt> 306 <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> 307 <dt><b>$sub_value</b></dt> 308 <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> 309 <dt><b>$sub_value_arr</b></dt> 310 <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> 311 <dt><b>SEL_END</b></dt> 312 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineSEL_END">SEL_END</a></dd> 313 <dt><b>SEL_START</b></dt> 314 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineSEL_START">SEL_START</a></dd> 315 <dt><b>set_cfg</b></dt> 316 <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> 317 <dt><b>shorthand</b></dt> 318 <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> 319 <dt><b>shorthands</b></dt> 320 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodshorthands">csstidy_optimise::shorthands()</a><br> Optimises shorthands</dd> 321 <dt><b>size</b></dt> 322 <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> 323 <dt><b>subvalue</b></dt> 324 <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> 325 </dl> 326 </div> 327 <a href="elementindex.html#top">top</a><br> 328 <hr /> 329 <a name="t"></a> 330 <div> 331 <h2>t</h2> 332 <dl> 333 <dt><b>$tokens</b></dt> 334 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$tokens">csstidy::$tokens</a><br> Saves the parsed CSS (raw)</dd> 335 </dl> 336 </div> 337 <a href="elementindex.html#top">top</a><br> 338 <hr /> 339 <a name="v"></a> 340 <div> 341 <h2>v</h2> 342 <dl> 343 <dt><b>$value</b></dt> 344 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$value">csstidy::$value</a><br> Saves the current value</dd> 345 <dt><b>$version</b></dt> 346 <dd>in file class.csstidy.php, variable <a href="csstidy/csstidy.html#var$version">csstidy::$version</a><br> Contains the version of csstidy</dd> 347 <dt><b>VALUE</b></dt> 348 <dd>in file data.inc.php, constant <a href="csstidy/_data_inc_php.html#defineVALUE">VALUE</a></dd> 349 <dt><b>value</b></dt> 350 <dd>in file class.csstidy_optimise.php, method <a href="csstidy/csstidy_optimise.html#methodvalue">csstidy_optimise::value()</a><br> Optimises values</dd> 351 </dl> 352 </div> 353 <a href="elementindex.html#top">top</a><br> 354 <hr /> 355 <a name="_"></a> 356 <div> 357 <h2>_</h2> 358 <dl> 359 <dt><b>_add_token</b></dt> 360 <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> 361 <dt><b>_convert_raw_css</b></dt> 362 <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> 363 <dt><b>_htmlsp</b></dt> 364 <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> 365 <dt><b>_print</b></dt> 366 <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> 367 <dt><b>_reset</b></dt> 368 <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> 369 <dt><b>_seeknocomment</b></dt> 370 <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> 371 <dt><b>_unicode</b></dt> 372 <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> 373 </dl> 374 </div> 375 <a href="elementindex.html#top">top</a><br> 376 <div class="credit"> 377 <hr /> 378 Documentation generated on Mon, 15 May 2006 22:54:53 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> 379 </div> 380 </td></tr></table> 381 </td> 382 </tr> 383</table> 384 385</body> 386</html>