Home
last modified time | relevance | path

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

/plugin/cli/
H A Dsyntax.php74 $this->stack[0][self::PROMPT]=$this->_toregexp($s);
76 $this->stack[0][self::CONT]=$this->_toregexp($s);
78 $this->stack[0][self::COMMENT]=$this->_toregexp($s, 1);
155 $this->_toregexp($params['prompt'])
161 $this->_toregexp($params['continue'])
167 $this->_toregexp($params['comment'],1)
351 $this->namedpcc[$nom][$kind]=$this->_toregexp($val, $kind == self::COMMENT);
366 function _toregexp( $s, $is_comment_re=false ) { function in syntax_plugin_cli