Searched refs:cmdName (Results 1 – 4 of 4) sorted by relevance
| /plugin/command/inc/ |
| D | embedding.php | 106 $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/ |
| D | stex.min.js.map | 1 …cmdName","current","slice","hasOwnProperty","beginParams","inMathMode","ch","next","skipToEnd","te…
|
| /plugin/asciidocjs/node_modules/commander/ |
| D | index.js | 1488 let cmdName = this._name; 1490 cmdName = cmdName + '|' + this._aliases[0]; 1497 'Usage: ' + parentCmdNames + cmdName + ' ' + this.usage(),
|
| /plugin/database2/ |
| D | database2.php | 1303 $cmdName = 'inspect' . $rowid; 1305 $cmdName = 'edit' . $rowid; 1307 $cmdName = 'insert0'; 1311 $this->varname( 'cmd' . $cmdName ) => '1',
|