Searched full:exit (Results 1 – 25 of 148) sorted by relevance
123456
/dokuwiki/inc/Parsing/ParserMode/ |
H A D | Formatting.php | 16 'exit' => '\*\*', 22 'exit' => '//', 27 'exit' => '__', 32 'exit' => '\x27\x27', 37 'exit' => '</sub>', 42 'exit' => '</sup>', 47 'exit' => '</del>', 100 $this->formatting[$this->type]['exit'],
|
/dokuwiki/ |
H A D | feed.php | 31 exit; 61 exit; 74 exit;
|
/dokuwiki/conf/ |
H A D | users.auth.php.dist | 2 # <?php exit()?>
|
H A D | acl.auth.php.dist | 2 # <?php exit()?>
|
/dokuwiki/inc/ |
H A D | httputils.php | 51 // Nothing has changed since their last request - serve a 304 and exit 56 exit; 75 exit; 79 exit; 85 exit; 129 exit; 182 // everything should be done here, exit (or return if testing) 184 exit; 241 exit;
|
/dokuwiki/_test/conf/ |
H A D | users.auth.php | 2 # <?php exit()?>
|
H A D | acl.auth.php | 2 # <?php exit()?>
|
/dokuwiki/vendor/splitbrain/php-cli/ |
H A 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…
|
/dokuwiki/lib/exe/ |
H A D | manifest.php | 13 exit();
|
H A D | jquery.php | 34 // This may exit if a cache can be used
|
H A D | openapi.php | 13 exit();
|
/dokuwiki/inc/parser/ |
H A D | code.php | 43 exit; 68 exit;
|
/dokuwiki/bin/ |
H A D | dwpage.php | 277 * Lock the given page or exit 289 exit(1); 297 exit(1); 313 exit(1); 320 exit(1); 336 exit(1);
|
H A D | striplangs.php | 60 exit(0);
|
/dokuwiki/lib/plugins/authplain/_test/conf/ |
H A D | auth.users.php | 2 # <?php exit()?>
|
/dokuwiki/vendor/splitbrain/php-cli/src/ |
H A D | Exception.php | 8 …* The code is used as exit code for the CLI tool. This should probably be extended. Many cases jus…
|
H A D | Base.php | 157 'Display this help screen and exit immediately.', 183 exit(0); 273 exit($code);
|
/dokuwiki/.github/workflows/ |
H A D | release-preparation.yml | 35 exit 1 59 exit 1
|
/dokuwiki/inc/Action/ |
H A D | Sitemap.php | 63 exit;
|
/dokuwiki/lib/plugins/extension/ |
H A D | action.php | 48 exit;
|
/dokuwiki/inc/Parsing/Lexer/ |
H A D | Lexer.php | 83 * Adds a pattern that will exit the current mode and re-enter the previous one. 99 * Acts as an entry and exit pattern in one go, effectively calling a special 213 * @return boolean True if this is the exit mode. 225 * @return boolean True if this is the exit mode.
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | batch.php | 52 'exit', 88 "EXIT",
|
H A D | cadlisp.php | 62 'entmakex','entmod','entnext','entsel','entupd','eq','equal','eval','exit', 105 'vl-doc-import','vl-doc-ref','vl-doc-set','vl-every','vl-exit-with-error', 106 'vl-exit-with-value','vl-file-copy','vl-file-delete','vl-file-directory-p',
|
H A D | qbasic.php | 29 * a space in them (EXIT FOR, END SELECT) are added 83 'ERDEV', 'ERDEV$', 'ERL', 'ERR', 'ERROR', 'EXIT', 'EXP', 'FIELD', 'FILEATTR',
|
/dokuwiki/lib/plugins/styling/ |
H A D | script.js | 68 return; // we exit here if this is not the popup
|
123456