Home
last modified time | relevance | path

Searched refs:resourceType (Results 201 – 225 of 4044) sorted by relevance

12345678910>>...162

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads/
H A DGoogleCloudAssuredworkloadsV1WorkloadResourceSettings.php22 public $resourceType; variable in Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceSettings
40 public function setResourceType($resourceType) argument
42 $this->resourceType = $resourceType;
46 return $this->resourceType;
H A DGoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings.php22 public $resourceType; variable in Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings
40 public function setResourceType($resourceType) argument
42 $this->resourceType = $resourceType;
46 return $this->resourceType;
/dports/sysutils/eclat/eclat-2.0/tests/
H A Dxml01.at26 <resourceType>instance</resourceType>
32 <resourceType>instance</resourceType>
38 <resourceType>instance</resourceType>
50 .DescribeTagsResponse.tagSet.item.resourceType: "instance"
54 .DescribeTagsResponse.tagSet.item.resourceType: "instance"
58 .DescribeTagsResponse.tagSet.item.resourceType: "instance"
H A Ddump01.at28 .DescribeTagsResponse.tagSet.item.resourceType: "image"
32 .DescribeTagsResponse.tagSet.item.resourceType: "snapshot"
36 .DescribeTagsResponse.tagSet.item.resourceType: "instance"
40 .DescribeTagsResponse.tagSet.item.resourceType: "instance"
44 .DescribeTagsResponse.tagSet.item.resourceType: "instance"
48 .DescribeTagsResponse.tagSet.item.resourceType: "instance"
52 .DescribeTagsResponse.tagSet.item.resourceType: "instance"
56 .DescribeTagsResponse.tagSet.item.resourceType: "instance"
60 .DescribeTagsResponse.tagSet.item.resourceType: "instance"
64 .DescribeTagsResponse.tagSet.item.resourceType: "instance"
/dports/www/nextcloud/nextcloud/lib/private/Federation/
H A DCloudFederationProviderManager.php89 * @param string $resourceType which resource type does the provider handles
93 public function addCloudFederationProvider($resourceType, $displayName, callable $callback) { argument
94 $this->cloudFederationProvider[$resourceType] = [
95 'resourceType' => $resourceType,
122 * @param string $resourceType
126 public function getCloudFederationProvider($resourceType) { argument
127 if (isset($this->cloudFederationProvider[$resourceType])) {
128 return call_user_func($this->cloudFederationProvider[$resourceType]['callback']);
130 throw new ProviderDoesNotExistsException($resourceType);
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.h208 AddrResourceType resourceType, in HwlIsStandardSwizzle() argument
215 AddrResourceType resourceType, in HwlIsDisplaySwizzle() argument
222 AddrResourceType resourceType, in HwlIsThin() argument
233 AddrResourceType resourceType, in HwlIsThick() argument
359 AddrResourceType resourceType, in GetDccCompressBlk() argument
400 AddrResourceType resourceType,
437 AddrResourceType resourceType,
445 AddrResourceType resourceType,
453 AddrResourceType resourceType,
459 AddrResourceType resourceType,
[all …]
/dports/devel/awless/awless-0.1.11/console/
H A Ddefaults_test.go30 resourceType string
35 resourceType: cloud.Instance,
40 resourceType: cloud.Instance,
45 resourceType: cloud.Subnet,
55 resourceType: cloud.Instance,
61 WithRdfType(tcase.resourceType),
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/context/annotation/
H A DCommonAnnotationBeanPostProcessor.java535 if (resourceType != null && !Object.class.equals(resourceType)) { in initAnnotation()
536 checkResourceType(resourceType); in initAnnotation()
540 resourceType = getResourceType(); in initAnnotation()
543 this.lookupType = resourceType; in initAnnotation()
581 if (resourceType != null && !Object.class.equals(resourceType)) { in initAnnotation()
582 checkResourceType(resourceType); in initAnnotation()
589 this.elementType = resourceType; in initAnnotation()
591 this.lookupType = resourceType; in initAnnotation()
669 if (resourceType != null && !Object.class.equals(resourceType)) { in initAnnotation()
670 checkResourceType(resourceType); in initAnnotation()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dsndres.cpp251 resourceType = kSoundVOC; in load()
253 resourceType = kSoundWAV; in load()
255 resourceType = kSoundAIFF; in load()
257 resourceType = kSoundShorten; in load()
271 resourceType = kSoundMP3; in load()
273 resourceType = kSoundOGG; in load()
275 resourceType = kSoundFLAC; in load()
287 resourceType = kSoundMacSND; in load()
293 resourceType = kSoundVOX; in load()
303 switch (resourceType) { in load()
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/
H A DGoogleCloudChannelV1PriceByResource.php25 public $resourceType; variable in Google_Service_Cloudchannel_GoogleCloudChannelV1PriceByResource
55 public function setResourceType($resourceType) argument
57 $this->resourceType = $resourceType;
61 return $this->resourceType;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/
H A DGoogleCloudApigeeV1Reference.php23 public $resourceType; variable in Google_Service_Apigee_GoogleCloudApigeeV1Reference
49 public function setResourceType($resourceType) argument
51 $this->resourceType = $resourceType;
55 return $this->resourceType;
/dports/net/concourse-fly/concourse-6.7.1/atc/api/present/
H A Dversioned_resource_types.go11 for i, resourceType := range savedResourceTypes {
12 if resourceType.CheckSetupError() != nil && showCheckError {
13 versionedResourceTypes[i].CheckSetupError = resourceType.CheckSetupError().Error()
18 if resourceType.CheckError() != nil && showCheckError {
19 versionedResourceTypes[i].CheckError = resourceType.CheckError().Error()
/dports/misc/concourse/concourse-6.7.2/atc/api/present/
H A Dversioned_resource_types.go11 for i, resourceType := range savedResourceTypes {
12 if resourceType.CheckSetupError() != nil && showCheckError {
13 versionedResourceTypes[i].CheckSetupError = resourceType.CheckSetupError().Error()
18 if resourceType.CheckError() != nil && showCheckError {
19 versionedResourceTypes[i].CheckError = resourceType.CheckError().Error()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/
H A DUpgradeAvailableEvent.php23 public $resourceType; variable in Google_Service_Container_UpgradeAvailableEvent
48 public function setResourceType($resourceType) argument
50 $this->resourceType = $resourceType;
54 return $this->resourceType;
/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/
H A DACLBase.php45 private $resourceType = ''; variable in MicrosoftAzure\\Storage\\Common\\Internal\\ACLBase
57 * @param string $resourceType the resource type to be validated.
65 abstract protected static function validateResourceType($resourceType); argument
151 return $this->resourceType;
161 protected function setResourceType($resourceType) argument
163 static::validateResourceType($resourceType);
164 $this->resourceType = $resourceType;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/ALinq/
H A DNavigationPropertySingletonExpression.cs32 private readonly Type resourceType; field in System.Data.Services.Client.NavigationPropertySingletonExpression
36 …ssion(Type type, Expression source, Expression memberExpression, Type resourceType, List<string> e… in NavigationPropertySingletonExpression() argument
40 Debug.Assert(resourceType != null, "resourceType != null"); in NavigationPropertySingletonExpression()
43 this.resourceType = resourceType; in NavigationPropertySingletonExpression()
56 get { return this.resourceType; }
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/
H A DSecurityCenterProperties.php25 public $resourceType; variable in Google_Service_SecurityCommandCenter_SecurityCenterProperties
59 public function setResourceType($resourceType) argument
61 $this->resourceType = $resourceType;
65 return $this->resourceType;
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/
H A DfunctionResources.scala23 abstract class FunctionResourceType(val resourceType: String)
35 def fromString(resourceType: String): FunctionResourceType = {
36 resourceType.toLowerCase match {
41 throw new AnalysisException(s"Resource Type '$resourceType' is not supported.")
46 case class FunctionResource(resourceType: FunctionResourceType, uri: String)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/
H A DGoogleCloudDialogflowCxV3ValidationMessage.php24 public $resourceType; variable in Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ValidationMessage
50 public function setResourceType($resourceType) argument
52 $this->resourceType = $resourceType;
56 return $this->resourceType;
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Database/
H A DPrepareDatabase.sql39 resourceType INTEGER, field
84 resourceType INTEGER, field
90 resourceType INTEGER, field
107 CREATE INDEX ResourceTypeIndex ON Resources(resourceType);
134 SELECT SignalResourceDeleted(old.publicId, old.resourceType); -- New in Orthanc 0.8.5 (db v5)
135 SELECT SignalRemainingAncestor(parent.publicId, parent.resourceType)
149 FOR EACH ROW WHEN new.resourceType = 1 -- "1" corresponds to "ResourceType_Patient" in C++
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Database/
H A DPrepareDatabase.sql39 resourceType INTEGER, field
84 resourceType INTEGER, field
90 resourceType INTEGER, field
107 CREATE INDEX ResourceTypeIndex ON Resources(resourceType);
134 SELECT SignalResourceDeleted(old.publicId, old.resourceType); -- New in Orthanc 0.8.5 (db v5)
135 SELECT SignalRemainingAncestor(parent.publicId, parent.resourceType)
149 FOR EACH ROW WHEN new.resourceType = 1 -- "1" corresponds to "ResourceType_Patient" in C++
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/Database/
H A DPrepareDatabase.sql39 resourceType INTEGER, field
84 resourceType INTEGER, field
90 resourceType INTEGER, field
107 CREATE INDEX ResourceTypeIndex ON Resources(resourceType);
134 SELECT SignalResourceDeleted(old.publicId, old.resourceType); -- New in Orthanc 0.8.5 (db v5)
135 SELECT SignalRemainingAncestor(parent.publicId, parent.resourceType)
149 FOR EACH ROW WHEN new.resourceType = 1 -- "1" corresponds to "ResourceType_Patient" in C++
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Sources/Database/
H A DPrepareDatabase.sql39 resourceType INTEGER, field
84 resourceType INTEGER, field
90 resourceType INTEGER, field
107 CREATE INDEX ResourceTypeIndex ON Resources(resourceType);
134 SELECT SignalResourceDeleted(old.publicId, old.resourceType); -- New in Orthanc 0.8.5 (db v5)
135 SELECT SignalRemainingAncestor(parent.publicId, parent.resourceType)
149 FOR EACH ROW WHEN new.resourceType = 1 -- "1" corresponds to "ResourceType_Patient" in C++
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Database/
H A DPrepareDatabase.sql39 resourceType INTEGER, field
84 resourceType INTEGER, field
90 resourceType INTEGER, field
107 CREATE INDEX ResourceTypeIndex ON Resources(resourceType);
134 SELECT SignalResourceDeleted(old.publicId, old.resourceType); -- New in Orthanc 0.8.5 (db v5)
135 SELECT SignalRemainingAncestor(parent.publicId, parent.resourceType)
149 FOR EACH ROW WHEN new.resourceType = 1 -- "1" corresponds to "ResourceType_Patient" in C++
/dports/sysutils/hcloud/cli-1.21.0/internal/cmd/firewall/
H A Dapply_to_resource.go34 resourceType, _ := cmd.Flags().GetString("type")
36 switch resourceType {
40 return fmt.Errorf("type %s need a --server specific", resourceType)
43 return fmt.Errorf("unknown type %s", resourceType)
49 resourceType, _ := cmd.Flags().GetString("type")
69 opts := hcloud.FirewallResource{Type: hcloud.FirewallResourceType(resourceType)}
75 return fmt.Errorf("unkown type %s", resourceType)

12345678910>>...162