Searched refs:guards (Results 1 – 1 of 1) sorted by relevance
510 if (!empty($block->guards)) {512 foreach ($block->guards as $guardGroup) {2745 ($this->guards($guards) || true) &&2751 if (!empty($guards)) $block->guards = $guards;3630 protected function guards(&$guards) { function in lessc_parser3638 $guards = array();3641 $guards[] = $g;3645 if (count($guards) == 0) {3646 $guards = null;