Home
last modified time | relevance | path

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

/plugin/command/inc/
Dembedding.php106 $cmdName = $call[0];
112 if(!$this->loadExtension($cmdName))
118 $methodObj = $this->getMethodObject($cmdName, 'getCachedData',
127 return array($state, array($cmdName, $cachedData));
137 list($cmdName, $cachedData) = $match;
141 if($cmdName == '=')
148 if(!$this->loadExtension($cmdName))
155 $methodObj = $this->getMethodObject($cmdName, 'runCommand',
202 $cmdName = strtolower($matches[1]);
204 return array($cmdName, array(), array()); // no parameters
[all …]
/plugin/codemirror/dist/modes/
Dstex.min.js.map1cmdName","current","slice","hasOwnProperty","beginParams","inMathMode","ch","next","skipToEnd","te…
/plugin/asciidocjs/node_modules/commander/
Dindex.js1488 let cmdName = this._name;
1490 cmdName = cmdName + '|' + this._aliases[0];
1497 'Usage: ' + parentCmdNames + cmdName + ' ' + this.usage(),
/plugin/database2/
Ddatabase2.php1303 $cmdName = 'inspect' . $rowid;
1305 $cmdName = 'edit' . $rowid;
1307 $cmdName = 'insert0';
1311 $this->varname( 'cmd' . $cmdName ) => '1',