Home
last modified time | relevance | path

Searched refs:exitCode (Results 1 – 16 of 16) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DShellTask.php29 public $exitCode; variable in Google\\Service\\Dataflow\\ShellTask
48 public function setExitCode($exitCode) argument
50 $this->exitCode = $exitCode;
57 return $this->exitCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
DGoogleDevtoolsRemoteworkersV1test2CommandOutputs.php22 public $exitCode; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2CommandOutputs
26 public function setExitCode($exitCode) argument
28 $this->exitCode = $exitCode;
32 return $this->exitCode;
DGoogleDevtoolsRemoteworkersV1test2CommandResult.php24 public $exitCode; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2CommandResult
40 public function setExitCode($exitCode) argument
42 $this->exitCode = $exitCode;
46 return $this->exitCode;
DBuildBazelRemoteExecutionV2ActionResult.php25 public $exitCode; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2ActionResult
57 public function setExitCode($exitCode) argument
59 $this->exitCode = $exitCode;
63 return $this->exitCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
DGoogleCloudRunV2TaskAttemptResult.php25 public $exitCode; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2TaskAttemptResult
32 public function setExitCode($exitCode) argument
34 $this->exitCode = $exitCode;
41 return $this->exitCode;
/plugin/jplayer/vendor/symfony/process/Tests/
DProcessFailedExceptionTest.php45 $exitCode = 1;
66 ->willReturn($exitCode);
83 …"The command \"$cmd\" failed.\n\nExit Code: $exitCode($exitText)\n\nWorking directory: {$workingDi…
95 $exitCode = 1;
112 ->willReturn($exitCode);
129 …"The command \"$cmd\" failed.\n\nExit Code: $exitCode($exitText)\n\nWorking directory: {$workingDi…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
DToolExecution.php51 public function setExitCode(ToolExitCode $exitCode) argument
53 $this->exitCode = $exitCode;
60 return $this->exitCode;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
DCodeAnalyzerSniff.php72 $exitCode = exec($cmd, $output, $retval);
77 if (is_numeric($exitCode) === true && $exitCode > 0) {
82 …CodeSniffer_Exception("Failed invoking ZendCodeAnalyzer, exitcode was [$exitCode], retval was [$re…
/plugin/docsearch/
Dcron.php88 $exitCode = 0;
89 system($cmd, $exitCode);
90 if($exitCode != 0) fwrite(STDERR, "Command failed: $cmd\n");
/plugin/asciidocjs/node_modules/commander/typings/
Dindex.d.ts8 exitCode: number; property
12 …type CommanderErrorConstructor = new (exitCode: number, code: string, message: string) => Commande…
/plugin/asciidocjs/node_modules/commander/
Dindex.js82 constructor(exitCode, code, message) { argument
88 this.exitCode = exitCode;
373 _exit(exitCode, code, message) { argument
375 this._exitCallback(new CommanderError(exitCode, code, message));
378 process.exit(exitCode);
815 if (proc.killed === false && proc.exitCode === null) {
828 …exitCallback(new CommanderError(process.exitCode || 0, 'commander.executeSubCommandAsync', '(close…
1576 this._exit(process.exitCode || 0, 'commander.help', '(outputHelp)');
DReadme.md562 process.exitCode = 1;
668 The override callback is passed a `CommanderError` with properties `exitCode` number, `code` string…
/plugin/combo/syntax/
Dfrontmatter.php222 $exitCode = $data[PluginUtility::EXIT_CODE];
223 if ($exitCode == self::PARSING_STATE_ERROR) {
/plugin/jplayer/vendor/symfony/process/
DProcess.php1595 exec(sprintf('taskkill /F /T /PID %d 2>&1', $pid), $output, $exitCode);
1596 if ($exitCode && $this->isRunning()) {
/plugin/combo/vendor/symfony/process/
DProcess.php1523 exec(sprintf('taskkill /F /T /PID %d 2>&1', $pid), $output, $exitCode);
1524 if ($exitCode && $this->isRunning()) {
/plugin/prosemirror/lib/
Dbundle.js1 …ull!=s&&(t&&t(e.tr.lift(a,s).scrollIntoView()),!0)},t.newlineInCode=h,t.exitCode=v,t.createParagra…