Home
last modified time | relevance | path

Searched refs:client (Results 76 – 100 of 539) sorted by relevance

12345678910>>...22

/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php60 private $client; variable in Google\\Http\\MediaFileUpload
75 * @param Client $client
84 Client $client, argument
91 $this->client = $client;
170 $response = $this->client->execute($request);
314 $response = $this->client->execute($this->request, false);
333 $this->client->getLogger()->error($error);
H A DBatch.php52 private $client; variable in Google\\Http\\Batch
59 Client $client, argument
64 $this->client = $client;
66 $this->rootUrl = rtrim($rootUrl ?: $this->client->getConfig('base_path'), '/');
139 $response = $this->client->execute($request);
/plugin/authfacebook/lib/Helpers/
H A DFacebookPageTabHelper.php45 * @param FacebookClient $client The client to make HTTP requests.
48 public function __construct(FacebookApp $app, FacebookClient $client, $graphVersion = null) argument
50 parent::__construct($app, $client, $graphVersion);
H A DFacebookSignedRequestFromInputHelper.php59 * @param FacebookClient $client The client to make HTTP requests.
62 public function __construct(FacebookApp $app, FacebookClient $client, $graphVersion = null) argument
66 $this->oAuth2Client = new OAuth2Client($this->app, $client, $graphVersion);
/plugin/etherpadlite/action/
H A Detherpadlite.php109 $this->client = $_SERVER['REMOTE_USER'];
110 if(!$this->client) $this->client = clientIP(true);
112 if (empty($this->clientname)) $this->clientname = $this->client;
151 if (isset($meta[$rev]) && ($meta[$rev]["owner"] != $this->client)) {
175 if (isset($meta[$rev]) && ($meta[$rev]["owner"] != $this->client) && $_POST["isSaveable"]) {
196 $canPassword = ($meta[$rev]["owner"] == $this->client);
230 $isOwner = ($meta[$rev]["owner"] == $this->client);
247 …if ($meta[$rev]["owner"] != $this->client) return Array("file" => __FILE__, "line" => __LINE__, "e…
328 'client' => $this->client,
357 … $authorid = $this->ep_instance->createAuthorIfNotExistsFor($this->client, $this->clientname);
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSqsHandler.php31 private $client; variable in Monolog\\Handler\\SqsHandler
39 $this->client = $sqsClient;
57 $this->client->sendMessage([
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as104 _aNC[i].client = new Object;
105 _aNC[i].client.owner = this;
106 _aNC[i].client.connIndex = i;
107 _aNC[i].client.id = i;
108 _aNC[i].client.pending = true;
118 _aNC[i].client.onBWCheck = function (counter) {
122 _aNC[i].client.onStatus = function (info) {
197 _aNC[i].client = null;
214 _aNC[event.target.client.id].client.pending = true;
216 // this.owner.m_validNetConnection = this.client.owner[this.client.connIndex];
[all …]
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md96 // create the HTTP client
97 $client = new Client([
116 // create the HTTP client
117 $client = new Client([
152 // create the HTTP client
153 $client = new Client([
202 // create the HTTP client
203 $client = new Client([
244 // create the HTTP client
245 $client = new Client([
[all …]
/plugin/ckgdoku/
H A Dhelper.php111 $client = $_SERVER['REMOTE_USER'];
113 else $client = "";
127 $client = "";
152 $client = "";
480 oDokuWiki_FCKEditorInstance.dwiki_client = "$client";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DDeal.php33 public $client; variable in Google\\Service\\AuthorizedBuyersMarketplace\\Deal
122 public function setClient($client) argument
124 $this->client = $client;
131 return $this->client;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2Job.php32 public $client; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Job
139 public function setClient($client) argument
141 $this->client = $client;
148 return $this->client;
H A DGoogleCloudRunOpV2Service.php32 public $client; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Service
155 public function setClient($client) argument
157 $this->client = $client;
164 return $this->client;
H A DGoogleCloudRunV2Service.php32 public $client; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Service
155 public function setClient($client) argument
157 $this->client = $client;
164 return $this->client;
/plugin/ckgedit/
H A Dhelper.php139 $client = $_SERVER['REMOTE_USER'];
141 else $client = "";
155 $client = "";
180 $client = "";
337 oDokuWiki_FCKEditorInstance.dwiki_client = "$client";
/plugin/codemirror/dist/modes/
H A Dsql.min.js1client||{},e=c.atoms||{"false":true,"true":true,"null":true},i=c.builtin||g(h),j=c.keywords||g(f),…
2 …le doubleQuote zerolessFloat")});a.defineMIME("text/x-esper",{name:"sql",client:g("source"),keywor…
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js15 this.client = new Dropbox({clientId: this.clientId});
57 this.client.authTokenRevoke().then(mxUtils.bind(this, function()
59 this.client.setAccessToken(null);
76 var promise = this.client.usersGetCurrentAccount();
98 this.client.setAccessToken(null);
153 this.client.setAccessToken(_token);
162 this.client.setAccessToken(null);
208 this.client.setAccessToken(_token);
299 this.client.setAccessToken(null);
469 var promise = this.client.filesDownload(arg);
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php38 protected $client;
81 * @param LdapClient $client
87 public function __construct(LdapClient $client, SearchRequest $search, $sort, int $after = 100, int $before = 0)
89 $this->client = $client;
281 $message = $this->client->sendAndReceive($this->search, $this->createVlvControl($contextId), $this->sort);
35 protected $client; global() variable in FreeDSx\\Ldap\\Search\\Vlv
84 __construct(LdapClient $client, SearchRequest $search, $sort, int $after = 100, int $before = 0) global() argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc4 The connection pool is an object inside the client that is responsible for
10 to the client.
20 When the next request is sent to the client, nodes 1-9 are still considered
34 alive when the client initializes. If a node fails a request, it is marked as
46 $client = ClientBuilder::create()
66 $client = ClientBuilder::create()
88 $client = ClientBuilder::create()
100 provides a seed list of hosts, which the client uses to "sniff" and discover the
102 removed from the cluster, the client updates its pool of active connections.
108 $client
[all...]
/plugin/eventum/
H A Dsyntax.php144 static $client = null;
147 if (!$client) {
150 $client = new Eventum_RPC($rpc_url);
151 $client->setCredentials($this->getConf('username'), $this->getConf('password'));
160 …$data['details'] = self::filter_keys(self::$cache_keys, $client->getSimpleIssueDetails((int )$id));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D3ae03ba3b56e5e287953094050766738.asciidoc5 $response = $client->indices()->refresh();
9 $response = $client->search($params);
H A D3b04cc894e6a47d57983484010feac0c.asciidoc9 $response = $client->get($params);
14 $response = $client->get($params);
H A D0989cc65d8924f666ce3eb0820d2d244.asciidoc11 $response = $client->index($params);
18 $response = $client->index($params);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php109 public function setClient($client) argument
111 $this->client = $client;
118 return $this->client;
/plugin/tplmod/
H A Daction.php41 $client = $INPUT->str('tplmod_client');
42 $ar[$client] = $ln;
58 $client = $_SERVER['REMOTE_USER'];
60 if(isset($ar[$client])) {
61 $lan = $ar[$client];
87 … $_form.= '<input type="textbox" name="tplmod_client" disabled value="' . $client .'"/></label>';
107 $client = $_SERVER['REMOTE_USER'];
109 if(isset($ar[$client])) {
110 $ln = $ar[$client];
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeAnalyticsService.php76 * @param Google_Client $client
78 public function __construct(Google_Client $client) { argument
83 $client->addService($this->serviceName, $this->version);

12345678910>>...22