Home
last modified time | relevance | path

Searched refs:exit (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/plugin/asciidocjs/node_modules/uglify-js/tools/
Dtty.js8 var exit = process.exit; variable
9 process.exit = function() { function
16 exit.apply(process, args);
20 throw exit;
/plugin/asciidocjs/node_modules/@asciidoctor/cli/lib/
Dinvoker.js22 process.exit(0)
29 await Invoker.exit(failureLevel, options)
32 await Invoker.exit(failureLevel, options)
35 process.exit(0)
93 process.exit(1)
147 static async exit (failureLevel, options = {}) { method in Invoker
156 process.exit(code)
/plugin/ajaxedit/
Dhelper.php31 * @param boolean $exit leave or not
33 function error($msg,$type=self::ERROR_OTHER,$exit = true){ argument
41 if($exit && !defined('DOKU_UNITTEST')) exit;
44 function _error($type,$exit = true){ argument
53 if($exit && !defined('DOKU_UNITTEST')) exit;
/plugin/refnotes/syntax/
Dreferences.php41 $exit = '(?:\)\)|\)\])';
46 $exit = '\)\]';
58 $lookaheadExit = '(?=' . $exit . ')';
67 $lookaheadExit = '(?=' . $text . $exit . ')';
71 $this->exitPattern = $exit;
/plugin/asciidocjs/node_modules/acorn/src/bin/
Dacorn.js12 process.exit(status)
39 catch(e) { console.error(e.message); process.exit(1) }
45 catch(e) { console.error(e.message); process.exit(1) }
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/bin/
Dacorn.js12 process.exit(status)
37 catch(e) { console.error(e.message); process.exit(1) }
43 catch(e) { console.error(e.message); process.exit(1) }
/plugin/revealjs/plugin/print-pdf/
Dprint-pdf.js57 phantom.exit();
64 phantom.exit( 1 );
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
DCommand.php110 * @param bool $exit
112 public static function main($exit = true) argument
116 return $command->run($_SERVER['argv'], $exit);
121 * @param bool $exit
125 public function run(array $argv, $exit = true) argument
154 if ($exit) {
175 if ($exit) {
186 $result = $runner->doRun($suite, $this->arguments, $exit);
199 if ($exit) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
DCLI.php189 $exit = 0;
192 $exit = 2;
199 $exit = 0;
202 $exit = 2;
219 $exit = 1;
223 $exit = 3;
232 $exit = 1;
235 if ($exit === 0) {
237 } else if ($exit === 2) {
242 exit($exit);
/plugin/tablewidth/
Daction.php69 $exit = $match[3];
79 return $entry . $attributes . $exit;
/plugin/cli/
Dcli-examples.txt48 C:\>exit
92 C:\>exit
230 C:\docs> exit
260 C:\docs> exit
293 C:\docs> exit
322 C:\docs> exit
359 console(config-line)#exit
360 console(config)#exit
390 console(config-line)#exit
391 console(config)#exit
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
Dphar-sample.phar72 exit;
78 exit;
85 exit;
90 exit;
94 exit;
99 exit;
/plugin/metadisplay/
DREADME.md18 ``` -v, --version print version and exit
27 -h, --help Display this help screen and exit immeadiately.
/plugin/asciidocjs/node_modules/yargs/lib/platform-shims/
Desm.mjs55 exit: process.exit,
Dbrowser.mjs46 // exit is noop browser:
47 exit: () => {},
/plugin/tablecalc/
Dscript.js432 var exit;
436 exit=1;
445 exit=0;
449 } while ( (!exit) && (steps<99) );
/plugin/farm/install/animaltemplate/conf/
Dusers.auth.php.dist2 # <?php exit()?>
Dacl.auth.php.dist2 # <?php exit()?>
/plugin/asciidocjs/node_modules/babylon/bin/
Dbabylon.js10 process.exit(0);
/plugin/upgrade/myvendor/splitbrain/php-cli/
DREADME.md79 exit the programm with a non-zero exit code. You can disable this behaviour and catch all exception…
83 exception's code will be used as the exit code then.
94 ``error()`` (red) or ``fatal()`` (red). The latter will also exit the programm with a non-zero exit
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
DGtk.php269 $exit =& new GtkMenuItem('Exit');
270 $exit->connect_object('activate', array('gtk', 'main_quit'));
271 $phpMenu->append($exit);
/plugin/asciidocjs/node_modules/asap/
Dasap.js45 this.domain.exit();
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dfullscreen-exit.svg1 <svg class="bi bi-fullscreen-exit" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor"…
/plugin/mizarverifiabledocs/script/
H A Dmiz2svg.py11 sys.exit("usage: miz2svg.py <file.miz>")
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
Dindex.js414 process.exit(0)
432 process.exit(0)
437 process.exit(0)
448 process.exit(0)

12345678910>>...12