Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dcss_optimiser.php79 if(isset($_REQUEST['case_properties'])) $css->set_cfg('case_properties',$_REQUEST['case_properties'…
80 if(isset($_REQUEST['lowercase'])) $css->set_cfg('lowercase_s',true);
81 if(!isset($_REQUEST['compress_c']) && isset($_REQUEST['post'])) $css->set_cfg('compress_colors',fal…
82 if(!isset($_REQUEST['compress_fw']) && isset($_REQUEST['post'])) $css->set_cfg('compress_font-weigh…
83 if(isset($_REQUEST['merge_selectors'])) $css->set_cfg('merge_selectors', $_REQUEST['merge_selectors…
84 if(isset($_REQUEST['optimise_shorthands'])) $css->set_cfg('optimise_shorthands',$_REQUEST['optimise…
85 if(!isset($_REQUEST['rbs']) && isset($_REQUEST['post'])) $css->set_cfg('remove_bslash',false);
86 if(isset($_REQUEST['preserve_css'])) $css->set_cfg('preserve_css',true);
87 if(isset($_REQUEST['sort_sel'])) $css->set_cfg('sort_selectors',true);
88 if(isset($_REQUEST['sort_de'])) $css->set_cfg('sort_properties',true);
[all …]
Dclass.csstidy.php300 function set_cfg($setting,$value) function in csstidy
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dcss_optimiser.php118 if (isset($_REQUEST['case_properties'])) $css->set_cfg('case_properties',$_REQUEST['case_properties…
119 if (isset($_REQUEST['lowercase'])) $css->set_cfg('lowercase_s',true);
120 if (!isset($_REQUEST['compress_c']) && isset($_REQUEST['post'])) $css->set_cfg('compress_colors',fa…
121 if (!isset($_REQUEST['compress_fw']) && isset($_REQUEST['post'])) $css->set_cfg('compress_font-weig…
122 if (isset($_REQUEST['merge_selectors'])) $css->set_cfg('merge_selectors', $_REQUEST['merge_selector…
123 if (isset($_REQUEST['optimise_shorthands'])) $css->set_cfg('optimise_shorthands',$_REQUEST['optimis…
124 if (!isset($_REQUEST['rbs']) && isset($_REQUEST['post'])) $css->set_cfg('remove_bslash',false);
125 if (isset($_REQUEST['preserve_css'])) $css->set_cfg('preserve_css',true);
126 if (isset($_REQUEST['sort_sel'])) $css->set_cfg('sort_selectors',true);
127 if (isset($_REQUEST['sort_de'])) $css->set_cfg('sort_properties',true);
[all …]
H A DREADME.md22 $csstidy->set_cfg('optimise_shorthands', 2);
23 $csstidy->set_cfg('template', 'high');
H A Dclass.csstidy.php309 $this->set_cfg('template','default'); // call load_template
367 public function set_cfg($setting, $value=null) { function in csstidy
/plugin/pagecss/
H A Daction.php86 $tidy->set_cfg('remove_bslash', true);
87 $tidy->set_cfg('compress_colors', true);
88 $tidy->set_cfg('compress_font-weight', true);
89 $tidy->set_cfg('lowercase_s', true);
90 $tidy->set_cfg('optimise_shorthands', 1);
/plugin/pagecss/vendor/csstidy-2.2.1/bin/
H A Dpcsstidy224 $csstidy->set_cfg($setting_name, $value);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/
DExtractStyleBlocks.php60 $this->_tidy->set_cfg('lowercase_s', false);
/plugin/freechat/phpfreechat/src/
Dphpfreechat.class.php367 $css->set_cfg('preserve_css',false);