Home
last modified time | relevance | path

Searched refs:this (Results 1076 – 1100 of 27090) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DCertificateAuthority.php122 return $this->config;
192 return $this->keySpec;
206 return $this->labels;
227 $this->name = $name;
234 return $this->name;
255 $this->state = $state;
262 return $this->state;
283 $this->tier = $tier;
290 return $this->tier;
297 $this->type = $type;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DManagedZone.php118 return $this->description;
125 $this->dnsName = $dnsName;
132 return $this->dnsName;
167 $this->id = $id;
174 return $this->id;
181 $this->kind = $kind;
188 return $this->kind;
195 $this->labels = $labels;
202 return $this->labels;
209 $this->name = $name;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1QueryResult.php87 $this->action = $action;
94 return $this->action;
136 return $this->diagnosticInfo;
164 return $this->fulfillmentText;
171 $this->intent = $intent;
178 return $this->intent;
220 return $this->languageCode;
234 return $this->outputContexts;
248 return $this->parameters;
262 return $this->queryText;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DGoogleCloudSaasacceleratorManagementProvidersV1Instance.php108 return $this->createTime;
122 return $this->instanceType;
129 $this->labels = $labels;
136 return $this->labels;
185 $this->name = $name;
192 return $this->name;
262 return $this->sloMetadata;
283 $this->state = $state;
290 return $this->state;
304 return $this->tenantProjectId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DVirtualMachineConfig.php106 return $this->bootImage;
134 return $this->dataDisk;
190 return $this->labels;
218 return $this->metadata;
232 return $this->network;
246 return $this->nicType;
288 return $this->subnet;
295 $this->tags = $tags;
302 return $this->tags;
309 $this->zone = $zone;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DInsertionOrder.php90 return $this->advertiserId;
104 return $this->bidStrategy;
125 $this->budget = $budget;
132 return $this->budget;
146 return $this->campaignId;
160 return $this->displayName;
237 $this->name = $name;
244 return $this->name;
251 $this->pacing = $pacing;
258 return $this->pacing;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DGoogleCloudSaasacceleratorManagementProvidersV1Instance.php108 return $this->createTime;
122 return $this->instanceType;
129 $this->labels = $labels;
136 return $this->labels;
185 $this->name = $name;
192 return $this->name;
262 return $this->sloMetadata;
283 $this->state = $state;
290 return $this->state;
304 return $this->tenantProjectId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/
H A DDevice.php94 return $this->blocked;
101 $this->config = $config;
108 return $this->config;
143 $this->id = $id;
150 return $this->id;
283 $this->name = $name;
290 return $this->name;
297 $this->numId = $numId;
304 return $this->numId;
311 $this->state = $state;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DReportRequest.php100 return $this->dateRanges;
128 return $this->dimensions;
156 return $this->hideTotals;
212 return $this->metrics;
226 return $this->orderBys;
240 return $this->pageSize;
254 return $this->pageToken;
261 $this->pivots = $pivots;
268 return $this->pivots;
296 return $this->segments;
[all …]
/plugin/deeplautotranslate/
H A Daction.php50 $controller->register_hook('ACTION_ACT_PREPROCESS','BEFORE', $this, 'preprocess');
51 $controller->register_hook('COMMON_PAGETPL_LOAD','AFTER', $this, 'pagetpl_load');
52 $controller->register_hook('COMMON_WIKIPAGE_SAVE','AFTER', $this, 'update_glossary');
53 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'add_menu_button');
64 if (!$this->getConf('show_button')) return;
67 if ($this->check_in_glossary_ns()) return;
72 if (array_key_exists($lang_ns, $this->langs)) {
73 if($this->getConf('default_lang_in_ns') and $lang_ns === $this->get_default_lang()) {
75 if (!$this
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DTestTest.php30 $this->assertArraySubset(
35 $this->assertArraySubset(
40 $this->assertArraySubset(
120 $this->assertEquals(
333 $this->assertEquals(
344 $this->assertEquals(
645 $this->assertSame(
667 $this->assertSame(
678 $this->assertSame(
689 $this->assertSame(
[all …]
/plugin/bureaucracyau/helper/
H A Dfield.php53 $this->init($args);
54 $this->standardArgs($args);
79 $this->opt = array();
128 … if (!isset($this->checktypes[$t]) || !method_exists($this, 'validate_' . $this->checktypes[$t])) {
150 $this->_handlePreload();
154 if ($this->error) {
159 $form->addElement($this->_parse_tpl($this->tpl, $params));
202 return $this->hidden || $this->setVal($value);
286 $this->_validate();
292 return !$this->error;
[all …]
/plugin/bureaucracy-au/helper/
H A Dfield.php53 $this->init($args);
54 $this->standardArgs($args);
79 $this->opt = array();
128 … if (!isset($this->checktypes[$t]) || !method_exists($this, 'validate_' . $this->checktypes[$t])) {
150 $this->_handlePreload();
154 if ($this->error) {
159 $form->addElement($this->_parse_tpl($this->tpl, $params));
202 return $this->hidden || $this->setVal($value);
286 $this->_validate();
292 return !$this->error;
[all …]
/plugin/bureaucracy/helper/
H A Dfield.php53 $this->init($args);
54 $this->standardArgs($args);
79 $this->opt = array();
128 … if (!isset($this->checktypes[$t]) || !method_exists($this, 'validate_' . $this->checktypes[$t])) {
150 $this->_handlePreload();
154 if ($this->error) {
159 $form->addElement($this->_parse_tpl($this->tpl, $params));
202 return $this->hidden || $this->setVal($value);
286 $this->_validate();
292 return !$this->error;
[all …]
/plugin/securelogin/
H A Dadmin.php23 $this->slhlp = plugin_load('helper', $this->getPluginName());
24 …if(!$this->slhlp) msg('Loading the '.$this->getPluginName().' helper failed. Make sure that the '.…
35 return $this->getLang('securelogin_conf');
42 if(!$this->slhlp->canWork())
44 elseif($this->slhlp->haveKey() && !$this->slhlp->workCorrect())
67 if(!$this->slhlp->canWork()) {
71 elseif($this->slhlp->haveKey() && !$this->slhlp->workCorrect())
74 $this->_html_generateKey();
76 if($this->slhlp->haveKey()) {
77 $this->_html_test();
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.control.php6 $this->InlineBox();
16 $this->_get_hor_extra();
28 $this->put_full_width($this->get_min_width($context, $parent->get_width()));
35 $parent->append_line($this);
38 $this->guess_corner($parent);
40 $this->reflow_content($context);
49 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
50 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
53 $text =& $this->content[0];
87 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DObjectMeta.php94 return $this->annotations;
108 return $this->clusterName;
164 return $this->finalizers;
199 $this->labels = $labels;
206 return $this->labels;
213 $this->name = $name;
220 return $this->name;
234 return $this->namespace;
276 return $this->selfLink;
283 $this->uid = $uid;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCommentSnippet.php142 $this->canRate = $canRate;
149 return $this->canRate;
163 return $this->channelId;
177 return $this->likeCount;
205 return $this->parentId;
219 return $this->publishedAt;
233 return $this->textDisplay;
247 return $this->textOriginal;
261 return $this->updatedAt;
268 $this->videoId = $videoId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DPublisherProfile.php122 return $this->displayName;
129 $this->domains = $domains;
136 return $this->domains;
150 return $this->isParent;
157 $this->logoUrl = $logoUrl;
164 return $this->logoUrl;
178 return $this->mediaKitUrl;
192 return $this->mobileApps;
199 $this->name = $name;
206 return $this->name;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DTargetHttpsProxy.php145 $this->id = $id;
152 return $this->id;
159 $this->kind = $kind;
166 return $this->kind;
173 $this->name = $name;
180 return $this->name;
194 return $this->proxyBind;
215 $this->region = $region;
222 return $this->region;
236 return $this->selfLink;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DHardwareInfo.php117 $this->brand = $brand;
124 return $this->brand;
166 return $this->deviceBasebandVersion;
180 return $this->enterpriseSpecificId;
215 $this->hardware = $hardware;
222 return $this->hardware;
229 $this->manufacturer = $manufacturer;
236 return $this->manufacturer;
243 $this->model = $model;
250 return $this->model;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Instance.php110 return $this->createdAt;
159 $this->host = $host;
166 return $this->host;
180 return $this->ipRange;
208 return $this->location;
215 $this->name = $name;
222 return $this->name;
243 $this->port = $port;
250 return $this->port;
285 $this->state = $state;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DExternallyHostedApk.php136 return $this->fileSha1Base64;
157 $this->fileSize = $fileSize;
164 return $this->fileSize;
178 return $this->iconBase64;
192 return $this->maximumSdk;
206 return $this->minimumSdk;
220 return $this->nativeCodes;
234 return $this->packageName;
248 return $this->usesFeatures;
276 return $this->versionCode;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DCustomMetric.php111 return $this->active;
132 $this->id = $id;
139 return $this->id;
153 return $this->index;
160 $this->kind = $kind;
167 return $this->kind;
202 $this->name = $name;
209 return $this->name;
237 return $this->scope;
258 $this->type = $type;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
H A DTask.php115 $this->due = $due;
122 return $this->due;
129 $this->etag = $etag;
136 return $this->etag;
150 return $this->hidden;
157 $this->id = $id;
164 return $this->id;
171 $this->kind = $kind;
178 return $this->kind;
192 return $this->links;
[all …]

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