Home
last modified time | relevance | path

Searched refs:client (Results 351 – 375 of 539) sorted by relevance

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

/plugin/bez/mdl/
H A DTask.php511 public function invite($client) {
512 $this->set_participant_flags($client, array('subscribent'));
513 $this->mail_notify_invite($client);
590 public function mail_notify_invite($client) {
591 $users = array($client);
510 invite($client) global() argument
589 mail_notify_invite($client) global() argument
/plugin/sortablejs/
H A DREADME.md4 JavaScript-based (client-side) DokuWiki table sorting plugin. In semi-maintenance mode now - only b…
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md14 * Support creating unix based sockets with the client.
45 * Add UDP client / server functionality.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php41 public function __construct(Client $client)
43 $this->_client = $client;
39 __construct(Client $client) global() argument
H A DSearch.php78 public function __construct(Client $client, ?BuilderInterface $builder = null)
80 $this->_client = $client;
246 * Return client object.
76 __construct(Client $client, BuilderInterface $builder = null) global() argument
H A DIndex.php74 * @param Client $client Client object argument
77 public function __construct(Client $client, string $name)
79 $this->_client = $client;
596 * Returns index client.
763 * Makes calls to the elasticsearch server with usage official client Endpoint based on this index.
/plugin/authgoogle/google/contrib/
H A DGoogle_ReportsService.php145 * @param Google_Client $client
147 public function __construct(Google_Client $client) { argument
152 $client->addService($this->serviceName, $this->version);
H A DGoogle_TasksService.php318 * @param Google_Client $client
320 public function __construct(Google_Client $client) { argument
325 $client->addService($this->serviceName, $this->version);
H A DGoogle_AdexchangebuyerService.php263 * @param Google_Client $client
265 public function __construct(Google_Client $client) { argument
270 $client->addService($this->serviceName, $this->version);
H A DGoogle_ResellerService.php284 * @param Google_Client $client
286 public function __construct(Google_Client $client) { argument
291 $client->addService($this->serviceName, $this->version);
H A DGoogle_AdExchangeSellerService.php368 * @param Google_Client $client
370 public function __construct(Google_Client $client) { argument
375 $client->addService($this->serviceName, $this->version);
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCredentialsLoader.php273 throw new UnexpectedValueException('Invalid client cert source JSON');
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DREADME.md4 shared code between MaxMind's various web service client APIs.
/plugin/linkback/action/
H A Dsend.php277 $client = new Client($xmlrpc_server);
278 return $client->query('pingback.ping', $source_url, $target_url);
/plugin/evesso/phpoauthlib/
H A DREADME.md3 … support in PHP 5.3+ and is very easy to integrate with any project which requires an oAuth client.
38 …- You can use any HTTP client you desire, just create a class utilizing it which implements `OAuth…
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java30 import org.apache.http.client.methods.HttpUriRequest;
32 import org.apache.http.impl.client.DefaultHttpClient;
/plugin/syntaxhighlighter3/sxh3/
H A DREADME.md3 SyntaxHighlighter is THE client side highlighter for the web and apps! It's been around since
/plugin/docimporter/
H A Daction.php111 $client = new IXR_Client('http://localhost/dokuwiki/lib/exe/xmlrpc.php');
/plugin/authclientcert/
H A DREADME3 provides authentication via client certificate
/plugin/linkback/
H A DCHANGELOG4 * Fixed HTTP client to correctly accept all type 200 responses as successful
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc106 Build a new client from the provided config. Hash keys
420 Set or disable the x-elastic-client-meta header
/plugin/etherpadlite/externals/etherpad-lite-client/
H A DREADME.md6 include 'etherpad-lite-client.php';
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md5 PHPoAuthLib provides oAuth support in PHP 5.3+ and is very easy to integrate with any project which requires an oAuth client.
40 - You can use any HTTP client you desire, just create a class utilizing it which implements `OAuth\Common\Http\ClientInterface` (two implementations are included)
/plugin/authyubikey/
H A DREADME.md23 In the next step you have to set client ID and the secret key for your Yubikey.

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