Home
last modified time | relevance | path

Searched refs:client (Results 401 – 425 of 539) sorted by relevance

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

/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp4.as64 …if(getLoadRatio() == 1) { // Close as can get to a loadComplete event since client.onPlayStatus on…
181 myStream.client = customClient;
383 …unction onMetaDataHandler(info:Object):void { // Used in connectStream() in myStream.client object.
H A DJplayerRtmp.as68 myConnection.client = this;
134 {// Close as can get to a loadComplete event since client.onPlayStatus only works with FMS
659 myStream.client = customClient;
948 {// Used in connectStream() in myStream.client object.
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php665 * @param Google_Client $client
667 public function __construct(Google_Client $client) { argument
672 $client->addService($this->serviceName, $this->version);
H A DGoogle_BloggerService.php434 * @param Google_Client $client
436 public function __construct(Google_Client $client) { argument
441 $client->addService($this->serviceName, $this->version);
H A DGoogle_FusiontablesService.php631 * @param Google_Client $client
633 public function __construct(Google_Client $client) { argument
638 $client->addService($this->serviceName, $this->version);
H A DGoogle_ShoppingService.php139 * @param Google_Client $client
141 public function __construct(Google_Client $client) { argument
146 $client->addService($this->serviceName, $this->version);
H A DGoogle_StorageService.php812 * @param Google_Client $client
814 public function __construct(Google_Client $client) { argument
819 $client->addService($this->serviceName, $this->version);
H A DGoogle_AdSenseService.php1032 * @param Google_Client $client
1034 public function __construct(Google_Client $client) { argument
1039 $client->addService($this->serviceName, $this->version);
H A DGoogle_GanService.php369 * @param Google_Client $client
371 public function __construct(Google_Client $client) { argument
376 $client->addService($this->serviceName, $this->version);
H A DGoogle_ModeratorService.php901 * @param Google_Client $client
903 public function __construct(Google_Client $client) { argument
908 $client->addService($this->serviceName, $this->version);
H A DGoogle_BigqueryService.php477 * @param Google_Client $client
479 public function __construct(Google_Client $client) { argument
484 $client->addService($this->serviceName, $this->version);
H A DGoogle_DfareportingService.php399 * @param Google_Client $client
401 public function __construct(Google_Client $client) { argument
406 $client->addService($this->serviceName, $this->version);
H A DGoogle_CalendarService.php724 * @param Google_Client $client
726 public function __construct(Google_Client $client) { argument
731 $client->addService($this->serviceName, $this->version);
H A DGoogle_DirectoryService.php931 * @param Google_Client $client
933 public function __construct(Google_Client $client) { argument
938 $client->addService($this->serviceName, $this->version);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jar ... requestTimeout private org.apache.http.impl.client.CloseableHttpClient client private com.google.gson. ...
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md282 $client = new Client(42, 'abcdef123456');
286 $record = $client->city('128.101.101.101');
374 to the client API, please see
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc251 https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/ElasticsearchPHP_Endpoints.html[endpoints documentation]
256 https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php[$client->rankEval()]).
258 https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/experimental_and_beta_apis.html[experimental and beta APIs]
/plugin/redissue/
H A Dsyntax.php163 $issues = $redmine->client->issue->all([
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt16 Tim Berners-Lee of CERN builds the first hypertext client, which he called World Wide Web, and the …
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php32 if (isset($request['client'])) {
40 if (isset($request['client']['curl'])) {
42 $request['client']['curl'],
142 return $request['client']['save_to'];
232 // [client][curl][body_as_string] request value is set.
234 isset($request['client']['curl']['body_as_string']) ||
347 * Applies an array of request client options to a the options array.
354 foreach ($request['client'] as $key => $value) {
487 'progress client option must be callable'
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md194 * #512: The client now has it's own `User-Agent`.
210 * #703: PropPatch in client is not correctly encoded.
214 fixes issues when using sabre/dav as a client.
228 * #691: Workaround for broken Windows Phone client.
302 * #703: PropPatch in client is not correctly encoded.
306 fixes issues when using sabre/dav as a client.
330 * #691: Workaround for broken Windows Phone client.
390 request in the client.
554 * #691: Workaround for broken Windows Phone client.
1451 CalDAV client, using Sabre_CalDAV_Schedule_IMip.
[all …]
/plugin/htmlokay/
H A Dsyntax.php30 var $client; variable in syntax_plugin_htmlOKay
/plugin/codemirror/dist/modes/
H A Dhttp.min.js.map1 … } else if (status >= 400 && status < 500) {\n return \"negative client-error\";\n } el…
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md156 client API, please see [our support page](https://www.maxmind.com/en/support).
/plugin/authplaincas/
H A Dauth.php168 …phpCAS::client($server_version, $this->_getOption('server'), (int) $this->_getOption('port'), $thi…

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