Home
last modified time | relevance | path

Searched full:status (Results 101 – 125 of 3084) sorted by last modified time

12345678910>>...124

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DRedis.php181 * @return bool Success status
201 * @return bool Success status
/dokuwiki/lib/scripts/
H A Dfileuploader.js1217 if (xhr.status == 200){
/dokuwiki/inc/Remote/IXR/
H A DClient.php56 if ($this->httpClient->status < 200 || $this->httpClient->status > 206) {
57 $this->handleError(-32300, 'transport error - HTTP status ' . $this->httpClient->status);
/dokuwiki/conf/
H A Ddokuwiki.php157 $conf['send404'] = 0; //Send an HTTP 404 status for nonexistent pages?
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpic16.php61 'INDF','TMR0','OPTION','PCL','STATUS','FSR','PORTA','PORTB','PORTC',
H A Dabap.php167 'get pf-status',
209 'set pf-status',
H A Dactionscript3.php120 'stopImmediatePropagation', 'stopDrag', 'stopAll', 'stop', 'status',
301 'SUBTRACT', 'SUBPIXEL', 'STATUS', 'STANDARD', 'SQUARE', 'SQRT2',
H A Dbash.php108 'apachectl configtest', 'apachectl status', 'apachectl fullstatus',
112 'apache2ctl status', 'apache2ctl fullstatus', 'apache2ctl help',
160 'cvs rtag', 'cvs server', 'cvs status', 'cvs tag', 'cvs unedit',
211 'git show-ref', 'git stage', 'git stash', 'git status',
252 'git-sh-setup', 'git-stage', 'git-stash', 'git-status',
314 'svn st', 'svn stat', 'svn status', 'svn sw', 'svn switch',
H A Dcmake.php102 'STATIC', 'STATUS', 'STREQUAL', 'STRGREATER', 'STRING', 'STRIP',
H A Dcobol.php300 'STATUS', 'STATUS-BAR', 'STATUS-TEXT', 'STEP',
328 'VAL-STATUS', 'VALIDATE-STATUS',
364 'EXCEPTION-LOCATION-N', 'EXCEPTION-STATEMENT', 'EXCEPTION-STATUS',
H A Ddcl.php84 'SHOW STATUS', 'SHOW SYMBOL', 'SHOW SYSTEM', 'SHOW TERMINAL', 'SHOW TIME',
101 '$status', '$severity', 'sys$login', 'sys$system',
H A Dpli.php135 'stackaddr', 'statement', 'static', 'status', 'stg', 'stmt', 'stop',
/dokuwiki/lib/plugins/extension/lang/no/
H A Dlang.php57 $lang['status'] = 'Status:';
/dokuwiki/lib/plugins/extension/lang/pl/
H A Dlang.php60 $lang['status'] = 'Status:';
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG929 - set_language resets error status and strict mode (Andrew Black)
/dokuwiki/lib/plugins/extension/lang/pt/
H A Dlang.php79 $lang['status'] = 'Status:
/dokuwiki/lib/plugins/extension/lang/ru/
H A Dlang.php64 $lang['status'] = 'Статус';
/dokuwiki/lib/plugins/extension/lang/sr/
H A Dlang.php55 $lang['status'] = 'Стање:';
/dokuwiki/lib/plugins/extension/lang/sv/
H A Dlang.php57 $lang['status'] = 'Status:';
/dokuwiki/lib/plugins/extension/lang/tr/
H A Dlang.php53 $lang['status'] = 'Durum:';
/dokuwiki/lib/plugins/extension/lang/zh-tw/
H A Dlang.php53 $lang['status'] = '狀態:';
/dokuwiki/inc/parser/
H A Dhandler.php25 /** @var array internal status holders for some modes */ variable in Doku_Handler
26 protected $status = [
81 * Return the current internal status of the given name argument
83 * @param string $status
86 public function getStatus($status)
88 if (!isset($this->status[$status])) return null;
89 return $this->status[$status];
93 * Set a new internal status
92 setStatus($status, $value) global() argument
[all...]
/dokuwiki/inc/
H A Dfetch.functions.php136 * Check for media for preconditions and return correct status code
139 * WRITE: MEDIA, FILE, array( STATUS, STATUSMESSAGE )
148 * @return array as array(STATUS, STATUSMESSAGE)
H A Dhttputils.php286 * Set the HTTP response status and takes care of the used PHP SAPI
343 header("Status: {$code} {$text}", true);
H A Dindexer.php118 * @param boolean $verbose print status messages

12345678910>>...124