Home
last modified time | relevance | path

Searched refs:this (Results 16076 – 16100 of 27090) sorted by relevance

1...<<641642643644645646647648649650>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRegionBackendServices.php61 return $this->call('delete', [$params], Operation::class);
77 return $this->call('get', [$params], BackendService::class);
95 return $this->call('getHealth', [$params], BackendServiceGroupHealth::class);
123 return $this->call('insert', [$params], Operation::class);
179 return $this->call('list', [$params], BackendServiceList::class);
209 return $this->call('patch', [$params], Operation::class);
238 return $this->call('update', [$params], Operation::class);
H A DRegionTargetHttpsProxies.php62 return $this->call('delete', [$params], Operation::class);
80 return $this->call('get', [$params], TargetHttpsProxy::class);
107 return $this->call('insert', [$params], Operation::class);
163 return $this->call('list', [$params], TargetHttpsProxyList::class);
193 return $this->call('patch', [$params], Operation::class);
222 return $this->call('setSslCertificates', [$params], Operation::class);
251 return $this->call('setUrlMap', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/Resource/
H A DProjectsTriggers.php54 return $this->call('create', [$params], BuildTrigger::class);
72 return $this->call('delete', [$params], CloudbuildEmpty::class);
91 return $this->call('get', [$params], BuildTrigger::class);
112 return $this->call('list', [$params], ListBuildTriggersResponse::class);
128 return $this->call('patch', [$params], BuildTrigger::class);
146 return $this->call('run', [$params], Operation::class);
167 return $this->call('webhook', [$params], ReceiveTriggerWebhookResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/Resource/
H A DProjectsLocationsJobs.php62 return $this->call('create', [$params], Job::class);
86 return $this->call('get', [$params], Job::class);
112 return $this->call('getExecutionDetails', [$params], JobExecutionDetails::class);
137 return $this->call('getMetrics', [$params], JobMetrics::class);
167 return $this->call('list', [$params], ListJobsResponse::class);
183 return $this->call('snapshot', [$params], Snapshot::class);
207 return $this->call('update', [$params], Job::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Licensing/Resource/
H A DLicenseAssignments.php54 return $this->call('delete', [$params], LicensingEmpty::class);
75 return $this->call('get', [$params], LicenseAssignment::class);
92 return $this->call('insert', [$params], LicenseAssignment::class);
118 return $this->call('listForProduct', [$params], LicenseAssignmentList::class);
146 return $this->call('listForProductAndSku', [$params], LicenseAssignmentList::class);
169 return $this->call('patch', [$params], LicenseAssignment::class);
192 return $this->call('update', [$params], LicenseAssignment::class);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php52 $this->pdo = $pdo;
80 $stmt = $this->pdo->prepare($query);
117 …$updateStmt = $this->pdo->prepare("REPLACE INTO propertystorage (path, name, valuetype, value) VAL…
118 … $deleteStmt = $this->pdo->prepare("DELETE FROM propertystorage WHERE path = ? AND name = ?");
158 …$stmt = $this->pdo->prepare("DELETE FROM propertystorage WHERE path = ? OR path LIKE ? ESCAPE '='"…
189 …$select = $this->pdo->prepare('SELECT id, path FROM propertystorage WHERE path = ? OR path LIKE ?'…
192 $update = $this->pdo->prepare('UPDATE propertystorage SET path = ? WHERE id = ?');
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DClassHierarchyMetadata.php21 $this->classMetadata[$metadata->name] = $metadata;
26 return reset($this->classMetadata);
31 return end($this->classMetadata);
36 foreach ($this->classMetadata as $metadata) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DCascadingLoader.php32 $this->loaders = array();
34 $this->addLoader($loader);
45 $this->loaders[] = $loader;
59 foreach ($this->loaders as $loader) {
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DUsergroup.php15 $this->value = $value;
20 return $this->value;
29 $usergroupElem = XMLHelper::createElementWithText($document, 'usergroup', $this->value);
44 return $this->value;
/plugin/new_page_dialog/action/
H A Dmeta.php21 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'meta');
33 $plugin = $this->getPluginName();
35 $this->js_location = $js_base_dir . 'button.js';
41 'src'=> $this->js_location
/plugin/shortcutkey/
H A Daction.php18 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'handle_dokuwiki_started');
30 $JSINFO['key_'.$_a] = (ord($this->getConf('key_'.$_a)));
33 $JSINFO['key_random']=ord($this->getConf('key_random'));
34 $JSINFO['key_nsrandom']=ord($this->getConf('key_nsrandom'));
/plugin/npd/action/
H A Dmeta.php21 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'meta');
33 $plugin = $this->getPluginName();
35 $this->js_location = $js_base_dir . 'button.js';
41 'src'=> $this->js_location
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DGraphNavigator.php41 $this->visitor = $visitor;
42 $this->context = $context;
45 $this->format = $context->getFormat();
46 $this->exclusionStrategy = $context->getExclusionStrategy();
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DLazyLoadingDriver.php24 $this->container = $container;
25 $this->realDriverId = $realDriverId;
33 return $this->container->get($this->realDriverId)->loadMetadataForClass($class);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/
H A DUnexpectedCallException.php27 $this->methodName = $methodName;
28 $this->arguments = $arguments;
33 return $this->methodName;
38 return $this->arguments;
/plugin/authfacebook/lib/GraphNodes/
H A DBirthday.php60 $this->hasYear = count($parts) === 3 || count($parts) === 1;
61 $this->hasDate = count($parts) === 3 || count($parts) === 2;
73 return $this->hasDate;
83 return $this->hasYear;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DSuggestedListProperties.php32 $this->listProperties = $listProperties;
39 return $this->listProperties;
46 $this->listPropertiesSuggestionState = $listPropertiesSuggestionState;
53 return $this->listPropertiesSuggestionState;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DGoogleCloudNetworksecurityV1CertificateProvider.php32 $this->certificateProviderInstance = $certificateProviderInstance;
39 return $this->certificateProviderInstance;
46 $this->grpcEndpoint = $grpcEndpoint;
53 return $this->grpcEndpoint;
H A DValidationCA.php32 $this->certificateProviderInstance = $certificateProviderInstance;
39 return $this->certificateProviderInstance;
46 $this->grpcEndpoint = $grpcEndpoint;
53 return $this->grpcEndpoint;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DReplicationStatus.php32 $this->automatic = $automatic;
39 return $this->automatic;
46 $this->userManaged = $userManaged;
53 return $this->userManaged;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus.php32 $this->documentId = $documentId;
39 return $this->documentId;
46 $this->status = $status;
53 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSourceOperationResponse.php32 $this->getMetadata = $getMetadata;
39 return $this->getMetadata;
46 $this->split = $split;
53 return $this->split;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DServiceSpec.php33 $this->template = $template;
40 return $this->template;
47 $this->traffic = $traffic;
54 return $this->traffic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DAuxiliaryServicesConfig.php32 $this->metastoreConfig = $metastoreConfig;
39 return $this->metastoreConfig;
46 $this->sparkHistoryServerConfig = $sparkHistoryServerConfig;
53 return $this->sparkHistoryServerConfig;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DCustomerIndexStats.php33 $this->date = $date;
40 return $this->date;
47 $this->itemCountByStatus = $itemCountByStatus;
54 return $this->itemCountByStatus;

1...<<641642643644645646647648649650>>...1084