Home
last modified time | relevance | path

Searched refs:this (Results 17426 – 17450 of 27090) sorted by relevance

1...<<691692693694695696697698699700>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/Resource/
H A DProjectsInstancesOperations.php53 return $this->call('cancel', [$params], SpannerEmpty::class);
69 return $this->call('delete', [$params], SpannerEmpty::class);
84 return $this->call('get', [$params], Operation::class);
109 return $this->call('list', [$params], ListOperationsResponse::class);
H A DProjectsInstancesBackupsOperations.php53 return $this->call('cancel', [$params], SpannerEmpty::class);
69 return $this->call('delete', [$params], SpannerEmpty::class);
84 return $this->call('get', [$params], Operation::class);
109 return $this->call('list', [$params], ListOperationsResponse::class);
H A DProjectsInstancesDatabasesOperations.php53 return $this->call('cancel', [$params], SpannerEmpty::class);
69 return $this->call('delete', [$params], SpannerEmpty::class);
84 return $this->call('get', [$params], Operation::class);
109 return $this->call('list', [$params], ListOperationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/Resource/
H A DJobs.php49 return $this->call('create', [$params], Job::class);
66 return $this->call('delete', [$params], YoutubereportingEmpty::class);
83 return $this->call('get', [$params], Job::class);
108 return $this->call('list', [$params], ListJobsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/Resource/
H A DSitemaps.php48 return $this->call('delete', [$params]);
64 return $this->call('get', [$params], WmxSitemap::class);
83 return $this->call('list', [$params], SitemapsListResponse::class);
98 return $this->call('submit', [$params]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudResourceManager/Resource/
H A DLiens.php49 return $this->call('create', [$params], Lien::class);
64 return $this->call('delete', [$params], CloudresourcemanagerEmpty::class);
79 return $this->call('get', [$params], Lien::class);
105 return $this->call('list', [$params], ListLiensResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/Resource/
H A DGroups.php57 return $this->call('delete', [$params], EmptyResponse::class);
81 return $this->call('insert', [$params], Group::class);
118 return $this->call('list', [$params], ListGroupsResponse::class);
143 return $this->call('update', [$params], Group::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsDevelopersAttributes.php46 return $this->call('delete', [$params], GoogleCloudApigeeV1Attribute::class);
61 return $this->call('get', [$params], GoogleCloudApigeeV1Attribute::class);
77 return $this->call('list', [$params], GoogleCloudApigeeV1Attributes::class);
99 return $this->call('updateDeveloperAttribute', [$params], GoogleCloudApigeeV1Attribute::class);
H A DOrganizationsDevelopersAppsAttributes.php46 return $this->call('delete', [$params], GoogleCloudApigeeV1Attribute::class);
61 return $this->call('get', [$params], GoogleCloudApigeeV1Attribute::class);
77 return $this->call('list', [$params], GoogleCloudApigeeV1Attributes::class);
99 … return $this->call('updateDeveloperAppAttribute', [$params], GoogleCloudApigeeV1Attribute::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/Resource/
H A DSitemaps.php46 return $this->call('delete', [$params]);
62 return $this->call('get', [$params], WmxSitemap::class);
81 return $this->call('list', [$params], SitemapsListResponse::class);
96 return $this->call('submit', [$params]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/Resource/
H A DEnterprisesDevicesOperations.php53 return $this->call('cancel', [$params], AndroidmanagementEmpty::class);
69 return $this->call('delete', [$params], AndroidmanagementEmpty::class);
84 return $this->call('get', [$params], Operation::class);
109 return $this->call('list', [$params], ListOperationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/Resource/
H A DProjectsOperations.php53 return $this->call('cancel', [$params], DatastoreEmpty::class);
69 return $this->call('delete', [$params], DatastoreEmpty::class);
84 return $this->call('get', [$params], GoogleLongrunningOperation::class);
109 return $this->call('list', [$params], GoogleLongrunningListOperationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/Resource/
H A DOrganizationsOperations.php53 return $this->call('cancel', [$params], SecuritycenterEmpty::class);
69 return $this->call('delete', [$params], SecuritycenterEmpty::class);
84 return $this->call('get', [$params], Operation::class);
109 return $this->call('list', [$params], ListOperationsResponse::class);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractBasicTest.php19 $this->assertFalse(
35 $this->assertFalse(
50 $this->assertEquals(
66 $this->assertEquals(
/plugin/blockquote/syntax/
H A Dcite.php35 if ($mode == substr(get_class($this), 7))
41 $this->Lexer->addEntryPattern('<cite.*?>(?=.*?</cite>)', $mode, 'plugin_blockquote_cite');
45 $this->Lexer->addExitPattern('</cite>', 'plugin_blockquote_cite');
80 $pluginClass = ($this->getConf('addStyling')) ? 'blockquote-plugin' : '';
/plugin/slacknotifier/helper/
H A DFormatter.php14 $this->config = $config;
30 $link = $this->buildUrl($page, $event->newRevision);
35 $diffURL = $this->buildUrl($page, $event->newRevision, $event->oldRevision);
41 if ($event->summary && $this->config->show_summary) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Net/
H A DURLChecker.php18 if ($this->getHTTPResponseCode($url) === 200) {
19 return $this;
36 if ($this->getHTTPResponseCode($url) !== 200) {
37 return $this;
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchange.php
/plugin/jsonrpc/_test/
H A Djsonrpc_test.php22 $this->assertTrue(checkAuth(), "Failure checkAuth, allow_all");
31 $this->assertTrue(checkAuth(), "Failer checkAuth, allow testuser");
41 $this->assertFalse(checkAuth(), "Failer checkAuth, notallow testuser");
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.relative.php5 $tree = $this->runPipeline('
22 $this->assertEqual($body->get_left(),
24 $this->assertEqual($body->get_top(),
H A Dtest.text-transform.php5 $tree = $this->runPipeline('
22 $this->assertEqual($body->get_left(),
24 $this->assertEqual($body->get_top(),
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/
H A DTypeMatcher.php17 $this->type = $type;
27 … return is_object($element) ? is_a($element, $this->type) : gettype($element) === $this->type;
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php88 if (isset($this->DTEND) && isset($this->DURATION)) {
92 'node' => $this
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php88 if (isset($this->DTEND) && isset($this->DURATION)) {
92 'node' => $this
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php88 if (isset($this->DTEND) && isset($this->DURATION)) {
92 'node' => $this

1...<<691692693694695696697698699700>>...1084