Home
last modified time | relevance | path

Searched refs:this (Results 16551 – 16575 of 27090) sorted by relevance

1...<<661662663664665666667668669670>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DProposals.php46 return $this->call('get', [$params], Proposal::class);
59 return $this->call('insert', [$params], CreateOrdersResponse::class);
80 return $this->call('patch', [$params], Proposal::class);
94 return $this->call('search', [$params], GetOrdersResponse::class);
107 return $this->call('setupcomplete', [$params]);
127 return $this->call('update', [$params], Proposal::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsAnalyticsDatastores.php48 return $this->call('create', [$params], GoogleCloudApigeeV1Datastore::class);
62 return $this->call('delete', [$params], GoogleProtobufEmpty::class);
76 return $this->call('get', [$params], GoogleCloudApigeeV1Datastore::class);
93 return $this->call('list', [$params], GoogleCloudApigeeV1ListDatastoresResponse::class);
110 return $this->call('test', [$params], GoogleCloudApigeeV1TestDatastoreResponse::class);
125 return $this->call('update', [$params], GoogleCloudApigeeV1Datastore::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/Resource/
H A DDatasets.php51 return $this->call('delete', [$params]);
65 return $this->call('get', [$params], Dataset::class);
79 return $this->call('insert', [$params], Dataset::class);
102 return $this->call('list', [$params], DatasetList::class);
120 return $this->call('patch', [$params], Dataset::class);
137 return $this->call('update', [$params], Dataset::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/Resource/
H A DCustomersNodes.php49 return $this->call('create', [$params], SasPortalNode::class);
62 return $this->call('delete', [$params], SasPortalEmpty::class);
75 return $this->call('get', [$params], SasPortalNode::class);
97 return $this->call('list', [$params], SasPortalListNodesResponse::class);
111 return $this->call('move', [$params], SasPortalOperation::class);
127 return $this->call('patch', [$params], SasPortalNode::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersDrafts.php47 return $this->call('create', [$params], Draft::class);
62 return $this->call('delete', [$params]);
79 return $this->call('get', [$params], Draft::class);
103 return $this->call('list', [$params], ListDraftsResponse::class);
119 return $this->call('send', [$params], Message::class);
135 return $this->call('update', [$params], Draft::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/Resource/
H A DAccountsChannelPartnerLinksCustomers.php53 return $this->call('create', [$params], GoogleCloudChannelV1Customer::class);
70 return $this->call('delete', [$params], GoogleProtobufEmpty::class);
89 return $this->call('get', [$params], GoogleCloudChannelV1Customer::class);
114 return $this->call('import', [$params], GoogleCloudChannelV1Customer::class);
144 return $this->call('list', [$params], GoogleCloudChannelV1ListCustomersResponse::class);
167 return $this->call('patch', [$params], GoogleCloudChannelV1Customer::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DProducts.php47 return $this->call('custombatch', [$params], ProductsCustomBatchResponse::class);
65 return $this->call('delete', [$params]);
80 return $this->call('get', [$params], Product::class);
100 return $this->call('insert', [$params], Product::class);
120 return $this->call('list', [$params], ProductsListResponse::class);
144 return $this->call('update', [$params], Product::class);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DTwitter.php32 $this->baseApiUri = new Uri('https://api.twitter.com/1.1/');
49 if ($this->authorizationEndpoint != self::ENDPOINT_AUTHENTICATE
50 && $this->authorizationEndpoint != self::ENDPOINT_AUTHORIZE) {
51 $this->authorizationEndpoint = self::ENDPOINT_AUTHENTICATE;
53 return new Uri($this->authorizationEndpoint);
68 $this->authorizationEndpoint = $endpoint;
92 return $this->parseAccessTokenResponse($responseBody);
/plugin/combo/ComboStrap/
H A DPagePublicationDate.php6 * COPYING file in the root directory of this source tree.
91 $store = $this->getReadStore();
104 $this->dateTimeValue = $this->fromPersistentDateTimeUtility($value);
109 return $this;
125 $lastName = $this->getResource()->getPathObject()->getLastNameWithoutExtension();
138 ->setResource($this->getResource())
/plugin/combo/syntax/
H A Dxmlinlinetag.php25 * need to inherit from this class
114 * Create a pattern that will called this plugin
125 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
135 $this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
157 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
174 return XmlTagProcessing::renderStatic($format, $renderer, $data, $this);
/plugin/tag/syntax/
H A Dcount.php3 * Tag Plugin: displays list of keywords with links to categories this page
33 $this->Lexer->addSpecialPattern('\{\{count>.*?\}\}', $mode, 'plugin_tag_count');
65 if(!($helper = $this->loadHelper('tag'))) {
94 if(!($helper = $this->loadHelper('tag'))) return false;
109 $renderer->doc .= '<th class="'.$col.'">'.$this->getLang('tag').'</th>';
110 $renderer->doc .= '<th class="'.$col.'">'.$this->getLang('count').'</th>';
116 $renderer->doc .= '<td class="'.$class.'" colspan="2">'.$this->getLang('empty_output').'</td>';
/plugin/confmanager/
H A Dhelper.php20 usort($configs, [$this, '_sortByConfigName']);
32 foreach ($this->getConfigFiles() as $config) {
33 if ($this->getConfigId($config) === $id) {
75 msg($this->getLang('changes applied'), 1);
77 msg($this->getLang('error:saving failed not writable'), -1);
79 msg($this->getLang('error:saving failed'), -1);
/plugin/authucenter/lib/uc_client/control/
H A Dapp.php15 $this->appcontrol();
20 $this->load('app');
24 $this->init_input();
28 $app['tagtemplates'] = $this->unserialize($app['tagtemplates']);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DComment.php33 $this->author = $author;
34 $this->text = $text;
35 $this->blogPost = new ArrayCollection();
40 return $this->author;
/plugin/inlinejs/syntax/
H A Dembedcss.php40 $this->mode = substr(get_class($this), 7);
43 $this->pattern[1] = '<CSS>(?=.*?</CSS>)';
44 $this->pattern[4] = '</CSS>';
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.simple.php7 $this->GenericBox();
13 $this->_readCSS($state,
20 $this->_readCSS($state,
45 $strategy->apply($this, $driver);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DExceptionMessageRegExp.php24 $this->expectedMessageRegExp = $expected;
37 … $match = PHPUnit_Util_Regex::pregMatchSafe($this->expectedMessageRegExp, $other->getMessage());
41 "Invalid expected exception message regex given: '{$this->expectedMessageRegExp}'"
63 $this->expectedMessageRegExp
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOMySQLTest.php13 …if (!SABRE_HASMYSQL) $this->markTestSkipped('MySQL driver is not available, or not properly config…
15 if (!$pdo) $this->markTestSkipped('Could not connect to mysql database');
29 $this->pdo = $pdo;
35 $this->pdo = null;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/
H A DGetLifecycle.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
34 $policy_id = $this->policy_id ?? null;
57 return $this;
62 $this->policy_id = $policy_id;
64 return $this;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DGetRepository.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
34 $repository = $this->repository ?? null;
58 return $this;
63 $this->repository = $repository;
65 return $this;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DStats.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
34 $metric = $this->metric ?? null;
58 return $this;
63 $this->metric = $metric;
65 return $this;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/
H A DAllocation.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
34 $node_id = $this->node_id ?? null;
64 return $this;
69 $this->node_id = $node_id;
71 return $this;
H A DFielddata.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
34 $fields = $this->fields ?? null;
63 return $this;
68 $this->fields = $fields;
70 return $this;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
H A DStats.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
34 $node_id = $this->node_id ?? null;
58 return $this;
63 $this->node_id = $node_id;
65 return $this;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Enrich/
H A DGetPolicy.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
34 $name = $this->name ?? null;
55 return $this;
60 $this->name = $name;
62 return $this;

1...<<661662663664665666667668669670>>...1084