Home
last modified time | relevance | path

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

/plugin/cli/
H A Dsyntax.php79 $this->_parsenamedparam($this->getConf('namedprompt'), self::PROMPT);
80 $this->_parsenamedparam($this->getConf('namedcontinue'), self::CONT);
81 $this->_parsenamedparam($this->getConf('namedcomment'), self::COMMENT);
346 protected function _parsenamedparam($s, $kind) { function in syntax_plugin_cli