Home
last modified time | relevance | path

Searched +refs:expand +refs:context +refs:for +refs:serializable (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/lang/racket-minimal/racket-8.3/src/expander/eval/
H A Dmain.rkt10 "../expand/context.rkt"
12 [expand expand-in-context])
23 "../expand/lift-context.rkt"
147 (define ctx (make-expand-context ns
149 #:for-serializable? serializable?
181 (expand-capturing-lifts s (struct*-copy expand-context (make-expand-context ns)
212 #:serializable? [serializable? #f] ; for module+submodule expansion
222 [for-serializable? serializable?]))
226 (expand-capturing-lifts s (struct*-copy expand-context tl-ctx
315 (define ns (expand-context-namespace ctx))
[all …]
/dports/lang/racket/racket-8.3/src/expander/eval/
H A Dmain.rkt10 "../expand/context.rkt"
12 [expand expand-in-context])
23 "../expand/lift-context.rkt"
147 (define ctx (make-expand-context ns
149 #:for-serializable? serializable?
181 (expand-capturing-lifts s (struct*-copy expand-context (make-expand-context ns)
212 #:serializable? [serializable? #f] ; for module+submodule expansion
222 [for-serializable? serializable?]))
226 (expand-capturing-lifts s (struct*-copy expand-context tl-ctx
315 (define ns (expand-context-namespace ctx))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/expand/
H A Dcontext.rkt17 make-expand-context
19 current-expand-context
21 without-expand-context
42 (struct* expand-context root-expand-context
54 module-begin-k ; expander for `#%module-begin` in a 'module-begin context
71 for-serializable? ; accumulate submodules as serializable?
79 #:for-serializable? [for-serializable? #f]
84 (expand-context (root-expand-context-self-mpi root-ctx)
122 for-serializable?
142 ;; An expand-context or a delayed expand context (so use `force`):
[all …]
H A Dmodule.rkt49 (unless (eq? (expand-context-context ctx) 'top-level)
66 (unless (eq? (expand-context-context ctx) 'module-begin)
73 ((expand-context-module-begin-k ctx)
75 (struct*-copy expand-context ctx
157 ;; Initial context for all body expansions:
158 (define ctx (struct*-copy expand-context (copy-root-expand-context init-ctx root-ctx)
537 (root-expand-context-encode-for-module root-ctx self self)
593 (struct*-copy expand-context ctx
1181 (root-expand-context-encode-for-module root-ctx self self)
1193 #:serializable? (expand-context-for-serializable? ctx)
[all …]
/dports/lang/racket/racket-8.3/src/expander/expand/
H A Dcontext.rkt17 make-expand-context
19 current-expand-context
21 without-expand-context
42 (struct* expand-context root-expand-context
54 module-begin-k ; expander for `#%module-begin` in a 'module-begin context
71 for-serializable? ; accumulate submodules as serializable?
79 #:for-serializable? [for-serializable? #f]
84 (expand-context (root-expand-context-self-mpi root-ctx)
122 for-serializable?
142 ;; An expand-context or a delayed expand context (so use `force`):
[all …]
H A Dmodule.rkt49 (unless (eq? (expand-context-context ctx) 'top-level)
66 (unless (eq? (expand-context-context ctx) 'module-begin)
73 ((expand-context-module-begin-k ctx)
75 (struct*-copy expand-context ctx
157 ;; Initial context for all body expansions:
158 (define ctx (struct*-copy expand-context (copy-root-expand-context init-ctx root-ctx)
537 (root-expand-context-encode-for-module root-ctx self self)
593 (struct*-copy expand-context ctx
1181 (root-expand-context-encode-for-module root-ctx self self)
1193 #:serializable? (expand-context-for-serializable? ctx)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dtop.rkt7 "../expand/root-expand-context.rkt"
8 "../expand/parsed.rkt"
14 "context.rkt"
33 #:serializable? #f
38 ;; `serializable?` is false, don't bother generating the linklet for
41 #:serializable? [serializable? #t]
74 #:serializable? serializable?
96 [serializable?
160 ;; (which is handled separately for modules)
172 ;; for a form to claim to be an expression and yet expand to a `begin`
[all …]
H A Dmodule.rkt12 "../expand/parsed.rkt"
18 "context.rkt"
35 #:serializable? [serializable? #f]
77 #:serializable? serializable?
102 …(define encoded-root-expand-ctx-box (box (parsed-module-encoded-root-ctx p))) ; for `module->names…
111 (define body-cctx (struct-copy compile-context cctx
134 ;; the expand-time module path.
155 #:encoded-root-expand-ctx-box encoded-root-expand-ctx-box
176 #:serializable? serializable?
211 ;; Include an encoding of the root expand context, if any, so that
[all …]
H A Dform.rkt11 "../expand/root-expand-context.rkt"
12 "../expand/parsed.rkt"
42 … #:encoded-root-expand-ctx-box [encoded-root-expand-ctx-box #f] ; encoded root context, if any
48 #:serializable? [serializable? #t]
216 ;; Register root-expand-context, if any, encoded as a syntax object;
218 (define encoded-root-expand-pos
219 (and encoded-root-expand-ctx-box
280 #:serializable? serializable?
318 encoded-root-expand-pos))
333 (define top-level-bind-scope (root-expand-context-top-level-bind-scope
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dtop.rkt7 "../expand/root-expand-context.rkt"
8 "../expand/parsed.rkt"
14 "context.rkt"
33 #:serializable? #f
38 ;; `serializable?` is false, don't bother generating the linklet for
41 #:serializable? [serializable? #t]
74 #:serializable? serializable?
96 [serializable?
160 ;; (which is handled separately for modules)
172 ;; for a form to claim to be an expression and yet expand to a `begin`
[all …]
H A Dmodule.rkt12 "../expand/parsed.rkt"
18 "context.rkt"
35 #:serializable? [serializable? #f]
77 #:serializable? serializable?
102 …(define encoded-root-expand-ctx-box (box (parsed-module-encoded-root-ctx p))) ; for `module->names…
111 (define body-cctx (struct-copy compile-context cctx
134 ;; the expand-time module path.
155 #:encoded-root-expand-ctx-box encoded-root-expand-ctx-box
176 #:serializable? serializable?
211 ;; Include an encoding of the root expand context, if any, so that
[all …]
H A Dform.rkt11 "../expand/root-expand-context.rkt"
12 "../expand/parsed.rkt"
42 … #:encoded-root-expand-ctx-box [encoded-root-expand-ctx-box #f] ; encoded root context, if any
48 #:serializable? [serializable? #t]
216 ;; Register root-expand-context, if any, encoded as a syntax object;
218 (define encoded-root-expand-pos
219 (and encoded-root-expand-ctx-box
280 #:serializable? serializable?
318 encoded-root-expand-pos))
333 (define top-level-bind-scope (root-expand-context-top-level-bind-scope
[all …]
/dports/lang/racket/racket-8.3/src/cs/
H A Dlinklet.sls4 expand/optimize-linklet ; for optimization test suite
39 compile-context-preservation-enabled
277 (define (expand/optimize* e unsafe?)
519 (define expand/optimize-linklet ; for testing
536 (define inline? (not (|#%app| compile-context-preservation-enabled)))
550 (and (not just-expand?)
591 ;; don't need extract for non-serializable 'lambda mode
593 ;; need lift only for serializable JIT mode
638 [just-expand? (expand/optimize* impl unsafe?)]
1219 (define compile-context-preservation-enabled
[all …]
/dports/lang/racket-minimal/racket-8.3/src/cs/
H A Dlinklet.sls4 expand/optimize-linklet ; for optimization test suite
39 compile-context-preservation-enabled
277 (define (expand/optimize* e unsafe?)
519 (define expand/optimize-linklet ; for testing
536 (define inline? (not (|#%app| compile-context-preservation-enabled)))
550 (and (not just-expand?)
591 ;; don't need extract for non-serializable 'lambda mode
593 ;; need lift only for serializable JIT mode
638 [just-expand? (expand/optimize* impl unsafe?)]
1219 (define compile-context-preservation-enabled
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/
H A Ddemo.rkt22 #:serializable? [serializable? #f])
28 (define c (compile (if check-reexpand? exp-e e) ns (or serializable?
40 #:serializable? [serializable? #f])
42 (expand+compile-expression e #:namespace ns #:serializable? serializable?))
366 "local-expand"
419 #rx"expanded syntax not in its original lexical context")
421 "internal definition context"
428 [(intdef) (syntax-local-make-definition-context)])
450 (internal-definition-context-introduce
1402 (check-value (list->set (hash-ref (syntax-debug-info s-also-in-alt) 'context #f))
[all …]
/dports/lang/racket/racket-8.3/src/expander/
H A Ddemo.rkt22 #:serializable? [serializable? #f])
28 (define c (compile (if check-reexpand? exp-e e) ns (or serializable?
40 #:serializable? [serializable? #f])
42 (expand+compile-expression e #:namespace ns #:serializable? serializable?))
366 "local-expand"
419 #rx"expanded syntax not in its original lexical context")
421 "internal definition context"
428 [(intdef) (syntax-local-make-definition-context)])
450 (internal-definition-context-introduce
1402 (check-value (list->set (hash-ref (syntax-debug-info s-also-in-alt) 'context #f))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc15988 " expand-context/inner-for-serializable?"
16194 "(expand-context-for-serializable?)"
46022 "(expand-context/inner-for-serializable?"
52129 "(expand-context/inner-for-serializable?"
52652 "(expand-context/inner-for-serializable?"
79052 "(expand-context/inner-for-serializable?"
80553 "(expand-context/inner-for-serializable?"
80987 "(expand-context/inner-for-serializable?"
81261 "(expand-context/inner-for-serializable?"
81451 "(expand-context/inner-for-serializable?"
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc15988 " expand-context/inner-for-serializable?"
16194 "(expand-context-for-serializable?)"
46022 "(expand-context/inner-for-serializable?"
52129 "(expand-context/inner-for-serializable?"
52652 "(expand-context/inner-for-serializable?"
79052 "(expand-context/inner-for-serializable?"
80553 "(expand-context/inner-for-serializable?"
80987 "(expand-context/inner-for-serializable?"
81261 "(expand-context/inner-for-serializable?"
81451 "(expand-context/inner-for-serializable?"
[all …]
/dports/lang/racket/racket-8.3/collects/racket/private/
H A Dclass-internal.rkt40 define-serializable-class define-serializable-class*
258 (define/provide-context-keyword
364 [expand-context (generate-class-expand-context)]
365 [expand
367 (local-expand
369 expand-context
468 (local-expand
667 (if can-expand?
1816 (unless (class-top-level-context? (syntax-local-context))
1866 (unless (class-top-level-context? (syntax-local-context))
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/private/
H A Dclass-internal.rkt40 define-serializable-class define-serializable-class*
258 (define/provide-context-keyword
364 [expand-context (generate-class-expand-context)]
365 [expand
367 (local-expand
369 expand-context
468 (local-expand
667 (if can-expand?
1816 (unless (class-top-level-context? (syntax-local-context))
1866 (unless (class-top-level-context? (syntax-local-context))
[all …]
/dports/lang/racket/racket-8.3/doc/reference/
H A Dblueboxes.rktd9009 (local-expand  stx      
9251 (expand-import require-spec)
9452 (expand-syntax stx [insp]) -> syntax?
11063 (serializable? v) -> boolean?
11071   v : serializable?
11117 prop:serializable : property?
12481      = '(serializable)
12495      = '(serializable)
12508      = '(serializable)
12523      = '(serializable)
[all …]
/dports/java/jgraph/jgraph-java-5.13.0.4/
H A DChangeLog49 - Switches off D3D for all examples
278 - Fixes preview of children for context edges in GraphContext
338 - Adds marquee handler as an optional serializable field
478 - GraphTransferHandler creates serializable bounds
506 - Refreshes context instead of update in GraphLayoutCache
516 - Adds default implementations for getPerimeterPoint for edges
573 - Makes PortView.getLocation serializable in AttributeMap.clonePoints
745 - Refreshes context in GraphLayoutCache.GraphViewChange.execute
757 - Adds insertVertex, -edge, -group, ungroup, collapse, expand to GraphLayoutCache
760 - Adds context for visible cells in GraphViewEdit.execute
[all …]
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/changes/
H A Dchanges-2.xtp92 </li><li>x:if and x:when need node context for x:foreach (rep by Phil Smy)
116 </li><li>JSP x:foreach node context fixed (rep by mhliu787)
639 </li><li>context-path was not case insensitive for win32 (rep by Rene Trussell-Cullen)
686 </li><li>expand PE required in parseContentParticle (fixed! by David Soergel)
759 </li><li>war-dir and war-expand-dir should make directories automatically
778 </li><li>ResinStatusServlet needs test for null EJB context
1069 </li><li>war-dir and war-expand-dir not dynamically reloaded (rep by Chris Lechner)
1323 </li><li>(2001-09-04) nested xsl:for-each wasn't setting the context properly (rep by Stefan Scholl…
1358 </li><li>System.properties is now context-sensitive, i.e. separate for each web-app.
1392 </li><li>Make DBPool serializable (rep by Chris Beck)
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/
H A DCHANGELOG-3.2.md1 CHANGELOG for 3.2.x
76 …* bug #22943 [SecurityBundle] Move cache of the firewall context into the request parameters (Grom…
79 * bug #23128 [HttpFoundation] fix for Support for new 7.1 session options (vincentaubert)
211 * bug #21865 [Security] context listener: hardening user provider handling (xabbuh)
278 * bug #21401 [Debug] Workaround "null" $context (nicolas-grekas)
307 * bug #20793 [Validator] Fix caching of constraints derived from non-serializable parents (uwej711)
416 * bug #20664 [Validator] ensure the proper context for nested validations (xabbuh)
453 * bug #20519 [Debug] Remove GLOBALS from exception context to avoid endless recursion (Seldaek)
527 …* feature #19745 [Validator] Added context object method callback to choice validator (Peter Bouwd…
561 …* feature #19339 [WebProfilerBundle][Form][DX] To expand the form nodes that contains children wit…
[all …]
/dports/lang/coffeescript/coffeescript-2.6.1/src/
H A Dnodes.coffee286 # Create serializable representation of this node.
475 @expand = (fragments) ->
477 fragments[i..i] = @expand fragment.fragments
682 HoistTarget.expand fragments
2390 # When used as a value, expand the range into the equivalent array.
3472 o?.level is LEVEL_TOP and @context? and (@moduleDeclaration or "?" in @context)
3493 return unless not @context or @context is '**='
3659 (i for obj, i in objs when obj instanceof Assign and obj.context is 'object')
3781 if "?" in @context
3916 @context = o.scope.method.context if o.scope.method?.bound
[all …]

12345678