Home
last modified time | relevance | path

Searched refs:this (Results 20676 – 20700 of 27090) sorted by relevance

1...<<821822823824825826827828829830>>...1084

/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php39 $this->typeParser = $typeParser ?? new Parser();
40 $this->namingStrategy = $namingStrategy;
41 $this->expressionEvaluator = $expressionEvaluator;
143 $this->parseExpression((string) $method->attributes()->expression)
188 $pMetadata->excludeIf = $this->parseExpression((string) $excludeIf);
196 … $pMetadata->excludeIf = $this->parseExpression('!(' . (string) $excludeIf . ')');
213 $pMetadata->setType($this->typeParser->parse((string) $type));
215 $pMetadata->setType($this->typeParser->parse((string) $pElem->type));
325 $pMetadata->serializedName = $this->namingStrategy->translateName($pMetadata);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DCurrencyAwarePrice.php26 $this->currency = $currency;
27 $this->amount = $amount;
/plugin/zip/pear/File/Archive/Predicate/
H A DMaxDepth.php51 $this->maxDepth = $maxDepth;
59 return substr_count($url['path'], '/') <= $this->maxDepth ;
/plugin/data-au/_test/
H A DhelperAliases.test.php13 $this->assertTrue($db !== false);
24 $this->assertEquals($expect, $helper->_aliases());
/plugin/gtime/gtlib/asn1/
H A DASN1Null.php47 $this->append($bytes, ASN1DER::encodeType(ASN1_TAG_NULL));
48 $this->append($bytes, 0x0);
/plugin/nonblank/
H A Drenderer.php36 $esc = $this->_xmlEntities($text);
37 $this->doc .= preg_replace('/(?<=[^\x00-\xFF])\n(?=[^\x00-\xFF])/um', '', $esc);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.line-box.top.php7 $tree = $this->runPipeline('
19 $this->assertEqual($tree->content[0]->get_top(),
/plugin/swiftmail/Swift/Plugin/VerboseSending/
H A DDefaultView.php36 $this->count++;
44 Recipient (<?php echo $this->count; ?>):
/plugin/codebash/
H A Daction.php19 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
28 'title' => $this->getLang('insertcode'),
/plugin/fkstimer/
H A Daction.php10 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'serverTime');
17 $date = date('Y-m-d\TH:i:s', time() + ($this->getConf('server-correction')));
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DNewline.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DBatchUpdateContactsResponse.php30 $this->updateResult = $updateResult;
37 return $this->updateResult;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DAggregationResult.php30 $this->aggregateFields = $aggregateFields;
37 return $this->aggregateFields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DExplanation.php30 $this->matchedPermissions = $matchedPermissions;
37 return $this->matchedPermissions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DGoogleCloudRedisV1LocationMetadata.php30 $this->availableZones = $availableZones;
37 return $this->availableZones;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DIndexedKeyRangeInfos.php30 $this->keyRangeInfos = $keyRangeInfos;
37 return $this->keyRangeInfos;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DStatefulPolicyPreservedState.php30 $this->disks = $disks;
37 return $this->disks;
H A DLocationPolicy.php30 $this->locations = $locations;
37 return $this->locations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DMendelDebugInput.php30 $this->namespacedDebugInput = $namespacedDebugInput;
37 return $this->namespacedDebugInput;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DGoogleCloudMemcacheV1LocationMetadata.php30 $this->availableZones = $availableZones;
37 return $this->availableZones;
H A DGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.php30 $this->eligibilities = $eligibilities;
37 return $this->eligibilities;
H A DLocationMetadata.php30 $this->availableZones = $availableZones;
37 return $this->availableZones;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBatchCreateNotesRequest.php30 $this->notes = $notes;
37 return $this->notes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.php30 $this->eligibilities = $eligibilities;
37 return $this->eligibilities;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/
H A DDataplexConfig.php30 $this->lakeResources = $lakeResources;
37 return $this->lakeResources;

1...<<821822823824825826827828829830>>...1084