Home
last modified time | relevance | path

Searched full:exit (Results 1 – 25 of 148) sorted by relevance

123456

/dokuwiki/inc/Parsing/ParserMode/
H A DFormatting.php16 '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 Dfeed.php31 exit;
61 exit;
74 exit;
/dokuwiki/conf/
H A Dusers.auth.php.dist2 # <?php exit()?>
H A Dacl.auth.php.dist2 # <?php exit()?>
/dokuwiki/inc/
H A Dhttputils.php51 // 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 Dusers.auth.php2 # <?php exit()?>
H A Dacl.auth.php2 # <?php exit()?>
/dokuwiki/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 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 Dmanifest.php13 exit();
H A Djquery.php34 // This may exit if a cache can be used
H A Dopenapi.php13 exit();
/dokuwiki/inc/parser/
H A Dcode.php43 exit;
68 exit;
/dokuwiki/bin/
H A Ddwpage.php277 * Lock the given page or exit
289 exit(1);
297 exit(1);
313 exit(1);
320 exit(1);
336 exit(1);
H A Dstriplangs.php60 exit(0);
/dokuwiki/lib/plugins/authplain/_test/conf/
H A Dauth.users.php2 # <?php exit()?>
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DException.php8 …* The code is used as exit code for the CLI tool. This should probably be extended. Many cases jus…
H A DBase.php157 'Display this help screen and exit immediately.',
183 exit(0);
273 exit($code);
/dokuwiki/.github/workflows/
H A Drelease-preparation.yml35 exit 1
59 exit 1
/dokuwiki/inc/Action/
H A DSitemap.php63 exit;
/dokuwiki/lib/plugins/extension/
H A Daction.php48 exit;
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php83 * 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 Dbatch.php52 'exit',
88 "EXIT",
H A Dcadlisp.php62 '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 Dqbasic.php29 * 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 Dscript.js68 return; // we exit here if this is not the popup

123456