Home
last modified time | relevance | path

Searched full:exit (Results 126 – 150 of 1151) sorted by relevance

12345678910>>...47

/plugin/asciidocjs/node_modules/resolve/test/resolver/multirepo/packages/package-b/
Dpackage.json9 "test": "echo \"Error: run tests from root\" && exit 1"
/plugin/jplayer/vendor/symfony/process/
DProcess.php87 * Exit codes translation table.
89 * User-defined errors must use exit codes in the 64-113 range.
98 128 => 'Invalid exit argument',
198 * @return int The exit status code
218 * exits with a non-zero exit code.
313 … // last exit code is output on the fourth pipe and caught to work around --enable-sigchild
318 $commandline .= 'pid=$!; echo $pid >&3; wait $pid; code=$?; echo $code >&3; exit $code';
688 * Returns the exit code returned by the process.
690 * @return int|null The exit status code, null if the Process is not terminated
706 * Returns a string representation for the exit code returned by the process.
[all …]
/plugin/photogallery/phpThumb/
Dindex.php8 exit;
/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DBase.php157 'Display this help screen and exit immediately.',
183 exit(0);
273 exit($code);
/plugin/button/tests/conf/
Dusers.auth.php2 # <?php exit()?>
/plugin/pgn4web/pgn4web/live/
Dlive-simulation.sh22 exit
32 exit
47 exit
57 exit
284 exit
/plugin/shell/
Dshell.php10 exit;
/plugin/jplayer/vendor/symfony/process/Tests/
DSignalListener.php12 pcntl_signal(\SIGUSR1, function () { echo 'SIGUSR1'; exit; });
/plugin/davcard/vendor/sabre/vobject/bin/
Dgenerate_vcards43 exit(2);
49 exit(2);
/plugin/icalevents/vendor/sabre/vobject/bin/
Dgenerate_vcards43 exit(2);
49 exit(2);
/plugin/webdavclient/vendor/sabre/vobject/bin/
Dgenerate_vcards43 exit(2);
49 exit(2);
/plugin/farm/
Dvirtualhostconfig.class.php59 fwrite($fp, '<?php exit(); ?>'."\n".$_POST['virtualhost_config_advanced']);
88 …rflow:auto;" name="virtualhost_config_advanced">'.preg_replace('`<\?php\s*exit\(\);\s*\?>`', '', @…
/plugin/autolink3/
Dajax.php101 exit;
141 exit;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
Dbuild-phar.php21 exit(1);
75 exit(1);
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards43 exit(2);
49 exit(2);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
DCbf.php75 // even if nothing was fixed. Exit here because we
79 exit(1);
/plugin/icalevents/vendor/bin/
Dgenerate_vcards43 exit(2);
49 exit(2);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
DTestRunner.php153 * @param bool $exit
157 public function doRun(PHPUnit_Framework_Test $suite, array $arguments = [], $exit = true) argument
647 if ($exit) {
650 exit(self::FAILURE_EXIT);
654 exit(self::FAILURE_EXIT);
657 exit(self::SUCCESS_EXIT);
661 exit(self::EXCEPTION_EXIT);
665 exit(self::FAILURE_EXIT);
689 exit(self::FAILURE_EXIT);
/plugin/asciidocjs/node_modules/babylon/bin/
Dbabylon.js10 process.exit(0);
/plugin/farm/install/animaltemplate/conf/
Dacl.auth.php.dist2 # <?php exit()?>
/plugin/jcapture/src/com/hammurapi/jcapture/
DGraphicsDeviceTranslucener.java15 //If translucent windows aren't supported, exit. in makeTranslucent()
/plugin/fckg/scripts/
Dprev_delete.php12 exit;
/plugin/farmer/_animal/conf/
H A Dacl.auth.php2 # <?php exit()?>
/plugin/asciidocjs/node_modules/lodash/
D_baseFor.js6 * Iteratee functions may exit iteration early by explicitly returning `false`.
/plugin/mdpage/src/
Dbootstrap.php15 exit(1);

12345678910>>...47