Searched refs:includeFilter (Results 1 – 3 of 3) sorted by relevance
/plugin/lightweightcss/ |
H A D | action.php | 171 private function includeFilter( $str, $list ) { function in action_plugin_lightweightcss 188 return !$this->includeFilter( $str, $list ); 200 return $this->includeFilter( $script, $this->templateStyles['admin'] ); 202 …return $this->includeFilter( $script, $this->templateStyles['include']) && $this->excludeFilter( $…
|
/plugin/leightweightscript/ |
H A D | action.php | 124 private function includeFilter( $str, $list ) { function in action_plugin_leightweightscript 142 return !$this->includeFilter( $str, $list ); 152 return $this->includeFilter( $script, array(
|
/plugin/lightweightscript/ |
H A D | action.php | 125 private function includeFilter( $str, $list ) { function in action_plugin_lightweightscript 143 return !$this->includeFilter( $str, $list ); 153 return $this->includeFilter( $script, array(
|