Searched full:exit (Results 1 – 25 of 82) sorted by relevance
1234
| /template/strap/ComboStrap/PageSqlParser/ |
| H A D | PageSqlListener.php | 21 * Exit a parse tree produced by {@see PageSqlParser::functionNames()}. 31 * Exit a parse tree produced by {@see PageSqlParser::constantNames()}. 41 * Exit a parse tree produced by {@see PageSqlParser::tableNames()}. 51 * Exit a parse tree produced by {@see PageSqlParser::sqlNames()}. 61 * Exit a parse tree produced by {@see PageSqlParser::column()}. 71 * Exit a parse tree produced by {@see PageSqlParser::pattern()}. 81 * Exit a parse tree produced by {@see PageSqlParser::expression()}. 91 * Exit a parse tree produced by {@see PageSqlParser::predicate()}. 101 * Exit a parse tree produced by {@see PageSqlParser::columns()}. 111 * Exit a parse tree produced by {@see PageSqlParser::predicateGroup()}. [all …]
|
| /template/strap/vendor/php-webdriver/webdriver/ |
| H A D | composer.json | 65 …"php -r 'if (PHP_VERSION_ID > 70103) { exit(1); }' || composer install --working-dir=tools/php-cs-… 68 …"php -r 'if (PHP_VERSION_ID > 70103) { exit(1); }' || composer update --working-dir=tools/php-cs-f… 82 "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff -vvv || exit 0",
|
| /template/strap/ComboStrap/ |
| H A D | HttpResponse.php | 14 public const EXIT_KEY = 'exit'; 152 …LogUtility::log2file("No status was set for this soft exit, the default was set instead", LogUtili… 164 * Exit 173 exit; 178 * We can't exit, we need 215 * In test, we don't exit to get the data, the code execution will come here then
|
| H A D | ExceptionExit.php | 13 * we exit
|
| H A D | ButtonTag.php | 125 * The context is checked in the `exit` state 168 * The context is set on the handle exit
|
| H A D | CallStack.php | 399 * From an exit call, move the corresponding Opening call 766 * Case when we start from the exit state element 797 * When the tag has a sibling with an exit tag 1005 * Move the pointer to the corresponding exit call 1023 … are not on the stack (start or end), you can't ask for the corresponding exit call", LogUtility::… 1028 …e not on an enter tag ($actualState). You can't ask for the corresponding exit call .", LogUtility…
|
| /template/strap/vendor/symfony/yaml/Resources/bin/ |
| H A D | yaml-lint | 37 exit(1); 42 exit(1);
|
| /template/strap/ComboStrap/Tag/ |
| H A D | BackgroundTag.php | 80 * There is two state (special and exit) 81 * Go to the opening call if in exit 120 * (Metadat is taken only from enter/exit) 123 // exit state
|
| /template/strap/vendor/paragonie/random_compat/other/ |
| H A D | build_phar.php | 33 exit(255); 55 exit(255);
|
| /template/lisps/css/ |
| D | pagetools.css | 463 /* exit 14_recent css definition */ 490 /* exit 15_recent css definition */ 517 /* exit 16_index css definition */ 544 /* exit 17_feedback css definition */ 571 /* exit 18_login css definition */ 598 /* exit 19_logout css definition */ 625 /* exit 20_admin css definition */ 652 /* exit 21_profile css definition */ 679 /* exit 22_save css definition */
|
| /template/strap/.github/ |
| H A D | bootstrap.sh | 40 exit 1 49 exit 1
|
| /template/strap/vendor/symfony/process/ |
| H A D | Process.php | 88 * Exit codes translation table. 90 * User-defined errors must use exit codes in the 64-113 range. 99 128 => 'Invalid exit argument', 241 * @return int The exit status code 262 * exits with a non-zero exit code. 330 … // last exit code is output on the fourth pipe and caught to work around --enable-sigchild 335 …commandline .= 'pid=$!; echo $pid >&3; wait $pid 2>/dev/null; code=$?; echo $code >&3; exit $code'; 748 * Returns the exit code returned by the process. 750 * @return int|null The exit status code, null if the Process is not terminated 760 * Returns a string representation for the exit code returned by the process. [all …]
|
| /template/strap/syntax/ |
| H A D | headingatx.php | 98 * see the exit processing for more info on the handling of outline headings) 128 * into enter and exit call
|
| H A D | codemarkdown.php | 28 * The exit pattern of markdown 105 // * a look ahead to see if we have the exit pattern
|
| /template/strap/ |
| H A D | cli.php | 259 exit(1); 263 exit(1); 577 exit(1); 587 exit(1); 679 exit(); 689 exit(1);
|
| /template/kajukkk/ |
| D | newpage.php | 59 header("Location: ".$url."doku.php?id=$id&do=edit" ); exit(); 61 header("Location: ".$url."doku.php?id=$back" ); exit(); 82 // echo $uri; exit; 88 //echo $raw; exit; 95 //echo $result; exit;
|
| /template/mikio/ |
| H A D | css.php | 34 exit; 101 exit;
|
| /template/strap/action/ |
| H A D | txt.php | 9 if (!defined('DOKU_INC')) exit;
|
| H A D | eventsystem.php | 58 exit;
|
| H A D | staticresource.php | 228 * We take over the complete {@link sendFile()} function and exit 231 … * may exit early / send a 304 (not modified) with the function {@link http_conditionalRequest()} 352 * The {@link http_rangeRequest} exit not on test
|
| /template/mikio/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"…
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | ParserTraceListener.php | 48 'exit %s, LT(1)=%s',
|
| /template/bootstrap3/ |
| D | iconify.php | 105 exit; 163 exit;
|
| /template/battlehorse/ |
| D | tplfn_sidebar.php | 29 // no namespace left, exit with no file found
|
| /template/sidebar/ |
| D | tplfn_sidebar.php | 26 // no namespace left, exit with no file found
|
1234