Home
last modified time | relevance | path

Searched refs:request (Results 526 – 550 of 659) sorted by relevance

1...<<21222324252627

/plugin/siteexport/inc/
H A Dfunctions.php614 public function requestParametersToCacheHash($request) argument
616 $params = $this->urlToPathAndParams($this->prepare_POSTData($request));
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js373 req.setRequestHeaders = mxUtils.bind(this, function(request, params) argument
379 request.setRequestHeader(key, reqObj.headers[key]);
384 request.setRequestHeader('Content-Type', reqObj.contentType);
388 request.setRequestHeader('Content-Type', 'application/json');
391 request.setRequestHeader('Authorization', 'Bearer ' + _token);
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php1340 $request = $this->_createCheckAuthRequest($message);
1341 if ($request === null) {
1345 $resp_message = $this->_makeKVPost($request, $server_url);
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1291 // Asynchronous request for getting figure data in the server.
1319 // Asynchronous request for getting figure data in the server.
1322 var request;
1351 request = datadir + "/" + encodeURI(item);
1353 request = "history.php?fname=" + encodeURI(item) + "&hash=" + encodeURI(hash);
1354 xmlHttp.open("GET", request, true);
1579 /// @param requestDelete If true, it will post delete request instead of new data.
1582 // Asynchronous request for getting figure data in the server.
1596 var request = "fname=" + encodeURI(fname);
1598 request
[all...]
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock966 request "2.42.0"
1039 request "2.75.0"
2246 request "^2.79.0"
2680 request@^2.72.0, request@^2.79.0:
2682 …resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b655…
2705 request@2.42.0:
2707 …resolved "https://registry.yarnpkg.com/request/-/request-2.42.0.tgz#572bd0148938564040ac7ab148b964…
2726 request@2.75.0:
2728 …resolved "https://registry.yarnpkg.com/request/-/request-2.75.0.tgz#d2b8268a286da13eaa5d01adf5d18c…
2807 request "^2.72.0"
/plugin/issuetracker/
H A Dprototype.js1495 this.request(url);
1498 request: function(url) {
1666 initialize: function(request){ argument
1667 this.request = request;
1668 var transport = this.transport = request.transport,
1719 !this.request.isSameOrigin());
1721 this.request.dispatchException(e);
1726 var options = this.request.options;
1733 !this.request.isSameOrigin());
1735 this.request.dispatchException(e);
[all …]
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md30 * Server request handlers can now return their own RootDSE if they choose to.
/plugin/barcodes/
H A DREADME.md46 If you are missing a feature, feel invited to submit a [feature request](https://gitlab.com/Matthia…
/plugin/adfs/phpsaml/
H A DREADME.md940 If the SLS endpoints receives an Logout Request, the request is validated,
948 $request = gzinflate($decoded);
949 if (!OneLogin_Saml2_LogoutRequest::isValid($this->_settings, $request)) {
956 $inResponseTo = $request->id;
1032 endpoint will redirect the user to the file that launched the SLO request.
1082 #### Example of a view that initiates the SSO request and handles the response (is the acs target) …
1164 #### Example (using Composer) that initiates the SSO request and handles the response (is the acs t…
1209 * `getSelfPort` Return the port number used for the request
1340 …* `getLastRequestXML` - Returns the most recently-constructed/processed XML SAML request (AuthNReq…
1351 * `getXML` - Returns the XML that will be sent as part of the request.
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md170 constructing an associative array of key:value pairs. The request body is itself an associative array with key:value pairs
426 // Depending on what kind of request you do, you may need to set more values here
439 // Do a request and you'll get back the 'body' response above
H A DCHANGELOG.md257 - Added the `User-Agent` in each HTTP request [#898](https://github.com/elastic/elasticsearch-php/pull/898)
258 - Simplified the logging methods `logRequestFail($request, $response, $exception)`
259 and `logRequestSuccess($request, $response)` in `Elasticsearch\Connections\Connection`
320 - [DOCS] reuqest → request typo fix (#728) [[68db9f0]](http://github.com/elasticsearch/elasticsearch-php/commit/68db9f0)
/plugin/openid/Auth/OpenID/
H A DConsumer.php1422 $request = $this->_createCheckAuthRequest($message);
1423 if ($request === null) {
1427 $resp_message = $this->_makeKVPost($request, $server_url);
/plugin/diagramsnet/lib/
H A Dyarn.lock138 cacheable-request@^6.0.0:
140 …resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-6.1.0.tgz#20ffb8bd162…
458 cacheable-request "^6.0.0"
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1474 * help/calling.html: feature request 1225611 Script parameters are
1477 * help/calling.html: feature request 1225677 Explanation of
1480 * ps.image.encoder.imagemagick.inc.php: feature request 1248710
1483 * css.defaults.inc.php: reature request 1252407 Form elements have
1646 * html2ps.php: feature request 1230933 - Ability do disable
1730 * writer.class.php: feature request 1220465 - PDF now can be
1733 * writer.class.php: feature request 1230338 - PDFLIB dynamic
1743 * fetcher.class.php: feature request 1187268 - encoding now
1746 * html2ps.php: feature request 1229139 - open result in the
/plugin/drawio/
H A DREADME.md47 I will be extremelly happy if I receive any pull request with a bug fix or a new feature.
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md122 - Stop sending null values in Cookie object, which is against the protocol and may cause request to remote ends to fail.
130 - Connection and request timeouts could be specified also when creating RemoteWebDriver from existing session ID.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc28 creation API. All parameters that would normally go in the request body are
/plugin/tablelayout/
H A Dyarn.lock1883 request "^2.81.0"
1884 request-progress "^2.0.1"
2065 request-progress@^2.0.1:
2067 …resolved "https://registry.yarnpkg.com/request-progress/-/request-progress-2.0.1.tgz#5d36bb57961c6…
2071 request@^2.81.0:
2073 …resolved "https://registry.yarnpkg.com/request/-/request-2.85.0.tgz#5a03615a47c61420b3eb99b7dba204…
/plugin/siteexport/
H A DREADME.md29request. Due to PHP settings this may be very limited and if you export a very large site or names…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1request',\n 'change',\n 'changing',\n 'channels',\n 'character',\n 'char-to-hex',\n…
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59 …ass(OpenLayers.Layer.Grid,{DEFAULT_PARAMS:{service:"WMS",version:"1.1.1",request:"GetMap",styles:"…
/plugin/prosemirror/
H A DREADME.md54 - the request is handled by `action/ajax.php` which resolves the link/images and returns
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jar ... .lang.String) javax.servlet.ServletRequest request String name public static java.lang.Object get ...
/plugin/codemirror/dist/modes/
H A Dvbscript.min.js.map1request', 'session', 'application'];\n var aspKnownProperties = ['buffer', 'cachecontrol', 'cha…
/plugin/googlesearch/
H A Dnusoap.php3056 var $request = ''; variable in soap_server
3323 $this->request = '';
3331 $this->request .= "$k: $v\r\n";
3381 $this->request .= "$k: $v\r\n";
3415 $this->request .= "$k: $v\r\n";
3470 $this->request .= "\r\n".$data;
3789 * @param array $request The array of parameter values
3793 function verify_method($operation,$request){ argument
6429 var $request = ''; // HTTP request variable in soapclient
6780 $this->request = $http->outgoing_payload;

1...<<21222324252627