Home
last modified time | relevance | path

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

12345678910

/plugin/ajaxedit/
H A 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/
H A Dreferences.php41 $exit = '(?:\)\)|\)\])';
46 $exit = '\)\]';
58 $lookaheadExit = '(?=' . $exit . ')';
67 $lookaheadExit = '(?=' . $text . $exit . ')';
71 $this->exitPattern = $exit;
/plugin/revealjs/plugin/print-pdf/
H A Dprint-pdf.js57 phantom.exit();
64 phantom.exit( 1 );
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A 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/tablewidth/
H A Daction.php69 $exit = $match[3];
79 return $entry . $attributes . $exit;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A 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/cli/
H A 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/metadisplay/
H A DREADME.md18 ``` -v, --version print version and exit
27 -h, --help Display this help screen and exit immeadiately.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar72 exit;
78 exit;
85 exit;
90 exit;
94 exit;
99 exit;
/plugin/farm/install/animaltemplate/conf/
H A Dusers.auth.php.dist2 # <?php exit()?>
H A Dacl.auth.php.dist2 # <?php exit()?>
/plugin/tablecalc/
H A Dscript.js432 var exit;
436 exit=1;
445 exit=0;
449 } while ( (!exit) && (steps<99) );
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md79 exit the programm with a non-zero exit code. You can disable this behaviour and catch all exceptions yourself by
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 code.
/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" xmlns="http://www.w3.org/2000/svg">
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php269 $exit =& new GtkMenuItem('Exit');
270 $exit->connect_object('activate', array('gtk', 'main_quit'));
271 $phpMenu->append($exit);
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A D.travis.yml26 # Run style fixer in test mode on all source files. Will exit with a non-zero
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md61 exit;
74 exit;
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js2117 var exit = mxUtils.bind(this, function(evt)
2122 mxEvent.removeListener(document, 'click', exit);
2199 mxEvent.removeListener(document, 'click', exit);
2214 mxEvent.addListener(document, 'click', exit);
2255 var exit = mxUtils.bind(this, function(evt)
2260 mxEvent.removeListener(document, 'click', exit);
2330 mxEvent.addListener(document, 'click', exit);
2396 var exit = mxUtils.bind(this, function(evt)
2401 mxEvent.removeListener(document, 'click', exit);
2465 mxEvent.removeListener(document, 'click', exit);
[all …]
/plugin/livepreview/
H A Dstyle.css14 * background: transparent url("icons/exit.gif") no-repeat center left;
/plugin/codeprettify/code-prettify/src/
H A Dlang-vhdl.js39 …|component|configuration|constant|disconnect|downto|else|elsif|end|entity|exit|file|for|function|g…
/plugin/columns/
H A Dsyntax.php37 $exit = '<\/' . $columns . '>';
41 $this->lexerSyntax['exit'] = $exit;
45 $this->syntax[DOKU_LEXER_EXIT] = '/' . $exit . '/';
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat3 exit;
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md56 the exit code returned by the process
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py248 sys.exit(main())
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js494 process.exit(2);
877 process.exit();
903 process.exit(success ? 0 : 1);

12345678910