Searched full:exit (Results 126 – 150 of 1151) sorted by relevance
12345678910>>...47
| /plugin/asciidocjs/node_modules/resolve/test/resolver/multirepo/packages/package-b/ |
| D | package.json | 9 "test": "echo \"Error: run tests from root\" && exit 1"
|
| /plugin/jplayer/vendor/symfony/process/ |
| D | Process.php | 87 * 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/ |
| D | index.php | 8 exit;
|
| /plugin/upgrade/myvendor/splitbrain/php-cli/src/ |
| D | Base.php | 157 'Display this help screen and exit immediately.', 183 exit(0); 273 exit($code);
|
| /plugin/button/tests/conf/ |
| D | users.auth.php | 2 # <?php exit()?>
|
| /plugin/pgn4web/pgn4web/live/ |
| D | live-simulation.sh | 22 exit 32 exit 47 exit 57 exit 284 exit
|
| /plugin/shell/ |
| D | shell.php | 10 exit;
|
| /plugin/jplayer/vendor/symfony/process/Tests/ |
| D | SignalListener.php | 12 pcntl_signal(\SIGUSR1, function () { echo 'SIGUSR1'; exit; });
|
| /plugin/davcard/vendor/sabre/vobject/bin/ |
| D | generate_vcards | 43 exit(2); 49 exit(2);
|
| /plugin/icalevents/vendor/sabre/vobject/bin/ |
| D | generate_vcards | 43 exit(2); 49 exit(2);
|
| /plugin/webdavclient/vendor/sabre/vobject/bin/ |
| D | generate_vcards | 43 exit(2); 49 exit(2);
|
| /plugin/farm/ |
| D | virtualhostconfig.class.php | 59 fwrite($fp, '<?php exit(); ?>'."\n".$_POST['virtualhost_config_advanced']); 88 …rflow:auto;" name="virtualhost_config_advanced">'.preg_replace('`<\?php\s*exit\(\);\s*\?>`', '', @…
|
| /plugin/autolink3/ |
| D | ajax.php | 101 exit; 141 exit;
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/ |
| D | build-phar.php | 21 exit(1); 75 exit(1);
|
| /plugin/davcal/vendor/sabre/vobject/bin/ |
| H A D | generate_vcards | 43 exit(2); 49 exit(2);
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
| D | Cbf.php | 75 // even if nothing was fixed. Exit here because we 79 exit(1);
|
| /plugin/icalevents/vendor/bin/ |
| D | generate_vcards | 43 exit(2); 49 exit(2);
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
| D | TestRunner.php | 153 * @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/ |
| D | babylon.js | 10 process.exit(0);
|
| /plugin/farm/install/animaltemplate/conf/ |
| D | acl.auth.php.dist | 2 # <?php exit()?>
|
| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| D | GraphicsDeviceTranslucener.java | 15 //If translucent windows aren't supported, exit. in makeTranslucent()
|
| /plugin/fckg/scripts/ |
| D | prev_delete.php | 12 exit;
|
| /plugin/farmer/_animal/conf/ |
| H A D | acl.auth.php | 2 # <?php exit()?>
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | _baseFor.js | 6 * Iteratee functions may exit iteration early by explicitly returning `false`.
|
| /plugin/mdpage/src/ |
| D | bootstrap.php | 15 exit(1);
|
12345678910>>...47