Home
last modified time | relevance | path

Searched refs:csstidy (Results 1 – 9 of 9) sorted by relevance

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php172 if(csstidy::is_important($this->sub_value))
224 if(csstidy::is_important($value))
226 $values = csstidy::gvw_important($value);
280 if(csstidy::is_important($string))
495 if(csstidy::is_important($value))
497 $value = csstidy::gvw_important($value);
614 if(csstidy::is_important($val))
650 if(csstidy::is_important($str_value))
653 $str_value = csstidy::gvw_important($str_value);
756 if(csstidy::is_important($cur_value))
[all …]
H A Dclass.csstidy.php61 class csstidy { class
254 function csstidy() function in csstidy
447 return (strpos($tokens, $string{$i}) !== false && !csstidy::escaped($string,$i));
482 if(csstidy::is_token($string,$i))
515 if(csstidy::is_token($string,$i))
600 if(csstidy::is_token($string,$i))
641 if(csstidy::is_token($string,$i) || $pn)
718 $valid = csstidy::property_is_valid($this->property);
865 return !(@($string{$pos-1} != '\\') || csstidy::escaped($string,$pos-1));
886 …if((csstidy::is_important($this->css[$media][$selector][$property]) && csstidy::is_important($new_…
[all …]
H A Ddata.inc.php275 * @see csstidy::property_is_next()
407 * @see csstidy::load_template()
H A DREADME3 Changelog: http://cdburnerxp.se/cssparse/csstidy/changelog.php
H A Dcss_optimiser.php72 $css = new csstidy();
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.TidyImpl.txt
H A DFilter.ExtractStyleBlocks.txt
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php366 $css = new csstidy();