| /plugin/asciidocjs/node_modules/uglify-js/tools/ |
| D | tty.js | 8 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/ |
| D | invoker.js | 22 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/ |
| D | helper.php | 31 * @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/ |
| D | references.php | 41 $exit = '(?:\)\)|\)\])'; 46 $exit = '\)\]'; 58 $lookaheadExit = '(?=' . $exit . ')'; 67 $lookaheadExit = '(?=' . $text . $exit . ')'; 71 $this->exitPattern = $exit;
|
| /plugin/asciidocjs/node_modules/acorn/src/bin/ |
| D | acorn.js | 12 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/ |
| D | acorn.js | 12 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/ |
| D | print-pdf.js | 57 phantom.exit(); 64 phantom.exit( 1 );
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
| D | Command.php | 110 * @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/ |
| D | CLI.php | 189 $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/ |
| D | action.php | 69 $exit = $match[3]; 79 return $entry . $attributes . $exit;
|
| /plugin/cli/ |
| D | cli-examples.txt | 48 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/ |
| D | phar-sample.phar | 72 exit; 78 exit; 85 exit; 90 exit; 94 exit; 99 exit;
|
| /plugin/metadisplay/ |
| D | README.md | 18 ``` -v, --version print version and exit 27 -h, --help Display this help screen and exit immeadiately.
|
| /plugin/asciidocjs/node_modules/yargs/lib/platform-shims/ |
| D | esm.mjs | 55 exit: process.exit,
|
| D | browser.mjs | 46 // exit is noop browser: 47 exit: () => {},
|
| /plugin/tablecalc/ |
| D | script.js | 432 var exit; 436 exit=1; 445 exit=0; 449 } while ( (!exit) && (steps<99) );
|
| /plugin/farm/install/animaltemplate/conf/ |
| D | users.auth.php.dist | 2 # <?php exit()?>
|
| D | acl.auth.php.dist | 2 # <?php exit()?>
|
| /plugin/asciidocjs/node_modules/babylon/bin/ |
| D | babylon.js | 10 process.exit(0);
|
| /plugin/upgrade/myvendor/splitbrain/php-cli/ |
| D | README.md | 79 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/ |
| D | Gtk.php | 269 $exit =& new GtkMenuItem('Exit'); 270 $exit->connect_object('activate', array('gtk', 'main_quit')); 271 $phpMenu->append($exit);
|
| /plugin/asciidocjs/node_modules/asap/ |
| D | asap.js | 45 this.domain.exit();
|
| /plugin/mikioplugin/icons/bootstrap-icons/svg/ |
| H A D | fullscreen-exit.svg | 1 <svg class="bi bi-fullscreen-exit" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor"…
|
| /plugin/mizarverifiabledocs/script/ |
| H A D | miz2svg.py | 11 sys.exit("usage: miz2svg.py <file.miz>")
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/ |
| D | index.js | 414 process.exit(0) 432 process.exit(0) 437 process.exit(0) 448 process.exit(0)
|