Home
last modified time | relevance | path

Searched refs:GetResourceType (Results 1 – 25 of 1294) sorted by relevance

12345678910>>...52

/dports/deskutils/kalarm/kalarm-21.12.3/src/
H A Deditdlg.h49 enum GetResourceType { enum
56 GetResourceType = RES_PROMPT);
58 GetResourceType = RES_PROMPT, bool readOnly = false);
87 GetResourceType = RES_PROMPT);
89 GetResourceType = RES_PROMPT, bool readOnly = false);
140 void init(const KAEvent& event, GetResourceType getResource);
H A Deditdlgtypes.h42 …explicit EditDisplayAlarmDlg(bool Template, QWidget* parent = nullptr, GetResourceType = RES_PROMP…
44 GetResourceType = RES_PROMPT, bool readOnly = false);
139 …explicit EditCommandAlarmDlg(bool Template, QWidget* parent = nullptr, GetResourceType = RES_PROMP…
141 GetResourceType = RES_PROMPT, bool readOnly = false);
193 …explicit EditEmailAlarmDlg(bool Template, QWidget* parent = nullptr, GetResourceType = RES_PROMPT);
195 GetResourceType = RES_PROMPT, bool readOnly = false);
259 …explicit EditAudioAlarmDlg(bool Template, QWidget* parent = nullptr, GetResourceType = RES_PROMPT);
261 GetResourceType = RES_PROMPT, bool readOnly = false);
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/source/
H A DS3CrtARN.cpp27 …if ((this->GetResourceType() == ARNResourceType::OUTPOST || this->GetRegion().empty()) && Aws::Reg… in Validate()
98 else if (this->GetResourceType() == ARNResourceType::ACCESSPOINT) in Validate()
134 else if (this->GetResourceType() == ARNResourceType::OUTPOST) in Validate()
139 … name: \"" << this->GetService() << "\" and resource type: \"" << this->GetResourceType() << "\"."; in Validate()
175 …ss << "Invalid resource type in ARN: " << this->GetResourceType() << ". Valid options: " << ARNRes… in Validate()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/
H A DS3ARN.cpp27 …if ((this->GetResourceType() == ARNResourceType::OUTPOST || this->GetRegion().empty()) && Aws::Reg… in Validate()
98 else if (this->GetResourceType() == ARNResourceType::ACCESSPOINT) in Validate()
134 else if (this->GetResourceType() == ARNResourceType::OUTPOST) in Validate()
139 … name: \"" << this->GetService() << "\" and resource type: \"" << this->GetResourceType() << "\"."; in Validate()
175 …ss << "Invalid resource type in ARN: " << this->GetResourceType() << ". Valid options: " << ARNRes… in Validate()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3control/source/model/
H A DListAccessPointsRequest.cpp42 if (arn.GetResourceType() == ARNResourceType::BUCKET) in AddQueryStringParameters()
46 else if (arn.GetResourceType() == ARNResourceType::OUTPOST) in AddQueryStringParameters()
97 if (arn.GetResourceType() == Aws::S3Control::ARNResourceType::OUTPOST) in GetRequestSpecificHeaders()
H A DCreateAccessPointRequest.cpp41 if (arn.GetResourceType() == ARNResourceType::BUCKET) in SerializePayload()
45 else if (arn.GetResourceType() == ARNResourceType::OUTPOST) in SerializePayload()
94 if (arn.GetResourceType() == Aws::S3Control::ARNResourceType::OUTPOST) in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3control/source/
H A DS3ControlARN.cpp27 … if (this->GetResourceType() == ARNResourceType::OUTPOST && Aws::Region::IsFipsRegion(region)) in Validate()
96 else if (this->GetResourceType() == ARNResourceType::OUTPOST) in Validate()
125 …ss << "Invalid resource type in ARN: " << this->GetResourceType() << ". Valid options: " << ARNRes… in Validate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dprerender_util.cc41 int GetResourceType(bool is_main_resource, bool is_redirect, bool is_no_store) { in GetResourceType() function
93 int sample = GetResourceType(is_main_resource, is_redirect, is_no_store); in RecordPrefetchResponseReceived()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/no_state_prefetch/common/
H A Dprerender_util.cc44 int GetResourceType(bool is_main_resource, bool is_redirect, bool is_no_store) { in GetResourceType() function
96 int sample = GetResourceType(is_main_resource, is_redirect, is_no_store); in RecordPrefetchResponseReceived()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/World/
H A DResourceLayer.cs83 var type = GetResourceType(cell); in WorldLoaded()
128 var currentResourceType = GetResourceType(cell); in CanSpawnResourceAt()
205 public ResourceType GetResourceType(CPos cell) { return Content[cell].Type; } in GetResourceType() method in OpenRA.Mods.Common.Traits.ResourceLayer
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/s3/
H A DS3ARNSource.vm30 …if ((this->GetResourceType() == ARNResourceType::OUTPOST || this->GetRegion().empty()) && Aws::Reg…
101 else if (this->GetResourceType() == ARNResourceType::ACCESSPOINT)
137 else if (this->GetResourceType() == ARNResourceType::OUTPOST)
142 … name: \"" << this->GetService() << "\" and resource type: \"" << this->GetResourceType() << "\".";
178 …ss << "Invalid resource type in ARN: " << this->GetResourceType() << ". Valid options: " << ARNRes…
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Resource/
H A DResource.h153 inline StringHash GetResourceType(Resource* resource, StringHash defaultType) in GetResourceType() function
160 return ResourceRef(GetResourceType(resource, defaultType), GetResourceName(resource)); in GetResourceRef()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Graveyard/DatabasePluginSample/
H A DDatabase.cpp254 Orthanc::Plugins::Convert(change.GetResourceType()), in Answer()
264 Orthanc::Plugins::Convert(resource.GetResourceType()), in Answer()
365 OrthancPluginResourceType Database::GetResourceType(int64_t resourceId) in GetResourceType() function in Database
368 Orthanc::ErrorCode code = base_.GetResourceType(result, resourceId); in GetResourceType()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Graveyard/DatabasePluginSample/
H A DDatabase.cpp254 Orthanc::Plugins::Convert(change.GetResourceType()), in Answer()
264 Orthanc::Plugins::Convert(resource.GetResourceType()), in Answer()
365 OrthancPluginResourceType Database::GetResourceType(int64_t resourceId) in GetResourceType() function in Database
368 Orthanc::ErrorCode code = base_.GetResourceType(result, resourceId); in GetResourceType()
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Resources/Graveyard/DatabasePluginSample/
H A DDatabase.cpp254 Orthanc::Plugins::Convert(change.GetResourceType()), in Answer()
264 Orthanc::Plugins::Convert(resource.GetResourceType()), in Answer()
365 OrthancPluginResourceType Database::GetResourceType(int64_t resourceId) in GetResourceType() function in Database
368 Orthanc::ErrorCode code = base_.GetResourceType(result, resourceId); in GetResourceType()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Graveyard/DatabasePluginSample/
H A DDatabase.cpp254 Orthanc::Plugins::Convert(change.GetResourceType()), in Answer()
264 Orthanc::Plugins::Convert(resource.GetResourceType()), in Answer()
365 OrthancPluginResourceType Database::GetResourceType(int64_t resourceId) in GetResourceType() function in Database
368 Orthanc::ErrorCode code = base_.GetResourceType(result, resourceId); in GetResourceType()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Resources/Graveyard/DatabasePluginSample/
H A DDatabase.cpp254 Orthanc::Plugins::Convert(change.GetResourceType()), in Answer()
264 Orthanc::Plugins::Convert(resource.GetResourceType()), in Answer()
365 OrthancPluginResourceType Database::GetResourceType(int64_t resourceId) in GetResourceType() function in Database
368 Orthanc::ErrorCode code = base_.GetResourceType(result, resourceId); in GetResourceType()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/s3control/
H A DS3ControlARNSource.vm30 … if (this->GetResourceType() == ARNResourceType::OUTPOST && Aws::Region::IsFipsRegion(region))
99 else if (this->GetResourceType() == ARNResourceType::OUTPOST)
128 …ss << "Invalid resource type in ARN: " << this->GetResourceType() << ". Valid options: " << ARNRes…
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/signin/
H A Dchrome_signin_url_loader_throttle_unittest.cc74 adapter->GetResourceType()); in TEST()
139 adapter->GetResourceType()); in TEST()
244 adapter->GetResourceType()); in TEST()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/
H A DAddQueryStringParametersToRequest.vm44 ${spaces} if (arn.GetResourceType() == ARNResourceType::BUCKET)
48 ${spaces} else if (arn.GetResourceType() == ARNResourceType::OUTPOST)
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A DServerIndex.cpp175 << EnumerationToString(change.GetResourceType()) << ": " in SignalChange()
277 ResourceType GetResourceType() const in GetResourceType() function in Orthanc::ServerIndex::UnstableResourcePayload
477 switch (stableResource.GetResourceType()) in UnstableResourcesMonitorThread()
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/
H A DServerIndex.cpp175 << EnumerationToString(change.GetResourceType()) << ": " in SignalChange()
277 ResourceType GetResourceType() const in GetResourceType() function in Orthanc::ServerIndex::UnstableResourcePayload
477 switch (stableResource.GetResourceType()) in UnstableResourcesMonitorThread()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A DServerIndex.cpp175 << EnumerationToString(change.GetResourceType()) << ": " in SignalChange()
277 ResourceType GetResourceType() const in GetResourceType() function in Orthanc::ServerIndex::UnstableResourcePayload
477 switch (stableResource.GetResourceType()) in UnstableResourcesMonitorThread()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A DServerIndex.cpp175 << EnumerationToString(change.GetResourceType()) << ": " in SignalChange()
277 ResourceType GetResourceType() const in GetResourceType() function in Orthanc::ServerIndex::UnstableResourcePayload
477 switch (stableResource.GetResourceType()) in UnstableResourcesMonitorThread()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services/System.Data.Services.Providers/
H A DIDataServiceQueryProvider.cs39 ResourceType GetResourceType (object target); in GetResourceType() method

12345678910>>...52