Home
last modified time | relevance | path

Searched refs:Command (Results 1 – 25 of 86) sorted by relevance

1234

/plugin/asciidocjs/node_modules/commander/typings/
Dindex.d.ts30 interface Command { interface
35 commands: Command[];
94 createCommand(name?: string): Command;
103 addCommand(cmd: Command, opts?: CommandOptions): this;
358 type CommandConstructor = new (name?: string) => Command;
374 interface CommanderStatic extends Command {
375 program: Command;
376 Command: CommandConstructor; property
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfcktextcolorcommand.js91 this.Command.SetColor( '#' + this.Color ) ;
92 this.Command._Panel.Hide() ;
98 this.Command.SetColor( '' ) ;
99 this.Command._Panel.Hide() ;
105 this.Command._Panel.Hide() ;
106 …Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, this.Command.SetColor ) ;
143 oDiv.Command = this ;
161 oDiv.Command = this ;
173 oDiv.Command = this ;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/Resource/
DEnterprisesDevices.php21 use Google\Service\AndroidManagement\Command; alias
78 * @param Command $postBody
82 public function issueCommand($name, Command $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
DBuildProvenance.php33 protected $commandsType = Command::class;
113 * @param Command[]
120 * @return Command[]
DCommand.php20 class Command extends \Google\Collection class
135 class_alias(Command::class, 'Google_Service_OnDemandScanning_Command');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DBuildProvenance.php33 protected $commandsType = Command::class;
113 * @param Command[]
120 * @return Command[]
DCommand.php20 class Command extends \Google\Collection class
135 class_alias(Command::class, 'Google_Service_ContainerAnalysis_Command');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
DCommand.php20 class Command extends \Google\Collection class
153 class_alias(Command::class, 'Google_Service_AndroidManagement_Command');
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
DLintCommand.php12 namespace Symfony\Component\Yaml\Command;
14 use Symfony\Component\Console\Command\Command; alias
32 class LintCommand extends Command
/plugin/golocal/src/setup/
Dlinux.go43 out, err3 := exec.Command("xdg-mime", "default", desktopFile, schemeMimeType).CombinedOutput()
81 out, err := exec.Command("xdg-open", path).CombinedOutput()
Dwindows.go90 out, err := exec.Command("cmd", "/C", "start", "", "/B", path).CombinedOutput()
/plugin/combo/vendor/symfony/yaml/Command/
DLintCommand.php12 namespace Symfony\Component\Yaml\Command;
15 use Symfony\Component\Console\Command\Command; alias
35 class LintCommand extends Command
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/lasso/
Dconnector.lasso41 'Command' = action_param('Command'),
71 Build the appropriate response per the 'Command' parameter. Wrap the
75 select($Command);
243 <Connector command="' + $Command + '" resourceType="' + $Type + '">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
Dconnector.lasso41 'Command' = action_param('Command'),
71 Build the appropriate response per the 'Command' parameter. Wrap the
75 select($Command);
251 <Connector command="' + $Command + '" resourceType="' + $Type + '">
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
DLintCommandTest.php12 namespace Symfony\Component\Yaml\Tests\Command;
18 use Symfony\Component\Yaml\Command\LintCommand;
/plugin/cli/
DREADME3Command Line Interface formatter to Dokuwiki allowing you to format the output of a transcript say…
Dplugin.info.txt7 name Command Line Interface (CLI) Plugin
/plugin/combo/vendor/symfony/yaml/Resources/bin/
Dyaml-lint24 use Symfony\Component\Yaml\Command\LintCommand;
/plugin/gitbacked/lang/en/
Dmail_command_success.txt7 * **Command:** <code>@GIT_COMMAND@</code>
Dmail_command_error.txt7 * **Command:** <code>@GIT_COMMAND@</code>
/plugin/pubmed2020/site/
Ddescription.txt25 **%%{{pubmed>[Command]:[PubMed ID]}}%%**
27 ^ Command ^ item ^ function |
/plugin/asciidocjs/node_modules/@asciidoctor/cli/
DREADME.md6 The Command Line Interface (CLI) for Asciidoctor.js.
/plugin/codemirror/dist/modes/
Dpowershell.min.js1Command|Expression|History|Item|RestMethod|WebRequest|WmiMethod)/,/Join-Path/,/Limit-EventLog/,/Me…
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.multi.js98 case "meta+click": // Mac: [Command]
/plugin/metadisplay/
DREADME.md6 On Command Line from bin/ directory:

1234