Home
last modified time | relevance | path

Searched refs:Request (Results 251 – 275 of 314) sorted by path

1...<<111213

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerStartTlsHandler.php16 use FreeDSx\Ldap\Operation\Request\ExtendedRequest;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DReferralChaserInterface.php15 use FreeDSx\Ldap\Operation\Request\BindRequest;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php23 use FreeDSx\Ldap\Operation\Request\SearchRequest;
H A DPaging.php21 use FreeDSx\Ldap\Operation\Request\SearchRequest;
H A DVlv.php24 use FreeDSx\Ldap\Operation\Request\SearchRequest;
111 * Request to start at a specific offset/percentage of entries.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php16 use FreeDSx\Ldap\Operation\Request\AddRequest;
17 use FreeDSx\Ldap\Operation\Request\CompareRequest;
18 use FreeDSx\Ldap\Operation\Request\DeleteRequest;
19 use FreeDSx\Ldap\Operation\Request\ExtendedRequest;
20 use FreeDSx\Ldap\Operation\Request\ModifyDnRequest;
21 use FreeDSx\Ldap\Operation\Request\ModifyRequest;
22 use FreeDSx\Ldap\Operation\Request\SearchRequest;
H A DProxyRequestHandler.php19 use FreeDSx\Ldap\Operation\Request\AddRequest;
20 use FreeDSx\Ldap\Operation\Request\CompareRequest;
21 use FreeDSx\Ldap\Operation\Request\DeleteRequest;
22 use FreeDSx\Ldap\Operation\Request\ExtendedRequest;
23 use FreeDSx\Ldap\Operation\Request\ModifyDnRequest;
24 use FreeDSx\Ldap\Operation\Request\ModifyRequest;
25 use FreeDSx\Ldap\Operation\Request\SearchRequest;
H A DRequestHandlerInterface.php16 use FreeDSx\Ldap\Operation\Request\AddRequest;
17 use FreeDSx\Ldap\Operation\Request\CompareRequest;
18 use FreeDSx\Ldap\Operation\Request\DeleteRequest;
19 use FreeDSx\Ldap\Operation\Request\ExtendedRequest;
20 use FreeDSx\Ldap\Operation\Request\ModifyDnRequest;
21 use FreeDSx\Ldap\Operation\Request\ModifyRequest;
22 use FreeDSx\Ldap\Operation\Request\SearchRequest;
H A DRootDseHandlerInterface.php15 use FreeDSx\Ldap\Operation\Request\SearchRequest;
19 * Request Handlers wanting more control over the RootDSE may implement this interface.
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php12 class CurlRequest implements Request
H A DRequest.php10 interface Request interface
/plugin/rtlink/
H A DREADME15 Set the $rtlink_root_url in lib/plugins/rtlink/syntax.php to the root of your Request Tracker insta…
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js366 new Ajax.Request(this.url, this.options);
645 new Ajax.Request(this.url, options);
686 new Ajax.Request(this.options.loadTextURL, options);
791 new Ajax.Request(this.options.loadCollectionURL, options);
826 new Ajax.Request(this.options.loadTextURL, options);
H A Dprototype.js1379 Ajax.Request = Class.create(Ajax.Base, {
1485 var state = Ajax.Request.Events[readyState], response = new Ajax.Response(this);
1545 Ajax.Request.Events =
1579 getStatus: Ajax.Request.prototype.getStatus,
1587 getHeader: Ajax.Request.prototype.getHeader,
1630 Ajax.Updater = Class.create(Ajax.Request, {
4030 return new Ajax.Request(action, options);
H A Dunittest.js206 new Ajax.Request(this.options.resultsURL,
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css1014 /* Request & Response Headers */
/plugin/siteexport/
H A DREADME.md29 …n seconds for how long the script may run while exporting a site via URL Request or wget/curl requ…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt8793 … "And why are you requesting Ab'i·shag the Shu'nam·mite for Ad·o·ni'jah? Request also for him the …
8822 In Gib'e·on Jehovah appeared to Sol'o·mon in a dream by night; and God proceeded to say: "Request w…
/plugin/wavedrom/
H A DREADME.md15 { "name": "Request", "wave": "0.1..0|1.0" },
/plugin/webdav/_test/
H A Dwebdav.test.php23 $response = $this->server->request(new HTTP\Request('PROPFIND', '/wiki'));
29 … $response = $this->server->request(new HTTP\Request('GET', '/wiki/pages/wiki/dokuwiki.txt'));
35 $response = $this->server->request(new HTTP\Request('GET', '/wiki/pages/wiki/foo.txt'));
59 $request = new HTTP\Request('PROPFIND', '/wiki/pages/wiki/dokuwiki.txt');
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md956 * Added: A negotiateContentType to HTTP\Request. A convenience method.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php670 protected function freeBusyQueryReport(Xml\Request\FreeBusyQueryReport $report) {
/plugin/webdav/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;

1...<<111213