Home
last modified time | relevance | path

Searched refs:this (Results 4401 – 4425 of 27090) sorted by relevance

1...<<171172173174175176177178179180>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DPerfSampleSeries.php57 return $this->basicPerfSampleSeries;
64 $this->executionId = $executionId;
71 return $this->executionId;
78 $this->historyId = $historyId;
85 return $this->historyId;
92 $this->projectId = $projectId;
99 return $this->projectId;
106 $this->sampleSeriesId = $sampleSeriesId;
113 return $this->sampleSeriesId;
120 $this->stepId = $stepId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCommentThreadSnippet.php50 $this->canReply = $canReply;
57 return $this->canReply;
64 $this->channelId = $channelId;
71 return $this->channelId;
78 $this->isPublic = $isPublic;
85 return $this->isPublic;
92 $this->topLevelComment = $topLevelComment;
99 return $this->topLevelComment;
113 return $this->totalReplyCount;
120 $this->videoId = $videoId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DStringMatcher.php50 $this->exact = $exact;
57 return $this->exact;
71 return $this->ignoreCase;
78 $this->prefix = $prefix;
85 return $this->prefix;
92 $this->regex = $regex;
99 return $this->regex;
106 $this->safeRegex = $safeRegex;
113 return $this->safeRegex;
120 $this->suffix = $suffix;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1AssetDiscoveryStatus.php57 return $this->lastRunDuration;
64 $this->lastRunTime = $lastRunTime;
71 return $this->lastRunTime;
78 $this->message = $message;
85 return $this->message;
92 $this->state = $state;
99 return $this->state;
106 $this->stats = $stats;
113 return $this->stats;
120 $this->updateTime = $updateTime;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DUpdateValuesResponse.php50 $this->spreadsheetId = $spreadsheetId;
57 return $this->spreadsheetId;
64 $this->updatedCells = $updatedCells;
71 return $this->updatedCells;
85 return $this->updatedColumns;
92 $this->updatedData = $updatedData;
99 return $this->updatedData;
106 $this->updatedRange = $updatedRange;
113 return $this->updatedRange;
120 $this->updatedRows = $updatedRows;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DTargetHttpProxyAggregatedList.php51 $this->id = $id;
58 return $this->id;
65 $this->items = $items;
72 return $this->items;
79 $this->kind = $kind;
86 return $this->kind;
100 return $this->nextPageToken;
107 $this->selfLink = $selfLink;
114 return $this->selfLink;
121 $this->unreachables = $unreachables;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DUserActivitySession.php51 $this->activities = $activities;
58 return $this->activities;
65 $this->dataSource = $dataSource;
72 return $this->dataSource;
86 return $this->deviceCategory;
93 $this->platform = $platform;
100 return $this->platform;
107 $this->sessionDate = $sessionDate;
114 return $this->sessionDate;
121 $this->sessionId = $sessionId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGoogleCloudSecuritycenterV1p1beta1Resource.php51 $this->folders = $folders;
58 return $this->folders;
65 $this->name = $name;
72 return $this->name;
79 $this->parent = $parent;
86 return $this->parent;
93 $this->parentDisplayName = $parentDisplayName;
100 return $this->parentDisplayName;
107 $this->project = $project;
114 return $this->project;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DTransformSummary.php51 $this->displayData = $displayData;
58 return $this->displayData;
65 $this->id = $id;
72 return $this->id;
79 $this->inputCollectionName = $inputCollectionName;
86 return $this->inputCollectionName;
93 $this->kind = $kind;
100 return $this->kind;
107 $this->name = $name;
114 return $this->name;
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DCompletedFutureValue.php25 $this->result = $result;
26 $this->error = $e;
34 if ($this->error) {
35 throw $this->error;
38 return $this->result;
48 if (!$this->cachedPromise) {
49 $this->cachedPromise = $this->error
50 ? new RejectedPromise($this->error)
51 : new FulfilledPromise($this
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DRollover.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
26 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
36 if (isset($this->alias) !== true) {
41 $alias = $this->alias;
42 $new_index = $this->new_index ?? null;
69 return $this;
71 $this->body = $body;
73 return $this;
79 return $this;
81 $this
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/
H A DIndex.php30 $this->_name = $name;
31 $this->_data = $data;
39 return $this->_name;
49 return $this->_data['status'];
57 return $this->_data['number_of_shards'];
65 return $this->_data['number_of_replicas'];
73 return $this->_data['active_primary_shards'];
81 return $this->_data['active_shards'];
89 return $this->_data['relocating_shards'];
97 return $this
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php38 $this->_buffer = $buffer;
39 $this->_offset = $offset;
40 $this->_status = $status;
44 $this->getChar(),
45 get_class($this->_status),
46 $this->_offset,
47 $this->_buffer
58 if (preg_match('(.)suS', $this->_buffer, $match, 0, $this->_offset)) {
65 return $this
[all...]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DProcess.php71 $this->fs = new Filesystem();
72 $this->installationManager = $this->composer->getInstallationManager();
81 $this->config = $this->composer->getConfig();
82 if (isset($this->config)) {
84 $this->componentDir = $this->config->get('component-dir');
91 $locker = $this->composer->getLocker();
113 $this->packages[] = $package;
124 $root = $this->composer->getPackage();
129 $this->packages[] = $package;
179 return $this->componentDir;
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php23 $this->assertEquals($expectedWarnings, $warnMsg);
27 $this->assertEquals(
104 $this->assertEquals(VCard::VCARD21, $vcard->getDocumentType());
108 $this->assertEquals(VCard::VCARD30, $vcard->getDocumentType());
173 $this->assertNull($vcard->preferred('EMAIL'));
185 $this->assertValidate(
202 $this->assertValidate(
218 $this->assertValidate(
236 $this->assertValidate(
254 $this->assertValidate(
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php23 $this->assertEquals($expectedWarnings, $warnMsg);
27 $this->assertEquals(
104 $this->assertEquals(VCard::VCARD21, $vcard->getDocumentType());
108 $this->assertEquals(VCard::VCARD30, $vcard->getDocumentType());
173 $this->assertNull($vcard->preferred('EMAIL'));
185 $this->assertValidate(
202 $this->assertValidate(
218 $this->assertValidate(
236 $this->assertValidate(
254 $this->assertValidate(
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php23 $this->assertEquals($expectedWarnings, $warnMsg);
27 $this->assertEquals(
104 $this->assertEquals(VCard::VCARD21, $vcard->getDocumentType());
108 $this->assertEquals(VCard::VCARD30, $vcard->getDocumentType());
173 $this->assertNull($vcard->preferred('EMAIL'));
185 $this->assertValidate(
202 $this->assertValidate(
218 $this->assertValidate(
236 $this->assertValidate(
254 $this->assertValidate(
[all …]
/plugin/struct/meta/
H A DSearchConfig.php38 * @param array $config The parsed configuration for this search
47 $this->addSchema($schema[0], $schema[1]);
50 $this->addColumn($col);
54 $this->cacheFlag = self::$CACHE_DEFAULT;
55 if (!empty($config['filters'])) $this->cacheFlag = $this->determineCacheFlag($config['filters']);
59 $this->addFilter($filter[0], $this->applyFilterVars($filter[2]), $filter[1], $filter[3]);
63 $this->addSort($sort[0], $sort[1]);
67 $this
[all...]
/plugin/mikioplugin/syntax/
H A Dcore.php48 if(array_key_exists($this->tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->tag] === true) {
53 if($this->requires_tag !== '') {
54 if(array_key_exists($this->requires_tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->requires_tag] === true) {
84 if($this->isDisabled() == true) {
88 if ($this->pattern_entry == '' && $this->tag != '') {
89 if ($this->hasEndTag) {
90 $this
[all...]
/plugin/ghissues/helper/
H A DapiCacheInterface.php69 $this->checkCacheFreshness($apiURL, $cache);
84 return $this->callGithubAPI($apiURL, $cache);
98 $oauth_token = $this->getConf('ghissueoauth');
146 $newTable = $this->formatApiResponse($apiResp);
182 $outputXML .= $this->getLang('noIssues');
219 $this->checkCacheFreshness($apiURL, $outputCache);
274 $this->etag = substr($this->cache, 0, -9).'.etag';
278 return io_readFile($this->etag, $clean);
282 if ( $this->_nocache ) return false;
284 return io_saveFile($this->etag, $etagValue);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.cue.php47 $info = &$this->getid3->info;
51 $info['cue'] = $this->cuesheet;
63 return $this->readCueSheet($filedata);
83 $this->parseCueSheet($cue_lines);
85 return $this->cuesheet;
109 $this->parseString($file[$i], $track_on);
115 $this->parseFlags($file[$i], $track_on);
120 $this->parseIndex($file[$i], $track_on);
127 $this->parseTrack($file[$i], $track_on);
235 $this->cuesheet['garbage'][] = $line;
[all …]
/plugin/emoji/_test/
H A Demoji_unicode.test.php9 $this->pluginsEnabled[] = 'emoji';
20 $foundemoji = $this->count_array_values('emoji', $this->flatten_array($instructions), true);
21 $this->assertEquals(0, $foundemoji, 'Emoji failed implicit text.');
33 $foundemoji = $this->count_array_values('emoji', $this->flatten_array($instructions));
34 $this->assertEquals(6, $foundemoji, 'Emoji failed implicit emoji.');
45 $foundemoji = $this->count_array_values('emoji', $this->flatten_array($instructions), true);
46 $this->assertEquals(0, $foundemoji, 'Emoji failed explicit text.');
57 $foundemoji = $this->count_array_values('emoji', $this->flatten_array($instructions));
58 $this->assertEquals(5, $foundemoji, 'Emoji failed explicit emoji.');
/plugin/zotero/tests/
H A DZoteroRepositoryTest.php21 $this->existingEntries[0] = $e;
28 $this->existingEntries[1] = $e;
32 $this->nonExistingEntry = $e;
37 foreach ($this->existingEntries as $expected)
39 $actual = $this->r->getEntryByID($expected->getZoteroId());
40 $this->assertTrue($expected->equals($actual));
49 $e = $this->r->getEntryByID($this->nonExistingEntry->getZoteroId());
54 foreach ($this->existingEntries as $expected)
56 $actual = $this->r->getEntryByCiteKey($expected->getCiteKey());
57 $this->assertTrue($expected->equals($actual));
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Ddomain.php18 $this->domainmodel($base);
22 $this->base = $base;
23 $this->db = $base->db;
28 $this->db->query("INSERT INTO ".UC_DBTABLEPRE."domains SET domain='$domain', ip='$ip'");
30 return $this->db->insert_id();
34 $data = $this->db->result_first("SELECT COUNT(*) FROM ".UC_DBTABLEPRE."domains");
39 $start = $this->base->page_get_start($page, $ppp, $totalnum);
45 $domainids = $this->base->implode($arr);
46 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."domains WHERE id IN ($domainids)");
47 return $this->db->affected_rows();
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DWebProcessor.php49 $this->serverData = &$_SERVER;
51 $this->serverData = $serverData;
57 if (isset($this->serverData['UNIQUE_ID'])) {
58 $this->extraFields['unique_id'] = 'UNIQUE_ID';
66 foreach (array_keys($this->extraFields) as $fieldName) {
68 unset($this->extraFields[$fieldName]);
72 $this->extraFields = $extraFields;
83 if (!isset($this->serverData['REQUEST_URI'])) {
94 $this->extraFields[$extraName] = $serverName;
96 return $this;
[all …]

1...<<171172173174175176177178179180>>...1084