Home
last modified time | relevance | path

Searched +refs:syntax +refs:mapped +refs:names (Results 1 – 25 of 8535) sorted by relevance

12345678910>>...342

/dports/lang/racket/racket-8.3/src/expander/syntax/
H A Dmapped-name.rkt3 "syntax.rkt"
8 (provide syntax-mapped-names)
10 (define (syntax-mapped-names s phase)
11 (define s-scs (syntax-scope-set s phase))
/dports/lang/racket-minimal/racket-8.3/src/expander/syntax/
H A Dmapped-name.rkt3 "syntax.rkt"
8 (provide syntax-mapped-names)
10 (define (syntax-mapped-names s phase)
11 (define s-scs (syntax-scope-set s phase))
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/testdata/names/mapped/
H A Dmapped.proto1 syntax="proto3";
2 package names.mapped;
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/testdata/names/mapped/
H A Dmapped.proto1 syntax="proto3";
2 package names.mapped;
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/testdata/names/mapped/
H A Dmapped.proto1 syntax="proto3";
2 package names.mapped;
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/testdata/names/mapped/
H A Dmapped.proto1 syntax="proto3";
2 package names.mapped;
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/lang/go/testdata/names/mapped/
H A Dmapped.proto1 syntax="proto3";
2 package names.mapped;
/dports/lang/racket/racket-8.3/src/expander/namespace/
H A Dapi.rkt2 (require (only-in "../syntax/syntax.rkt" syntax-mpi-shifts empty-syntax)
3 (only-in "../syntax/scope.rkt" add-scopes push-scope syntax-scope-set)
5 (only-in "../syntax/binding.rkt" resolve+shift syntax-transfer-shifts)
9 "../syntax/mapped-name.rkt"
43 namespace-mapped-symbols
95 (namespace-syntax-introduce (datum->syntax #f s)))
103 (datum->syntax (syntax-shift-phase-level core-stx
111 (namespace-syntax-introduce (datum->syntax #f sym)))
252 (define/who (namespace-mapped-symbols [ns (current-namespace)])
256 (syntax-mapped-names (root-expand-context-all-scopes-stx (namespace-get-root-expand-ctx ns))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/namespace/
H A Dapi.rkt2 (require (only-in "../syntax/syntax.rkt" syntax-mpi-shifts empty-syntax)
3 (only-in "../syntax/scope.rkt" add-scopes push-scope syntax-scope-set)
5 (only-in "../syntax/binding.rkt" resolve+shift syntax-transfer-shifts)
9 "../syntax/mapped-name.rkt"
43 namespace-mapped-symbols
95 (namespace-syntax-introduce (datum->syntax #f s)))
103 (datum->syntax (syntax-shift-phase-level core-stx
111 (namespace-syntax-introduce (datum->syntax #f sym)))
252 (define/who (namespace-mapped-symbols [ns (current-namespace)])
256 (syntax-mapped-names (root-expand-context-all-scopes-stx (namespace-get-root-expand-ctx ns))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/compiler-lib/compiler/demodularizer/
H A Dname.rkt7 (provide select-names
10 (define (select-names runs)
12 (define used-names (make-hasheq))
17 ;; Reserve the syntax-literals and transformer-register names:
18 (define reserved-names '(.get-syntax-literal!
20 (for ([name (in-list reserved-names)])
21 (hash-set! used-names name #t))
31 (hash-set! used-names try-name #t)
50 ;; not yet mapped must be a leftover import
70 (define (find-name names use name)
[all …]
H A Dmerge.rkt11 (define (merge-linklets runs names internals lifts imports)
44 (define i (hash-ref names (cons key name)))
52 (import-shape (hash-ref names (cons key name))))))
60 (define i (hash-ref names (cons path/submod+phase name)))
80 ;; the linklet's old position to new names (which can
81 ;; then be mapped to new positions):
94 (hash-set! h pos (find-name names use name))
98 (define internal-names (append (linklet*-internals linkl)
101 internal-names))]
103 internal-names))]
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-lib/typed-racket/env/
H A Dtvar-env.rkt6 ;; this environment maps type variables names (symbols)
9 ;; The mapped-to type is used to distinguish type variables bound
32 (define-syntax-rule (extend-tvars vars . body)
38 (define-syntax-rule (extend-tvars/new vars fresh-vars . body)
49 ;; returns the mapped-to type or #f
H A Dindex-env.rkt5 ;; this environment maps type variables names (symbols)
7 ;; technically, the mapped-to type is unnecessary, but it's convenient to have it around? maybe?
20 (define-syntax-rule (extend-indexes index . body)
/dports/sysutils/terraform/terraform-1.0.11/website/docs/language/syntax/
H A Djson.html.md20 The JSON syntax is defined in terms of the native syntax. Everything that can
21 be expressed in native syntax can also be expressed in JSON syntax, but some
28 The low-level JSON syntax, just as with the native syntax, is defined in terms
93 correspond either to argument names or to nested block type names.
97 property value is mapped to an expression as described under
114 are mapped as follows:
121 | Object | Each property value is mapped per this table, producing an `object(...)` value with sui…
122 | Array | Each element is mapped per this table, producing a `tuple(...)` value with suitable ele…
134 JSON syntax:
253 may omit the array and provide just a single object whose property names
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/redex-lib/redex/private/
H A Drewrite-side-conditions.rkt8 - metafunction names should be syntax errors (not literals)
467 (define mapped-name (hash-ref closed-table (syntax-e #'name) #f))
468 (define new-name (if mapped-name
469 mapped-name
569 (with-syntax ([(name/ellipses ...) (map build-dots names)]
705 ;; extract-names : syntax syntax ->
723 (loop (syntax pat2) names depth)
726 (loop (syntax pat) names depth)]
749 all-nts bind-names? (syntax x)))
771 (or (and bind-names? (memq (syntax-e x) nts))
[all …]
/dports/sysutils/istio/istio-1.6.7/common-protos/google/api/
H A Dsystem_parameter.proto16 syntax = "proto3";
29 // system, not by an individual API. It is typically mapped to an HTTP header
31 // change the names of the system parameters.
38 // and names is implementation-dependent.
50 // Example: define 2 api key names for a specific method.
71 // Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
74 // Define parameters. Multiple names may be defined for a parameter.
76 // names are used the behavior is implementation-dependent.
77 // If none of the specified names are present the behavior is
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/common-protos/google/api/
H A Dsystem_parameter.proto16 syntax = "proto3";
29 // system, not by an individual API. It is typically mapped to an HTTP header
31 // change the names of the system parameters.
38 // and names is implementation-dependent.
50 // Example: define 2 api key names for a specific method.
71 // Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
74 // Define parameters. Multiple names may be defined for a parameter.
76 // names are used the behavior is implementation-dependent.
77 // If none of the specified names are present the behavior is
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/gogo-genproto/common-protos/google/api/
H A Dsystem_parameter.proto16 syntax = "proto3";
29 // system, not by an individual API. It is typically mapped to an HTTP header
31 // change the names of the system parameters.
38 // and names is implementation-dependent.
50 // Example: define 2 api key names for a specific method.
71 // Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
74 // Define parameters. Multiple names may be defined for a parameter.
76 // names are used the behavior is implementation-dependent.
77 // If none of the specified names are present the behavior is
/dports/devel/py-googleapis-common-protos/googleapis-common-protos-1.53.0/google/api/
H A Dsystem_parameter.proto15 syntax = "proto3";
29 // system, not by an individual API. It is typically mapped to an HTTP header
31 // change the names of the system parameters.
38 // and names is implementation-dependent.
50 // Example: define 2 api key names for a specific method.
71 // Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
74 // Define parameters. Multiple names may be defined for a parameter.
76 // names are used the behavior is implementation-dependent.
77 // If none of the specified names are present the behavior is
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/man/userguide/
H A Dfont.doc4 \product{} physical fonts are mapped to fonts of the underlying windowing
15 In the second stage, logical font-names are mapped to their physical
28 defines a chain with names of the font-families. The default value is:%
29 \footnote{See \secref{classvar} for the default syntax.}
41 Each of these names refers to the name of another resource of class
67 \class{font} determines the window-system font that will be mapped. The
68 syntax for this argument depends on the window-system used. For this
108 logical font names and physical fonts. Applications are encouraged to
109 use logical font names as much as possible and leave the assignment to
111 logical font-names. The value gives the default assignment for these
[all …]
H A Dfont2.doc4 XPCE physical fonts are mapped to fonts of the underlying windowing
15 In the second stage, logical font-names are mapped to their physical
26 defines a chain with names of the font-families. The default value is:%
27 \footnote{See section~\ref{sec:resources} for the resource syntax.}
37 Each of these names refer to the name of another resource of class
62 determines the window-system font that will be mapped. For example, the
97 logical font names and physical fonts. Applications are encouraged to
98 use logical font names as much as possible and leave the assignment to
100 logical font-names. The value gives the default assignment for these
143 The mapping between logical font names and physical fonts is realised
[all …]
/dports/math/R-cran-units/units/man/
H A Dinstall_unit.Rd18 \item a relationship with existing units (see details for the syntax).
21 \item{name}{a vector of names to be installed/removed.}
24 Installing new symbols and/or names allows them to be used in \code{as_units},
26 defined between such symbols/names and existing ones (see details and examples).
29 At least one symbol or name is expected, but multiple symbols and/or names
30 can be installed (and thus mapped to the same unit) or removed at the same
32 units using UDUNITS-2 syntax:
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-lib/typed-racket/rep/
H A Dtype-rep.rkt63 substitute-names
1403 ;; abstracts the type variable names from 'names-to-abstract'
1406 ;; names-to-abstract[0] gets mapped to n-1
1407 ;; names-to-abstract[1] gets mapped to n-2
1409 ;; names-to-abstract[n-1] gets mapped to 0
1438 ;; index 0 gets mapped to images[n-1]
1439 ;; index 1 gets mapped to images[n-2]
1441 ;; index n-1 gets mapped to images[0]
1453 ;; index 0 gets mapped to images[n-1], etc
1650 ;; pre: (= (length names) (length names-or-objs))
[all …]
/dports/www/firefox/firefox-99.0/docs/nspr/reference/
H A Dnamed_shared_memory.rst50 memory, Posix shared memory, or memory mapped files; the filename may be
55 made. Depending on platform, the shared memory may be mapped onto system
58 All names provided to :ref:`PR_OpenSharedMemory` should be valid filename
59 syntax or name syntax for shared memory for the target platform.
/dports/net-mgmt/observium/observium/mibs/trendmicro/
H A DTPT-PORT-MAPPING-MIB47 and product names may be trademarks of their respective holders. All rights
53 names may be trademarks of their respective holders.
60 DESCRIPTION "Updated copyright information. Minor MIB syntax fixes."
129 "Slot number for the mapped physical port."
137 "Port number for the mapped physical port."
145 "The entry in the IF-MIB interface table that corresponds to the mapped physical port."

12345678910>>...342