Searched refs:csstidy (Results 1 – 15 of 15) sorted by relevance
/plugin/pagecss/vendor/csstidy-2.2.1/ |
H A D | README.md | 6 * class.csstidy.php is the parser 18 include('class.csstidy.php'); 19 $csstidy = new csstidy(); 22 $csstidy->set_cfg('optimise_shorthands', 2); 23 $csstidy->set_cfg('template', 'high'); 26 $csstidy->parse($css_code); 29 $css_code_opt = $csstidy->print->plain(); 64 * Since the original project (<http://csstidy.sourceforge.net/index.php>) has been suspended 65 here is the import of <https://csstidy.svn.sourceforge.net/svnroot/csstidy> on 2010-11-14
|
H A D | data.inc.php | 287 * @see csstidy::property_is_next() 590 * @see csstidy::load_template()
|
H A D | css_optimiser.php | 109 $css = new csstidy();
|
H A D | class.csstidy.php | 75 class csstidy { class 1039 return!(@($string[$pos - 1] !== '\\') || csstidy::escaped($string, $pos - 1));
|
/plugin/pagecss/vendor/csstidy-2.2.1/bin/ |
H A D | pcsstidy | 44 $csstidy = new csstidy(); variable 203 exit($csstidy->version . "\n"); 224 $csstidy->set_cfg($setting_name, $value); 254 $csstidy->parse($css_code); 256 var_dump($csstidy->css); 259 echo $csstidy->print->plain($default_media);
|
/plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
D | class.csstidy_optimise.php | 172 if(csstidy::is_important($this->sub_value)) 175 $this->sub_value = csstidy::gvw_important($this->sub_value); 224 if(csstidy::is_important($value)) 226 $values = csstidy::gvw_important($value); 280 if(csstidy::is_important($string)) 282 $string = csstidy::gvw_important($string) . ' !important'; 495 if(csstidy::is_important($value)) 497 $value = csstidy::gvw_important($value); 555 if($string{$i} == $sep && !csstidy::escaped($string,$i)) 559 …elseif($string{$i} == '"' || $string{$i} == '\'' || $string{$i} == '(' && !csstidy::escaped($strin… [all …]
|
D | class.csstidy.php | 61 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)) 506 …if(!( (ctype_space($this->at{$lastpos}) || csstidy::is_token($this->at,$lastpos) && $this->at{$las… 515 if(csstidy::is_token($string,$i)) 591 …if($lastpos == -1 || !( (ctype_space($this->selector{$lastpos}) || csstidy::is_token($this->select… 600 if(csstidy::is_token($string,$i)) 605 … if(csstidy::property_is_valid($this->property) || !$this->get_cfg('discard_invalid_properties')) { 641 if(csstidy::is_token($string,$i) || $pn) [all …]
|
D | data.inc.php | 275 * @see csstidy::property_is_next() 407 * @see csstidy::load_template()
|
D | README | 3 Changelog: http://cdburnerxp.se/cssparse/csstidy/changelog.php
|
D | css_optimiser.php | 72 $css = new csstidy();
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
D | Filter.ExtractStyleBlocks.TidyImpl.txt | 8 If left NULL, HTML Purifier will attempt to instantiate a <code>csstidy</code>
|
D | Filter.ExtractStyleBlocks.txt | 29 require_once '/path/to/csstidy.class.php';
|
/plugin/pagecss/ |
H A D | action.php | 85 $tidy = new csstidy();
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ |
D | ExtractStyleBlocks.php | 59 $this->_tidy = new csstidy();
|
/plugin/freechat/phpfreechat/src/ |
D | phpfreechat.class.php | 366 $css = new csstidy();
|