/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/ |
H A D | PHPTest.php | 64 $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 D | Windows.php | 36 public function getCommand(array $settings, $file = null) function in PHPUnit_Util_PHP_Windows 38 return '"' . parent::getCommand($settings, $file) . '"';
|
H A D | Default.php | 95 $this->getCommand($settings, $this->tempFile),
|
/plugin/swiftmail/Swift/Connection/ |
H A D | Sendmail.php | 183 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 D | ExecAction.php | 38 public function getCommand() function in Google\\Service\\CloudRun\\ExecAction
|
H A D | GoogleCloudRunOpV2Container.php | 72 public function getCommand() function in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Container
|
H A D | GoogleCloudRunV2Container.php | 72 public function getCommand() function in Google\\Service\\CloudRun\\GoogleCloudRunV2Container
|
H A D | Container.php | 98 public function getCommand() function in Google\\Service\\CloudRun\\Container
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/ |
H A D | GoogleDevtoolsRemoteworkersV1test2AdminTemp.php | 37 public function getCommand() function in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2AdminTemp
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SmartDeviceManagement/ |
H A D | GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest.php | 41 public function getCommand() function in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | ShellTask.php | 41 public function getCommand() function in Google\\Service\\Dataflow\\ShellTask
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/ |
H A D | GoogleCloudMlV1ContainerSpec.php | 64 public function getCommand() function in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1ContainerSpec
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | Link.php | 51 public function getCommand() function in Google\\Service\\ContainerAnalysis\\Link
|
/plugin/ckgdoku/ckeditor/plugins/image/ |
H A D | plugin.js | 1 …n(d){c("left");c("right");c("center");c("block");function c(e){var f=d.getCommand("justify"+e);if(…
|
H A D | plugin.js.unc | 66 var command = editor.getCommand( 'justify' + value );
|
/plugin/ckgedit/ckeditor/plugins/image/ |
H A D | plugin.js | 1 …n(d){c("left");c("right");c("center");c("block");function c(e){var f=d.getCommand("justify"+e);if(…
|
H A D | plugin.js.unc | 66 var command = editor.getCommand( 'justify' + value );
|
/plugin/batchedit/ |
H A D | request.php | 62 public function getCommand() { function in BatcheditRequest
|
H A D | admin.php | 82 $this->command = $request->getCommand();
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | PHP.php | 207 public function getCommand(array $settings, $file = null) function in PHPUnit_Util_PHP
|
/plugin/ckgdoku/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …";}");b.on("selectionChange",function(d){if(b.readOnly){return}var f=b.getCommand("unlink"),e=d.da…
|
H A D | plugin.js.unc | 79 var command = editor.getCommand( 'unlink' ),
|
/plugin/ckgedit/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …";}");b.on("selectionChange",function(d){if(b.readOnly){return}var f=b.getCommand("unlink"),e=d.da…
|
H A D | plugin.js.unc | 79 var command = editor.getCommand( 'unlink' ),
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | UPGRADING.md | 706 $command = $client->getCommand('foo', array( 713 $command = $client->getCommand('foo', array( 1106 $sd->getCommand($name); // @returns ApiCommandInterface|null
|