Home
last modified time | relevance | path

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

12345678910>>...351

/dports/net/libyang/libyang-1.0.240/tests/conformance/sec7_3/
H A Dmod8.yang1 module mod8 {
4 namespace "urn:cesnet:mod8";
6 typedef instance-identifier {
/dports/lang/racket/racket-8.3/share/pkgs/frtime/opt/
H A Dfrtime-opt.rkt28 ;; like module-identifier=?, but returns #f for non-identifier arguments
30 (define-for-syntax (safe-module-identifier=? id1 id2)
31 (and (identifier? id1)
32 (identifier? id2)
68 ;; instantiate the module so we can call module->namespace on it
71 (let* ([all-symbols (namespace-mapped-symbols (module->namespace mod-path))]
89 (identifier? #'VAR2)
297 ;; will not be module-identifier=? to the identifiers in the actual code.
345 (identifier? #'ID)
361 (identifier? #'ID)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/expand/
H A Dprovide.rkt15 "module-path.rkt"
17 "../namespace/core.rkt"
18 "../common/module-path.rkt"
32 (define ns (expand-context-namespace ctx))
207 [(identifier? spec)
220 (unless (module-binding? b)
254 (unless (module-path? mod-path)
256 (define mpi (module-path->mpi/context mod-path ctx))
294 (free-identifier=? id
319 … "excluded identifier was not defined or required in the module~a"
[all …]
H A Dmain.rkt11 "../namespace/namespace.rkt"
12 "../namespace/module.rkt"
13 "../namespace/inspector.rkt"
26 "../namespace/core.rkt"
434 (parameterize ([current-namespace (namespace->namespace-at-phase
439 [current-module-code-inspector (or insp-of-t #;(current-module-code-inspector))])
575 #:module*-ok? (and (not local?) (eq? context 'module))))
642 (define ns (namespace->namespace-at-phase (expand-context-namespace ctx)
677 (namespace->namespace-at-phase
772 (or (identifier? ids)
[all …]
H A Dstop-ids.rkt5 "../namespace/core.rkt")
8 module-expand-stop-ids)
19 (free-identifier=? (car stop-ids)
20 (datum->syntax p-core-stx 'module*)
34 (define (module-expand-stop-ids phase)
36 (for/list ([sym (in-list module-stop-syms)])
39 (define module-stop-syms (append auto-stop-syms
41 #%require #%provide module module* #%declare
/dports/lang/racket/racket-8.3/src/expander/expand/
H A Dprovide.rkt15 "module-path.rkt"
17 "../namespace/core.rkt"
18 "../common/module-path.rkt"
32 (define ns (expand-context-namespace ctx))
207 [(identifier? spec)
220 (unless (module-binding? b)
254 (unless (module-path? mod-path)
256 (define mpi (module-path->mpi/context mod-path ctx))
294 (free-identifier=? id
319 … "excluded identifier was not defined or required in the module~a"
[all …]
H A Dmain.rkt11 "../namespace/namespace.rkt"
12 "../namespace/module.rkt"
13 "../namespace/inspector.rkt"
26 "../namespace/core.rkt"
434 (parameterize ([current-namespace (namespace->namespace-at-phase
439 [current-module-code-inspector (or insp-of-t #;(current-module-code-inspector))])
575 #:module*-ok? (and (not local?) (eq? context 'module))))
642 (define ns (namespace->namespace-at-phase (expand-context-namespace ctx)
677 (namespace->namespace-at-phase
772 (or (identifier? ids)
[all …]
H A Dstop-ids.rkt5 "../namespace/core.rkt")
8 module-expand-stop-ids)
19 (free-identifier=? (car stop-ids)
20 (datum->syntax p-core-stx 'module*)
34 (define (module-expand-stop-ids phase)
36 (for/list ([sym (in-list module-stop-syms)])
39 (define module-stop-syms (append auto-stop-syms
41 #%require #%provide module module* #%declare
/dports/net/libyang/libyang-1.0.240/tests/schema/yang/files/
H A Dietf-restconf.yang1 module ietf-restconf {
3 namespace "urn:ietf:params:xml:ns:yang:ietf-restconf";
84 The module name and namespace values for the YANG module using
106 - instance-identifier data type
184 type instance-identifier;
186 "The YANG instance identifier associated
239 an empty leaf in the 'ietf-system' namespace. This is
241 the module:
243 module ietf-system {
257 In XML, the YANG module namespace identifies the module:
[all …]
/dports/net/libyang/libyang-1.0.240/tests/data/files/
H A Dietf-restconf.yang1 module ietf-restconf {
3 namespace "urn:ietf:params:xml:ns:yang:ietf-restconf";
84 The module name and namespace values for the YANG module using
106 - instance-identifier data type
184 type instance-identifier;
186 "The YANG instance identifier associated
239 an empty leaf in the 'ietf-system' namespace. This is
241 the module:
243 module ietf-system {
257 In XML, the YANG module namespace identifies the module:
[all …]
/dports/net-mgmt/py-pyang/pyang-1.7.8/modules/ietf/
H A Dietf-restconf.yang1 module ietf-restconf {
3 namespace "urn:ietf:params:xml:ns:yang:ietf-restconf";
84 The module name and namespace values for the YANG module using
106 - instance-identifier data type
186 type instance-identifier;
188 "The YANG instance identifier associated
238 an empty leaf in the 'ietf-system' namespace. This is
240 the module:
242 module ietf-system {
256 In XML, the YANG module namespace identifies the module:
[all …]
/dports/devel/clixon/clixon-4.8.0/yang/mandatory/
H A Dietf-restconf@2017-01-26.yang1 module ietf-restconf {
3 namespace "urn:ietf:params:xml:ns:yang:ietf-restconf";
81 The module name and namespace values for the YANG module using
103 - instance-identifier data type
183 type instance-identifier;
185 "The YANG instance identifier associated
235 an empty leaf in the 'ietf-system' namespace. This is
237 the module:
239 module ietf-system {
253 In XML, the YANG module namespace identifies the module:
[all …]
/dports/net/libyang/libyang-1.0.240/tests/conformance/sec9_13/
H A Dmod2.yang1 module mod2 {
3 namespace "urn:cesnet:mod2";
6 type instance-identifier {
H A Dmod1.yang1 module mod1 {
3 namespace "urn:cesnet:mod1";
6 type instance-identifier {
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/doc/src/qmllanguageref/modules/
H A Dtopic.qdoc33 A QML module provides versioned types and JavaScript resources in a type
34 namespace which may be used by clients who import the module. The types which
39 Defining of a QML module allows:
53 A module is defined by a \l{qtqml-modules-qmldir.html}
54 {module definition qmldir file}. Each module has an associated type
55 namespace, which is the module's identifier. A module can provide QML object
59 To define a module, a developer should gather together the various QML
60 documents, JavaScript resources and C++ plugins which belong in the module
66 Note that defining a module is not the only way to share common QML types
78 Identified modules explicitly define their identifier and are installed into
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/doc/src/qmllanguageref/modules/
H A Dtopic.qdoc33 A QML module provides versioned types and JavaScript resources in a type
34 namespace which may be used by clients who import the module. The types which
39 Defining of a QML module allows:
53 A module is defined by a \l{qtqml-modules-qmldir.html}
54 {module definition qmldir file}. Each module has an associated type
55 namespace, which is the module's identifier. A module can provide QML object
59 To define a module, a developer should gather together the various QML
60 documents, JavaScript resources and C++ plugins which belong in the module
66 Note that defining a module is not the only way to share common QML types
78 Identified modules explicitly define their identifier and are installed into
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/tools/bindings/generators/
H A Dmojom_js_generator.py487 return kind.module.namespace + "." + kind.name + "Ptr"
491 return kind.module.namespace + "." + kind.name
561 name.append(named_kind.module.namespace)
671 if kind.module is not self.module and kind.module.namespace:
672 qualifier = kind.module.namespace + '.'
731 name.append(named_kind.module.namespace)
774 name.append(kind.module.namespace)
965 return identifier + '_'
967 return identifier
1003 name_prefix.append(token.module.namespace)
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/docs/
H A DReleaseNotes.rst70 New module
72 - New module `llvmlibc`.
74 This module contains checks related to the LLVM-libc coding standards.
111 - New :doc:`bugprone-reserved-identifier
129 - New :doc:`llvmlibc-callee-namespace
130 <clang-tidy/checks/llvmlibc-callee-namespace>` check.
134 - New :doc:`llvmlibc-implementation-in-namespace
135 <clang-tidy/checks/llvmlibc-implementation-in-namespace>` check.
188 :doc:`bugprone-reserved-identifier
193 :doc:`bugprone-reserved-identifier
[all …]
/dports/devel/p5-Test-CPAN-Meta/Test-CPAN-Meta-0.25/lib/Test/CPAN/Meta/
H A DVersion.pm49 my $module_map1 = { 'map' => { ':key' => { name => \&module, value => \&exversion } } };
55 namespace => { list => { value => \&string } },
62 namespace => { list => { value => \&string } },
94 ':key' => { name => \&identifier,
109 'map' => { ':key' => { name => \&module,
155 ':key' => { name => \&identifier,
170 'map' => { ':key' => { name => \&module,
225 ':key' => { name => \&identifier,
240 'map' => { ':key' => { name => \&module,
728 sub identifier { subroutine
[all …]
/dports/devel/p5-Test-CPAN-Meta-YAML/Test-CPAN-Meta-YAML-0.25/lib/Test/CPAN/Meta/YAML/
H A DVersion.pm52 my $module_map1 = { 'map' => { ':key' => { name => \&module, value => \&exversion } } };
58 namespace => { list => { value => \&string } },
65 namespace => { list => { value => \&string } },
97 ':key' => { name => \&identifier,
112 'map' => { ':key' => { name => \&module,
158 ':key' => { name => \&identifier,
173 'map' => { ':key' => { name => \&module,
228 ':key' => { name => \&identifier,
243 'map' => { ':key' => { name => \&module,
731 sub identifier { subroutine
[all …]
/dports/games/py-fife/fifengine-0.4.2/engine/core/model/metamodel/
H A Daction.i22 %module fife
30 namespace FIFE {
34 Action(const std::string& identifier);
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/
H A Dnamespace.texi1 @node A C++ namespace for gnulib
2 @section A C++ namespace for gnulib
13 in a dedicated C++ namespace. If you define the macro
14 @code{GNULIB_NAMESPACE} to an identifier, many functions will be defined
15 in the namespace specified by the identifier instead of the global
16 namespace. For example, after you have defined
30 The benefits of this namespace mode are:
41 function works fine. This problem goes away in namespace mode.
46 @code{gnulib::open} in your code, and you forgot to request the module
55 requested the module @samp{open} from gnulib-tool.
[all …]
/dports/net/kea/kea-2.0.1/src/share/yang/modules/
H A Dkeatest-module@2018-11-20.yang1 module keatest-module {
3 namespace "urn:ietf:params:xml:ns:yang:keatest-module";
8 "ISC imported a test module from Sysrepo tests and adapted it
105 type instance-identifier;
132 type instance-identifier;
145 list kernel-module {
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/xml/sax/
H A DXFastSAXSerializable.idl28 module com { module sun { module star { module xml { module sax {
49 a list of namespace declarations that will be added to the root
54 which may lead to duplicate namespace declarations on export,
57 e.g. "office", and the second is the numeric namespace identifier.
60 a list of namespace url / namespace token pairs. you need
61 to register all namespace in order to have them recognized
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/xml/sax/
H A DXFastSAXSerializable.idl28 module com { module sun { module star { module xml { module sax {
49 a list of namespace declarations that will be added to the root
54 which may lead to duplicate namespace declarations on export,
57 e.g. "office", and the second is the numeric namespace identifier.
60 a list of namespace url / namespace token pairs. you need
61 to register all namespace in order to have them recognized

12345678910>>...351