Home
last modified time | relevance | path

Searched refs:httpGet (Results 1 – 21 of 21) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DProbe.php80 public function setHttpGet(HTTPGetAction $httpGet) argument
82 $this->httpGet = $httpGet;
89 return $this->httpGet;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php81 function httpGet(RequestInterface $request, ResponseInterface $response) { function in Sabre\\CalDAV\\ICSExportPlugin
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php69 $server->on('method:GET', [$this, 'httpGet'], 90);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php55 function httpGet(RequestInterface $request, ResponseInterface $response) { function in Sabre\\CardDAV\\VCFExportPlugin
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DMapGetToPropFind.php47 function httpGet(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Browser\\MapGetToPropFind
H A DPlugin.php96 return $this->httpGet($request, $response);
108 function httpGet(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Browser\\Plugin
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php76 function httpGet(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\CorePlugin
H A DTemporaryFileFilterPlugin.php117 return $this->httpGet($request, $response, $tempLocation);
188 function httpGet(RequestInterface $request, ResponseInterface $hR, $tempLocation) { function in Sabre\\DAV\\TemporaryFileFilterPlugin
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php48 function httpGet(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Mount\\Plugin
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DICSExportPluginTest.php59 $this->assertFalse($p->httpGet($h, $s->httpResponse));
109 $this->assertFalse($p->httpGet($h, $s->httpResponse));
140 $this->assertNull($p->httpGet($h, $s->httpResponse));
171 $p->httpGet($h, $s->httpResponse);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php135 $caldav->httpGet($server->httpRequest, $server->httpResponse);
164 … $this->assertNull($caldav->httpGet(new HTTP\Request('GET','/foozz'), $server->httpResponse));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php97 $this->plugin->httpGet($request, $response)
/plugin/webdav/core/Plugin/
H A DDummyGetResponse.php37 public function httpGet(RequestInterface $request, ResponseInterface $response) function in dokuwiki\\plugin\\webdav\\core\\Plugin\\DummyGetResponse
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php81 function httpGet(RequestInterface $request, ResponseInterface $response) { function in Sabre\\CalDAV\\ICSExportPlugin
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php69 $server->on('method:GET', [$this, 'httpGet'], 90);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php55 function httpGet(RequestInterface $request, ResponseInterface $response) { function in Sabre\\CardDAV\\VCFExportPlugin
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DMapGetToPropFind.php47 function httpGet(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Browser\\MapGetToPropFind
H A DPlugin.php96 return $this->httpGet($request, $response);
108 function httpGet(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Browser\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php78 function httpGet(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\CorePlugin
H A DTemporaryFileFilterPlugin.php117 return $this->httpGet($request, $response, $tempLocation);
191 function httpGet(RequestInterface $request, ResponseInterface $hR, $tempLocation) { function in Sabre\\DAV\\TemporaryFileFilterPlugin
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php48 function httpGet(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Mount\\Plugin