Home
last modified time | relevance | path

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

/plugin/condition/
H A Dsyntax.php86 if($this->_fetch_op($match, true)) { // ! heading equals block descending for first token
105 if(($op = $this->_fetch_op($match, false)) !== null) {
182 function _fetch_op(&$match, $head=false) { function in syntax_plugin_condition