Home
last modified time | relevance | path

Searched refs:this (Results 9401 – 9425 of 27090) sorted by relevance

1...<<371372373374375376377378379380>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DMobileUsabilityIssue.php40 $this->issueType = $issueType;
47 return $this->issueType;
54 $this->message = $message;
61 return $this->message;
68 $this->severity = $severity;
75 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAccountPermissionGroup.php40 $this->id = $id;
47 return $this->id;
54 $this->kind = $kind;
61 return $this->kind;
68 $this->name = $name;
75 return $this->name;
H A DConnectionType.php40 $this->id = $id;
47 return $this->id;
54 $this->kind = $kind;
61 return $this->kind;
68 $this->name = $name;
75 return $this->name;
H A DDimensionFilter.php40 $this->dimensionName = $dimensionName;
47 return $this->dimensionName;
54 $this->kind = $kind;
61 return $this->kind;
68 $this->value = $value;
75 return $this->value;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2VersionToPath.php40 $this->mode = $mode;
47 return $this->mode;
54 $this->path = $path;
61 return $this->path;
68 $this->version = $version;
75 return $this->version;
H A DKeyToPath.php40 $this->key = $key;
47 return $this->key;
54 $this->mode = $mode;
61 return $this->mode;
68 $this->path = $path;
75 return $this->path;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSdkVersion.php40 $this->sdkSupportStatus = $sdkSupportStatus;
47 return $this->sdkSupportStatus;
54 $this->version = $version;
61 return $this->version;
68 $this->versionDisplayName = $versionDisplayName;
75 return $this->versionDisplayName;
H A DSpannerIODetails.php40 $this->databaseId = $databaseId;
47 return $this->databaseId;
54 $this->instanceId = $instanceId;
61 return $this->instanceId;
68 $this->projectId = $projectId;
75 return $this->projectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiUiv1beta3RevisionReference.php40 $this->latestProcessorVersion = $latestProcessorVersion;
47 return $this->latestProcessorVersion;
54 $this->revisionCase = $revisionCase;
61 return $this->revisionCase;
68 $this->revisionId = $revisionId;
75 return $this->revisionId;
H A DGoogleCloudDocumentaiV1DocumentShardInfo.php40 $this->shardCount = $shardCount;
47 return $this->shardCount;
54 $this->shardIndex = $shardIndex;
61 return $this->shardIndex;
68 $this->textOffset = $textOffset;
75 return $this->textOffset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGoogleCloudSecuritycenterV1p1beta1SecurityMarks.php40 $this->canonicalName = $canonicalName;
47 return $this->canonicalName;
54 $this->marks = $marks;
61 return $this->marks;
68 $this->name = $name;
75 return $this->name;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DExponentialBuckets.php28 $this->growthFactor = $growthFactor;
32 return $this->growthFactor;
36 $this->numFiniteBuckets = $numFiniteBuckets;
40 return $this->numFiniteBuckets;
44 $this->scale = $scale;
48 return $this->scale;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/
H A DGoogleCloudDatapipelinesV1SdkVersion.php40 $this->sdkSupportStatus = $sdkSupportStatus;
47 return $this->sdkSupportStatus;
54 $this->version = $version;
61 return $this->version;
68 $this->versionDisplayName = $versionDisplayName;
75 return $this->versionDisplayName;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/
H A DStickyRoundRobinSelector.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
45 if ($connections[$this->current]->isAlive()) {
46 return $connections[$this->current];
49 $this->currentCounter += 1;
50 $this->current = $this->currentCounter % count($connections);
52 return $connections[$this->current];
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverDimension.php25 $this->width = $width;
26 $this->height = $height;
36 return (int) $this->height;
46 return (int) $this->width;
57 return $this->height === $dimension->getHeight() && $this->width === $dimension->getWidth();
/plugin/elasticsearch/action/
H A Dsearch.php48 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_preprocess');
49 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_action');
50 $controller->register_hook('FORM_QUICKSEARCH_OUTPUT', 'BEFORE', $this, 'quicksearch');
89 $index = $client->getIndex($this->getConf('indexname'));
103 if ($this->getConf('searchSyntax')) {
104 array_push($this->searchFields, 'syntax*');
108 $qstring = new \Elastica\Query\SimpleQueryString($QUERY, array_merge($this->searchFields, $fields));
126 $this->getConf('snippets') => new \stdClass(),
132 $equery->setSize($this->getConf('perpage'));
133 $equery->setFrom($this
[all...]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php26 $this->assertInstanceOf(__NAMESPACE__ . '\VAvailability', $document->VAVAILABILITY);
43 $this->assertEquals(
66 $this->assertEquals(
86 $this->assertEquals(
106 $this->assertTrue(
124 $this->assertFalse(
133 $this->assertIsValid(Reader::read(
147 $this->assertIsNotValid(Reader::read(
159 $this->assertIsNotValid(Reader::read(
172 $this->assertIsNotValid(Reader::read(
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerUpdateEventTest.php138 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
203 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
265 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
299 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
370 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
510 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
581 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
652 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
752 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
843 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerUpdateEventTest.php137 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
202 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
263 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
297 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
368 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
507 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
578 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
649 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
747 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
838 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
/plugin/farmsync/_test/
H A DaddRemoteChangelogRevision.test.php41 $this->assertEquals($original_file . "\n" . $testline . "\n", $actual_file);
42 $this->assertEquals(array(), $result);
65 $this->assertEquals($expected_file, $actual_file);
66 $this->assertEquals(array(), $result);
84 $this->assertEquals($expected_file, $actual_file);
85 $this->assertEquals(array(), $result);
108 $this->assertEquals($expected_file, $actual_file);
109 $this->assertEquals(array(1422353856), $result);
132 $this->assertEquals($expected_file, $actual_file);
133 $this->assertEquals(array(1422353856, 1422353857), $result);
/plugin/youtracklinks/
H A Dhelper.php68 $url = $this->getConf('youtrack_external_url');
77 $content = $this->CallAPI("POST", "$url/rest/user/login",
78 array("login" => $this->getConf('login_user'),
79 "password" => $this->getConf('login_pass')), $cookiejar);
92 $url = $this->getYouTrackURL();
98 if ($this->getConf('should_login')) {
101 if (!$this->loginYouTrack($url, $cookiejar)) {
106 $xml = $this->CallAPI("GET", $url . "/rest/issue/$id", false, $cookiejar);
125 $url = $this->getYouTrackURL();
126 $target = $this->getConf('open_in_new_window') ? '_blank' : '_self';
/plugin/dokubookmark/
H A Daction.php51 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_hookdo');
60 if ($this->getConf('enable_save') && $event->data['dokubookmark'] == $lang['btn_save'] ) {
61 $this->_save_bookmark($event);
67 $this->_bookmarkpage(); # this function will call exit();
82 $timestamp = date($this->getConf('dateformat'));
86 $wikitpl = str_replace('\n',"\n", $this->getConf('wikitemplate'));
95 'wikiidtpl' => $this->getConf('namespace'),
110 foreach (explode(';', trim($this->getConf('presets'))) as $p) {
129 $tpl = str_replace('\n',"\n", $this->getConf('wikitemplate'));
149 'enable_save' => $this->getConf('enable_save'),
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerUpdateEventTest.php137 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
202 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
263 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
297 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
368 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
507 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
578 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
649 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
747 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
838 $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php11 * file that was distributed with this source code.
32 $this->config = $config;
37 $internalHosts = $this->config->get('external_link/internal_hosts');
38 $openInNewWindow = $this->config->get('external_link/open_in_new_window');
39 $classes = $this->config->get('external_link/html_class');
48 // Something is terribly wrong with this URL
54 $this->applyRelAttribute($link, false);
59 $this->markLinkAsExternal($link, $openInNewWindow, $classes);
66 $this->applyRelAttribute($link, true);
80 'nofollow' => $this
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php82 if (!$this->isWebRequest()) {
89 if ($record['level'] < $this->level) {
93 $message = $this->processRecord($record);
98 $messages = $this->getFormatter()->formatBatch($messages);
100 $this->send();
120 if (!$this->isWebRequest()) {
126 $this->send();
143 self::$sendHeaders = $this->headersAccepted();
165 … self::$json['rows'][count(self::$json['rows']) - 1] = $this->getFormatter()->format($record);
171 $this->sendHeader(static::HEADER_NAME, $data);

1...<<371372373374375376377378379380>>...1084