Home
last modified time | relevance | path

Searched refs:getStatusText (Results 1 – 18 of 18) sorted by last modified time

/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md161 * Changed: Added Response::getStatusText(). This method returns the
/plugin/davcal/vendor/sabre/http/lib/
H A DClientHttpException.php32 parent::__construct($response->getStatusText(), $response->getStatus());
H A DResponse.php132 function getStatusText() { function in Sabre\\HTTP\\Response
182 …$str = 'HTTP/' . $this->httpVersion . ' ' . $this->getStatus() . ' ' . $this->getStatusText() . "\…
H A DResponseDecorator.php49 function getStatusText() { function in Sabre\\HTTP\\ResponseDecorator
51 return $this->inner->getStatusText();
H A DResponseInterface.php28 function getStatusText(); function
H A DSapi.php58 …' . $response->getHttpVersion() . ' ' . $response->getStatus() . ' ' . $response->getStatusText());
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DResponseDecoratorTest.php22 $this->assertEquals('Created', $this->inner->getStatusText());
23 $this->assertEquals('Created', $this->outer->getStatusText());
H A DResponseTest.php11 $this->assertEquals('OK', $response->getStatusText());
20 $this->assertEquals('Where\'s my money?', $response->getStatusText());
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md194 * Changed: Added Response::getStatusText(). This method returns the
/plugin/webdav/vendor/sabre/http/lib/
H A DResponseDecorator.php49 function getStatusText() { function in Sabre\\HTTP\\ResponseDecorator
51 return $this->inner->getStatusText();
H A DResponseInterface.php28 function getStatusText(); function
H A DSapi.php58 …' . $response->getHttpVersion() . ' ' . $response->getStatus() . ' ' . $response->getStatusText());
H A DResponse.php131 function getStatusText() { function in Sabre\\HTTP\\Response
181 …$str = 'HTTP/' . $this->httpVersion . ' ' . $this->getStatus() . ' ' . $this->getStatusText() . "\…
H A DClientHttpException.php32 parent::__construct($response->getStatusText(), $response->getStatus());
/plugin/revealjs/js/
H A Dreveal.js806 function getStatusText( node ) { function
822 text += getStatusText( child );
2995 dom.statusDiv.textContent = getStatusText( currentSlide );
4803 dom.statusDiv.textContent = getStatusText( el );
/plugin/issuetracker/
H A Dprototype.js1673 this.statusText = this.getStatusText();
1691 getStatusText: function() {
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1360 this.statusText = this.getStatusText();
1377 getStatusText: function() {
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1563 this.statusText = this.getStatusText();
1581 getStatusText: function() {