Home
last modified time | relevance | path

Searched refs:getResourceType (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/resources/
H A DResourceLoader.java54 public @AndroidResourceType int getResourceType() { in getResourceType() method in ResourceLoader
79 if (mCallback != null) mCallback.onResourceLoaded(getResourceType(), resId, resource); in notifyLoadFinished()
88 if (mCallback != null) mCallback.onResourceUnregistered(getResourceType(), resId); in notifyResourceUnregistered()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/mac/
H A DResourceFile.java61 System.out.println(resource.getResourceMap().getResourceType(i).getTypeAsString()); in main()
65 ResourceType type = resource.getResourceMap().getResourceType("sfnt"); in main()
68 type = resource.getResourceMap().getResourceType("FOND"); in main()
H A DResourceMap.java66 public ResourceType getResourceType(final String typeName) { in getResourceType() method in ResourceMap
75 public ResourceType getResourceType(final int i) { in getResourceType() method in ResourceMap
/dports/games/glest/glest_source_3.2.2/source/glest_game/types/
H A Dtech_tree.cpp137 const ResourceType *rt= getResourceType(j); in getTechResourceType()
139 return getResourceType(j); in getTechResourceType()
147 const ResourceType *rt= getResourceType(i); in getFirstTechResourceType()
149 return getResourceType(i); in getFirstTechResourceType()
155 const ResourceType *TechTree::getResourceType(const string &name) const{ in getResourceType() function in Glest::Game::TechTree
H A Dtech_tree.h51 const ResourceType *getResourceType(int i) const {return &resourceTypes[i];} in getResourceType() function
54 const ResourceType *getResourceType(const string &name) const;
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/src/JsonApiResource/
H A DResourceIdentifierTrait.php49 public function getResourceType() { function
51 $this->resourceType = $this->resourceIdentifier->getResourceType();
H A DResourceIdentifier.php104 public function getResourceType() { function in Drupal\\jsonapi\\JsonApiResource\\ResourceIdentifier
157 …return new static($this->getResourceType(), $this->getId(), [static::ARITY_KEY => $arity] + $this-…
320 if ($relationship->getResourceType()->isInternal()) {
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/src/JsonApiResource/
H A DResourceIdentifierTrait.php49 public function getResourceType() { function
51 $this->resourceType = $this->resourceIdentifier->getResourceType();
H A DResourceIdentifier.php104 public function getResourceType() { function in Drupal\\jsonapi\\JsonApiResource\\ResourceIdentifier
157 …return new static($this->getResourceType(), $this->getId(), [static::ARITY_KEY => $arity] + $this-…
320 if ($relationship->getResourceType()->isInternal()) {
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/src/Normalizer/
H A DEntityReferenceFieldNormalizer.php40 return !$resource_identifier->getResourceType()->isInternal();
44 …$resource_relationship = $context['resource_object']->getResourceType()->getFieldByInternalName($f…
77 $resource_type = $relationship_context->getResourceType();
H A DResourceObjectNormalizer.php61 $resource_type = $object->getResourceType();
152 'type' => CacheableNormalization::permanent($object->getResourceType()->getTypeName()),
199 …if ($context['resource_object']->getResourceType()->getDeserializationTargetClass() === 'Drupal\la…
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/src/Normalizer/
H A DEntityReferenceFieldNormalizer.php40 return !$resource_identifier->getResourceType()->isInternal();
44 …$resource_relationship = $context['resource_object']->getResourceType()->getFieldByInternalName($f…
77 $resource_type = $relationship_context->getResourceType();
H A DResourceObjectNormalizer.php61 $resource_type = $object->getResourceType();
152 'type' => CacheableNormalization::permanent($object->getResourceType()->getTypeName()),
199 …if ($context['resource_object']->getResourceType()->getDeserializationTargetClass() === 'Drupal\la…
/dports/www/owncloud/owncloud/apps/federatedfilesharing/lib/Ocm/Notification/
H A DNotification.php56 abstract public function getResourceType(); function in OCA\\FederatedFileSharing\\Ocm\\Notification\\Notification
103 'resourceType' => $this->getResourceType(),
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/ai/
H A Dai_rule.cpp580 rt= aiInterface->getTechTree()->getResourceType(i); in test()
627 rt= aiInterface->getTechTree()->getResourceType(i); in test()
820 if(pt->getResourceType() != NULL) { in produceGenericNew()
879 if(pt->getResourceType() != NULL) { in produceGenericNew()
880 const Resource *r= producedUnit->getCost(pt->getResourceType()); in produceGenericNew()
930 if(pt->getResourceType() != NULL && ableUnits.size() > 1) { in produceGenericNew()
1017 if(pt->getResourceType() != NULL) { in produceGeneric()
1083 if(pt->getResourceType() != NULL) { in produceGeneric()
1558 …"== START: buildGeneric for resource type [%s]",(bt->getResourceType() != NULL ? bt->getResourceTy… in buildGeneric()
1565 if(bt->getResourceType() != NULL) { in buildGeneric()
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/afp/
H A DAFPResourceLevelDefaults.java44 private static byte getResourceType(String resourceTypeName) { in getResourceType() method in AFPResourceLevelDefaults
70 setDefaultResourceLevel(getResourceType(type), level); in setDefaultResourceLevel()
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/src/
H A DIncludeResolver.php118 $public_field_name = $resource_object->getResourceType()->getPublicName($field_name);
152 return !$resource_object->getResourceType()->isInternal();
182 $resource_type = $resource_object->getResourceType();
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/src/
H A DIncludeResolver.php109 $public_field_name = $resource_object->getResourceType()->getPublicName($field_name);
154 return !$resource_object->getResourceType()->isInternal();
184 $resource_type = $resource_object->getResourceType();
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/src/EventSubscriber/
H A DResourceObjectNormalizationCacher.php100 $resource_type = $object->getResourceType();
167 'keys' => [$object->getResourceType()->getTypeName(), $object->getId()],
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/src/EventSubscriber/
H A DResourceObjectNormalizationCacher.php100 $resource_type = $object->getResourceType();
167 'keys' => [$object->getResourceType()->getTypeName(), $object->getId()],
/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/
H A DAccessPolicy.php153 public function getResourceType() function in MicrosoftAzure\\Storage\\Common\\Models\\AccessPolicy
189 $this->getResourceType(),
/dports/www/ilias/ILIAS-5.4.25/Modules/ScormAicc/classes/SCORM/
H A Dclass.ilSCORMResource.php71 public function getResourceType() function in ilSCORMResource
253 $this->getResourceType(),
305 $this->getResourceType(),
/dports/www/ilias6/ILIAS-6.14/Modules/ScormAicc/classes/SCORM/
H A Dclass.ilSCORMResource.php71 public function getResourceType() function in ilSCORMResource
253 $this->getResourceType(),
305 $this->getResourceType(),
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-rc/
H A DResourceScriptStmt.h188 virtual IntOrString getResourceType() const { in getResourceType() function
205 IntOrString getResourceType() const override { return 0; } in getResourceType() function
303 IntOrString getResourceType() const override { return RkAccelerators; } in getResourceType() function
327 IntOrString getResourceType() const override { return RkBitmap; } in getResourceType() function
399 IntOrString getResourceType() const override { return RkHTML; } in getResourceType() function
518 IntOrString getResourceType() const override { return RkMenu; } in getResourceType() function
617 IntOrString getResourceType() const override { return RkDialog; } in getResourceType() function
650 IntOrString getResourceType() const override { return Type; } in getResourceType() function
780 IntOrString getResourceType() const override { return RkVersionInfo; } in getResourceType() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h240 virtual IntOrString getResourceType() const { in getResourceType() function
257 IntOrString getResourceType() const override { return 0; } in getResourceType() function
355 IntOrString getResourceType() const override { return RkAccelerators; } in getResourceType() function
379 IntOrString getResourceType() const override { return RkBitmap; } in getResourceType() function
451 IntOrString getResourceType() const override { return RkHTML; } in getResourceType() function
570 IntOrString getResourceType() const override { return RkMenu; } in getResourceType() function
670 IntOrString getResourceType() const override { return RkDialog; } in getResourceType() function
703 IntOrString getResourceType() const override { return Type; } in getResourceType() function
833 IntOrString getResourceType() const override { return RkVersionInfo; } in getResourceType() function

12345678910>>...15