Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 431) sorted by path

12345678910>>...18

/plugin/ac/
H A Daction.php43 $command = ajax_loader::handleLoad();
44 $action_classname = 'syntax_plugin_ac_action_' . $command[0];
45 $action = new $action_classname($this->ac, array_slice($command, 1));
H A Dsyntax.php34 preg_match('/{{AC::(\w+)(?:>([^}]+))?}}/', $match, $command);
35 return array_slice($command, 1);
/plugin/aceeditor/
H A DNEWS72 * New command to remove a column of a table
H A Dbuild.js1command:8,cmd:8},FUNCTION_KEYS:{8:"Backspace",9:"Tab",13:"Return",19:"Pause",27:"Esc",32:"Space",3… property in AnonymousFunction3f7200173100.AnonymousFunction3f7200174f00.i.e.KEY_MODS
/plugin/advrack/
H A Djquery.qtip.js1750 var command = ('' + options).toLowerCase(), // Parse command variable
1757 if((!arguments.length && opts) || command === 'api') {
1771 if(notation && (command === 'option' || command === 'options')) {
1782 else if(api[command]) {
1783 api[command].apply(api, args);
H A Draphael.js2603 command = Str(t[0]).toLowerCase(),
2604 absolute = t[0] != command,
2611 if (command == "t" && tlen == 3) {
2621 } else if (command == "r") {
2636 } else if (command == "s") {
2653 } else if (command == "m" && tlen == 7) {
7169 command = R._pathToAbsolute;
7170 Str(path).match(total) && (command = R._path2curve);
7175 isMove = command.toLowerCase() == "m",
7176 res = map[command];
[all …]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock2537 "description": "Eases the creation of beautiful and testable command line interfaces",
2541 "command line",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js15633 var command = coordsParsed[0],
15634 commandLength = commandLengths[command.toLowerCase()],
15635 repeatedCommand = repeatedCommands[command] || command;
15639 result.push([ command ].concat(coordsParsed.slice(k, k + commandLength)));
15640 command = repeatedCommand;
H A Dfabric.min.js9command=coordsParsed[0],commandLength=commandLengths[command.toLowerCase()],repeatedCommand=repeat…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ContainerSpec.php30 public $command; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1ContainerSpec
57 public function setCommand($command) argument
59 $this->command = $command;
66 return $this->command;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DContainer.php30 public $command; variable in Google\\Service\\CloudRun\\Container
91 public function setCommand($command) argument
93 $this->command = $command;
100 return $this->command;
H A DExecAction.php26 public $command; variable in Google\\Service\\CloudRun\\ExecAction
31 public function setCommand($command) argument
33 $this->command = $command;
40 return $this->command;
H A DGoogleCloudRunOpV2Container.php30 public $command; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Container
65 public function setCommand($command) argument
67 $this->command = $command;
74 return $this->command;
H A DGoogleCloudRunV2Container.php30 public $command; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Container
65 public function setCommand($command) argument
67 $this->command = $command;
74 return $this->command;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DLink.php25 public $command; variable in Google\\Service\\ContainerAnalysis\\Link
47 public function setCommand($command) argument
49 $this->command = $command;
53 return $this->command;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DShellTask.php25 public $command; variable in Google\\Service\\Dataflow\\ShellTask
34 public function setCommand($command) argument
36 $this->command = $command;
43 return $this->command;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemoteworkersV1test2AdminTemp.php23 public $command; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2AdminTemp
33 public function setCommand($command) argument
35 $this->command = $command;
39 return $this->command;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SmartDeviceManagement/
H A DGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest.php25 public $command; variable in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest
34 public function setCommand($command) argument
36 $this->command = $command;
43 return $this->command;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md40 Once composer is installed, execute the following command in your project root to install this libr…
90 **NOTE**: This command performs an exact match on the service name, so to keep
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md29 Next, run the Composer command to install the latest stable version:
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md660 * Command objects can now return the validation errors encountered by the command
782 * Marked 'command.headers', 'command.response_body' and 'command.on_complete' as deprecated for Abs…
915 * Added a `command.after_prepare` event
1009 * Moved command filtration from validators to location visitors
1059 * Magic methods return the result of a command
1082 * Magic methods on a Guzzle\Service\Client now return the command un-executed.
1083 * Calling getResult() or getResponse() on a command will lazily execute the command if needed.
1217 * Adding a command.before_prepare event to clients
1249 * Bug: Fixing magic method command calls on clients
1259 * Allowing the result of a command object to be changed
[all …]
H A DREADME.md56 Next, run the Composer command to install the latest stable version of Guzzle:
H A DUPGRADING.md704 - Marked 'command.headers', 'command.response_body' and 'command.on_complete' as deprecated for Abs…
706 $command = $client->getCommand('foo', array(
713 $command = $client->getCommand('foo', array(
714 'command.request_options' => array(
968 </command>
972 </command>
977 </command>
981 </command>
984 </command>
990 </command>
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DProcessHandler.php39 private $command; variable in Monolog\\Handler\\ProcessHandler
61 …* @param string $command Command for the process to start. Absolute paths are …
66 …public function __construct(string $command, $level = Logger::DEBUG, bool $bubble = true, ?string … argument
68 if ($command === '') {
77 $this->command = $command;
116 … $this->process = proc_open($this->command, static::DESCRIPTOR_SPEC, $this->pipes, $this->cwd);
139 sprintf('The process "%s" could not be opened: ' . $errors, $this->command)

12345678910>>...18