Home
last modified time | relevance | path

Searched refs:ScopeType (Results 1 – 25 of 802) sorted by relevance

12345678910>>...33

/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/azureadv2/
H A Dscopes.go5 ScopeType string type
30 OpenIDScope ScopeType = "openid"
36 EmailScope ScopeType = "email"
43 ProfileScope ScopeType = "profile"
111 DeviceReadScope ScopeType = "Device.Read"
224 FilesReadScope ScopeType = "Files.Read"
401 MailReadScope ScopeType = "Mail.Read"
416 MailSendScope ScopeType = "Mail.Send"
461 NotesReadScope ScopeType = "Notes.Read"
558 TasksReadScope ScopeType = "Tasks.Read"
[all …]
/dports/lang/v8/v8-9.6.180.12/test/debugger/debug/harmony/
H A Dmodules-debug-scopes1.mjs165 CheckScopeChain([debug.ScopeType.Local,
166 debug.ScopeType.Module,
167 debug.ScopeType.Script,
183 CheckScopeChain([debug.ScopeType.Local,
202 CheckScopeChain([debug.ScopeType.Local,
222 CheckScopeChain([debug.ScopeType.Local,
241 CheckScopeChain([debug.ScopeType.Local,
260 CheckScopeChain([debug.ScopeType.Local,
282 CheckScopeChain([debug.ScopeType.Local,
305 CheckScopeChain([debug.ScopeType.Local,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dselector_filter_parent_scope.h24 : SelectorFilterParentScope(&parent, ScopeType::kParent) { in SelectorFilterParentScope()
26 DCHECK(previous_->scope_type_ == ScopeType::kRoot || in SelectorFilterParentScope()
35 enum class ScopeType { kParent, kRoot }; enum
36 SelectorFilterParentScope(Element* parent, ScopeType scope);
45 ScopeType scope_type_;
67 : SelectorFilterParentScope(parent, ScopeType::kRoot) {} in SelectorFilterRootScope()
72 ScopeType scope_type) in SelectorFilterParentScope()
77 DCHECK(scope_type != ScopeType::kRoot || !parent || !previous_ || in SelectorFilterParentScope()
94 if (scope_type_ == ScopeType::kRoot) in ~SelectorFilterParentScope()
107 DCHECK(scope_type_ == ScopeType::kRoot); in PushParentIfNeeded()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dselector_filter_parent_scope.h24 : SelectorFilterParentScope(&parent, ScopeType::kParent) { in SelectorFilterParentScope()
26 DCHECK(previous_->scope_type_ == ScopeType::kRoot || in SelectorFilterParentScope()
35 enum class ScopeType { kParent, kRoot }; enum
36 SelectorFilterParentScope(Element* parent, ScopeType scope);
45 ScopeType scope_type_;
67 : SelectorFilterParentScope(parent, ScopeType::kRoot) {} in SelectorFilterRootScope()
72 ScopeType scope_type) in SelectorFilterParentScope()
77 DCHECK(scope_type != ScopeType::kRoot || !parent || !previous_ || in SelectorFilterParentScope()
94 if (scope_type_ == ScopeType::kRoot) in ~SelectorFilterParentScope()
107 DCHECK(scope_type_ == ScopeType::kRoot); in PushParentIfNeeded()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-inspector/source/model/
H A DScopeType.cpp27 ScopeType GetScopeTypeForName(const Aws::String& name) in GetScopeTypeForName()
32 return ScopeType::INSTANCE_ID; in GetScopeTypeForName()
36 return ScopeType::RULES_PACKAGE_ARN; in GetScopeTypeForName()
42 return static_cast<ScopeType>(hashCode); in GetScopeTypeForName()
45 return ScopeType::NOT_SET; in GetScopeTypeForName()
48 Aws::String GetNameForScopeType(ScopeType enumValue) in GetNameForScopeType()
52 case ScopeType::INSTANCE_ID: in GetNameForScopeType()
54 case ScopeType::RULES_PACKAGE_ARN: in GetNameForScopeType()
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/debugger/
H A Dtypes.go97 type ScopeType string type
100 func (t ScopeType) String() string {
106 ScopeTypeGlobal ScopeType = "global"
107 ScopeTypeLocal ScopeType = "local"
108 ScopeTypeWith ScopeType = "with"
110 ScopeTypeCatch ScopeType = "catch"
111 ScopeTypeBlock ScopeType = "block"
112 ScopeTypeScript ScopeType = "script"
113 ScopeTypeEval ScopeType = "eval"
114 ScopeTypeModule ScopeType = "module"
[all …]
/dports/lang/v8/v8-9.6.180.12/src/common/
H A Dassert-scope.cc51 #define PER_ISOLATE_ASSERT_SCOPE_DEFINITION(ScopeType, field, enable) \ argument
52 ScopeType::ScopeType(Isolate* isolate) \
58 ScopeType::~ScopeType() { isolate_->set_##field(old_data_); } \
61 bool ScopeType::IsAllowed(Isolate* isolate) { return isolate->field(); } \
64 void ScopeType::Open(Isolate* isolate, bool* was_execution_allowed) { \
71 void ScopeType::Close(Isolate* isolate, bool was_execution_allowed) { \
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DEffectivePolicyModifier.java58 … getMap().setNewEffectivePolicyForScope(PolicyMap.ScopeType.SERVICE, key, newEffectivePolicy); in setNewEffectivePolicyForServiceScope()
72 … getMap().setNewEffectivePolicyForScope(PolicyMap.ScopeType.ENDPOINT, key, newEffectivePolicy); in setNewEffectivePolicyForEndpointScope()
87 … getMap().setNewEffectivePolicyForScope(PolicyMap.ScopeType.OPERATION, key, newEffectivePolicy); in setNewEffectivePolicyForOperationScope()
102 …getMap().setNewEffectivePolicyForScope(PolicyMap.ScopeType.INPUT_MESSAGE, key, newEffectivePolicy); in setNewEffectivePolicyForInputMessageScope()
117 …getMap().setNewEffectivePolicyForScope(PolicyMap.ScopeType.OUTPUT_MESSAGE, key, newEffectivePolicy… in setNewEffectivePolicyForOutputMessageScope()
132 …getMap().setNewEffectivePolicyForScope(PolicyMap.ScopeType.FAULT_MESSAGE, key, newEffectivePolicy); in setNewEffectivePolicyForFaultMessageScope()
H A DPolicyMapExtender.java47 getMap().putSubject(PolicyMap.ScopeType.SERVICE, key, subject); in putServiceSubject()
51 getMap().putSubject(PolicyMap.ScopeType.ENDPOINT, key, subject); in putEndpointSubject()
55 getMap().putSubject(PolicyMap.ScopeType.OPERATION, key, subject); in putOperationSubject()
59 getMap().putSubject(PolicyMap.ScopeType.INPUT_MESSAGE, key, subject); in putInputMessageSubject()
63 getMap().putSubject(PolicyMap.ScopeType.OUTPUT_MESSAGE, key, subject); in putOutputMessageSubject()
67 getMap().putSubject(PolicyMap.ScopeType.FAULT_MESSAGE, key, subject); in putFaultMessageSubject()
H A DPolicyMapUtil.java28 import com.sun.xml.internal.ws.policy.PolicyMap.ScopeType;
110 policyMap.putSubject(ScopeType.ENDPOINT, mapKey, newSubject); in insertPolicies()
113 policyMap.putSubject(ScopeType.OPERATION, mapKey, newSubject); in insertPolicies()
118 policyMap.putSubject(ScopeType.INPUT_MESSAGE, mapKey, newSubject); in insertPolicies()
121 policyMap.putSubject(ScopeType.OUTPUT_MESSAGE, mapKey, newSubject); in insertPolicies()
124 policyMap.putSubject(ScopeType.FAULT_MESSAGE, mapKey, newSubject); in insertPolicies()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicyMapExtender.java47 getMap().putSubject(PolicyMap.ScopeType.SERVICE, key, subject); in putServiceSubject()
51 getMap().putSubject(PolicyMap.ScopeType.ENDPOINT, key, subject); in putEndpointSubject()
55 getMap().putSubject(PolicyMap.ScopeType.OPERATION, key, subject); in putOperationSubject()
59 getMap().putSubject(PolicyMap.ScopeType.INPUT_MESSAGE, key, subject); in putInputMessageSubject()
63 getMap().putSubject(PolicyMap.ScopeType.OUTPUT_MESSAGE, key, subject); in putOutputMessageSubject()
67 getMap().putSubject(PolicyMap.ScopeType.FAULT_MESSAGE, key, subject); in putFaultMessageSubject()
H A DEffectivePolicyModifier.java58 … getMap().setNewEffectivePolicyForScope(PolicyMap.ScopeType.SERVICE, key, newEffectivePolicy); in setNewEffectivePolicyForServiceScope()
72 … getMap().setNewEffectivePolicyForScope(PolicyMap.ScopeType.ENDPOINT, key, newEffectivePolicy); in setNewEffectivePolicyForEndpointScope()
87 … getMap().setNewEffectivePolicyForScope(PolicyMap.ScopeType.OPERATION, key, newEffectivePolicy); in setNewEffectivePolicyForOperationScope()
102 …getMap().setNewEffectivePolicyForScope(PolicyMap.ScopeType.INPUT_MESSAGE, key, newEffectivePolicy); in setNewEffectivePolicyForInputMessageScope()
117 …getMap().setNewEffectivePolicyForScope(PolicyMap.ScopeType.OUTPUT_MESSAGE, key, newEffectivePolicy… in setNewEffectivePolicyForOutputMessageScope()
132 …getMap().setNewEffectivePolicyForScope(PolicyMap.ScopeType.FAULT_MESSAGE, key, newEffectivePolicy); in setNewEffectivePolicyForFaultMessageScope()
H A DPolicyMapUtil.java28 import com.sun.xml.internal.ws.policy.PolicyMap.ScopeType;
110 policyMap.putSubject(ScopeType.ENDPOINT, mapKey, newSubject); in insertPolicies()
113 policyMap.putSubject(ScopeType.OPERATION, mapKey, newSubject); in insertPolicies()
118 policyMap.putSubject(ScopeType.INPUT_MESSAGE, mapKey, newSubject); in insertPolicies()
121 policyMap.putSubject(ScopeType.OUTPUT_MESSAGE, mapKey, newSubject); in insertPolicies()
124 policyMap.putSubject(ScopeType.FAULT_MESSAGE, mapKey, newSubject); in insertPolicies()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dhistogrampanel.cc35 using ScopeType = Options::ScopeType; typedef
76 case ScopeType::NONE: in HistogramPanel()
82 case ScopeType::PARADE: in HistogramPanel()
83 case ScopeType::WAVEFORM: in HistogramPanel()
253 case ScopeType::PARADE: in HistogramPanel()
265 case ScopeType::NONE: in HistogramPanel()
486 ScopeType new_type = ScopeType::NONE; in type_selected()
569 case ScopeType::NONE: in type_changed()
1344 if (scopeType == ScopeType::PARADE || scopeType == ScopeType::WAVEFORM) { in updateNonRaw()
2262 && (scopeType == ScopeType::HISTOGRAM || scopeType == ScopeType::HISTOGRAM_RAW) in on_button_press_event()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-inspector/include/aws/inspector/model/
H A DScope.h45 inline const ScopeType& GetKey() const{ return m_key; } in GetKey()
55 inline void SetKey(const ScopeType& value) { m_keyHasBeenSet = true; m_key = value; } in SetKey()
60 inline void SetKey(ScopeType&& value) { m_keyHasBeenSet = true; m_key = std::move(value); } in SetKey()
65 inline Scope& WithKey(const ScopeType& value) { SetKey(value); return *this;} in WithKey()
70 inline Scope& WithKey(ScopeType&& value) { SetKey(std::move(value)); return *this;} in WithKey()
115 ScopeType m_key;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/purview/mgmt/2020-12-01-preview/purview/
H A Denums.go82 type ScopeType string type
86 Subscription ScopeType = "Subscription"
88 Tenant ScopeType = "Tenant"
92 func PossibleScopeTypeValues() []ScopeType {
93 return []ScopeType{Subscription, Tenant}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/purview/mgmt/2020-12-01-preview/purview/
H A Denums.go82 type ScopeType string type
86 Subscription ScopeType = "Subscription"
88 Tenant ScopeType = "Tenant"
92 func PossibleScopeTypeValues() []ScopeType {
93 return []ScopeType{Subscription, Tenant}
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/purview/mgmt/2020-12-01-preview/purview/
H A Denums.go82 type ScopeType string type
86 Subscription ScopeType = "Subscription"
88 Tenant ScopeType = "Tenant"
92 func PossibleScopeTypeValues() []ScopeType {
93 return []ScopeType{Subscription, Tenant}
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/webflow/scope/
H A DScopeRegistrar.java21 import org.springframework.webflow.execution.ScopeType;
37 beanFactory.registerScope(ScopeType.FLASH.getLabel().toLowerCase(), new FlashScope()); in postProcessBeanFactory()
38 beanFactory.registerScope(ScopeType.VIEW.getLabel().toLowerCase(), new ViewScope()); in postProcessBeanFactory()
39 beanFactory.registerScope(ScopeType.FLOW.getLabel().toLowerCase(), new FlowScope()); in postProcessBeanFactory()
40 …beanFactory.registerScope(ScopeType.CONVERSATION.getLabel().toLowerCase(), new ConversationScope()… in postProcessBeanFactory()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/purview/mgmt/2020-12-01-preview/purview/
H A Denums.go82 type ScopeType string type
86 Subscription ScopeType = "Subscription"
88 Tenant ScopeType = "Tenant"
92 func PossibleScopeTypeValues() []ScopeType {
93 return []ScopeType{Subscription, Tenant}
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/preview/purview/mgmt/2020-12-01-preview/purview/
H A Denums.go93 type ScopeType string type
97 Subscription ScopeType = "Subscription"
99 Tenant ScopeType = "Tenant"
103 func PossibleScopeTypeValues() []ScopeType {
104 return []ScopeType{Subscription, Tenant}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/purview/mgmt/2020-12-01-preview/purview/
H A Denums.go82 type ScopeType string type
86 Subscription ScopeType = "Subscription"
88 Tenant ScopeType = "Tenant"
92 func PossibleScopeTypeValues() []ScopeType {
93 return []ScopeType{Subscription, Tenant}
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/preview/purview/mgmt/2020-12-01-preview/purview/
H A Denums.go82 type ScopeType string type
86 Subscription ScopeType = "Subscription"
88 Tenant ScopeType = "Tenant"
92 func PossibleScopeTypeValues() []ScopeType {
93 return []ScopeType{Subscription, Tenant}
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/preview/purview/mgmt/2020-12-01-preview/purview/
H A Denums.go93 type ScopeType string type
97 Subscription ScopeType = "Subscription"
99 Tenant ScopeType = "Tenant"
103 func PossibleScopeTypeValues() []ScopeType {
104 return []ScopeType{Subscription, Tenant}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/purview/mgmt/2021-07-01/purview/
H A Denums.go122 type ScopeType string type
126 ScopeTypeSubscription ScopeType = "Subscription"
128 ScopeTypeTenant ScopeType = "Tenant"
132 func PossibleScopeTypeValues() []ScopeType {
133 return []ScopeType{ScopeTypeSubscription, ScopeTypeTenant}

12345678910>>...33