Home
last modified time | relevance | path

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

/plugin/condition/
H A Dsyntax.php30 var $allowedkeys = array(); variable in syntax_plugin_condition
61 $this->allowedkeys = $this->tester->getkeys();
125 if(preg_match('`^'.$this->_preg_build_alternative($this->allowedkeys).'$`', $r[1])) {