Home
last modified time | relevance | path

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

1...<<111213

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php158 $request = new Psr7\Request($method, $uri, $headers, $body, $version);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dcommands.asp98 sNewFolderName = Request.QueryString( "NewFolderName" )
H A Dio.asp167 sCurrentFolder = Request.QueryString("CurrentFolder")
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md229 * Request exceptions now include a "handler context" which provides handler
273 * Request options
753 * Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface`
773 * Marked `Guzzle\Http\Message\Request::isResponseBodyRepeatable()` as deprecated. Use
775 * Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use
777 * Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use
779 * Marked `Guzzle\Http\Message\Request::setIsRedirect()` as deprecated. Use the HistoryPlugin instea…
780 * Marked `Guzzle\Http\Message\Request::isRedirect()` as deprecated. Use the HistoryPlugin instead.
818 * Removed Guzzle\Http\Message\Request::receivedRequestHeader() and implemented this functionality in
1016 * Allowing filename to be passed to `Guzzle\Http\Message\Request::setResponseBody()`
[all …]
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9Request("GET",e).end(r):1==arguments.length?new t.Request("GET",e):new t.Request(e,r)};t.Request=p…
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md9 * Password Modify Request ([RFC 3062](https://tools.ietf.org/html/rfc3062))
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc162 * @param string|array $data Request body
H A Dper-request-configuration.asciidoc9 ==== Request Identification
/plugin/issuetracker/
H A DREADME73 (comma separated) Feature Request(defines user options)
H A Dprototype.js1489 Ajax.Request = Class.create(Ajax.Base, {
1595 var state = Ajax.Request.Events[readyState], response = new Ajax.Response(this);
1655 Ajax.Request.Events =
1689 getStatus: Ajax.Request.prototype.getStatus,
1697 getHeader: Ajax.Request.prototype.getHeader,
1740 Ajax.Updater = Class.create(Ajax.Request, {
5087 return new Ajax.Request(action, options);
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1179 Ajax.Request = Class.create(Ajax.Base, {
1288 var state = Ajax.Request.Events[readyState], response = new Ajax.Response(this);
1349 Ajax.Request.Events =
1375 getStatus: Ajax.Request.prototype.getStatus,
1383 getHeader: Ajax.Request.prototype.getHeader,
1426 Ajax.Updater = Class.create(Ajax.Request, {
3483 return new Ajax.Request(action, options);
H A Dpfcclient.js71 new Ajax.Request(pfc_server_script_url, {
1082 new Ajax.Request(url, {
/plugin/s5reloaded/ui/effects_support/
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/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php327 $propFindXml = new Xml\Request\PropFind();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php327 $propFindXml = new Xml\Request\PropFind();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php670 protected function freeBusyQueryReport(Xml\Request\FreeBusyQueryReport $report) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php638 protected function freeBusyQueryReport(Xml\Request\FreeBusyQueryReport $report) {
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt214 (Feature Request #1672440)
224 (Feature Request #1567113)
228 (Feature Request #1788063)
570 (Feature Request #1357815)
584 cache files across virtual servers (Feature Request #1395332)
588 images that don't have GD support. (Feature Request #1396446)
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng1181 # 3.8.8.3 Request Status
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng1181 # 3.8.8.3 Request Status
/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/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/google/apiclient/
H A DREADME.md381 ### Debugging Your HTTP Request using Charles ###
/plugin/mantis/lib/
H A Dclass.wsdl.php1863 'message' => $name . 'Request',

1...<<111213