Home
last modified time | relevance | path

Searched refs:Request (Results 26 – 50 of 314) sorted by path

12345678910>>...13

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php158 $request = new Psr7\Request($method, $uri, $headers, $body, $version);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md318 $request = new GuzzleHttp\Psr7\Request('GET', 'http://example.com');
362 `public static function parseRequest(string $message): Request`
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php203 * @return Request
215 $request = new Request(
H A DRequest.php13 class Request implements RequestInterface class
H A DServerRequest.php25 class ServerRequest extends Request implements ServerRequestInterface
H A DUtils.php228 return new Request(
H A Dfunctions.php261 * @return Request
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md98 6. Send us a Pull Request
/plugin/ckgedit/ckeditor/
H A DCHANGES.md213 …* Fixed: Request to FastCGI fails when the user tries to replace a word with non-English character…
/plugin/copycode/
H A DREADME.md33 - Merged Pull Request from FootStark : "Add inline code-copying with option"
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php638 protected function freeBusyQueryReport(Xml\Request\FreeBusyQueryReport $report) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php3 namespace Sabre\CalDAV\Xml\Request;
H A DCalendarQueryReport.php3 namespace Sabre\CalDAV\Xml\Request;
H A DFreeBusyQueryReport.php3 namespace Sabre\CalDAV\Xml\Request;
H A DInviteReply.php3 namespace Sabre\CalDAV\Xml\Request;
H A DMkCalendar.php3 namespace Sabre\CalDAV\Xml\Request;
H A DShare.php3 namespace Sabre\CalDAV\Xml\Request;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php3 namespace Sabre\CardDAV\Xml\Request;
H A DAddressBookQueryReport.php3 namespace Sabre\CardDAV\Xml\Request;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php223 $request = new HTTP\Request('PROPFIND', $url, [
267 $propPatch = new Xml\Request\PropPatch();
275 $request = new HTTP\Request('PROPPATCH', $url, [
292 $request = new HTTP\Request('OPTIONS', $this->getAbsoluteUrl(''));
341 $response = $this->send(new HTTP\Request($method, $url, $headers, $body));
H A DCorePlugin.php327 $propFindXml = new Xml\Request\PropFind();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php7 use Sabre\DAV\Xml\Request\SyncCollectionReport;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php3 namespace Sabre\DAV\Xml\Request;
H A DMkCol.php3 namespace Sabre\DAV\Xml\Request;
H A DPropFind.php3 namespace Sabre\DAV\Xml\Request;

12345678910>>...13