Home
last modified time | relevance | path

Searched refs:getStatus (Results 376 – 397 of 397) sorted by path

1...<<111213141516

/plugin/structpublish/action/
H A Drevisions.php52 $status = $revision->getStatus();
H A Dshow.php45 $isPublished = $currentRevision->getStatus() === Constants::STATUS_PUBLISHED;
/plugin/structpublish/helper/
H A Dnotify.php59 $mailText = $this->prepareMailText($newRevision->getStatus());
/plugin/structpublish/meta/
H A DRevision.php115 public function getStatus()
114 public function getStatus() global() function in dokuwiki\\plugin\\structpublish\\meta\\Revision
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5457 },getStatus:function(spy){var text="";
5490 statusBox.textContent=Firebug.Spy.XHR.getStatus(spy);
/plugin/webdav/_test/
H A Dwebdav.test.php24 $this->assertEquals(207, $response->getStatus());
30 $this->assertEquals(200, $response->getStatus());
36 $this->assertEquals(404, $response->getStatus());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php375 … if ($propFind->getStatus($propRead) === 404 || $propFind->getStatus($propWrite) === 404) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php306 $subPropFind->getStatus($availProp)
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php78 if ($propFind->getStatus($prop) === 200) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractDigest.php159 $oldStatus = $response->getStatus() ?: 200;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php104 function getStatus($propertyName) { function in Sabre\\DAV\\Browser\\PropFindAll
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php376 'statusCode' => (int)$response->getStatus(),
H A DPropFind.php164 function getStatus($propertyName) { function in Sabre\\DAV\\PropFind
H A DServer.php494 if ($response->getStatus() === null) {
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md196 Response::getStatus(), which now always returns just the status code as an
H A DREADME.md599 function getStatus();
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php525 $httpCode = intval($response->getStatus());
H A DClientHttpException.php32 parent::__construct($response->getStatusText(), $response->getStatus());
43 return $this->response->getStatus();
H A DResponse.php118 function getStatus() { function in Sabre\\HTTP\\Response
181 …$str = 'HTTP/' . $this->httpVersion . ' ' . $this->getStatus() . ' ' . $this->getStatusText() . "\…
H A DResponseDecorator.php35 function getStatus() { function in Sabre\\HTTP\\ResponseDecorator
37 return $this->inner->getStatus();
H A DResponseInterface.php19 function getStatus(); function
H A DSapi.php58 …header('HTTP/' . $response->getHttpVersion() . ' ' . $response->getStatus() . ' ' . $response->get…

1...<<111213141516