/plugin/ajaxedit/ |
H A 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;
|
/plugin/refnotes/syntax/ |
H A D | references.php | 41 $exit = '(?:\)\)|\)\])'; 46 $exit = '\)\]'; 58 $lookaheadExit = '(?=' . $exit . ')'; 67 $lookaheadExit = '(?=' . $text . $exit . ')'; 71 $this->exitPattern = $exit;
|
/plugin/revealjs/plugin/print-pdf/ |
H A D | print-pdf.js | 57 phantom.exit(); 64 phantom.exit( 1 );
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
H A 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) { 175 if ($exit) { 186 $result = $runner->doRun($suite, $this->arguments, $exit); 199 if ($exit) {
|
/plugin/tablewidth/ |
H A D | action.php | 69 $exit = $match[3]; 79 return $entry . $attributes . $exit;
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | CLI.php | 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) { 237 } else if ($exit === 2) { 242 exit($exit);
|
/plugin/cli/ |
H A D | cli-examples.txt | 48 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 D | README.md | 18 ``` -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 D | phar-sample.phar | 72 exit; 78 exit; 85 exit; 90 exit; 94 exit; 99 exit;
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | users.auth.php.dist | 2 # <?php exit()?>
|
H A D | acl.auth.php.dist | 2 # <?php exit()?>
|
/plugin/tablecalc/ |
H A D | script.js | 432 var exit; 436 exit=1; 445 exit=0; 449 } while ( (!exit) && (steps<99) );
|
/plugin/upgrade/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 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 D | fullscreen-exit.svg | 1 <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 D | Gtk.php | 269 $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.yml | 26 # Run style fixer in test mode on all source files. Will exit with a non-zero
|
/plugin/pureldap/vendor/freedsx/asn1/ |
H A D | README.md | 61 exit; 74 exit;
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveClient.js | 2117 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 D | style.css | 14 * background: transparent url("icons/exit.gif") no-repeat center left;
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-vhdl.js | 39 [PR['PR_KEYWORD'], /^(?:abs|access|after|alias|all|and|architecture|array|assert|attribute|begin|block|body|buffer|bus|case|component|configuration|constant|disconnect|downto|else|elsif|end|entity|exit|file|for|function|generate|generic|group|guarded|if|impure|in|inertial|inout|is|label|library|linkage|literal|loop|map|mod|nand|new|next|nor|not|null|of|on|open|or|others|out|package|port|postponed|procedure|process|pure|range|record|register|reject|rem|report|return|rol|ror|select|severity|shared|signal|sla|sll|sra|srl|subtype|then|to|transport|type|unaffected|units|until|use|variable|wait|when|while|with|xnor|xor)(?=[^\w-]|$)/i, null],
|
/plugin/columns/ |
H A D | syntax.php | 37 $exit = '<\/' . $columns . '>'; 41 $this->lexerSyntax['exit'] = $exit; 45 $this->syntax[DOKU_LEXER_EXIT] = '/' . $exit . '/';
|
/plugin/remotescript/lib/JsHttpRequest/ |
H A D | compile.bat | 3 exit;
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | CHANGELOG.md | 56 the exit code returned by the process
|
/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | googlecode_upload.py | 248 sys.exit(main())
|
/plugin/sequencediagram/bower_components/lodash/test/ |
H A D | saucelabs.js | 494 process.exit(2); 877 process.exit(); 903 process.exit(success ? 0 : 1);
|