Home
last modified time | relevance | path

Searched refs:this (Results 14251 – 14275 of 27090) sorted by relevance

1...<<571572573574575576577578579580>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2CompleteQueryResponseCompletionResult.php34 $this->attributes = $attributes;
41 return $this->attributes;
48 $this->suggestion = $suggestion;
55 return $this->suggestion;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DShareSettings.php34 $this->projectMap = $projectMap;
41 return $this->projectMap;
48 $this->shareType = $shareType;
55 return $this->shareType;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DExecuteWatch.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
25 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
33 $id = $this->id ?? null;
56 return $this;
58 $this->body = $body;
60 return $this;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AsyncSearch/
H A DSubmit.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
25 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
33 $index = $this->index ?? null;
96 return $this;
98 $this->body = $body;
100 return $this;
/plugin/elasticsearch/action/
H A Dconfmanager.php16 $this,
28 $this->getLang('confmanager title'),
29 $this->getDescription(),
42 $fn = $this->localFN('confmanager_description');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DPutSettings.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
25 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
33 $index = $this->index ?? null;
62 return $this;
64 $this->body = $body;
66 return $this;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverCompositeAction.php25 $this->actions[] = $action;
27 return $this;
37 return count($this->actions);
45 foreach ($this->actions as $action) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1this when actually needing stable sort.\n */\nexport function mergeSort(data, compare) {\n _sor…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DSharee.php92 if (property_exists($this, $k)) {
93 $this->$k = $v;
125 new Href($this->href),
126 '{DAV:}prop' => $this->properties,
127 '{DAV:}share-access' => new ShareAccess($this->access),
129 switch ($this->inviteStatus) {
/plugin/webdav/
H A Dadmin.php65 call_user_func([$this, $dispatch[$cmd]]);
88 if ($locks = $this->getLocks()) {
111 echo $this->locale_xhtml('intro');
115 $this->displayLocks();
146 foreach ($this->getLocks() as $lock) {
152 echo "<td>{$this->getLockType($lock->scope)}</td>";
/plugin/randominc/
H A Daction.php28 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, '_cache_prepare');
41 if (!isset($cache->mode) || !in_array($cache->mode, $this->supportedModes)) return;
45 $expire = $this->_inclusion_check($cache->page, $key, $depends);
96 if (($acl = $this->_acl_read_check($page)) != 'NONE') { $expire = true; }
99 if ($this->_inclusion_check($page, $key, $depends)) { $expire = true; }
100 if (($acl = $this->_acl_read_check($page)) != 'NONE') { $depends[] = $file; }
/plugin/toctweak/syntax/
H A Dsidetoc.php42 $tocClass = implode(' ', array($this->tocStyle['SIDETOC'], $tocClass));
61 $topLv = @$meta['toptoclevel'] ?: $this->getConf('toptoclevel');
62 $maxLv = @$meta['maxtoclevel'] ?: $this->getConf('maxtoclevel');
70 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
83 $html.= html_buildlist($toc, 'toc', array($this, 'html_list_metatoc'));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DConstructorNameSniff.php78 if ($className !== $this->_currentClass) {
79 $this->loadFunctionNamesInScope($phpcsFile, $currScope);
80 $this->_currentClass = $className;
86 if (in_array('__construct', $this->_functionList) === false) {
133 $this->_functionList = array();
142 $this->_functionList[] = trim($tokens[$next]['content']);
/plugin/strata/syntax/
H A Dinfo.php19 $this->util =& plugin_load('helper', 'strata_util');
37 $this->Lexer->addSpecialPattern('~~INFO:stratatypes~~',$mode,'plugin_strata_info');
38 $this->Lexer->addSpecialPattern('~~INFO:strataaggregates~~',$mode,'plugin_strata_info');
51 case 'type': $meta = $this->util->loadType($matches[2])->getInfo(); break;
52 case 'aggregate': $meta = $this->util->loadAggregate($matches[2])->getInfo(); break;
66 usort($data, array($this,'_compareNames'));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php8 * file that was distributed with this source code.
38 $this->setOptions([
45 $this->validate($type);
56 $this->validate($type);
81 return $this->encodeConstructedType(...$this->canonicalize(...$set->getChildren()));
100 $this->validateTimeType($type);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
H A DSettingsSearchapplications.php47 return $this->call('create', [$params], Operation::class);
65 return $this->call('delete', [$params], Operation::class);
83 return $this->call('get', [$params], SearchApplication::class);
102 return $this->call('list', [$params], ListSearchApplicationsResponse::class);
119 return $this->call('reset', [$params], Operation::class);
135 return $this->call('update', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OrgPolicyAPI/Resource/
H A DFoldersPolicies.php52 return $this->call('create', [$params], GoogleCloudOrgpolicyV2Policy::class);
68 return $this->call('delete', [$params], GoogleProtobufEmpty::class);
84 return $this->call('get', [$params], GoogleCloudOrgpolicyV2Policy::class);
103 return $this->call('getEffectivePolicy', [$params], GoogleCloudOrgpolicyV2Policy::class);
128 return $this->call('list', [$params], GoogleCloudOrgpolicyV2ListPoliciesResponse::class);
156 return $this->call('patch', [$params], GoogleCloudOrgpolicyV2Policy::class);
H A DProjectsPolicies.php52 return $this->call('create', [$params], GoogleCloudOrgpolicyV2Policy::class);
68 return $this->call('delete', [$params], GoogleProtobufEmpty::class);
84 return $this->call('get', [$params], GoogleCloudOrgpolicyV2Policy::class);
103 return $this->call('getEffectivePolicy', [$params], GoogleCloudOrgpolicyV2Policy::class);
128 return $this->call('list', [$params], GoogleCloudOrgpolicyV2ListPoliciesResponse::class);
156 return $this->call('patch', [$params], GoogleCloudOrgpolicyV2Policy::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/
H A DOrganizationsSinks.php63 return $this->call('create', [$params], LogSink::class);
83 return $this->call('delete', [$params], LoggingEmpty::class);
101 return $this->call('get', [$params], LogSink::class);
124 return $this->call('list', [$params], ListSinksResponse::class);
166 return $this->call('patch', [$params], LogSink::class);
208 return $this->call('update', [$params], LogSink::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DMylibraryBookshelves.php50 return $this->call('addVolume', [$params], BooksEmpty::class);
65 return $this->call('clearVolumes', [$params], BooksEmpty::class);
81 return $this->call('get', [$params], Bookshelf::class);
96 return $this->call('list', [$params], BookshelvesModel::class);
115 return $this->call('moveVolume', [$params], BooksEmpty::class);
133 return $this->call('removeVolume', [$params], BooksEmpty::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/Resource/
H A DProjectsLocationsConversations.php50 …return $this->call('calculateStats', [$params], GoogleCloudContactcenterinsightsV1CalculateStatsRe…
70 return $this->call('create', [$params], GoogleCloudContactcenterinsightsV1Conversation::class);
87 return $this->call('delete', [$params], GoogleProtobufEmpty::class);
103 return $this->call('get', [$params], GoogleCloudContactcenterinsightsV1Conversation::class);
129 …return $this->call('list', [$params], GoogleCloudContactcenterinsightsV1ListConversationsResponse:…
146 return $this->call('patch', [$params], GoogleCloudContactcenterinsightsV1Conversation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/Resource/
H A DAdminProjectsLocationsTopics.php52 return $this->call('create', [$params], Topic::class);
65 return $this->call('delete', [$params], PubsubliteEmpty::class);
79 return $this->call('get', [$params], Topic::class);
94 return $this->call('getPartitions', [$params], TopicPartitions::class);
117 return $this->call('list', [$params], ListTopicsResponse::class);
135 return $this->call('patch', [$params], Topic::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DLiveBroadcasts.php76 return $this->call('bind', [$params], LiveBroadcast::class);
115 return $this->call('delete', [$params]);
160 return $this->call('insert', [$params], LiveBroadcast::class);
217 return $this->call('list', [$params], LiveBroadcastListResponse::class);
263 return $this->call('transition', [$params], LiveBroadcast::class);
317 return $this->call('update', [$params], LiveBroadcast::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/
H A DPropertiesDataStreams.php47 return $this->call('create', [$params], GoogleAnalyticsAdminV1alphaDataStream::class);
61 return $this->call('delete', [$params], GoogleProtobufEmpty::class);
75 return $this->call('get', [$params], GoogleAnalyticsAdminV1alphaDataStream::class);
92 …return $this->call('getGlobalSiteTag', [$params], GoogleAnalyticsAdminV1alphaGlobalSiteTag::class);
113 … return $this->call('list', [$params], GoogleAnalyticsAdminV1alphaListDataStreamsResponse::class);
133 return $this->call('patch', [$params], GoogleAnalyticsAdminV1alphaDataStream::class);

1...<<571572573574575576577578579580>>...1084