Home
last modified time | relevance | path

Searched +refs:namespace +refs:module +refs:identifier (Results 1 – 25 of 8761) sorted by relevance

12345678910>>...351

/dports/lang/racket-minimal/racket-8.3/src/expander/boot/
H A Dcore-primitive.rkt7 bound-identifier=?
9 "../namespace/namespace.rkt"
11 free-identifier=?
14 "../namespace/core.rkt"
28 "../namespace/variable-reference.rkt"
75 identifier-prune-to-source-module
216 current-namespace
217 namespace-module-registry
218 namespace?
220 variable-reference->empty-namespace
[all …]
H A Dmain-primitive.rkt10 "../namespace/namespace.rkt"
13 "../namespace/api-module.rkt")
66 'namespace-attach-module namespace-attach-module
67 'namespace-attach-module-declaration namespace-attach-module-declaration
69 'namespace-symbol->identifier namespace-symbol->identifier
70 'namespace-module-identifier namespace-module-identifier
83 'module-declared? module-declared?
86 'module->imports module->imports
87 'module->exports module->exports
91 'module->namespace module->namespace
[all …]
/dports/lang/racket/racket-8.3/src/expander/boot/
H A Dcore-primitive.rkt7 bound-identifier=?
9 "../namespace/namespace.rkt"
11 free-identifier=?
14 "../namespace/core.rkt"
28 "../namespace/variable-reference.rkt"
75 identifier-prune-to-source-module
216 current-namespace
217 namespace-module-registry
218 namespace?
220 variable-reference->empty-namespace
[all …]
H A Dmain-primitive.rkt10 "../namespace/namespace.rkt"
13 "../namespace/api-module.rkt")
66 'namespace-attach-module namespace-attach-module
67 'namespace-attach-module-declaration namespace-attach-module-declaration
69 'namespace-symbol->identifier namespace-symbol->identifier
70 'namespace-module-identifier namespace-module-identifier
83 'module-declared? module-declared?
86 'module->imports module->imports
87 'module->exports module->exports
91 'module->namespace module->namespace
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/features/includes/
H A Dfeatures.context.inc23 'module' => 'context',
49 $options[$identifier] = "{$context->namespace} > {$context->attribute} > {$context->value}";
100 // Collect a context to module map
107 if (isset($map[$identifier]) && $map[$identifier] != $module_name) {
111 $module = $map[$identifier];
112 $export['dependencies'][$module] = $module;
116 $export['features']['context'][$identifier] = $identifier;
203 * @param $module
204 * name of module to revert content for
217 $current_context->namespace = $default_context['namespace'];
[all …]
/dports/lang/racket/racket-8.3/src/expander/namespace/
H A Dapi.rkt31 namespace-module-identifier
32 namespace-symbol->identifier
56 (namespace-attach-module current-ns ''#%kernel ns)
57 (namespace-primitive-module-visit! ns '#%kernel)
80 (identifier? (car (syntax-e s)))
84 (free-identifier=? maybe-module-id
85 (namespace-module-identifier ns)
97 (define/who (namespace-module-identifier [where (current-namespace)])
109 (define/who (namespace-symbol->identifier sym)
210 … (module-instance-namespace (binding->module-instance b ns (namespace-phase ns) id)))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/namespace/
H A Dapi.rkt31 namespace-module-identifier
32 namespace-symbol->identifier
56 (namespace-attach-module current-ns ''#%kernel ns)
57 (namespace-primitive-module-visit! ns '#%kernel)
80 (identifier? (car (syntax-e s)))
84 (free-identifier=? maybe-module-id
85 (namespace-module-identifier ns)
97 (define/who (namespace-module-identifier [where (current-namespace)])
109 (define/who (namespace-symbol->identifier sym)
210 … (module-instance-namespace (binding->module-instance b ns (namespace-phase ns) id)))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dnamespaces.scrbl105 @defproc[(namespace-symbol->identifier [sym symbol?]) identifier?]{
108 @tech{lexical information} of the resulting identifier corresponds to
109 the top-level environment of the current namespace; the identifier has
118 @defproc[(namespace-module-identifier [where (or/c namespace? exact-integer? #f)
120 identifier?]{
122 Returns an identifier whose binding is @racket[module] in the
126 The @tech{lexical information} of the identifier includes bindings (in
183 @tech{identifier} mapping is also adjusted (see
200 namespace's @tech{identifier} mapping (see @secref["namespace-model"])
438 identifier that is not defined at all within the module).
[all …]
H A Dsyntax-model.scrbl161 by the @racketmodname[racket] module bind or reference identifier in a
436 to set @racket[current-namespace] to a @tech{namespace} that
935 modules in the enclosing @tech{namespace}'s @tech{module registry};
947 module is attached to a namespace through
948 @racket[namespace-attach-module], modules that it @racket[require]s
1099 namespaces generated by a module (see @racket[module->namespace]),
1113 module in the namespace's @tech{base phase}.
1115 After a namespace is created, module instances from existing
1125 @deftech{current namespace}. The current namespace has no particular
1172 Like a top-level @tech{namespace}, each @racket[module] form has an
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/compatibility-lib/mzscheme/
H A Dmain.rkt4 (module mzscheme '#%kernel
54 if make-empty-namespace
79 (rename free-identifier=? module-identifier=?)
80 (rename free-transformer-identifier=? module-transformer-identifier=?)
81 (rename free-template-identifier=? module-template-identifier=?)
82 (rename free-label-identifier=? module-label-identifier=?)
83 (rename free-identifier=?* free-identifier=?)
96 namespace-transformer-require
101 make-namespace
106 (rename mzscheme-in-stx-module-begin #%module-begin)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/drracket-tool-lib/drracket/private/syncheck/
H A Dtraversals.rkt484 (annotate-require-open user-namespace user-directory raw-module-path level stx)
1011 (parameterize ([current-namespace user-namespace])
1021 (connect-identifier var #f binders #f #f 0 user-namespace user-directory #t connections
1206 (define (annotate-require-open user-namespace user-directory raw-module-path
1245 (parameterize ([current-namespace user-namespace]
1310 [(all-from-except module-name identifier ...)
1321 [(only module-name identifier ...)
1323 [(prefix identifier module-name)
1325 [(all-except module-name identifier ...)
1327 [(prefix-all-except module-name identifier ...)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/
H A Ddemo.rkt8 (namespace-attach-module (current-namespace) ''#%kernel demo-ns)
286 "free-identifier=? and bound-identifier=?"
630 (define (eval-module-declaration mod #:namespace [ns demo-ns])
1292 (namespace-attach-module demo-ns ''provides-random-r other-ns)
1312 (namespace-attach-module demo-ns ''provides-random-r third-ns)
1316 (namespace-attach-module (current-namespace) ''#%kernel has-already-ns)
1391 (namespace-attach-module demo-ns ''#%kernel alt-ns)
1408 (check-value (identifier-binding s-only-in-alt)
1410 (check-value (cadr (identifier-binding s-also-in-alt))
1414 (check-value (cadr (identifier-binding s-only-in-alt))
[all …]
H A Dmain.rkt17 "namespace/api-module.rkt"
19 "namespace/primitive-module.rkt"
89 identifier-binding
106 namespace-module-identifier
107 namespace-attach-module
108 namespace-attach-module-declaration
131 identifier?
139 bound-identifier=?
164 (declare-hash-based-module! '#%read read-primitives #:namespace ns)
165 (declare-hash-based-module! '#%main main-primitives #:namespace ns
[all …]
/dports/lang/racket/racket-8.3/src/expander/
H A Ddemo.rkt8 (namespace-attach-module (current-namespace) ''#%kernel demo-ns)
286 "free-identifier=? and bound-identifier=?"
630 (define (eval-module-declaration mod #:namespace [ns demo-ns])
1292 (namespace-attach-module demo-ns ''provides-random-r other-ns)
1312 (namespace-attach-module demo-ns ''provides-random-r third-ns)
1316 (namespace-attach-module (current-namespace) ''#%kernel has-already-ns)
1391 (namespace-attach-module demo-ns ''#%kernel alt-ns)
1408 (check-value (identifier-binding s-only-in-alt)
1410 (check-value (cadr (identifier-binding s-also-in-alt))
1414 (check-value (cadr (identifier-binding s-only-in-alt))
[all …]
H A Dmain.rkt17 "namespace/api-module.rkt"
19 "namespace/primitive-module.rkt"
89 identifier-binding
106 namespace-module-identifier
107 namespace-attach-module
108 namespace-attach-module-declaration
131 identifier?
139 bound-identifier=?
164 (declare-hash-based-module! '#%read read-primitives #:namespace ns)
165 (declare-hash-based-module! '#%main main-primitives #:namespace ns
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/doc/src/qmllanguageref/modules/
H A Didentifiedmodules.qdoc38 When importing an identified module, an unquoted identifier is used, with a
109 module's dotted identifier string. So, say the top level \c myapp directory is
153 namespace
155 namespace
167 \li the module identifier specified in the \l{qtqml-modules-qmldir.html}
168 {module identifier directive} must match the install path of the module
171 \li the module must register its types into the module identifier type
172 namespace
173 \li the module may not register types into any other module's namespace
184 \c{$QML2_IMPORT_PATH/com/example/CustomUi}, the module identifier directive
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/doc/src/qmllanguageref/modules/
H A Didentifiedmodules.qdoc38 When importing an identified module, an unquoted identifier is used, with a
109 module's dotted identifier string. So, say the top level \c myapp directory is
153 namespace
155 namespace
167 \li the module identifier specified in the \l{qtqml-modules-qmldir.html}
168 {module identifier directive} must match the install path of the module
171 \li the module must register its types into the module identifier type
172 namespace
173 \li the module may not register types into any other module's namespace
184 \c{$QML2_IMPORT_PATH/com/example/CustomUi}, the module identifier directive
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/t3editor/Documentation/Developer/
H A DExtend.rst41 'module' => 'cm/addon/my/addon',
52 .. confval:: <identifier>
57 Represents the unique identifier of the module (`my/addon` in this example).
59 .. confval:: module
64 Holds the RequireJS namespace of the CodeMirror module. For custom
66 `TYPO3/CMS/Extension/Module` namespace must be used.
107 .. confval:: <identifier>
112 Represents the unique identifier and format code of the mode
120 .. confval:: module
125 Holds the RequireJS namespace of the CodeMirror module. For custom
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/expand/
H A Denv.rkt12 "../namespace/namespace.rkt"
13 "../namespace/module.rkt"
55 ;; A `local-variable` records a binding identifier, so that a
56 ;; reference can be replaced with the binding identifier
60 ;; the binding identifier in place of the original reference
142 (define top-level? (top-level-module-path-index? (module-binding-module b)))
144 (define m (and mi (module-instance-module mi)))
146 (define m-ns (if top-level? ns (and mi (module-instance-namespace mi))))
148 (define t (namespace-get-transformer m-ns (module-binding-phase b) (module-binding-sym b)
152 … (define insp (and mi (module-instance-module mi) (module-inspector (module-instance-module mi))))
[all …]
/dports/lang/racket/racket-8.3/src/expander/expand/
H A Denv.rkt12 "../namespace/namespace.rkt"
13 "../namespace/module.rkt"
55 ;; A `local-variable` records a binding identifier, so that a
56 ;; reference can be replaced with the binding identifier
60 ;; the binding identifier in place of the original reference
142 (define top-level? (top-level-module-path-index? (module-binding-module b)))
144 (define m (and mi (module-instance-module mi)))
146 (define m-ns (if top-level? ns (and mi (module-instance-namespace mi))))
148 (define t (namespace-get-transformer m-ns (module-binding-phase b) (module-binding-sym b)
152 … (define insp (and mi (module-instance-module mi) (module-inspector (module-instance-module mi))))
[all …]
/dports/lang/racket/racket-8.3/collects/racket/private/
H A Dnamespace.rkt1 (module namespace "pre-base.rkt"
11 namespace-anchor->empty-namespace
12 namespace-anchor->namespace)
22 (namespace-attach-module this-ns
36 (unless (memq (syntax-local-context) '(top-level module))
38 "allowed only in a top-level or module context"
43 (unless (identifier? id-stx)
45 "expected an identifier"
56 (define (namespace-anchor->empty-namespace ra)
63 (define (namespace-anchor->namespace ra)
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/private/
H A Dnamespace.rkt1 (module namespace "pre-base.rkt"
11 namespace-anchor->empty-namespace
12 namespace-anchor->namespace)
22 (namespace-attach-module this-ns
36 (unless (memq (syntax-local-context) '(top-level module))
38 "allowed only in a top-level or module context"
43 (unless (identifier? id-stx)
45 "expected an identifier"
56 (define (namespace-anchor->empty-namespace ra)
63 (define (namespace-anchor->namespace ra)
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.0/
H A DFeature-81901-ExtendT3editor.rst33 'module' => 'cm/addon/my/addon',
47 | <identifier> | string | Represents the unique identifier of the module (`my/addon` in this exampl…
49module | string | Mandatory: Holds the RequireJS namespace of the CodeMirror module. For cus…
51 | cssFiles | array | Holds all CSS files that must be loaded for the module
55 | modes | array | "Jails" the addon to specific modes. This means, the module is only loade…
67 'module' => 'cm/mode/css/css',
75 | <identifier> | string | Represents the unique identifier and format code of the mode (`css` in th…
77module | string | Mandatory: Holds the RequireJS namespace of the CodeMirror mode. For custo…
79 …fic file extension. This is important for using T3editor in the Filelist module. …
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.0/
H A DFeature-81901-ExtendT3editor.rst33 'module' => 'cm/addon/my/addon',
47 | <identifier> | string | Represents the unique identifier of the module (`my/addon` in this exampl…
49module | string | Mandatory: Holds the RequireJS namespace of the CodeMirror module. For cus…
51 | cssFiles | array | Holds all CSS files that must be loaded for the module
55 | modes | array | "Jails" the addon to specific modes. This means, the module is only loade…
67 'module' => 'cm/mode/css/css',
75 | <identifier> | string | Represents the unique identifier and format code of the mode (`css` in th…
77module | string | Mandatory: Holds the RequireJS namespace of the CodeMirror mode. For custo…
79 …fic file extension. This is important for using T3editor in the Filelist module. …
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.0/
H A DFeature-81901-ExtendT3editor.rst33 'module' => 'cm/addon/my/addon',
47 | <identifier> | string | Represents the unique identifier of the module (`my/addon` in this exampl…
49module | string | Mandatory: Holds the RequireJS namespace of the CodeMirror module. For cus…
51 | cssFiles | array | Holds all CSS files that must be loaded for the module
55 | modes | array | "Jails" the addon to specific modes. This means, the module is only loade…
67 'module' => 'cm/mode/css/css',
75 | <identifier> | string | Represents the unique identifier and format code of the mode (`css` in th…
77module | string | Mandatory: Holds the RequireJS namespace of the CodeMirror mode. For custo…
79 …fic file extension. This is important for using T3editor in the Filelist module. …

12345678910>>...351