Home
last modified time | relevance | path

Searched refs:request (Results 376 – 400 of 659) sorted by relevance

1...<<11121314151617181920>>...27

/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md242 A JSON request to the [Datastore API](https://developers.google.com/apis-explorer/#p/datastore/v1be…
285 // build the request and response
286 $request = new Google\Service\Datastore\RunQueryRequest(['query' => $query]);
287 $response = $datastore->projects->runQuery('YOUR_DATASET_ID', $request);
297 $request = new Google\Service\Datastore_RunQueryRequest();
313 // add the query to the request and make the request
314 $request->setQuery($query);
315 $response = $datastore->projects->runQuery('YOUR_DATASET_ID', $request);
326 …eturns an authorized [Guzzle Client](http://docs.guzzlephp.org/), so any request made using the cl…
343 // make an HTTP request
[all …]
/plugin/davcal/vendor/sabre/http/examples/
H A Dclient.php30 $request = new Request('GET', 'http://localhost/'); variable
H A Dasyncclient.php32 $request = new Request('GET', 'http://localhost/'); variable
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc50 JSON request body. This makes it very simple to convert JSON examples into PHP.
246 background indexing/updating/deleting. First, you execute a search request with
251 {ref-7x}/search-request-body.html#request-body-search-scroll[reference documentation].
285 // Execute a Scroll request and repeat
/plugin/authgoogle/google/auth/
H A DGoogle_Auth.php28 abstract public function sign(Google_HttpRequest $request); argument
/plugin/404manager/_test/
H A Dmanager.test.php380 $request = new TestRequest();
381 …$request->get(array('id' => constant_parameters::$REDIRECT_TO_NAMESPACE_START_PAGE_PARENT_SOURCE),…
383 $response = $request->execute();
/plugin/bez/scripts/
H A Dtask.js212 _source: function( request, response ) { argument
213 var matcher = new RegExp( jQuery.ui.autocomplete.escapeRegex(request.term), "i" );
216 if ( this.value && ( !request.term || matcher.test(text) ) ) {
H A Dthread.js269 _source: function( request, response ) { argument
270 var matcher = new RegExp( jQuery.ui.autocomplete.escapeRegex(request.term), "i" );
273 if ( this.value && ( !request.term || matcher.test(text) ) ) {
/plugin/fedauth/classes/
H A Dfa_service.class.php38 function request($username, $return_to) { function in fa_service
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0ce3606f1dba490eef83c4317b315b62.asciidoc1 // search/request-body.asciidoc:92
/plugin/watchcycle/
H A Dscript.js21 * AJAX request for users and groups
87 source: function (request, cb) { argument
88 ajax_watchcycle(cb, 'get', autcmpl_extractLast(request.term));
/plugin/mantis/lib/
H A Dclass.soap_server.php28 var $request = ''; variable in nusoap_server
301 $this->request = '';
309 $this->request .= "$k: $v\r\n";
359 $this->request .= "$k: $v\r\n";
393 $this->request .= "$k: $v\r\n";
448 $this->request .= "\r\n".$data;
780 * @param array $request The array of parameter values
784 function verify_method($operation,$request){ argument
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php869 * @param RequestInterface $request
873 function beforeMethod(RequestInterface $request, ResponseInterface $response) { argument
875 $method = $request->getMethod();
876 $path = $request->getPath();
1162 * @param RequestInterface $request
1166 function httpAcl(RequestInterface $request, ResponseInterface $response) { argument
1168 $path = $request->getPath();
1169 $body = $request->getBodyAsString();
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBearer.php29 $auth = $this->request->getHeader('Authorization');
H A DBasic.php30 $auth = $this->request->getHeader('Authorization');
/plugin/oauthgoogle/
H A Daction.php25 … $result = json_decode($oauth->request('https://www.googleapis.com/oauth2/v1/userinfo'), true);
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBearer.php29 $auth = $this->request->getHeader('Authorization');
H A DBasic.php30 $auth = $this->request->getHeader('Authorization');
/plugin/authfacebook/lib/
H A DFacebook.php467 $request = $this->request($method, $endpoint, $params, $accessToken, $eTag, $graphVersion);
469 return $this->lastResponse = $this->client->sendRequest($request);
532 …public function request($method, $endpoint, array $params = [], $accessToken = null, $eTag = null,… function in Facebook\\Facebook
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc48 $params['wait_for_completion_timeout'] = (time) Specify the time that the request should block waiting for the final response
77 $params['wait_for_completion_timeout'] = (time) Specify the time that the request should block waiting for the final response (Default = 1s)
81 $params['request_cache'] = (boolean) Specify if request cache should be used for this request or not, defaults to true
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DServiceInterface.php25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); function
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DServiceInterface.php13 * Sends an authenticated API request to the path provided.
25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); function
/plugin/sync/
H A Dplugin.info.txt6 desc Syncs a namespace with a remote wiki on request
/plugin/reqlang/
H A Dplugin.info.txt6 desc Switch the interface language according to the accept-language request header
/plugin/oauthfacebook/
H A Daction.php17 $result = json_decode($oauth->request('/me?fields=name,email'), true);

1...<<11121314151617181920>>...27