Lines Matching refs:set_cfg
118 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);
128 if (isset($_REQUEST['remove_last_sem'])) $css->set_cfg('remove_last_;',true);
129 if (isset($_REQUEST['discard'])) $css->set_cfg('discard_invalid_properties',true);
130 if (isset($_REQUEST['css_level'])) $css->set_cfg('css_level',$_REQUEST['css_level']);
131 if (isset($_REQUEST['timestamp'])) $css->set_cfg('timestamp',true);
132 if (isset($_REQUEST['rtl'])) $css->set_cfg('reverse_left_and_right',true);