Home
last modified time | relevance | path

Searched refs:getCommand (Results 1 – 25 of 37) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DPHPTest.php64 $actualCommand = $phpMock->getCommand($settings);
75 $actualCommand = $phpMock->getCommand([]);
86 $actualCommand = $phpMock->getCommand([]);
96 $actualCommand = $phpMock->getCommand([], 'file.php');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DWindows.php36 public function getCommand(array $settings, $file = null) function in PHPUnit_Util_PHP_Windows
38 return '"' . parent::getCommand($settings, $file) . '"';
H A DDefault.php95 $this->getCommand($settings, $this->tempFile),
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php183 public function getCommand() function in Swift_Connection_Sendmail
293 …"Sendmail cannot be seen with lstat(). The command given [" . $this->getCommand() . "] does not a…
302 $this->proc = proc_open($this->getCommand(), $pipes_spec, $this->pipes);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DExecAction.php38 public function getCommand() function in Google\\Service\\CloudRun\\ExecAction
H A DGoogleCloudRunOpV2Container.php72 public function getCommand() function in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Container
H A DGoogleCloudRunV2Container.php72 public function getCommand() function in Google\\Service\\CloudRun\\GoogleCloudRunV2Container
H A DContainer.php98 public function getCommand() function in Google\\Service\\CloudRun\\Container
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemoteworkersV1test2AdminTemp.php37 public function getCommand() function in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2AdminTemp
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SmartDeviceManagement/
H A DGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest.php41 public function getCommand() function in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DShellTask.php41 public function getCommand() function in Google\\Service\\Dataflow\\ShellTask
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ContainerSpec.php64 public function getCommand() function in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1ContainerSpec
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DLink.php51 public function getCommand() function in Google\\Service\\ContainerAnalysis\\Link
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js1 …n(d){c("left");c("right");c("center");c("block");function c(e){var f=d.getCommand("justify"+e);if(…
H A Dplugin.js.unc66 var command = editor.getCommand( 'justify' + value );
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js1 …n(d){c("left");c("right");c("center");c("block");function c(e){var f=d.getCommand("justify"+e);if(…
H A Dplugin.js.unc66 var command = editor.getCommand( 'justify' + value );
/plugin/batchedit/
H A Drequest.php62 public function getCommand() { function in BatcheditRequest
H A Dadmin.php82 $this->command = $request->getCommand();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php207 public function getCommand(array $settings, $file = null) function in PHPUnit_Util_PHP
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1 …";}");b.on("selectionChange",function(d){if(b.readOnly){return}var f=b.getCommand("unlink"),e=d.da…
H A Dplugin.js.unc79 var command = editor.getCommand( 'unlink' ),
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1 …";}");b.on("selectionChange",function(d){if(b.readOnly){return}var f=b.getCommand("unlink"),e=d.da…
H A Dplugin.js.unc79 var command = editor.getCommand( 'unlink' ),
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md706 $command = $client->getCommand('foo', array(
713 $command = $client->getCommand('foo', array(
1106 $sd->getCommand($name); // @returns ApiCommandInterface|null

12