Home
last modified time | relevance | path

Searched refs:this (Results 7101 – 7125 of 27090) sorted by relevance

1...<<281282283284285286287288289290>>...1084

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php116 $this->_type = $type;
117 $this->_content = $content;
118 $this->_length = strlen($content);
119 $this->_position = $position;
132 return $this->_type;
134 return $this->_content;
136 return $this->_length;
138 return $this->_position;
177 return 'TOKEN::'.self::typeToString($this->type).
178 ' @'.$this
[all...]
/plugin/aichat/Storage/
H A DSQLiteStorage.php36 $this->db = new SQLiteDB('aichat', DOKU_PLUGIN . 'aichat/db/');
37 $this->db->getPdo()->sqliteCreateFunction('COSIM', $this->sqliteCosineSimilarityCallback(...), 2);
40 $this->useLanguageClusters = $helper->getConf('preferUIlanguage') >= AIChat::LANG_UI_LIMITED;
42 $this->similarityThreshold = $config['similarityThreshold'] / 100;
48 $record = $this->db->queryRecord('SELECT * FROM embeddings WHERE id = ?', [$chunkID]);
66 $this->db->exec('DELETE FROM embeddings');
68 $this->db->exec('DELETE FROM clusters');
81 $this->db->exec('DELETE FROM embeddings WHERE page = ?', [$page]);
88 $this
[all...]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DBuffer.php55 $this
57 $innerIterator = $this->getInnerIterator(),
75 $this
88 $this
101 $this
126 $this
163 $this
180 $this
222 $this
409 $this
[all …]
/plugin/davcal/vendor/sabre/event/tests/
H A DPromiseTest.php17 $this->assertEquals(3, $finalValue);
31 $this->assertEquals(3, $finalValue);
49 $this->assertEquals(7, $finalValue);
69 $this->assertEquals(6, $finalValue);
83 $this->assertEquals(6, $finalValue);
97 $this->assertEquals(6, $finalValue);
178 $this->assertEquals(0, $ok);
180 $this->assertEquals(1, $ok);
197 $this->assertEquals(0, $finalValue);
220 $this->assertEquals(1, $finalValue);
[all …]
/plugin/structtasks/meta/
H A DUtilities.php34 $this->struct = $helper;
44 $schemas_found = $this->struct->getSchema($schema);
89 if (!array_key_exists($schema, $this->duedate_formats)) {
90 $this->isValidSchema($schema);
92 return $this->duedate_formats[$schema];
101 if (!$this->isValidSchema($schema)) {
104 $old_data = $this->struct->getData($id, null, $old_rev);
105 $new_data = $this->struct->getData($id, null, $new_rev);
109 $dateformat = $this->dateFormat($schema);
112 return [$this->formatData($old_data[$schema], $dateformat),
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php43 $this->target = $target;
44 $this->initTargetDirectory($target);
48 $this->project = new Project(
52 $this->processTests($coverage->getTests());
53 $this->processDirectory($report, $this->project);
92 $this->processDirectory($node, $dirObject);
96 $this->processFile($node, $dirObject);
114 $this->processUnit($unit, $fileReport);
135 $this->initTargetDirectory(
136 $this->target . dirname($file->getId()) . '/'
[all …]
/plugin/imageflow/syntax/
H A Dimageflow.php45 $this->Lexer->addPattern('<image\s.*?>.*?</image>','plugin_imageflow_imageflow');
46 $this->Lexer->addPattern('[\r|\n]','plugin_imageflow_imageflow');
47 $this->Lexer->addExitPattern('</imageflow.*?>', 'plugin_imageflow_imageflow');
114 if ( !is_array($this->header[$mode]) ) {
115 $this->header[$mode] = array();
122 $this->sectionID[] = sectionID("imageflow_container_", $this->header[$mode]);
123 $scID = $this->sectionID[sizeof($this->sectionID)-1];
148 $this->_image($imgData, $renderer, $mode);
154 $this->_image($data, $renderer, $mode);
189 …$reflect = array('reflect' => $this->getConf('reflect') ? 1 : 0, 'bgc' => $this->getConf('reflectB…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php64 $this->client = $client;
65 $this->boundary = $boundary ?: mt_rand();
66 $this->rootUrl = rtrim($rootUrl ?: $this->client->getConfig('base_path'), '/');
67 $this->batchPath = $batchPath ?: self::BATCH_PATH;
76 $this->requests[$key] = $request;
97 foreach ($this->requests as $key => $request) {
114 $this->boundary,
124 $body .= "--{$this->boundary}--";
126 $url = $this->rootUrl . '/' . $this->batchPath;
139 $response = $this->client->execute($request);
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DIdenticalValueToken.php35 $this->value = $value;
36 $this->util = $util ?: new StringUtil();
48 return $argument === $this->value ? 11 : false;
68 if (null === $this->string) {
69 $this->string = sprintf('identical(%s)', $this->util->stringify($this->value));
72 return $this->string;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeRotation.php43 $this->creativeAssignments = $creativeAssignments;
50 return $this->creativeAssignments;
57 $this->creativeOptimizationConfigurationId = $creativeOptimizationConfigurationId;
64 return $this->creativeOptimizationConfigurationId;
71 $this->type = $type;
78 return $this->type;
85 $this->weightCalculationStrategy = $weightCalculationStrategy;
92 return $this->weightCalculationStrategy;
H A DFileList.php43 $this->etag = $etag;
50 return $this->etag;
57 $this->items = $items;
64 return $this->items;
71 $this->kind = $kind;
78 return $this->kind;
85 $this->nextPageToken = $nextPageToken;
92 return $this->nextPageToken;
H A DReportDelivery.php43 $this->emailOwner = $emailOwner;
50 return $this->emailOwner;
57 $this->emailOwnerDeliveryType = $emailOwnerDeliveryType;
64 return $this->emailOwnerDeliveryType;
71 $this->message = $message;
78 return $this->message;
85 $this->recipients = $recipients;
92 return $this->recipients;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DListAssetsResponse.php43 $this->listAssetsResults = $listAssetsResults;
50 return $this->listAssetsResults;
57 $this->nextPageToken = $nextPageToken;
64 return $this->nextPageToken;
71 $this->readTime = $readTime;
78 return $this->readTime;
85 $this->totalSize = $totalSize;
92 return $this->totalSize;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1SerializedPolicyTag.php34 $this->childPolicyTags = $childPolicyTags;
41 return $this->childPolicyTags;
45 $this->description = $description;
49 return $this->description;
53 $this->displayName = $displayName;
57 return $this->displayName;
61 $this->policyTag = $policyTag;
65 return $this->policyTag;
H A DGoogleCloudDatacatalogV1beta1SerializedTaxonomy.php31 $this->activatedPolicyTypes = $activatedPolicyTypes;
35 return $this->activatedPolicyTypes;
39 $this->description = $description;
43 return $this->description;
47 $this->displayName = $displayName;
51 return $this->displayName;
58 $this->policyTags = $policyTags;
65 return $this->policyTags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DRequestOptions.php42 $this->debugOptions = $debugOptions;
49 return $this->debugOptions;
56 $this->languageCode = $languageCode;
63 return $this->languageCode;
70 $this->searchApplicationId = $searchApplicationId;
77 return $this->searchApplicationId;
84 $this->timeZone = $timeZone;
91 return $this->timeZone;
H A DSourceResultCount.php42 $this->hasMoreResults = $hasMoreResults;
49 return $this->hasMoreResults;
56 $this->resultCountEstimate = $resultCountEstimate;
63 return $this->resultCountEstimate;
70 $this->resultCountExact = $resultCountExact;
77 return $this->resultCountExact;
84 $this->source = $source;
91 return $this->source;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1ExportDataOperationMetadata.php43 $this->annotatedDataset = $annotatedDataset;
50 return $this->annotatedDataset;
57 $this->createTime = $createTime;
64 return $this->createTime;
71 $this->dataset = $dataset;
78 return $this->dataset;
85 $this->partialFailures = $partialFailures;
92 return $this->partialFailures;
H A DGoogleCloudDatalabelingV1p1alpha1ExportDataOperationMetadata.php43 $this->annotatedDataset = $annotatedDataset;
50 return $this->annotatedDataset;
57 $this->createTime = $createTime;
64 return $this->createTime;
71 $this->dataset = $dataset;
78 return $this->dataset;
85 $this->partialFailures = $partialFailures;
92 return $this->partialFailures;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DOrgPolicyViolationInfo.php43 $this->payload = $payload;
50 return $this->payload;
57 $this->resourceTags = $resourceTags;
64 return $this->resourceTags;
71 $this->resourceType = $resourceType;
78 return $this->resourceType;
85 $this->violationInfo = $violationInfo;
92 return $this->violationInfo;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DGerritSourceContext.php42 $this->aliasContext = $aliasContext;
49 return $this->aliasContext;
56 $this->gerritProject = $gerritProject;
63 return $this->gerritProject;
70 $this->hostUri = $hostUri;
77 return $this->hostUri;
84 $this->revisionId = $revisionId;
91 return $this->revisionId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DEntityResult.php42 $this->cursor = $cursor;
49 return $this->cursor;
56 $this->entity = $entity;
63 return $this->entity;
70 $this->updateTime = $updateTime;
77 return $this->updateTime;
84 $this->version = $version;
91 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DReportMetadata.php42 $this->googleCloudStoragePath = $googleCloudStoragePath;
49 return $this->googleCloudStoragePath;
56 $this->reportDataEndTimeMs = $reportDataEndTimeMs;
63 return $this->reportDataEndTimeMs;
70 $this->reportDataStartTimeMs = $reportDataStartTimeMs;
77 return $this->reportDataStartTimeMs;
84 $this->status = $status;
91 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ConversationTurnUserInput.php42 $this->enableSentimentAnalysis = $enableSentimentAnalysis;
49 return $this->enableSentimentAnalysis;
56 $this->injectedParameters = $injectedParameters;
63 return $this->injectedParameters;
70 $this->input = $input;
77 return $this->input;
84 $this->isWebhookEnabled = $isWebhookEnabled;
91 return $this->isWebhookEnabled;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChangeList.php43 $this->changes = $changes;
50 return $this->changes;
57 $this->kind = $kind;
64 return $this->kind;
71 $this->newStartPageToken = $newStartPageToken;
78 return $this->newStartPageToken;
85 $this->nextPageToken = $nextPageToken;
92 return $this->nextPageToken;

1...<<281282283284285286287288289290>>...1084