Home
last modified time | relevance | path

Searched refs:client (Results 376 – 400 of 539) sorted by relevance

1...<<11121314151617181920>>...22

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md219 * No longer adding default middlewares in the client ctor. These need to be
265 Instead, use one of the `*Async` methods of a client (e.g., `requestAsync`,
284 into a client constructor or request method.
303 * Nested futures are now resolved in the client rather than the RequestFsm
564 * Added the ability to provide an emitter to a client in the client constructor.
708 * Bug fix: Setting default options on a client now works
913 …ded the ability to overwrite configuration settings in a client when grabbing a throwaway client f…
945 * BC: Setting a service description on a client will no longer modify the client's command factorie…
1088 * Added/moved client options:
1325 * Added the ability to passed parameters to all requests created by a client
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_CoordinateService.php351 * @param Google_Client $client
353 public function __construct(Google_Client $client) { argument
358 $client->addService($this->serviceName, $this->version);
H A DGoogle_CustomsearchService.php98 * @param Google_Client $client
100 public function __construct(Google_Client $client) { argument
105 $client->addService($this->serviceName, $this->version);
H A DGoogle_CivicInfoService.php85 * @param Google_Client $client
87 public function __construct(Google_Client $client) { argument
92 $client->addService($this->serviceName, $this->version);
H A DGoogle_PredictionService.php205 * @param Google_Client $client
207 public function __construct(Google_Client $client) { argument
212 $client->addService($this->serviceName, $this->version);
H A DGoogle_DatastoreService.php175 * @param Google_Client $client
177 public function __construct(Google_Client $client) { argument
182 $client->addService($this->serviceName, $this->version);
H A DGoogle_SQLAdminService.php383 * @param Google_Client $client
385 public function __construct(Google_Client $client) { argument
390 $client->addService($this->serviceName, $this->version);
H A DGoogle_MirrorService.php470 * @param Google_Client $client
472 public function __construct(Google_Client $client) { argument
477 $client->addService($this->serviceName, $this->version);
/plugin/oauth/
H A Dcomposer.lock33 "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
/plugin/condition/
H A DREADME.md18 - IP : refers to the client's IP address
/plugin/simplemysqlclient/
H A Ddescr.txt10 tags : mySql-client, mySql-GUI, mySql-Interface, database, tables
/plugin/ckgdoku/
H A Dscript.js280 function ckgdoku_seteditor_priority(m,client,dw_val_obj) { argument
291 …r params = "dw_val=" + m; params += '&call=cked_selector'; params += "&dwp_client=" + client;
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md77 $client = new \GuzzleHttp\Client([
/plugin/crossdbsqlclient/
H A Ddescr.txt10 tags : mySql-client, mySql-GUI, mySql-Interface, database, tables
/plugin/ckgedit/
H A Dscript.js307 function ckgedit_seteditor_priority(m,client,dw_val_obj) { argument
318 …r params = "dw_val=" + m; params += '&call=cked_selector'; params += "&dwp_client=" + client;
/plugin/elasticsearch/action/
H A Dsearch.php88 $client = $hlp->connect();
89 $index = $client->getIndex($this->getConf('indexname'));
/plugin/ssocas/
H A Daction.php182 …phpCAS::client($this->getConf('version').'.0',$this->getConf('server'),(integer) $this->getConf('p…
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1client","atoms","false","true","null","builtin","set","defaultBuiltin","keywords","sqlKeywords","o…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php603 $client = new SoapClient($wsdlFile, $options);
604 $_methods = array_unique($client->__getFunctions());
605 unset($client);
/plugin/elasticsearch/
H A Dcomposer.lock40 "monolog/monolog": "Allows for client-level logging and tracing"
65 "client",
477 "client",
/plugin/dokucrypt2/
H A DREADME.md9 This is a plugin for DokuWiki to support client side cryptography.
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxFile.js99 var promise = this.ui.dropbox.client.filesListRevisions({path: this.stat.path_lower, limit: 100});
/plugin/mantis/lib/
H A Dchangelog164 - soap_server: when requested WSDL is in a file, return to client using passthru (thanks Ingo Fisch…
165 - soapclient: have proxy inherit more client state
268 - soapclient: have proxy inherit soap_defencoding from the client from which it is generated
301 - soapclient: support client certificates
303 - soap_server: notify the client with HTML when WSDL is requested but not supported by service
304 - soap_transport_http: support client certificates
345 - soap_transport_http: fix client certificates (thanks Doug Anarino and Eryan Eriobowo)
577 - wsdl: Improve consistency between doc/lit schema auto-wrapping and client's parsed schema
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Munge.txt
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md68 * Upgraded web service client, which supports setting a proxy. GitHub #59.
177 * The web service client API has been updated for the v2.1 release of the web

1...<<11121314151617181920>>...22