Lines Matching refs:get_cfg
322 public function get_cfg($setting) { function in csstidy
395 if ($this->get_cfg('preserve_css') || $do) {
464 …if ($add !== '\\' || !$this->get_cfg('remove_bslash') || strpos($this->tokens_list, $string[$i + 1…
716 … if (!$this->get_cfg('discard_invalid_properties') || $this->property_is_valid($this->property)) {
802 if ($this->get_cfg('lowercase_s')) {
827 …if ((!$this->invalid_at || $this->get_cfg('preserve_css')) && (!$this->get_cfg('discard_invalid_pr…
833 if ($this->get_cfg('discard_invalid_properties')) {
836 …$this->log('Invalid property in ' . strtoupper($this->get_cfg('css_level')) . ': ' . $this->proper…
1005 if ($this->get_cfg('merge_selectors') === 1) {
1049 if ($this->get_cfg('preserve_css') || trim($comment) == '') {
1071 if ($this->get_cfg('preserve_css') || trim($new_val) == '') {
1127 if ($this->get_cfg('preserve_css')) {
1136 && strncmp($this->get_cfg('css_level'), 'CSS3', 4) == 0) {
1151 if ($this->get_cfg('preserve_css')) {
1179 if ($this->get_cfg('preserve_css')) {
1214 if ($this->get_cfg('preserve_css')) {
1310 …ties[$property]) && strpos($all_properties[$property], strtoupper($this->get_cfg('css_level'))) !=…