Home
last modified time | relevance | path

Searched refs:sapi (Results 1 – 21 of 21) sorted by relevance

/plugin/farmer/_test/
Dcore.test.php21 public function detectAnimal($sapi = null) argument
23 parent::detectAnimal($sapi);
161 'sapi' => 'cli',
179 'sapi' => 'cli',
205 'sapi' => 'cli',
214 'sapi' => 'apache2handler',
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
DICSExportPluginTest.php198 $s->sapi = new HTTP\SapiMock();
253 $s->sapi = new HTTP\SapiMock();
289 $s->sapi = new HTTP\SapiMock();
325 $s->sapi = new HTTP\SapiMock();
365 $s->sapi = new HTTP\SapiMock();
401 $s->sapi = new HTTP\SapiMock();
441 $s->sapi = new HTTP\SapiMock();
479 $s->sapi = new HTTP\SapiMock();
516 $s->sapi = new HTTP\SapiMock();
557 $s->sapi = new HTTP\SapiMock();
[all …]
DValidateICalTest.php47 $this->server->sapi = new HTTP\SapiMock();
DPluginTest.php76 $this->server->sapi = new HTTP\SapiMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
DPluginAdminTest.php24 $fakeServer->sapi = new HTTP\SapiMock();
60 $fakeServer->sapi = new HTTP\SapiMock();
DExpandPropertiesTest.php32 $fakeServer->sapi = new HTTP\SapiMock();
DPrincipalSearchPropertySetTest.php21 $fakeServer->sapi = new HTTP\SapiMock();
DPrincipalPropertySearchTest.php21 $fakeServer->sapi = new HTTP\SapiMock();
/plugin/farmer/
DDokuWikiFarmCore.php233 protected function detectAnimal($sapi = null) argument
235 $sapi = $sapi ?: PHP_SAPI;
238 if ('cli' == $sapi) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
DAbstractPluginTest.php37 $this->server->sapi = new HTTP\SapiMock();
DValidateVCardTest.php34 $this->server->sapi = new HTTP\SapiMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
DAbstractServer.php24 $this->server->sapi = new HTTP\SapiMock();
DIssue33Test.php99 $server->sapi = new HTTP\SapiMock();
DServerCopyMoveTest.php23 $this->server->sapi = new HTTP\SapiMock();
DServerPreconditionTest.php185 $server->sapi = new HTTP\SapiMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
DSpecificationTest.php59 $this->server->sapi = new HTTP\SapiMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
DMSWordTest.php28 $server->sapi = new HTTP\SapiMock();
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DServer.php228 $this->sapi = new HTTP\Sapi();
230 $this->httpRequest = $this->sapi->getRequest();
320 $this->sapi->sendResponse($this->httpResponse);
475 $this->sapi->sendResponse($response);
498 $this->sapi->sendResponse($response);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
DServer.php222 $this->sapi = new HTTP\Sapi();
224 $this->httpRequest = $this->sapi->getRequest();
314 $this->sapi->sendResponse($this->httpResponse);
455 $this->sapi->sendResponse($response);
470 $this->sapi->sendResponse($response);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
DPluginTest.php41 $this->server->sapi = new HTTP\SapiMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
DDAVServerTest.php103 $this->server->sapi = new HTTP\SapiMock();