Home
last modified time | relevance | path

Searched +refs:force +refs:bulk +refs:bindings (Results 1 – 25 of 875) sorted by relevance

12345678910>>...35

/dports/lang/racket/racket-8.3/src/expander/syntax/
H A Dbinding-table.rkt53 (ser-push! (table-with-bulk-bindings-bulk-bindings twbb)))
56 (define (deserialize-table-with-bulk-bindings syms bulk-bindings)
57 (table-with-bulk-bindings syms syms bulk-bindings))
97 (define (force-bulk-bindings b bulk-shifts)
164 (table-with-bulk-bindings-bulk-bindings bt)))]
205 ;; loading bulk bindings.
219 (table-with-bulk-bindings-bulk-bindings table))))]
312 (table-with-bulk-bindings-bulk-bindings table))))
351 (table-with-bulk-bindings new-syms new-syms new-bulk-bindings)
368 (for ([bba (in-list (table-with-bulk-bindings-bulk-bindings bt))])
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/syntax/
H A Dbinding-table.rkt53 (ser-push! (table-with-bulk-bindings-bulk-bindings twbb)))
56 (define (deserialize-table-with-bulk-bindings syms bulk-bindings)
57 (table-with-bulk-bindings syms syms bulk-bindings))
97 (define (force-bulk-bindings b bulk-shifts)
164 (table-with-bulk-bindings-bulk-bindings bt)))]
205 ;; loading bulk bindings.
219 (table-with-bulk-bindings-bulk-bindings table))))]
312 (table-with-bulk-bindings-bulk-bindings table))))
351 (table-with-bulk-bindings new-syms new-syms new-bulk-bindings)
368 (for ([bba (in-list (table-with-bulk-bindings-bulk-bindings bt))])
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dserialize.rkt200 (define (make-let* bindings body)
201 (let loop ([vars #hasheq()] [group null] [bindings bindings])
209 (cdr bindings))])))
612 (define mutable-shell-bindings
622 (define shared-bindings
647 shared-bindings
659 ,shared-bindings-expr
853 [(#:table-with-bulk-bindings)
854 (decode* (deserialize-table-with-bulk-bindings syms bulk-bindings))]
936 ;; case scope-specific bindings need to be reified; a `bulk-shifts`
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dserialize.rkt200 (define (make-let* bindings body)
201 (let loop ([vars #hasheq()] [group null] [bindings bindings])
209 (cdr bindings))])))
612 (define mutable-shell-bindings
622 (define shared-bindings
647 shared-bindings
659 ,shared-bindings-expr
853 [(#:table-with-bulk-bindings)
854 (decode* (deserialize-table-with-bulk-bindings syms bulk-bindings))]
936 ;; case scope-specific bindings need to be reified; a `bulk-shifts`
[all …]
/dports/lang/racket/racket-8.3/src/expander/namespace/
H A Dmodule.rkt23 module-force-bulk-binding!
70 force-bulk-binding ; bulk-binding-registry -> any
84 ;; to provided bindings, in case something like a lifted
107 #:force-bulk-binding-callback [force-bulk-binding void]
127 force-bulk-binding
206 ;; bindings, so that bulk bindings can be shared among other
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)))
[all …]
H A Dnamespace.rkt5 "../syntax/bulk-binding.rkt"
27 namespace-bulk-binding-registry
58bulk-binding-registry ; (resolved-module-path -> bulk-provide) for resolving bulk bindings on unma…
109 (namespace-bulk-binding-registry share-from-ns)
110 (make-bulk-binding-registry))
137 (force (unbox (namespace-root-expand-ctx ns))))
/dports/lang/racket-minimal/racket-8.3/src/expander/namespace/
H A Dmodule.rkt23 module-force-bulk-binding!
70 force-bulk-binding ; bulk-binding-registry -> any
84 ;; to provided bindings, in case something like a lifted
107 #:force-bulk-binding-callback [force-bulk-binding void]
127 force-bulk-binding
206 ;; bindings, so that bulk bindings can be shared among other
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)))
[all …]
H A Dnamespace.rkt5 "../syntax/bulk-binding.rkt"
27 namespace-bulk-binding-registry
58bulk-binding-registry ; (resolved-module-path -> bulk-provide) for resolving bulk bindings on unma…
109 (namespace-bulk-binding-registry share-from-ns)
110 (make-bulk-binding-registry))
137 (force (unbox (namespace-root-expand-ctx ns))))
/dports/lang/racket-minimal/racket-8.3/src/expander/eval/
H A Dmodule.rkt152 #:force-bulk-binding-callback
153 (lambda (bulk-binding-registry)
158 … (force-syntax-deserialize syntax-literals-data-instance bulk-binding-registry))
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
293 ;; A `#:empty-namespace` declaration requested a namespace with no initial bindings
311 (define (force-syntax-deserialize syntax-literals-data-instance bulk-binding-registry)
314 ;; Since on-demand loading is disabled, force deserialization
319 (deserialize-syntax bulk-binding-registry)))))
[all …]
/dports/lang/racket/racket-8.3/src/expander/eval/
H A Dmodule.rkt152 #:force-bulk-binding-callback
153 (lambda (bulk-binding-registry)
158 … (force-syntax-deserialize syntax-literals-data-instance bulk-binding-registry))
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
293 ;; A `#:empty-namespace` declaration requested a namespace with no initial bindings
311 (define (force-syntax-deserialize syntax-literals-data-instance bulk-binding-registry)
314 ;; Since on-demand loading is disabled, force deserialization
319 (deserialize-syntax bulk-binding-registry)))))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc7107 " table-with-bulk-bindings-bulk-bindings)"
7125 "(ser-push!_0(table-with-bulk-bindings-bulk-bindings twbb_0))))))"
7213 "(force-bulk-bindings)"
7256 "(table-with-bulk-bindings-bulk-bindings the-struct_0)))"
7442 "(table-with-bulk-bindings-bulk-bindings table_0)))))"
7851 "(force-bulk-bindings"
10826 "(table-with-bulk-bindings-bulk-bindings"
13788 " module-force-bulk-binding"
13904 "(let-values(((force-bulk-binding_0) force-bulk-binding-callback10_0))"
13936 " force-bulk-binding_0"
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc7107 " table-with-bulk-bindings-bulk-bindings)"
7125 "(ser-push!_0(table-with-bulk-bindings-bulk-bindings twbb_0))))))"
7213 "(force-bulk-bindings)"
7256 "(table-with-bulk-bindings-bulk-bindings the-struct_0)))"
7442 "(table-with-bulk-bindings-bulk-bindings table_0)))))"
7851 "(force-bulk-bindings"
10826 "(table-with-bulk-bindings-bulk-bindings"
13788 " module-force-bulk-binding"
13904 "(let-values(((force-bulk-binding_0) force-bulk-binding-callback10_0))"
13936 " force-bulk-binding_0"
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/docs/backend/
H A Dprotocol.md955 To force the current frame to end execution immediately, the client can send a packet of the form:
1321 "bindings":<bindings>, "parent":<parentEnvironment> }
1333 { "type":"block", "actor":<actor>, "bindings":<bindings>, "parent":<parentEnvironment> }
1338 A *bindings* value has the form:
1354 { "to":<envActor>, "type":"bindings" }
1360 { "from":<envActor>, "bindings":<bindings> }
1557 The transport defines two types of packets: JSON and bulk data.
1571 A bulk data packet has the form:
1574 bulk actor type length:data
1579 * The keyword `bulk` is encoded in ASCII, and the spaces are always exactly one ASCII space
[all …]
/dports/www/firefox/firefox-99.0/devtools/docs/contributor/backend/
H A Dprotocol.md945 To force the current frame to end execution immediately, the client can send a packet of the form:
1311 "bindings":<bindings>, "parent":<parentEnvironment> }
1323 { "type":"block", "actor":<actor>, "bindings":<bindings>, "parent":<parentEnvironment> }
1328 A *bindings* value has the form:
1344 { "to":<envActor>, "type":"bindings" }
1350 { "from":<envActor>, "bindings":<bindings> }
1547 The transport defines two types of packets: JSON and bulk data.
1561 A bulk data packet has the form:
1564 bulk actor type length:data
1569 * The keyword `bulk` is encoded in ASCII, and the spaces are always exactly one ASCII space
[all …]
/dports/www/firefox-esr/firefox-91.8.0/devtools/docs/backend/
H A Dprotocol.md945 To force the current frame to end execution immediately, the client can send a packet of the form:
1311 "bindings":<bindings>, "parent":<parentEnvironment> }
1323 { "type":"block", "actor":<actor>, "bindings":<bindings>, "parent":<parentEnvironment> }
1328 A *bindings* value has the form:
1344 { "to":<envActor>, "type":"bindings" }
1350 { "from":<envActor>, "bindings":<bindings> }
1547 The transport defines two types of packets: JSON and bulk data.
1561 A bulk data packet has the form:
1564 bulk actor type length:data
1569 * The keyword `bulk` is encoded in ASCII, and the spaces are always exactly one ASCII space
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/docs/backend/
H A Dprotocol.md945 To force the current frame to end execution immediately, the client can send a packet of the form:
1311 "bindings":<bindings>, "parent":<parentEnvironment> }
1323 { "type":"block", "actor":<actor>, "bindings":<bindings>, "parent":<parentEnvironment> }
1328 A *bindings* value has the form:
1344 { "to":<envActor>, "type":"bindings" }
1350 { "from":<envActor>, "bindings":<bindings> }
1547 The transport defines two types of packets: JSON and bulk data.
1561 A bulk data packet has the form:
1564 bulk actor type length:data
1569 * The keyword `bulk` is encoded in ASCII, and the spaces are always exactly one ASCII space
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/docs/backend/
H A Dprotocol.md969 To force the current frame to end execution immediately, the client can send a packet of the form:
1351 "bindings":<bindings>, "parent":<parentEnvironment> }
1363 { "type":"block", "actor":<actor>, "bindings":<bindings>, "parent":<parentEnvironment> }
1368 A *bindings* value has the form:
1384 { "to":<envActor>, "type":"bindings" }
1390 { "from":<envActor>, "bindings":<bindings> }
1587 The transport defines two types of packets: JSON and bulk data.
1601 A bulk data packet has the form:
1604 bulk actor type length:data
1609 * The keyword `bulk` is encoded in ASCII, and the spaces are always exactly one ASCII space
[all …]
/dports/devel/py-python-subunit/python-subunit-1.3.0/
H A DPKG-INFO54 language bindings for python, C, C++ and shell. Bindings are easy to write
86 Subunit's language bindings act as integration with various test runners like
109 Subunit has C bindings to emit the protocol. The 'check' C unit testing project
125 Then there are unittest facilities similar to those for C : shell bindings
165 to either discard stored results (if protocol changes are made), or bulk
309 the bulk of the packet, as long as the routing code size increase doesn't force
H A DREADME.rst46 language bindings for python, C, C++ and shell. Bindings are easy to write
78 Subunit's language bindings act as integration with various test runners like
101 Subunit has C bindings to emit the protocol. The 'check' C unit testing project
117 Then there are unittest facilities similar to those for C : shell bindings
157 to either discard stored results (if protocol changes are made), or bulk
301 the bulk of the packet, as long as the routing code size increase doesn't force
/dports/devel/py-python-subunit/python-subunit-1.3.0/python_subunit.egg-info/
H A DPKG-INFO54 language bindings for python, C, C++ and shell. Bindings are easy to write
86 Subunit's language bindings act as integration with various test runners like
109 Subunit has C bindings to emit the protocol. The 'check' C unit testing project
125 Then there are unittest facilities similar to those for C : shell bindings
165 to either discard stored results (if protocol changes are made), or bulk
309 the bulk of the packet, as long as the routing code size increase doesn't force
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/python-subunit-0.0.16/
H A DPKG-INFO54 language bindings for python, C, C++ and shell. Bindings are easy to write
85 Subunit's language bindings act as integration with various test runners like
108 Subunit has C bindings to emit the protocol. The 'check' C unit testing project
124 Then there are unittest facilities similar to those for C : shell bindings
164 to either discard stored results (if protocol changes are made), or bulk
300 the bulk of the packet, as long as the routing code size increase doesn't force
H A DREADME46 language bindings for python, C, C++ and shell. Bindings are easy to write
77 Subunit's language bindings act as integration with various test runners like
100 Subunit has C bindings to emit the protocol. The 'check' C unit testing project
116 Then there are unittest facilities similar to those for C : shell bindings
156 to either discard stored results (if protocol changes are made), or bulk
292 the bulk of the packet, as long as the routing code size increase doesn't force
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/python-subunit-0.0.16/python_subunit.egg-info/
H A DPKG-INFO54 language bindings for python, C, C++ and shell. Bindings are easy to write
85 Subunit's language bindings act as integration with various test runners like
108 Subunit has C bindings to emit the protocol. The 'check' C unit testing project
124 Then there are unittest facilities similar to those for C : shell bindings
164 to either discard stored results (if protocol changes are made), or bulk
300 the bulk of the packet, as long as the routing code size increase doesn't force
/dports/databases/rrdtool/rrdtool-1.7.2/
H A DCHANGES1017 not force the message encoding ... messages should be encoded in
1574 bindings/ruby/main.c, bindings/tcl/tclrrd.c: bindings should
3351 sent to a daemon which caches them prior to bulk-updating rrd
4394 bindings/python/setup.py, bindings/ruby, bindings/ruby/CHANGES,
4396 bindings/ruby/main.c, bindings/ruby/test.rb, bindings/tcl,
4924 * src/rrd_update.c: don't force data out ... let cache management do
6016 * src/rrd_restore.c: make force option work
6219 force overwrite when restoring from xml to rrd. -- Eldad Zack
6232 * src/rrd_update.c: rrd files should NOT change size ever ... bulk
8056 bindings, bindings/Makefile.am, bindings/perl-piped,
[all …]
/dports/archivers/dpkg/dpkg-1.19.7/dselect/po/
H A Dit.po16 # `bulk update' ......: `aggiornamento massivo'
175 #: dselect/bindings.cc
179 #: dselect/bindings.cc
184 #: dselect/bindings.cc
188 #: dselect/bindings.cc
192 #: dselect/bindings.cc
196 #: dselect/bindings.cc
200 #: dselect/bindings.cc
204 #: dselect/bindings.cc
208 #: dselect/bindings.cc
[all …]

12345678910>>...35