Home
last modified time | relevance | path

Searched +refs:module +refs:force +refs:bulk +refs:binding (Results 1 – 25 of 781) sorted by relevance

12345678910>>...32

/dports/lang/racket/racket-8.3/src/expander/namespace/
H A Dmodule.rkt5 "../syntax/bulk-binding.rkt"
23 module-force-bulk-binding!
70 force-bulk-binding ; bulk-binding-registry -> any
107 #:force-bulk-binding-callback [force-bulk-binding void]
127 force-bulk-binding
210 (register-bulk-provide! (namespace-bulk-binding-registry ns)
374 ;; bulk-binding regsitry
375 (define (module-force-bulk-binding! m ns)
376 ((module-force-bulk-binding m) (namespace-bulk-binding-registry ns)))
456 (define bulk-binding-registry (namespace-bulk-binding-registry m-ns))
[all …]
H A Dnamespace.rkt5 "../syntax/bulk-binding.rkt"
24 namespace->module
27 namespace-bulk-binding-registry
44 (module+ for-module
57module-registry ; module-registry of (resolved-module-path -> module) [shared among modules]
58bulk-binding-registry ; (resolved-module-path -> bulk-provide) for resolving bulk bindings on unma…
59 … submodule-declarations ; resolved-module-path -> module [shared during a module compilation]
64module-instances) ; union resolved-module-path -> module-instance [shared among modules]
109 (namespace-bulk-binding-registry share-from-ns)
110 (make-bulk-binding-registry))
[all …]
H A Dattach.rkt3 "module.rkt"
4 "../common/module-path.rkt"
8 (provide namespace-attach-module
9 namespace-attach-module-declaration)
14 (do-attach-module who
21 (do-attach-module who
25 (define (do-attach-module who
29 (unless (or (module-path? mod-path)
31 (raise-argument-error who "(or/c module-path? resolved-module-path?)" mod-path))
48 (resolved-module-path->module-path mod-path)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/namespace/
H A Dmodule.rkt5 "../syntax/bulk-binding.rkt"
23 module-force-bulk-binding!
70 force-bulk-binding ; bulk-binding-registry -> any
107 #:force-bulk-binding-callback [force-bulk-binding void]
127 force-bulk-binding
210 (register-bulk-provide! (namespace-bulk-binding-registry ns)
374 ;; bulk-binding regsitry
375 (define (module-force-bulk-binding! m ns)
376 ((module-force-bulk-binding m) (namespace-bulk-binding-registry ns)))
456 (define bulk-binding-registry (namespace-bulk-binding-registry m-ns))
[all …]
H A Dnamespace.rkt5 "../syntax/bulk-binding.rkt"
24 namespace->module
27 namespace-bulk-binding-registry
44 (module+ for-module
57module-registry ; module-registry of (resolved-module-path -> module) [shared among modules]
58bulk-binding-registry ; (resolved-module-path -> bulk-provide) for resolving bulk bindings on unma…
59 … submodule-declarations ; resolved-module-path -> module [shared during a module compilation]
64module-instances) ; union resolved-module-path -> module-instance [shared among modules]
109 (namespace-bulk-binding-registry share-from-ns)
110 (make-bulk-binding-registry))
[all …]
H A Dattach.rkt3 "module.rkt"
4 "../common/module-path.rkt"
8 (provide namespace-attach-module
9 namespace-attach-module-declaration)
14 (do-attach-module who
21 (do-attach-module who
25 (define (do-attach-module who
29 (unless (or (module-path? mod-path)
31 (raise-argument-error who "(or/c module-path? resolved-module-path?)" mod-path))
48 (resolved-module-path->module-path mod-path)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/eval/
H A Dmodule.rkt152 #:force-bulk-binding-callback
153 (lambda (bulk-binding-registry)
154 ;; Avoids a leak of some namespace's bulk-binding registry into the
156 ;; a namespace's bulk-binding registry to get saved by the module's
158 … (force-syntax-deserialize syntax-literals-data-instance bulk-binding-registry))
160 (lambda (data-box ns phase-shift self bulk-binding-registry insp)
263 phase-shift original-self self bulk-binding-registry insp
266 (force-syntax-deserialize syntax-literals-data-instance bulk-binding-registry))
274 #:bulk-binding-registry bulk-binding-registry
311 (define (force-syntax-deserialize syntax-literals-data-instance bulk-binding-registry)
[all …]
H A Dtop.rkt7 "../namespace/module.rkt"
8 "../compile/module-use.rkt"
86 (instantiate-linklet (force-compile-linklet (hash-ref h 'link))
92 #:bulk-binding-registry (namespace-bulk-binding-registry ns)
108 (compiled-in-memory-phase-to-link-module-uses c)
117 (define-values (import-module-instances import-instances)
118 (for/lists (mis is) ([mu (in-list module-uses)])
119 (namespace-module-use->module+linklet-instances
134 #:bulk-binding-registry (namespace-bulk-binding-registry ns)
141 (define linklet (force-compile-linklet (hash-ref h phase #f)))
[all …]
H A Dmulti-top.rkt17 (instantiate-linklet (force-compile-linklet data-linklet)
23 #:bulk-binding-registry (namespace-bulk-binding-registry ns)
41 (define is-module? (or (linklet-bundle? ld)
46 (define pres (if is-module?
49 (define posts (if is-module?
94 (unless mod (error "missing main module"))
/dports/lang/racket/racket-8.3/src/expander/eval/
H A Dmodule.rkt152 #:force-bulk-binding-callback
153 (lambda (bulk-binding-registry)
154 ;; Avoids a leak of some namespace's bulk-binding registry into the
156 ;; a namespace's bulk-binding registry to get saved by the module's
158 … (force-syntax-deserialize syntax-literals-data-instance bulk-binding-registry))
160 (lambda (data-box ns phase-shift self bulk-binding-registry insp)
263 phase-shift original-self self bulk-binding-registry insp
266 (force-syntax-deserialize syntax-literals-data-instance bulk-binding-registry))
274 #:bulk-binding-registry bulk-binding-registry
311 (define (force-syntax-deserialize syntax-literals-data-instance bulk-binding-registry)
[all …]
H A Dtop.rkt7 "../namespace/module.rkt"
8 "../compile/module-use.rkt"
86 (instantiate-linklet (force-compile-linklet (hash-ref h 'link))
92 #:bulk-binding-registry (namespace-bulk-binding-registry ns)
108 (compiled-in-memory-phase-to-link-module-uses c)
117 (define-values (import-module-instances import-instances)
118 (for/lists (mis is) ([mu (in-list module-uses)])
119 (namespace-module-use->module+linklet-instances
134 #:bulk-binding-registry (namespace-bulk-binding-registry ns)
141 (define linklet (force-compile-linklet (hash-ref h phase #f)))
[all …]
H A Dmulti-top.rkt17 (instantiate-linklet (force-compile-linklet data-linklet)
23 #:bulk-binding-registry (namespace-bulk-binding-registry ns)
41 (define is-module? (or (linklet-bundle? ld)
46 (define pres (if is-module?
49 (define posts (if is-module?
94 (unless mod (error "missing main module"))
/dports/lang/racket/racket-8.3/src/expander/syntax/
H A Dbinding-table.rkt7 "module-binding.rkt"
78 (bulk-binding-at scopes bulk))
82 (define-values (prop:bulk-binding bulk-binding? bulk-binding-ref)
88 modname)) ; bulk-binding list-of-shift -> resolved-module-path
91 ((bulk-binding-class-get-symbols (bulk-binding-ref b))
95 (bulk-binding-class-create (bulk-binding-ref b)))
97 (define (force-bulk-bindings b bulk-shifts)
100 ;; record resolved module path
193 (or (and (module-binding? b)
194 (eq? except (module-binding-module b)))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/syntax/
H A Dbinding-table.rkt7 "module-binding.rkt"
78 (bulk-binding-at scopes bulk))
82 (define-values (prop:bulk-binding bulk-binding? bulk-binding-ref)
88 modname)) ; bulk-binding list-of-shift -> resolved-module-path
91 ((bulk-binding-class-get-symbols (bulk-binding-ref b))
95 (bulk-binding-class-create (bulk-binding-ref b)))
97 (define (force-bulk-bindings b bulk-shifts)
100 ;; record resolved module path
193 (or (and (module-binding? b)
194 (eq? except (module-binding-module b)))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dserialize.rkt11 "../syntax/module-binding.rkt"
13 "../syntax/bulk-binding.rkt"
770 [(#:bulk-binding-registry) (values bulk-binding-registry (add1 pos))]
855 [(#:bulk-binding-at)
856 (decode* (deserialize-bulk-binding-at scopes bulk))]
859 [(#:module-binding)
873 [(#:bulk-binding)
877 [(#:bulk-binding+provides)
935 ;; binding tables when bulk-binding provides will be preserved, in
938 ;; resolved module paths; setting it to #f means that bulk-binding
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dserialize.rkt11 "../syntax/module-binding.rkt"
13 "../syntax/bulk-binding.rkt"
770 [(#:bulk-binding-registry) (values bulk-binding-registry (add1 pos))]
855 [(#:bulk-binding-at)
856 (decode* (deserialize-bulk-binding-at scopes bulk))]
859 [(#:module-binding)
873 [(#:bulk-binding)
877 [(#:bulk-binding+provides)
935 ;; binding tables when bulk-binding provides will be preserved, in
938 ;; resolved module paths; setting it to #f means that bulk-binding
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc7213 "(force-bulk-bindings)"
7851 "(force-bulk-bindings"
13788 " module-force-bulk-binding"
13828 "(make-struct-field-accessor -ref_0 9 'force-bulk-binding)"
13878 " force-bulk-binding-callback10_0"
13904 "(let-values(((force-bulk-binding_0) force-bulk-binding-callback10_0))"
13936 " force-bulk-binding_0"
14413 "(module-force-bulk-binding!)"
14414 "(lambda(m_0 ns_0)(begin((module-force-bulk-binding m_0)(namespace-bulk-binding-registry ns_0)))))"
40296 "(force-syntax-deserialize syntax-literals-data-instance_0 bulk-binding-registry_0))"
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc7213 "(force-bulk-bindings)"
7851 "(force-bulk-bindings"
13788 " module-force-bulk-binding"
13828 "(make-struct-field-accessor -ref_0 9 'force-bulk-binding)"
13878 " force-bulk-binding-callback10_0"
13904 "(let-values(((force-bulk-binding_0) force-bulk-binding-callback10_0))"
13936 " force-bulk-binding_0"
14413 "(module-force-bulk-binding!)"
14414 "(lambda(m_0 ns_0)(begin((module-force-bulk-binding m_0)(namespace-bulk-binding-registry ns_0)))))"
40296 "(force-syntax-deserialize syntax-literals-data-instance_0 bulk-binding-registry_0))"
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/
H A Dcode.ex90 and dispatch the bulk of the work to a separate process. **Slow tracers will
615 iex> Enum.sort(binding)
656 {value, binding, _env} = :elixir.eval_forms(forms, binding, env)
657 {value, binding}
857 You can force lists, tuples, bitstrings, maps, structs and function
876 You can also force function calls and keywords to be rendered on multiple
1026 @spec eval_quoted(Macro.t(), binding, Macro.Env.t() | keyword) :: {term, binding}
1030 {value, binding, _env} = :elixir.eval_quoted(quoted, binding, Map.to_list(env))
1031 {value, binding}
1036 {value, binding, _env} = :elixir.eval_quoted(quoted, binding, opts)
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/
H A Dcode.ex95 and dispatch the bulk of the work to a separate process. **Slow tracers will
364 iex> Enum.sort(binding)
370 iex> Enum.sort(binding)
376 iex> Enum.sort(binding)
404 {value, binding, _env} = :elixir.eval_forms(forms, binding, env)
405 {value, binding}
607 You can force lists, tuples, bitstrings, maps, structs and function
626 You can also force function calls and keywords to be rendered on multiple
793 @spec eval_quoted(Macro.t(), binding, Macro.Env.t() | keyword) :: {term, binding}
798 {value, binding}
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/manual/input/
H A Delements.tex101 \item \kw{bulk}
358 The syntax of the \kw{bulk} element is:
361 \bnt{elem_type} ::= \kw{bulk}
399 switches and so on, are classified as \kw{electric bulk} elements.
1751 This is useful to generate the bulk data that is needed to compute
6100 is checked and the binding of the structure with function bindings
6121 module load: "/some/module.so";
6133 \nt{module\_name} should be a full path to the module function.
6609 When binding an element to an
6624 the \nt{parameter\_name}, allows more friendly definition of the binding.
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/
H A DChangeLog212 NEW: Add bulk actions for Bank Transfer
367 FIX: Accountancy - if we define a date start, automatic binding try to continue to solve old binding
568 NEW: add a start date to begin binding in accountancy
577 NEW: add employee link in expense report binding page
627 NEW: can enable/disable users in bulk actions
908 FIX: force payment mode to withdraw
1268 NEW: Can force ref of a variant product
3508 FIX: Add a test to avoid to reset binding by error.
7059 - An external module can force its theme.
7542 - New: External modules can force skin directory so force their own skins.
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/
H A DChangeLog42 FIX: Accountancy - if we define a date start, automatic binding try to continue to solve old binding
242 NEW: add a start date to begin binding in accountancy
304 NEW: can enable/disable users in bulk actions
583 FIX: force payment mode to withdraw
1107 FIX: Send email from bulk action of list of thirdparties
3495 NEW: Send by email available in bulk for expense report
3785 FIX: Generation of invoice from bulk action "Bill Orders"
3888 NEW: Enable bulk actions delete on supplier invoices.
6734 - An external module can force its theme.
7217 - New: External modules can force skin directory so force their own skins.
[all …]
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog6067 Add force-output to sports
6068 * module/ice-9/sports.scm (force-output): New implementation.
6069 (port-bindings): Add force-output.
6385 `force-output' where needed.
13424 * module/system/vm/program.scm (make-binding, binding:name)
15517 'force-close' procedure in the cdr.
45905 (let loop () (force p) (loop))
45907 since `force' acquires P's mutex.
56018 and this seems to be the best; but the bulk of the time is compiling
56236 * module/ice-9/boot-9.scm: Whitespace change, but just a poke to force a
[all …]
/dports/dns/knot3/knot-3.1.5/
H A DNEWS161 - knotc: zone reload with the force flag triggers reload of the zone and its modules
360 - Sockets to CPUs binding is no longer enabled by default but can be enabled
899 - Knotc supports force option in the interactive mode
1405 - Allowed binding to non-local addresses for TCP (Thanks to Julian Brost!)
1463 - Dynamic module loading support with proper module API
1563 - Per zone module and global module inconsistency
1771 - Per-thread UDP socket binding using SO_REUSEPORT on Linux
1816 - Fix binding an unavailable IPv6 address on Linux (IP_FREEBIND)
1979 - DDNS: Ability to process updates in bulk
2309 - Fixed binding to both IPv4 and IPv6 at the same time on special
[all …]

12345678910>>...32