Home
last modified time | relevance | path

Searched +refs:namespace +refs:module +refs:instantiate (Results 151 – 175 of 2777) sorted by relevance

12345678910>>...112

/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/chroma-0.9.1/lexers/r/
H A Dracket.go66module-begin`, `#%plain-app`, `#%plain-lambda`, `#%plain-module-begin`, `#%printing-module-begin`,…
67module-constants`, `compile-syntax`, `compiled-expression-recompile`, `compiled-expression?`, `com…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/alecthomas/chroma/lexers/r/
H A Dracket.go62module-begin`, `#%plain-app`, `#%plain-lambda`, `#%plain-module-begin`, `#%printing-module-begin`,…
63module-constants`, `compile-syntax`, `compiled-expression-recompile`, `compiled-expression?`, `com…
/dports/devel/gh/cli-2.4.0/vendor/github.com/alecthomas/chroma/lexers/r/
H A Dracket.go62module-begin`, `#%plain-app`, `#%plain-lambda`, `#%plain-module-begin`, `#%printing-module-begin`,…
63module-constants`, `compile-syntax`, `compiled-expression-recompile`, `compiled-expression?`, `com…
/dports/www/gitea/gitea-1.16.5/vendor/github.com/alecthomas/chroma/lexers/r/
H A Dracket.go66module-begin`, `#%plain-app`, `#%plain-lambda`, `#%plain-module-begin`, `#%printing-module-begin`,…
67module-constants`, `compile-syntax`, `compiled-expression-recompile`, `compiled-expression?`, `com…
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/alecthomas/chroma/lexers/r/
H A Dracket.go66module-begin`, `#%plain-app`, `#%plain-lambda`, `#%plain-module-begin`, `#%printing-module-begin`,…
67module-constants`, `compile-syntax`, `compiled-expression-recompile`, `compiled-expression?`, `com…
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/alecthomas/chroma/lexers/r/
H A Dracket.go66module-begin`, `#%plain-app`, `#%plain-lambda`, `#%plain-module-begin`, `#%printing-module-begin`,…
67module-constants`, `compile-syntax`, `compiled-expression-recompile`, `compiled-expression?`, `com…
/dports/devel/chroma/chroma-0.9.2/lexers/r/
H A Dracket.go66module-begin`, `#%plain-app`, `#%plain-lambda`, `#%plain-module-begin`, `#%printing-module-begin`,…
67module-constants`, `compile-syntax`, `compiled-expression-recompile`, `compiled-expression?`, `com…
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/alecthomas/chroma/lexers/r/
H A Dracket.go62module-begin`, `#%plain-app`, `#%plain-lambda`, `#%plain-module-begin`, `#%printing-module-begin`,…
63module-constants`, `compile-syntax`, `compiled-expression-recompile`, `compiled-expression?`, `com…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/lexers/r/
H A Dracket.go62module-begin`, `#%plain-app`, `#%plain-lambda`, `#%plain-module-begin`, `#%printing-module-begin`,…
63module-constants`, `compile-syntax`, `compiled-expression-recompile`, `compiled-expression?`, `com…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/chroma-0.6.3/lexers/r/
H A Dracket.go62module-begin`, `#%plain-app`, `#%plain-lambda`, `#%plain-module-begin`, `#%printing-module-begin`,…
63module-constants`, `compile-syntax`, `compiled-expression-recompile`, `compiled-expression?`, `com…
/dports/devel/p5-X-Tiny/X-Tiny-0.20/
H A DREADME.md97 (In the SYNOPSIS’s example, this module is `My::Module::X`.) All of your
98 exceptions **must** exist under that factory class’s namespace.
101 In the SYNOPSIS’s example, this module is `My::Module::X::Base`.
112 The TYPE you pass in is equivalent to the exception class’s module name but
117 … this will instantiate and return an instance of `My::Module::X::BadInput`,
123 module exposes to subclasses.
128 practice of doing failure-prone work (i.e., loading a module at runtime)
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dsyntax-model.scrbl914 @racket[for-syntax] is @tech{instantiate}d at @tech{phase} 1, while
917 @tech{phase} 0 (i.e., not @tech{instantiate}d).
922 @tech{instantiate}s the required module at @tech{phase} 1, in addition
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
1172 Like a top-level @tech{namespace}, each @racket[module] form has an
[all …]
/dports/textproc/p5-Pod-WSDL/Pod-WSDL-0.063/
H A DREADME6 To install this module type the following:
25 How does Pod::WSDL work? If you instantiate a Pod::WSDL object with the
26 name of the module (or the path of the file, or an open filehandle)
152 instantiate the Pod::WSDL object with the parameter "withDocumentation
192 Pod::WSDL will look for standard pod in the module, parse it using
200 * source - Name of the source file, package of the source module or
208 * location - Target namespace for the WSDL, usually the full URL of
236 Adds a namespace. Will be taken up in WSDL's definitions element.
239 1 URI of the namespace
241 2 Declarator of the namespace
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/xrepl-lib/xrepl/
H A Dxrepl.rkt60 ;; then instantiate needed modules in the initial namespace and immediately
68 (namespace-attach-module initial-namespace from)
444 "If the REPL is inside some module's namespace, the command can use $F"
823 "require a module and go into its namespace"
824 ["Uses `enter!' to go into the module's namespace. A module name can"
826 "given, and the REPL is already in some module's namespace, then `enter!'"
1102 "<init> to reset an existing namespace its initial module is used again,"
1168 (dynamic-require init #f)) ; instantiate it if needed
1169 (namespace-attach-module old-namespace init))
1359 "module. This is convenient when you're in a namespace that does not have"
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/slideshow-plugin/slideshow/
H A Dtool.rkt17 (module tool racket/base
34 (define orig-inspector (variable-reference->module-declaration-inspector
99 (let ([menu (instantiate popup-menu% () (title #f))])
307 (instantiate menu:can-restore-menu-item% ()
333 (define orig-namespace (current-namespace))
356 ;; this can happen when, for example, there is no mred module
357 ;; in the namespace
/dports/audio/tamgamp-lv2/tamgamp.lv2-590ced0a1da96ca481a1a719eebdb17f3af472e4/include/generated/ampsim/
H A Dfender_twin_reverb_vibrato.h1 namespace ampsim_fender_twin_reverb_vibrato {
27 class module : public dsp {
355 virtual module* clone() { in clone()
356 return new module(); in clone()
435 dsp *instantiate() in instantiate() function
437 return new module(); in instantiate()
H A Dvox_ac30_brilliant.h1 namespace ampsim_vox_ac30_brilliant {
25 class module : public dsp {
384 virtual module* clone() { in clone()
385 return new module(); in clone()
452 dsp *instantiate() in instantiate() function
454 return new module(); in instantiate()
H A Dmesa_dc3_rhythm.h1 namespace ampsim_mesa_dc3_rhythm {
31 class module : public dsp {
400 virtual module* clone() { in clone()
401 return new module(); in clone()
487 dsp *instantiate() in instantiate() function
489 return new module(); in instantiate()
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/random/
H A Dindex.rst3 .. py:module:: numpy.random
31 instance's methods are imported into the numpy.random namespace, see
155 One can also instantiate `Generator` directly with a `BitGenerator` instance.
157 To use the default `PCG64` bit generator, one can instantiate it directly and
166 instantiate it directly and pass it to `Generator`:
/dports/www/p5-Catalyst-Manual/Catalyst-Manual-5.9011/lib/Catalyst/Manual/
H A DExtendingCatalyst.pod93 =head2 Can it be a simple module?
165 tests for your module.
279 use namespace::autoclean;
318 use namespace::autoclean;
349 use namespace::autoclean;
401 use namespace::autoclean;
416 use namespace::autoclean;
435 use namespace::autoclean;
469 use namespace::autoclean;
649 C<setup_components> to instantiate the component object for the
[all …]
/dports/devel/lua-lgi/lgi-0.9.2/docs/
H A Dgio.md23 just from Gio namespace) and when found, it synthesizes `async_name`
34 introspected Gio module) contains interface for using lgi asynchronous
36 is not possible to instantiate it.
/dports/devel/p5-File-ChangeNotify/File-ChangeNotify-0.31/
H A DChanges102 give a useful error message if this module's prereqs are not loaded.
113 - Add a missing prereq, namespace::autoclean.
139 module. Reported by Michael Grondin. RT #54069.
145 list. I've made the test check for the module and skip its tests if the
146 module isn't present. Reported by Leon Brocard. RT #52539.
151 - Attempting to instantiate more than one watcher failed if you were on a
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/raco/
H A Dexe-api.scrbl34 and combining them into a ``module bundle.'' In addition to the module
87 [#:expand-namespace expand-namespace namespace? (current-namespace)]
90 (parameterize ([current-namespace
91 expand-namespace])
116 namespace.
130 embedding process. Beware that the initial namespace contains no
131 bindings; use compiled expressions to bootstrap the namespace.
348 @racket[compile] parameterized to set the current namespace to
349 @racket[expand-namespace].
351 The @racket[#:expand-namespace] argument selects a namespace for
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc14119 "(namespace-module-instantiate!.1"
14416 "(namespace-module-instantiate!.1)"
14427 " 'namespace-module-instantiate!"
14518 "(namespace-module-instantiate!.1"
14544 "(namespace-module-instantiate!.1"
14810 "(namespace-module-instantiate!.1"
28790 "(namespace-module-instantiate!.1"
50392 "(namespace-module-instantiate!.1"
53349 "(namespace-module-instantiate!.1"
53365 "(namespace-module-instantiate!.1"
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc14119 "(namespace-module-instantiate!.1"
14416 "(namespace-module-instantiate!.1)"
14427 " 'namespace-module-instantiate!"
14518 "(namespace-module-instantiate!.1"
14544 "(namespace-module-instantiate!.1"
14810 "(namespace-module-instantiate!.1"
28790 "(namespace-module-instantiate!.1"
50392 "(namespace-module-instantiate!.1"
53349 "(namespace-module-instantiate!.1"
53365 "(namespace-module-instantiate!.1"
[all …]

12345678910>>...112