| /plugin/metadisplay/ |
| D | admin.php | 49 $commands = $_REQUEST['cmd']; 51 $start_dir = $commands['namespace'] ? $commands['namespace'] : '.'; 53 if(!empty($commands['page'])) { 54 $cmdline .= " -p " . $commands['page']; 55 if(!empty($commands['exact'])) { 56 $cmdline .= " -e " . $commands['exact']; 60 if(!empty($commands['search'])) { 61 $this->search = $commands['search']; 64 if($commands['srch_type'] == 'fuzzy') { 89 if($commands['srch_type'] == 'fuzzy') { [all …]
|
| /plugin/latexit/classes/ |
| D | Package.php | 29 protected $commands; variable in Package 39 $this->commands = array(); 58 if (!in_array($command, $this->commands)) { 59 $this->commands[] = $command; 97 if(!count($this->commands)) return ''; 99 $commands = ''; 100 foreach ($this->commands as $c) { 101 $commands .= $c."\n"; 103 return $commands;
|
| /plugin/diagram/syntax/ |
| D | main.php | 146 list($commands, $abbrs) = $this->_genCommandsAndAbbrs($calls); 149 $framework = $this->_genFramework($commands); 191 $commands = array(); 228 if ($line_index >= 0 && !array_key_exists($line_index, $commands)) 229 $commands[$line_index] = array (); 247 $commands[$line_index][] = $data['command']; 307 for ($i = 0; $i < count($commands); $i++) 309 $line_length = count($commands[$i]); 314 unset($commands[$i][$line_length - 1]); 317 return array($commands, $abbrs); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/ |
| D | Action.php | 26 public $commands; variable in Google\\Service\\Genomics\\Action 73 public function setCommands($commands) argument 75 $this->commands = $commands; 82 return $this->commands;
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | usage.js | 96 let commands = []; 99 commands = commands.map(cmdArray => { 104 commands.push([cmd, description || '', isDefault, aliases, deprecated]); 106 self.getCommands = () => commands; 181 else if (commands.length) { 192 if (commands.length > 1 || (commands.length === 1 && !commands[0][2])) { 195 const parentCommands = context.commands.length 196 ? `${context.commands.join(' ')} ` 200 commands = commands.sort((a, b) => a[0].localeCompare(b[0])); 203 commands.forEach(command => { [all …]
|
| D | validation.js | 13 const _s = positionalCount - yargs.getInternalMethods().getContext().commands.length; 85 (currentContext.commands.length > 0 || 88 argv._.slice(currentContext.commands.length).forEach(key => { 97 const expected = currentContext.commands.length + maxNonOptDemanded; 101 if (!currentContext.commands.includes(key) && 119 if (currentContext.commands.length > 0 || commandKeys.length > 0) { 120 argv._.slice(currentContext.commands.length).forEach(key => {
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_undo.js | 197 for (var j = 0; j < entry.commands.length; j++) { 198 if (entry.commands[j].entity === undo.command.entity.task) { 199 changeTaskCommandId(entry.commands[j], oldId, newId); 201 else if (entry.commands[j].entity === undo.command.entity.link) { 202 changeLinkCommandId(entry.commands[j], oldId, newId); 211 for (var j = 0; j < entry.commands.length; j++) { 212 var command = entry.commands[j]; 533 this._batchAction.commands.push(command); 593 create: function (commands) { argument 594 return { commands: (commands ? commands.slice() : []) }; [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/ |
| D | Action.php | 34 public $commands; variable in Google\\Service\\CloudLifeSciences\\Action 129 public function setCommands($commands) argument 131 $this->commands = $commands; 138 return $this->commands;
|
| /plugin/asciidocjs/node_modules/commander/ |
| D | index.js | 103 this.commands = []; property 190 this.commands.push(cmd); 234 checkExplicitNames(cmd.commands); 237 checkExplicitNames(cmd.commands); 243 this.commands.push(cmd); 290 …this._hasImplicitHelpCommand = this.commands.length && !this._actionHandler && !this._findCommand(… 893 …if (this.commands.length && this.args.length === 0 && !this._actionHandler && !this._defaultComman… 921 } else if (this.commands.length) { 924 } else if (this.commands.length) { 940 return this.commands.find(cmd => cmd._name === name || cmd._aliases.includes(name)); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/ |
| D | BuildProvenance.php | 115 public function setCommands($commands) argument 117 $this->commands = $commands; 124 return $this->commands;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
| D | BuildProvenance.php | 115 public function setCommands($commands) argument 117 $this->commands = $commands; 124 return $this->commands;
|
| /plugin/database2/ |
| D | style.css | 57 table.database2 tr.data-list table thead th.commands 102 table.database2 tr.data-list table tbody td.commands 111 table.database2 tr.data-list table tbody td.commands input.icon-cmd 117 table.database2 tr.data-list table tbody td.commands input.hidden 132 div.dokuwiki table.inline td.commands 188 table.database2 tr.filter span.commands 193 table.database2 tr.filter span.commands input
|
| D | print.css | 6 table.database2 tr.filter .commands 11 table.database2 tr.filter .commands
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
| D | dhtmlxgantt_undo.js | 13 …commands:t?t.slice():[]}},invert:function(n){for(var e,o=gantt.copy(n),a=t.command,i=0;i<n.command…
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
| D | usage.js | 61 var commands = [] 63 commands.push([cmd, description || '']) 66 return commands 120 if (commands.length) { 123 commands.forEach(function (command) { 125 {text: command[0], padding: [0, 2, 0, 2], width: maxWidth(commands) + 4},
|
| /plugin/shell/lang/en/ |
| D | help.txt | 1 … can also be used to do bad things to the server. Use with caution. All commands are executed as t… 3 In addition to what the server's shell can do, you can also use the following commands: 9 Please keep in mind that this is not a real interactive shell. It is a web page that sends commands…
|
| /plugin/pgn4web/pgn4web/ |
| D | pgn-standard-proposed-supplement.txt | 73 Apart from a general command syntax we propose several specific commands 88 3.2 A generalised format for embedding commands in comments. 123 We are *not* proposing any fixed canonical list of commands. The idea is to 125 commands. 127 We *are* proposing a set of commands to deal with time handling. "clk" in the 129 4 for the detailed specification of this and other time related commands. 136 default strip out all commands before display in order to improve legibility. 182 3.2.6 Multiple commands. 183 A single comment tag may contain multiple embedded commands. 187 4. Time handling commands. [all …]
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/ |
| D | CHANGELOG-1.0.md | 20 * Fixed escaping of commands on Windows 31 * Improved escaping of commands
|
| /plugin/syntaxhighlighter3/sxh3/src/js/ |
| D | shBrushBash.js | 24 …var commands = 'alias apropos awk basename base64 bash bc bg builtin bzip2 cal cat cd cfdisk chgr… 47 { regex: new RegExp(this.getKeywords(commands), 'gm'), css: 'functions' }, // commands
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shBrushBash.js | 40 …var commands = 'alias apropos awk basename base64 bash bc bg builtin bzip2 cal cat cd cfdisk chgr… 63 { regex: new RegExp(this.getKeywords(commands), 'gm'), css: 'functions' }, // commands
|
| /plugin/emoji/script/ |
| D | jquery.textcomplete.js | 405 var commands = { variable 649 command = this.option.onKeydown(e, commands); 657 case commands.KEY_UP: 660 case commands.KEY_DOWN: 663 case commands.KEY_ENTER: 666 case commands.KEY_PAGEUP: 669 case commands.KEY_PAGEDOWN: 672 case commands.KEY_ESCAPE: 684 return commands.KEY_UP; 686 return commands.KEY_DOWN; [all …]
|
| /plugin/farm/ |
| D | admin.php | 307 $commands = array( 317 if(!isset($commands[$this->cmd])) $this->cmd = 'overview'; 320 $file = DOKU_FARM_PLUGIN.$commands[$this->cmd].'.class.php'; 323 $class = 'dokuwiki_farm_'.$commands[$this->cmd];
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
| H A D | HttpCommandExecutor.php | 24 protected static $commands = [ variable in Facebook\\WebDriver\\Remote\\HttpCommandExecutor 187 self::$w3cCompliantCommands = array_merge(self::$commands, self::$w3cCompliantCommands); 402 if (!isset(self::$commands[$commandName])) { 411 $raw = self::$commands[$command->getName()];
|
| /plugin/dokutexit/ |
| D | README.md | 33 …* *conf/commands.tex* is where the TeX macros for dokuwiki styles will be held (this is common for… 41 * *nsbpc_texit-commands* overriding *conf/commands.tex* 50 If you want to insert the bibliography, please use the `\dokubibliography` (defined in *commands.te… 72 * *commands.tex* : a copy of the corresponding file 78 * *commands.tex* 82 * *commands.tex* 90 * *commands.tex*
|
| /plugin/sqlite/lang/en/ |
| H A D | intro.txt | 3 …tabases directly. Just select the databases from the table of contents and enter your SQL commands.
|