Home
last modified time | relevance | path

Searched defs:status (Results 1 – 5 of 5) sorted by path

/dokuwiki/inc/Action/Exception/
H A DFatalException.php23 __construct($message = 'A fatal error occured', $status = 500, $previous = null) global() argument
/dokuwiki/inc/HTTP/
H A DHTTPClient.php41 public $status; global() variable in dokuwiki\\HTTP\\HTTPClient
[all...]
/dokuwiki/inc/parser/
H A Dhandler.php25 /** @var array internal status holders for some modes */ variable in Doku_Handler
81 * Return the current internal status of the given name argument
92 setStatus($status, $value) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php863 _logError($response, $status = 1) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php244 protected function status() function in SimplePie\\HTTP\\Parser