Home
last modified time | relevance | path

Searched refs:getStatus (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DQuotes.php70 if ($call === 'doublequoteclosing' && $handler->getStatus('doublequote') <= 0) {
75 $handler->setStatus('doublequote', $handler->getStatus('doublequote') + 1);
77 $handler->setStatus('doublequote', max(0, $handler->getStatus('doublequote') - 1));
H A DFootnote.php59 if ($handler->getStatus('footnote')) {
70 if (!$handler->getStatus('footnote')) {
H A DHeader.php36 if ($handler->getStatus('section')) $handler->addCall('section_close', [], $pos);
/dokuwiki/inc/Parsing/
H A DHandler.php148 public function getStatus($status) function in dokuwiki\\Parsing\\Handler
/dokuwiki/_test/core/
H A DphpQuery-onefile.php5170 self::debug('Status: '.$response->getStatus().' / '.$response->getMessage());
5179 … phpQuery::callbackRun($options['success'], array($data, $response->getStatus(), $options));
5184 …phpQuery::callbackRun($options['error'], array($client, $response->getStatus(), $response->getMess…
5189 phpQuery::callbackRun($options['complete'], array($client, $response->getStatus()));