Home
last modified time | relevance | path

Searched refs:request (Results 351 – 375 of 659) sorted by relevance

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

/plugin/jiralinks/
H A Daction.php94 protected function executeRequest($request, $method = 'GET', $data = NULL) { argument
95 $curl = curl_init($this->getConf('jira_api_url') . $request);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DMailchimp.php83 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) function in OAuth\\OAuth2\\Service\\Mailchimp
89 return parent::request($path, $method, $body, $extraHeaders);
99 // Make request uri.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php156 'The client sent a malformed request. Terminating their connection.',
197 * request is mapped to.
218 $request = $message->getRequest();
220 $request,
224 # They are authenticated or authentication is not required, so pass the request along...
225 if ($this->authorizer->isAuthenticated() || !$this->authorizer->isAuthenticationRequired($request)) {
253 'The message ID 0 cannot be used in a client request.',
272 * Sends a bind request to the bind handler and returns the token.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php62 * @param RequestInterface $request
67 public function __invoke(RequestInterface $request, array $options) argument
71 return $handler($request, $options);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DQuickBooks.php111 public function request( function in OAuth\\OAuth1\\Service\\QuickBooks
118 return parent::request($path, $method, $body, $extraHeaders);
/plugin/idoit/
H A DREADME.md19 The plugin adds a protected syntax block `<idoitAPI></idoitAPI>` which contains a JSON request pass…
32 The JSON request must contain the following attributes:
35 * **request** The actual JSON request as sent to the API.
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64request-time-limit|xdmp:set|xdmp:servers|xdmp:server-status|xdmp:server-name|xdmp:server|xdmp:secu…
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php721 * @param RequestInterface $request
725 function beforeMethod(RequestInterface $request, ResponseInterface $response) { argument
727 $method = $request->getMethod();
728 $path = $request->getPath();
1010 * @param RequestInterface $request
1014 function httpAcl(RequestInterface $request, ResponseInterface $response) { argument
1016 $path = $request->getPath();
1017 $body = $request->getBodyAsString();
/plugin/authfacebook/lib/
H A DFacebookBatchResponse.php57 $request = $response->getRequest();
61 parent::__construct($request, $body, $httpStatusCode, $headers);
/plugin/jirainfo/
H A Daction.php39 public function request(String $url) function in action_plugin_jirainfo
82 $data = $this->request($url);
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php33 public function add(Google_HttpRequest $request, $key = false) { argument
38 $this->requests[$key] = $request;
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuthnRequest.php137 $request = <<<AUTHNREQUEST
153 $this->_authnRequest = $request;
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php163 …$request = new FacebookRequest($this->app, $this->accessToken, 'POST', $endpoint, $params, null, $…
165 return $this->client->sendRequest($request)->getDecodedBody();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php95 …$request = new \Sabre\HTTP\Request('GET', '/addressbooks/user1/book1/card1', ['Accept: application…
97 $this->server->invokeMethod($request, $response);
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php40 protected $request = null; variable in Swift_Connection_Sendmail
233 switch (strtolower($this->request))
266 $this->request = $command;
/plugin/multiorphan/
H A Dscript.js18request({'do':'view'+type, 'link':decodeURIComponent($link.attr('elementid'))}, function(response){
44request({'do':'delete'+type , 'link':decodeURIComponent($link.attr('elementid'))}, function(respon…
94 request({'do':'loadpages'}, function( $result ){
133 request({'do':'checkpage','id':element}, function(response) {
300 var request = function(data, success) { function
/plugin/authdiscourse/
H A Dauth.php122 $request = array(
126 return $this->sso_url.'?'.http_build_query($request);
/plugin/recommend/
H A Dscript.js77 source: function (request, cb) { argument
78 let term = request.term;
/plugin/tagging/
H A Dscript.js113 source: function (request, response) { argument
115 term: extractLast(request.term)
/plugin/struct/script/
H A DEntryEditor.js70 source: function (request, cb) { argument
72 var term = request.term;
/plugin/combo/ComboStrap/
H A DSqlite.php41 * @var SqliteRequest the actual request. If not closed, it will be close.
422 $request = $this->createRequest()
425 self::$sqliteVersion = $request
431 $request->close();
457 * Internal function that closes the actual request
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dbfcd65ab85d684d36a8550080032958d.asciidoc1 // search/request-body.asciidoc:156
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DRequestFactory.php22 public function request($url, $options) function in MaxMind\\WebService\\Http\\RequestFactory

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