Home
last modified time | relevance | path

Searched refs:this (Results 1001 – 1025 of 27090) sorted by relevance

1...<<41424344454647484950>>...1084

/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php10 * Your commandline should not inherit from this class, but from one of the *CLI* classes
49 set_exception_handler(array($this, 'fatal'));
52 $this->colors = new Colors();
53 $this->options = new Options($this->colors);
69 * Arguments and options have been parsed when this is run
93 $this->setup($this->options);
94 $this->registerDefaultOptions();
95 $this
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php31 * The ATN state associated with this configuration.
38 * What alt (or lexer rule) is predicted by this configuration.
46 * with this config. We track only those contexts pushed during
56 * no way to do this efficiently, we simply cannot evaluate
65 * is also backed by this field. Since the field is publicly accessible, the
67 * store this field. This choice minimizes the risk that code which only
68 * compares this value to 0 would be affected by the new purpose of the
92 $this->state = $state;
93 $this->alt = $alt ?? 0;
94 $this
[all...]
/plugin/impressjs/
H A Drenderer.php27 $this->tpl = $this->getConf('template');
29 $this->doc .= '<!DOCTYPE html>
40 <link href="'.$this->base.$this->tpl.'/impress.css" rel="stylesheet" />
41 <link href="'.$this->base.$this->tpl.'/impress-extra.css" rel="stylesheet" />
48 $this->doc .= '</div>
49 <script src="'.$this->base.$this->tpl.'/impress.js"></script>
53 $this->doc .= "</div>";
59 $this->data_x += $this->getConf('data-x');
60 $this->data_y += $this->getConf('data-y');
61 $this->data_z += $this->getConf('data-z');
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchResponseIterator.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
66 $this->client = $client;
67 $this->params = $search_params;
70 $this->scroll_ttl = $search_params['scroll'];
79 $this->clearScroll();
86 * @return $this
90 $this->scroll_ttl = $time_to_live;
91 return $this;
101 if (!empty($this->scroll_id)) {
102 $this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DChartSpec.php89 $this->altText = $altText;
96 return $this->altText;
138 return $this->basicChart;
208 return $this->fontName;
250 return $this->maximized;
264 return $this->orgChart;
278 return $this->pieChart;
306 return $this->sortSpecs;
320 return $this->subtitle;
355 $this->title = $title;
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_WebfontsService.php70 $this->version = 'v1';
73 $client->addService($this->serviceName, $this->version);
93 return $this->family;
96 $this->files = $files;
99 return $this->files;
102 $this->kind = $kind;
105 return $this->kind;
118 return $this->subsets;
145 return $this->items;
148 $this->kind = $kind;
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DBucket.php98 $this->setType($is);
119 $this->_bucket = null;
159 $this->_type = $type;
171 return $this->_type;
184 $this->getBucket()->datalen = strlen($this->getBucket()->data);
226 $this->_brigade = $brigade;
238 return $this->_brigade;
250 $this->_bucket = $bucket;
262 if (null === $this->_bucket && self::IS_A_BRIGADE === $this->getType()) {
263 $this->_bucket = stream_bucket_make_writeable($this->getBrigade());
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DBaseAsset.php53 $this->vars = $vars;
55 $this->loaded = false;
60 $this->filters = clone $this->filters;
91 $asset = clone $this;
97 $this->loaded = true;
102 if (!$this->loaded) {
103 $this->load();
111 $asset = clone $this;
149 if ($this->vars) {
162 return $this->vars;
[all …]
/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php63 $this->metadata = $metadata['data'];
65 $this->castTimestampsToDateTime();
78 if (isset($this->metadata[$field])) {
79 return $this->metadata[$field];
156 return $this->getField('app_id');
227 return $this->getField('is_valid');
253 return $this->getField('metadata');
305 return $this->getField('scopes');
315 return $this->getField('user_id');
385 if (isset($this->metadata[$key]) && $this->metadata[$key] !== 0) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php158 $this->action = $action;
169 return $this->attempts < $this->maxAttempts;
180 while ($this->attempt()) {
182 return call_user_func_array($this->action, $this->arguments);
214 if (!$this->canAttempt()) {
218 if ($this->attempts > 0) {
219 $this->backOff();
222 $this->attempts++;
244 $factor = $this->attempts > 1 ? $this->factor + $jitter : 1 + abs($jitter);
246 return $this->delay = min($this->maxDelay, $this->delay * $factor);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.frame.php17 $this->content[0]->put_full_height($this->get_height());
60 $this->put_width($this->get_max_width($context) - $this->_get_hor_extra());
73 $this->put_width($wc->apply($this->get_width(),
95 $this->offset(-$this->get_width(), 0);
101 $this->offset(0, $this->get_height());
182 $this->put_top($containing_block['top'] - $top_value - $this->get_extra_top());
208 $this->put_left($containing_block['left'] + $left_value + $this->get_extra_left());
243 $this->put_left($viewport->get_left() + $this->get_extra_left());
244 $this->put_top($viewport->get_top() - $this->get_extra_top());
253 $rows = guess_lengths($this->rows, $this->get_height());
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php23 $this->backend = TestUtil::getBackend();
26 $this->assertEquals(2,count($calendars));
27 $this->calendar = new Calendar($this->backend, $calendars[0]);
33 unset($this->calendar);
34 unset($this->backend);
40 $children = $this->calendar->getChildren();
81 $children = $this->calendar->getChildren();
95 $children = $this->calendar->getChildren();
150 $this->assertInternalType('int', $size);
170 $this->assertNull($obj->getGroup());
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php138 $this->_rules = $rules;
169 $this->_trace = [];
170 $this->_todo = [];
353 $this->_errorToken = $this->_tokenSequence->current();
365 $this->_depth
390 $this->_todo,
391 $this->_depth
694 return $this->_tree;
704 return $this->_trace;
724 return $this->_tokens;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DHttpRequest.php52 return $this->cacheHit;
60 return $this->cacheLookup;
76 return $this->latency;
84 return $this->protocol;
92 return $this->referer;
100 return $this->remoteIp;
124 return $this->requestUrl;
140 return $this->serverIp;
144 $this->status = $status;
148 return $this->status;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DDynamiteSpacesScoringInfo.php49 $this->affinityScore = $affinityScore;
53 return $this->affinityScore;
73 $this->finalScore = $finalScore;
77 return $this->finalScore;
85 return $this->freshnessScore;
115 return $this->memberMetadataCount;
119 $this->messageScore = $messageScore;
123 return $this->messageScore;
137 return $this->numAucContacts;
161 return $this->spaceAgeInDays;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DKerberosConfig.php109 return $this->crossRealmTrustKdc;
151 return $this->enableKerberos;
165 return $this->kdcDbKeyUri;
179 return $this->keyPasswordUri;
207 return $this->keystoreUri;
214 $this->kmsKeyUri = $kmsKeyUri;
221 return $this->kmsKeyUri;
228 $this->realm = $realm;
235 return $this->realm;
263 return $this->tgtLifetimeHours;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DEnvironment.php95 return $this->accountId;
137 return $this->containerId;
165 return $this->description;
214 $this->name = $name;
221 return $this->name;
228 $this->path = $path;
235 return $this->path;
256 $this->type = $type;
263 return $this->type;
270 $this->url = $url;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DPatchJobInstanceDetailsSummary.php95 return $this->ackedInstanceCount;
137 return $this->failedInstanceCount;
151 return $this->inactiveInstanceCount;
179 return $this->notifiedInstanceCount;
193 return $this->pendingInstanceCount;
207 return $this->postPatchStepInstanceCount;
221 return $this->prePatchStepInstanceCount;
235 return $this->rebootingInstanceCount;
249 return $this->startedInstanceCount;
263 return $this->succeededInstanceCount;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DV2HttpRequest.php109 return $this->cacheHit;
123 return $this->cacheLookup;
151 return $this->latency;
165 return $this->protocol;
179 return $this->referer;
193 return $this->remoteIp;
235 return $this->requestUrl;
263 return $this->serverIp;
270 $this->status = $status;
277 return $this->status;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DCalendarResource.php95 return $this->buildingId;
102 $this->capacity = $capacity;
109 return $this->capacity;
116 $this->etags = $etags;
123 return $this->etags;
151 return $this->floorName;
165 return $this->floorSection;
186 $this->kind = $kind;
193 return $this->kind;
249 return $this->resourceId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DRelyingparty.php151 return $this->captchaResp;
165 return $this->challenge;
179 return $this->continueUrl;
186 $this->email = $email;
193 return $this->email;
235 return $this->idToken;
242 $this->kind = $kind;
249 return $this->kind;
263 return $this->newEmail;
284 $this->userIp = $userIp;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DHttpRequest.php109 return $this->cacheHit;
123 return $this->cacheLookup;
151 return $this->latency;
165 return $this->protocol;
179 return $this->referer;
193 return $this->remoteIp;
235 return $this->requestUrl;
263 return $this->serverIp;
270 $this->status = $status;
277 return $this->status;
[all …]
/plugin/combo/renderer/
H A Drenderer.php88 * - save the rendering between each header in the class variable $this->sections
102 if ($level > $this->previousNodeLevel) {
105 $this->nodeParentPosition[$this->previousNodeLevel] = $this->previousNodePosition;
109 ($level < $this->previousNodeLevel
111 $nodePosition = $this->nodeParentPosition[$level] + 1;
113 $nodePosition = $this->previousNodePosition + 1;
117 $this->sections[$this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DProposal.php96 return $this->billedBuyer;
103 $this->buyer = $buyer;
110 return $this->buyer;
145 $this->deals = $deals;
152 return $this->deals;
166 return $this->displayName;
215 $this->notes = $notes;
222 return $this->notes;
264 return $this->proposalId;
299 $this->seller = $seller;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1EnvironmentConfig.php108 return $this->createTime;
136 return $this->debugMask;
178 return $this->flowhooks;
206 return $this->keystores;
213 $this->name = $name;
220 return $this->name;
234 return $this->provider;
276 return $this->resources;
318 return $this->targets;
339 $this->uid = $uid;
[all …]

1...<<41424344454647484950>>...1084