| /plugin/combo/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 …]
|
| /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/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; 110 exit;
|
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/ |
| H A D | GracefullTerminationException.php | 49 * Test if exceptions should be thrown or if we should just exit. 50 * In production usage we want to just exit cleanly when prompting the user 52 * In unit testing scenarios we cannot exit or we won't be able to continue 62 // Exit cleanly to avoid filling up the logs with uncaught exceptions. 64 exit; 73 * Force phpcas to thow Exceptions instead of calling exit()
|
| /plugin/ckgdoku/scripts/ |
| D | add_v_animal.sh | 5 exit 1 14 exit 1 40 echo "# <?php exit()?> 45 echo '# <?php exit()?> 52 exit 0
|
| D | addanimal.sh | 5 exit 1 20 exit 1 47 echo "# <?php exit()?> 52 echo '# <?php exit()?> 59 exit 0
|
| /plugin/ckgedit/scripts/ |
| D | add_v_animal.sh | 5 exit 1 14 exit 1 40 echo "# <?php exit()?> 45 echo '# <?php exit()?> 52 exit 0
|
| D | addanimal.sh | 5 exit 1 20 exit 1 47 echo "# <?php exit()?> 52 echo '# <?php exit()?> 59 exit 0
|
| /plugin/jplayer/vendor/symfony/process/Tests/ |
| D | PipeStdinInStdoutStdErrStreamSelect.php | 32 exit(ERR_SELECT_FAILED); 34 exit(ERR_TIMEOUT); 40 exit(ERR_WRITE_FAILED); 51 exit(ERR_WRITE_FAILED); 68 exit(ERR_READ_FAILED);
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
| D | class_upload.asp | 108 Exit Sub 112 Exit Sub 119 Exit Sub 123 Exit Sub 221 Exit Sub 226 Exit Sub 231 Exit Sub 257 Exit Sub 295 Exit Function 324 Exit Function
|
| /plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/ |
| D | release.sh | 18 exit 1 27 exit 1 34 exit 1 49 exit 1
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
| D | CLI.php | 115 exit(0); 117 exit(1); 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) { [all …]
|
| /plugin/structtemplate/_vagrant/ |
| D | deprovision_dokuwiki_from_but_protect.sh | 14 exit 1 34 exit ${FAILURE} 39 exit ${FAILURE} 44 exit ${FAILURE} 61 exit ${SUCCESS}
|
| /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/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/asp/ |
| D | connector.asp | 68 If ( sCommand = "" ) Then Exit Sub 71 If ( sResourceType = "" ) Then Exit Sub 74 If ( sCurrentFolder = "" ) Then Exit Sub 77 if ( Not IsAllowedType( sResourceType ) ) Then Exit Sub 91 Exit Sub
|
| /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) { 155 exit(PHPUnit_TextUI_TestRunner::SUCCESS_EXIT); 175 if ($exit) { 176 exit(PHPUnit_TextUI_TestRunner::SUCCESS_EXIT); 186 $result = $runner->doRun($suite, $this->arguments, $exit); [all …]
|
| /plugin/diagramsnet/lib/plugins/ |
| D | trello.js | 7 if (editorUi.actions.get('exit') == null) 13 editorUi.actions.get('exit').funct = function() 18 parent.postMessage(JSON.stringify({event: 'exit'}), '*'); 36 this.actions.get('exit').funct();
|
| /plugin/bez/ |
| H A D | cron-daily.php | 12 exit(-1); 17 exit(-1); 39 exit(-1);
|
| /plugin/issuelinks/ |
| D | pre-commit.hook.sh | 25 exit 1 44 exit 1 49 exit $?
|
| /plugin/quickstats/scripts/ |
| D | get_useragent.php | 30 exit; 38 exit; 42 exit;
|
| /plugin/fckg/action/lang/ |
| D | en.php | 8 $fckg_lang['title_dw_edit'] = "Save Work, Exit, and Switch to Native DokuWiki Editor"; 12 $fckg_lang['title_dw_cancel']='Exit Editor'; 22 $fckg_lang['btn_exit_draft'] = "Exit Draft";
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ |
| D | make.sh | 58 exit 0 63 exit 1 72 exit 1 82 exit 1 98 exit 1 107 exit 1 161 exit 1
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
| D | editor_zh-CN.properties.bak | 11 exit=Exit 91 exitGroup=Exit group
|
| /plugin/freechat/phpfreechat/misc/ |
| D | checkmd5 | 7 exit; 17 exit; 23 exit;
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/ |
| D | imports.sh | 12 exit 1 46 trap "cleanup_trap ${network_name}" EXIT 51 exit 0
|