| | Index of all elements[ a ]
	[ c ]
	[ d ]
	[ e ]
	[ f ]
	[ g ]
	[ i ]
	[ l ]
	[ m ]
	[ n ]
	[ o ]
	[  ]
	[ s ]
	[ t ]
	[ v ]
 
		topa
							$addedin file class.csstidy.php, variable csstidy::$added=true if something has been added to the current selector
$atin file class.csstidy.php, variable csstidy::$atSaves the current at rule (@media)
AT_ENDin file data.inc.php, constant AT_ENDAT_STARTin file data.inc.php, constant AT_START 
 
 
		topc
							$charsetin file class.csstidy.php, variable csstidy::$charsetSaves the CSS charset (@charset)
$cssin file class.csstidy.php, variable csstidy::$cssSaves the parsed CSS
class.csstidy_optimise.phpprocedural page class.csstidy_optimise.phpclass.csstidy.phpprocedural page class.csstidy.phpclass.csstidy_print.phpprocedural page class.csstidy_print.phpCOMMENTin file data.inc.php, constant COMMENTcompress_importantin file class.csstidy_optimise.php, method csstidy_optimise::compress_important()Removes unnecessary whitespace in ! important
compress_numbersin file class.csstidy_optimise.php, method csstidy_optimise::compress_numbers()Compresses numbers (ie. 1.0 becomes 1 or 1.100 becomes 1.1 )
csstidyin file class.csstidy.php, method csstidy::csstidy()Loads standard template and sets default settings
csstidyin file class.csstidy.php, class csstidyCSS Parser class
csstidy_optimisein file class.csstidy_optimise.php, class csstidy_optimiseCSS Optimising Class
csstidy_optimisein file class.csstidy_optimise.php, method csstidy_optimise::csstidy_optimise()Constructor
csstidy_printin file class.csstidy_print.php, method csstidy_print::csstidy_print()Constructor
csstidy_printin file class.csstidy_print.php, class csstidy_printCSS Printing class
css_add_propertyin file class.csstidy.php, method csstidy::css_add_property()Adds a property with value to the existing CSS code
cut_colorin file class.csstidy_optimise.php, method csstidy_optimise::cut_color()Color compression function. Converts all rgb() values to #-values and uses the short-form if possible. Also replaces 4 color names by #-values.
 
 top
 
 
 
		tope
							escapedin file class.csstidy.php, method csstidy::escaped()Checks if a character is escaped (and returns true if it is)
explode_selectorsin file class.csstidy.php, method csstidy::explode_selectors()Explodes selectors
explode_wsin file class.csstidy_optimise.php, method csstidy_optimise::explode_ws()Explodes a string as explode() does, however, not if $sep is escaped or within a string.
 
 
 
		topf
							$fromin file class.csstidy.php, variable csstidy::$fromStatus from which the parser switched to ic or instr
formattedin file class.csstidy_print.php, method csstidy_print::formatted()Returns the formatted CSS code
 
 
 
		topg
							$GLOBALS['csstidy']['all_properties']in file data.inc.php, global variable $GLOBALS['csstidy']['all_properties']All CSS Properties. Needed for csstidy::property_is_next()
$GLOBALS['csstidy']['at_rules']in file data.inc.php, global variable $GLOBALS['csstidy']['at_rules']Available at-rules
$GLOBALS['csstidy']['background_prop_default']in file data.inc.php, global variable $GLOBALS['csstidy']['background_prop_default']Default values for the background properties
$GLOBALS['csstidy']['color_values']in file data.inc.php, global variable $GLOBALS['csstidy']['color_values']Properties that allow <color> as value
$GLOBALS['csstidy']['number_values']in file data.inc.php, global variable $GLOBALS['csstidy']['number_values']Properties that allow <number> as value
$GLOBALS['csstidy']['predefined_templates']in file data.inc.php, global variable $GLOBALS['csstidy']['predefined_templates']An array containing all predefined templates.
$GLOBALS['csstidy']['replace_colors']in file data.inc.php, global variable $GLOBALS['csstidy']['replace_colors']A list of non-W3C color names which get replaced by their hex-codes
$GLOBALS['csstidy']['shorthands']in file data.inc.php, global variable $GLOBALS['csstidy']['shorthands']A list of all shorthand properties that are devided into four properties and/or have four subvalues
$GLOBALS['csstidy']['tokens']in file data.inc.php, global variable $GLOBALS['csstidy']['tokens']All CSS tokens used by csstidy
$GLOBALS['csstidy']['units']in file data.inc.php, global variable $GLOBALS['csstidy']['units']All CSS units (CSS 3 units included)
$GLOBALS['csstidy']['whitespace']in file data.inc.php, global variable $GLOBALS['csstidy']['whitespace']All whitespace allowed in CSS
get_cfgin file class.csstidy.php, method csstidy::get_cfg()Get the value of a setting.
get_diffin file class.csstidy_print.php, method csstidy_print::get_diff()Get difference between the old and new code in bytes and prints the code if necessary.
get_ratioin file class.csstidy_print.php, method csstidy_print::get_ratio()Get compression ratio
gvw_importantin file class.csstidy.php, method csstidy::gvw_important()Returns a value without !important
 
 top
 
 
 
		topl
							$linein file class.csstidy.php, variable csstidy::$lineSaves the line number
$login file class.csstidy.php, variable csstidy::$logArray which saves the message log
load_templatein file class.csstidy.php, method csstidy::load_template()Loads a new template
login file class.csstidy.php, method csstidy::log()Add a message to the message log
 
 
 
		topm
							merge_4value_shorthandsin file class.csstidy_optimise.php, method csstidy_optimise::merge_4value_shorthands()Merges Shorthand properties again, the opposite of dissolve_4value_shorthands()
merge_bgin file class.csstidy_optimise.php, method csstidy_optimise::merge_bg()Merges all background properties
merge_css_blocksin file class.csstidy.php, method csstidy::merge_css_blocks()Adds CSS to an existing media/selector
merge_selectorsin file class.csstidy_optimise.php, method csstidy_optimise::merge_selectors()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.
 
 top
 
 top
 
 top
 
 
 
		tops
							$selectorin file class.csstidy.php, variable csstidy::$selectorSaves the current selector
$sel_separatein file class.csstidy.php, variable csstidy::$sel_separateSaves the position of , in selectors
$settingsin file class.csstidy.php, variable csstidy::$settingsStores the settings
$statusin file class.csstidy.php, variable csstidy::$statusSaves the parser-status.
$str_charin file class.csstidy.php, variable csstidy::$str_charSaves the char which opened the last string
$str_in_strin file class.csstidy.php, variable csstidy::$str_in_strVariable needed to manage string-in-strings, for example url("foo.png")
$sub_valuein file class.csstidy.php, variable csstidy::$sub_valueSaves the current sub-value
$sub_value_arrin file class.csstidy.php, variable csstidy::$sub_value_arrArray which saves all subvalues for a property.
SEL_ENDin file data.inc.php, constant SEL_ENDSEL_STARTin file data.inc.php, constant SEL_STARTset_cfgin file class.csstidy.php, method csstidy::set_cfg()Set the value of a setting.
shorthandin file class.csstidy_optimise.php, method csstidy_optimise::shorthand()Compresses shorthand values. Example: margin:1px 1px 1px 1px -> margin:1px
shorthandsin file class.csstidy_optimise.php, method csstidy_optimise::shorthands()Optimises shorthands
sizein file class.csstidy_print.php, method csstidy_print::size()Get the size of either input or output CSS in KB
subvaluein file class.csstidy_optimise.php, method csstidy_optimise::subvalue()Optimises a sub-value
 
 
 
		topt
							$tokensin file class.csstidy.php, variable csstidy::$tokensSaves the parsed CSS (raw)
 
 
 
		topv
							$valuein file class.csstidy.php, variable csstidy::$valueSaves the current value
$versionin file class.csstidy.php, variable csstidy::$versionContains the version of csstidy
VALUEin file data.inc.php, constant VALUEvaluein file class.csstidy_optimise.php, method csstidy_optimise::value()Optimises values
 
 
 
		top_
							_add_tokenin file class.csstidy.php, method csstidy::_add_token()Adds a token to $this->tokens
_convert_raw_cssin file class.csstidy_print.php, method csstidy_print::_convert_raw_css()Converts $this->css array to a raw array ($this->tokens)
_htmlspin file class.csstidy_print.php, method csstidy_print::_htmlsp()Same as htmlspecialchars, only that chars are not replaced if $plain !== true. This makes  print_code() cleaner.
_printin file class.csstidy_print.php, method csstidy_print::_print()Returns the formatted CSS Code and saves it into $this->output_css and $this->output_css_plain
_resetin file class.csstidy_print.php, method csstidy_print::_reset()Resets output_css and output_css_plain (new css code)
_seeknocommentin file class.csstidy_print.php, method csstidy_print::_seeknocomment()Gets the next token type which is $move away from $key, excluding comments
_unicodein file class.csstidy.php, method csstidy::_unicode()Parse unicode notations and find a replacement character
 
 | 
 |