Home
last modified time | relevance | path

Searched +refs:namespace +refs:scopes (Results 1 – 25 of 5634) sorted by relevance

12345678910>>...226

/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dnamespace-scope.rkt10 extract-namespace-scopes
11 encode-namespace-scopes
12 namespace-scopes=?)
18 ;; To swap a namespace scopes, we partition the namespace scopes into
29 (if (namespace-scopes? original-scopes-s)
30 (values (namespace-scopes-post original-scopes-s)
31 (namespace-scopes-other original-scopes-s))
32 (decode-namespace-scopes original-scopes-s)))
44 (define (extract-namespace-scopes ns)
49 (define (encode-namespace-scopes ns)
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dnamespace-scope.rkt10 extract-namespace-scopes
11 encode-namespace-scopes
12 namespace-scopes=?)
18 ;; To swap a namespace scopes, we partition the namespace scopes into
29 (if (namespace-scopes? original-scopes-s)
30 (values (namespace-scopes-post original-scopes-s)
31 (namespace-scopes-other original-scopes-s))
32 (decode-namespace-scopes original-scopes-s)))
44 (define (extract-namespace-scopes ns)
49 (define (encode-namespace-scopes ns)
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/members/scopes-rs/src/
H A Dlib.rs27 namespace: bool, field
44 scopes: vec![Scope { vars: HashMap::with_capacity(cap), namespace: false }], in with_capacity()
49 pub fn new_scope(&mut self, namespace: bool) { in new_scope()
52 self.scopes.push(Scope { vars: HashMap::with_capacity(64), namespace }); in new_scope()
54 self.scopes[self.current].namespace = namespace; in new_scope()
71 self.scopes.extend(scopes); in append_scopes()
107 match namespace { in get()
119 } else if scope.namespace { in get()
122 } else if scope.namespace { in get()
139 let exit = scope.namespace; in get_mut()
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/components/policybackend/
H A Dkube.go156 namespace namespace.Instance member
176 scopes.CI.Infof("=== BEGIN: PolicyBackend Deployment ===")
179 scopes.CI.Infof("=== FAILED: PolicyBackend Deployment ===")
182 scopes.CI.Infof("=== SUCCEEDED: PolicyBackend Deployment ===")
186 c.namespace, err = namespace.New(ctx, namespace.Config{
213 scopes.CI.Info("Error applying PolicyBackend deployment config")
232 scopes.Framework.Infof("Policy Backend in-cluster address: %s", address)
256 return fmt.Sprintf(inProcessHandlerKube, name, c.namespace.Name())
258 …handler := fmt.Sprintf(outOfProcessHandlerKube, c.namespace.Name(), c.namespace.Name(), c.namespac…
285 deployment.DumpPodState(workDir, c.namespace.Name(), c.cluster.Accessor)
[all …]
H A Dnative.go37 namespace: %s
99 scopes.CI.Infof("=== BEGIN: Start local PolicyBackend ===")
102 scopes.CI.Infof("=== FAILED: Start local PolicyBackend ===")
105 scopes.CI.Infof("=== SUCCEEDED: Start local PolicyBackend ===")
118 scopes.Framework.Infof("error while connecting to the PolicyBackend controller: %v", err)
131 func (c *nativeComponent) CreateConfigSnippet(name string, namespace string, am AdapterMode) string…
134 return fmt.Sprintf(inProcessHandlerNative, name, namespace, c.backend.Port())
138 scopes.CI.Errorf("Error generating config snippet for policy backend: unsupported adapter mode")
/dports/sysutils/istio/istio-1.6.7/pkg/test/deployment/
H A Dutil.go31 pods, err := accessor.GetPods(namespace)
33 scopes.CI.Errorf("Error getting pods list via kubectl: %v", err)
44 scopes.CI.Errorf("Error marshaling pod state for output: %v", err)
51 scopes.CI.Infof("Error writing out pod state to file: %v", err)
57 func DumpPodEvents(workDir, namespace string, accessor *kube.Accessor) {
58 pods, err := accessor.GetPods(namespace)
60 scopes.CI.Errorf("Error getting pods list via kubectl: %v", err)
69 events, err := accessor.GetEvents(namespace, pod.Name)
71scopes.CI.Errorf("Error getting events list for pod %s/%s via kubectl: %v", namespace, pod.Name, e…
81 scopes.CI.Errorf("Error marshaling pod event for output: %v", err)
[all …]
H A Dinstance.go28 namespace string member
40 if err = a.Apply(i.namespace, i.yamlFilePath); err != nil {
44 if i.appliedFiles, err = a.ApplyContents(i.namespace, i.yamlContents); err != nil {
51 scopes.CI.Errorf("Wait for Istio pods failed: %v", err)
64 err = multierror.Append(err, a.Delete(i.namespace, i.appliedFiles[ix])).ErrorOrNil()
67 if err = a.Delete(i.namespace, i.yamlFilePath); err != nil {
68 scopes.CI.Warnf("Error deleting deployment: %v", err)
71 if err = a.DeleteContents(i.namespace, i.yamlContents); err != nil {
72 scopes.CI.Warnf("Error deleting deployment: %v", err)
79 if e := a.WaitForNamespaceDeletion(i.namespace, opts...); e != nil {
[all …]
/dports/lang/racket/racket-8.3/src/expander/namespace/
H A Dapi.rkt3 (only-in "../syntax/scope.rkt" add-scopes push-scope syntax-scope-set)
65 (define other-namespace-scopes (for/list ([sc (in-set
71 (define (add-ns-scopes s)
72 (syntax-transfer-shifts (add-scopes (push-scope s post-scope)
73 other-namespace-scopes)
74 (root-expand-context-all-scopes-stx root-ctx)
81 (add-ns-scopes (car (syntax-e s)))))
91 (add-ns-scopes s)]))
121 (define ctx-stx (add-scopes empty-syntax
122 (root-expand-context-module-scopes
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/namespace/
H A Dapi.rkt3 (only-in "../syntax/scope.rkt" add-scopes push-scope syntax-scope-set)
65 (define other-namespace-scopes (for/list ([sc (in-set
71 (define (add-ns-scopes s)
72 (syntax-transfer-shifts (add-scopes (push-scope s post-scope)
73 other-namespace-scopes)
74 (root-expand-context-all-scopes-stx root-ctx)
81 (add-ns-scopes (car (syntax-e s)))))
91 (add-ns-scopes s)]))
121 (define ctx-stx (add-scopes empty-syntax
122 (root-expand-context-module-scopes
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/test/kube/
H A Dkubectl.go88 scopes.CI.Infof("Applying YAML in DryRun mode: %s", command)
91 scopes.CI.Infof("Applying YAML: %s", command)
95 scopes.CI.Infof("(FAILED) Executing kubectl: %s (err: %v): %s", command, err, s)
106 scopes.CI.Warnf("Error stating file %s prior to applying: %v", f, err)
110 scopes.CI.Warnf("Unable to apply empty YAML file: %s", f)
118 scopes.CI.Infof("Scaling deployment: %s", command)
121 scopes.CI.Infof("(FAILED) Executing kubectl: %s (err: %v): %s", command, err, s)
134 return c.deleteInternal(namespace, files)
149 scopes.CI.Infof("Deleting YAML file: %s", files[i])
302 if namespace != "" {
[all …]
/dports/lang/ruby26/ruby-2.6.9/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/
H A Dclass_name_checker.rb21 scopes.flat_map do |scope|
28 def scopes method in DidYouMean.ClassNameChecker
29 @scopes ||= @receiver.to_s.split("::").inject([Object]) do |_scopes, scope|
30 _scopes << _scopes.last.const_get(scope)
37 def initialize(name, namespace = '') argument
39 @namespace = namespace
43 self.class.new("#{namespace}#{__getobj__}")
/dports/lang/racket/racket-8.3/src/expander/expand/
H A Dapply-transformer.rkt12 "../namespace/namespace.rkt"
13 "../namespace/inspector.rkt"
58 (add-intdef-scopes
59 (flip-introduction-scopes s ctx)
65 (flip-introduction-scopes binding-id ctx)))
100 (define use-s (add-scopes intro-s use-scopes))
107 intro-scope use-scopes
120 intro-scope use-scopes
125 [current-use-scopes use-scopes]))
128 (parameterize ([current-namespace (namespace->namespace-at-phase
[all …]
H A Dcontext.rkt11 "../namespace/namespace.rkt"
45 phase ; current expansion phase; must match phase of `namespace`
46 namespace ; namespace for modules and evaluation
48 * scopes ; list of scopes that should be pruned by `quote-syntax`
49 * def-ctx-scopes ; #f or box of list of scopes; transformer-created def-ctxes
60 * current-introduction-scopes ; scopes for current macro expansion
61 * current-use-scopes ; scopes for current macro expansion
83 (define root-ctx (namespace-get-root-expand-ctx ns))
96 (namespace-phase ns)
99 null ; scopes
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/expand/
H A Dapply-transformer.rkt12 "../namespace/namespace.rkt"
13 "../namespace/inspector.rkt"
58 (add-intdef-scopes
59 (flip-introduction-scopes s ctx)
65 (flip-introduction-scopes binding-id ctx)))
100 (define use-s (add-scopes intro-s use-scopes))
107 intro-scope use-scopes
120 intro-scope use-scopes
125 [current-use-scopes use-scopes]))
128 (parameterize ([current-namespace (namespace->namespace-at-phase
[all …]
H A Dcontext.rkt11 "../namespace/namespace.rkt"
45 phase ; current expansion phase; must match phase of `namespace`
46 namespace ; namespace for modules and evaluation
48 * scopes ; list of scopes that should be pruned by `quote-syntax`
49 * def-ctx-scopes ; #f or box of list of scopes; transformer-created def-ctxes
60 * current-introduction-scopes ; scopes for current macro expansion
61 * current-use-scopes ; scopes for current macro expansion
83 (define root-ctx (namespace-get-root-expand-ctx ns))
96 (namespace-phase ns)
99 null ; scopes
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/monitor/operations/
H A Dactivity_log_alerts.py7 def process_condition_parameter(namespace): argument
12 expression = namespace.condition
62 if not scopes:
79 settings = ActivityLogAlertResource(location='global', scopes=scopes, condition=condition,
90 for scope in scopes:
93 settings.scopes = list(new_scopes)
102 new_scopes = set(settings.scopes)
103 for scope in scopes:
109 settings.scopes = list(new_scopes)
190 def _normalize_names(cli_ctx, resource_names, resource_group, namespace, resource_type): argument
[all …]
H A Dmetric_alert.py33 if len(scopes) == 1:
51 'scopes': scopes,
68 if scopes is not None:
69 instance.scopes = scopes
259 def _parse_resource_and_scope_type(scopes): argument
263 if not scopes:
266 namespace = ''
275 nonlocal namespace
278 namespace = item_namespace
301 for item in scopes:
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/components/galley/
H A Dnative.go177 scopes.Framework.Debugf("Making dir: %v", targetPath)
180 scopes.Framework.Debugf("Copying file to: %v", targetPath)
238 scopes.Framework.Debugf("Galley home dir: %v", c.homeDir)
319 scopes.Framework.Debugf("%s closing client", c.id)
324 scopes.Framework.Debugf("%s closing server", c.id)
339 namespace: istio-system
350 source.namespace:
362 source.workload.namespace:
376 destination.namespace:
382 destination.service.namespace:
[all …]
H A Dkube.go78 scopes.Framework.Debug("completed wait for Galley pod")
84 scopes.Framework.Debugf("extracted grpc port for service: %v", port)
147 func (c *kubeComponent) ApplyConfig(ns namespace.Instance, yamlText ...string) error {
171 scopes.Framework.Debugf("Applied config: ns: %s\n%s\n", nsName, y)
178 func (c *kubeComponent) ApplyConfigOrFail(t test.Failer, ns namespace.Instance, yamlText ...string)…
187 func (c *kubeComponent) DeleteConfig(ns namespace.Instance, yamlText ...string) (err error) {
208 func (c *kubeComponent) DeleteConfigOrFail(t test.Failer, ns namespace.Instance, yamlText ...string…
217 func (c *kubeComponent) ApplyConfigDir(ns namespace.Instance, sourceDir string) (err error) {
223 scopes.Framework.Debugf("Reading config file to: %v", path)
262 scopes.Framework.Debugf("%s closing client", c.id)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/shared_examples/services/
H A Dcontainer_registry_auth_service_shared_examples.rb201 { scopes: ["registry:catalog:*"] }
234 { scopes: ["repository:#{project.full_path}:*"] }
277 { scopes: ["repository:#{project.full_path}:*"] }
403 { scopes: ['repository:invalid:push'] }
615 let_it_be(:project) { create(:project, namespace: current_user.namespace) }
645 let_it_be(:project) { create(:project, namespace: current_user.namespace) }
684 let_it_be(:project) { create(:project, :public, namespace: current_user.namespace) }
725 { scopes: ["registry:catalog:*"] }
739 scopes: [
823 { scopes: ['invalid:aa:bb'] }
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/oauth2/
H A Dgoogle_credentials.h26 namespace google {
27 namespace cloud {
28 namespace storage {
29 inline namespace STORAGE_CLIENT_NS {
30 namespace oauth2 {
116 std::string const& path, absl::optional<std::set<std::string>> scopes,
150 std::string const& path, absl::optional<std::set<std::string>> scopes,
184 std::string const& path, absl::optional<std::set<std::string>> scopes,
233 absl::optional<std::set<std::string>> scopes,
269 std::string const& contents, absl::optional<std::set<std::string>> scopes,
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/oauth2/
H A Dgoogle_credentials.h26 namespace google {
27 namespace cloud {
28 namespace storage {
29 inline namespace STORAGE_CLIENT_NS {
30 namespace oauth2 {
116 std::string const& path, absl::optional<std::set<std::string>> scopes,
150 std::string const& path, absl::optional<std::set<std::string>> scopes,
184 std::string const& path, absl::optional<std::set<std::string>> scopes,
233 absl::optional<std::set<std::string>> scopes,
269 std::string const& contents, absl::optional<std::set<std::string>> scopes,
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/
H A DScopes.java51 private String namespace; field in Scopes.Scope
54 public Scope(int lineFrom, int lineTo, String name, String namespace) { in Scope() argument
55 this(lineFrom, lineTo, name, namespace, ""); in Scope()
62 this.namespace = namespace; in Scope()
104 return namespace; in getNamespace()
107 public void setNamespace(String namespace) { in setNamespace() argument
108 this.namespace = namespace; in setNamespace()
124 private TreeSet<Scope> scopes = new TreeSet<>(); field in Scopes
131 return scopes.size(); in size()
135 scopes.add(scope); in addScope()
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/components/ingress/
H A Dkube.go54 namespace string member
74 scopes.Framework.Debugf("Found pod: \n%v\n", pods[0])
131 scopes.Framework.Debugf("Found pod: \n%+v\n", pods[0])
177 c.namespace = cfg.Istio.Settings().IngressNamespace
191 return c.getAddressInner(c.namespace, 80)
202 return c.getAddressInner(c.namespace, 31400)
213 return getHTTPSAddressInner(c.env, c.namespace)
229 scopes.Framework.Debug("Prepare root cert for client")
254 scopes.Framework.Errorf("TLS dial fail: %v", err)
258 scopes.Framework.Errorf("SSL handshake fail: %v", err)
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/components/redis/
H A Dkube.go42 ns namespace.Instance
52 scopes.CI.Info("=== BEGIN: Deploy Redis ===")
56 scopes.CI.Infof("=== FAILED: Deploy Redis ===")
59 scopes.CI.Info("=== SUCCEEDED: Deploy Redis ===")
63 c.ns, err = namespace.New(ctx, namespace.Config{
115 scopes.CI.Infof("Deleting Redis Install")

12345678910>>...226