Home
last modified time | relevance | path

Searched +refs:flip +refs:introduction +refs:and +refs:use +refs:scopes (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/lang/racket-minimal/racket-8.3/src/expander/expand/
H A Ddefinition-context.rkt31 flip-introduction-scopes
32 flip-introduction-and-use-scopes
94 … (define pre-id (remove-intdef-use-site-scopes (flip-introduction-scopes id ctx)
118 (define input-s (flip-introduction-scopes (add-intdef-scopes s all-intdefs) ctx))
135 (flip-introduction-scopes id ctx)))
208 (remove-intdef-use-site-scopes
346 [current-introduction-scopes null]
361 (define (flip-introduction-scopes s ctx)
362 (flip-scopes s (expand-context-current-introduction-scopes ctx)))
364 (define (flip-introduction-and-use-scopes s ctx)
[all …]
H A Dapply-transformer.rkt59 (flip-introduction-scopes s ctx)
64 (and binding-id
65 (flip-introduction-scopes binding-id ctx)))
76 (lambda (s) (flip-introduction-scopes s ctx))
96 (define use-scopes (maybe-create-use-site-scope ctx binding))
100 (define use-s (add-scopes intro-s use-scopes))
107 intro-scope use-scopes
111 (define result-s (flip-scope s intro-scope))
120 intro-scope use-scopes
124 [current-introduction-scopes (list intro-scope)]
[all …]
H A Dsyntax-local.rkt99 (define new-s (flip-introduction-and-use-scopes s ctx))
110 (remove-intdef-use-site-scopes id intdef)
111 (remove-use-site-scopes id ctx)))
124 (and id
146 [(flip) (flip-scope s sc)]
173 [(flip) (syntax-add-shifts (flip-scopes s delta-scs) shifts #:non-source? #t)]
200 (let loop ([id (flip-introduction-scopes id ctx)])
250 (define added-s (flip-introduction-scopes s ctx))
252 (map (lambda (id) (flip-introduction-scopes id ctx))
282 (define added-s (flip-introduction-scopes s ctx))
[all …]
H A Dmain.rkt381 (define intro-s (flip-scope s intro-scope))
383 (define use-scopes (maybe-create-use-site-scope ctx binding))
384 (define use-s (add-scopes intro-s use-scopes))
393 intro-scope use-scopes def-ctx-scopes
396 ;; Flip the introduction scope
397 (define result-s (flip-scope transformed-s intro-scope))
411 intro-scope use-scopes def-ctx-scopes
418 (if (and confine-def-ctx-scopes?
424 [current-introduction-scopes (list intro-scope)]
425 [current-use-scopes use-scopes]
[all …]
/dports/lang/racket/racket-8.3/src/expander/expand/
H A Ddefinition-context.rkt31 flip-introduction-scopes
32 flip-introduction-and-use-scopes
94 … (define pre-id (remove-intdef-use-site-scopes (flip-introduction-scopes id ctx)
118 (define input-s (flip-introduction-scopes (add-intdef-scopes s all-intdefs) ctx))
135 (flip-introduction-scopes id ctx)))
208 (remove-intdef-use-site-scopes
346 [current-introduction-scopes null]
361 (define (flip-introduction-scopes s ctx)
362 (flip-scopes s (expand-context-current-introduction-scopes ctx)))
364 (define (flip-introduction-and-use-scopes s ctx)
[all …]
H A Dapply-transformer.rkt59 (flip-introduction-scopes s ctx)
64 (and binding-id
65 (flip-introduction-scopes binding-id ctx)))
76 (lambda (s) (flip-introduction-scopes s ctx))
96 (define use-scopes (maybe-create-use-site-scope ctx binding))
100 (define use-s (add-scopes intro-s use-scopes))
107 intro-scope use-scopes
111 (define result-s (flip-scope s intro-scope))
120 intro-scope use-scopes
124 [current-introduction-scopes (list intro-scope)]
[all …]
H A Dsyntax-local.rkt99 (define new-s (flip-introduction-and-use-scopes s ctx))
110 (remove-intdef-use-site-scopes id intdef)
111 (remove-use-site-scopes id ctx)))
124 (and id
146 [(flip) (flip-scope s sc)]
173 [(flip) (syntax-add-shifts (flip-scopes s delta-scs) shifts #:non-source? #t)]
200 (let loop ([id (flip-introduction-scopes id ctx)])
250 (define added-s (flip-introduction-scopes s ctx))
252 (map (lambda (id) (flip-introduction-scopes id ctx))
282 (define added-s (flip-introduction-scopes s ctx))
[all …]
H A Dmain.rkt381 (define intro-s (flip-scope s intro-scope))
383 (define use-scopes (maybe-create-use-site-scope ctx binding))
384 (define use-s (add-scopes intro-s use-scopes))
393 intro-scope use-scopes def-ctx-scopes
396 ;; Flip the introduction scope
397 (define result-s (flip-scope transformed-s intro-scope))
411 intro-scope use-scopes def-ctx-scopes
418 (if (and confine-def-ctx-scopes?
424 [current-introduction-scopes (list intro-scope)]
425 [current-use-scopes use-scopes]
[all …]
/dports/lang/racket/racket-8.3/src/expander/syntax/
H A Dscope.rkt25 flip-scope
26 flip-scopes
42 propagation-mpi-shift ; for use by "binding.rkt"
82 … kind ; 'macro for macro-introduction scopes, otherwise treated as debug info
202 ;; needs to recognize representative scopes and treat
298 ;; looking up the label phase, then use the representative scope at
533 (apply-scope s (generalize-scope sc) set-flip propagation-flip))
535 (define (flip-scopes s scs)
601 [(and (eq? current-op 'flip)
930 #:when (and b-scopes binding (subset? b-scopes scopes)))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/syntax/
H A Dscope.rkt25 flip-scope
26 flip-scopes
42 propagation-mpi-shift ; for use by "binding.rkt"
82 … kind ; 'macro for macro-introduction scopes, otherwise treated as debug info
202 ;; needs to recognize representative scopes and treat
298 ;; looking up the label phase, then use the representative scope at
533 (apply-scope s (generalize-scope sc) set-flip propagation-flip))
535 (define (flip-scopes s scs)
601 [(and (eq? current-op 'flip)
930 #:when (and b-scopes binding (subset? b-scopes scopes)))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dstx-trans.scrbl320 Expansion records @tech{use-site scopes} for removal from definition bindings. When the
323 use-site scopes are recorded with the current expand context.
503 @tech{macro-introduction scopes} and @tech{use-site scopes} on the arguments
512 @tech{use-site scopes} and which @tech{code inspector} to use during
536 should use @racket[internal-definition-context-add-scopes] to apply the context's scopes to the syn…
667 [mode (or/c 'flip 'add 'remove) 'flip])
1143 context, the function removes use-site scopes created during expansion
1165 @tech{macro-introduction scope} and the @tech{use-site scope}, if any---is flipped
1167 on macro-introduction and use-site @tech{scopes}.
1197 and different result procedures use distinct scopes.
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc46878 "(flip-introduction-scopes"
47112 "(flip-introduction-scopes"
47318 "(flip-introduction-scopes"
47885 "(flip-introduction-scopes)"
47888 "(flip-introduction-and-use-scopes)"
47890 "(begin(flip-scopes(flip-introduction-scopes s_0 ctx_0)(expand-context-current-use-scopes ctx_0))))…
47973 "(let-values(((new-s_0)(flip-introduction-and-use-scopes s_0 ctx_0)))"
65591 "(flip-introduction-scopes"
65761 "(flip-introduction-scopes"
65915 "(flip-introduction-scopes"
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc46878 "(flip-introduction-scopes"
47112 "(flip-introduction-scopes"
47318 "(flip-introduction-scopes"
47885 "(flip-introduction-scopes)"
47888 "(flip-introduction-and-use-scopes)"
47890 "(begin(flip-scopes(flip-introduction-scopes s_0 ctx_0)(expand-context-current-use-scopes ctx_0))))…
47973 "(let-values(((new-s_0)(flip-introduction-and-use-scopes s_0 ctx_0)))"
65591 "(flip-introduction-scopes"
65761 "(flip-introduction-scopes"
65915 "(flip-introduction-scopes"
[all …]
/dports/lang/perl5.34/perl-5.34.0/pod/
H A Dperl5120delta.pod306 =item flip-flop operators
308 The C<..> and C<...> flip-flop operators are now evaluated in boolean
312 whether a given value is an integer between 1 and 10; you should use
315 However, contrary to 5.10.0, evaluating the flip-flop operators in
566 implementation of scopes.
882 (or flip)> warnings. [perl #71204]
1412 L<perlperf>, by Richard Foley, provides an introduction to the use of
1488 for clarity, consistent use of language, and to fix the spelling of Tom
1619 C<perl -V> now reports use of the compile-time options C<USE_PERL_ATOF> and
2368 in the optree, use reg_temp_copy() to create a copy of it, and return a
[all …]
H A Dperl58delta.pod123 Previously in Perl 5.6 to use Unicode one would say "use utf8" and
129 to the data itself, and for most of the time "use utf8" is not needed
137 and L<utf8> for the current use of the utf8 pragma.
332 Unicode in I/O should work now. See L<perluniintro> for introduction
1579 perlintro is a gentle introduction to Perl.
1628 perluniintro is an introduction to using Unicode in Perl.
1802 (see INSTALL) and you use Configure -Dprefix=/foo/bar and in the old
1819 'gcc', an automatic attempt is made to find and use 'gcc' instead.
2208 Lexical warnings now propagating correctly between scopes
3011 Warnings relating to the use interpreter threads and their shared data
[all …]
/dports/lang/perl5.30/perl-5.30.3/pod/
H A Dperl5120delta.pod306 =item flip-flop operators
308 The C<..> and C<...> flip-flop operators are now evaluated in boolean
312 whether a given value is an integer between 1 and 10; you should use
315 However, contrary to 5.10.0, evaluating the flip-flop operators in
566 implementation of scopes.
882 (or flip)> warnings. [perl #71204]
1412 L<perlperf>, by Richard Foley, provides an introduction to the use of
1488 for clarity, consistent use of language, and to fix the spelling of Tom
1619 C<perl -V> now reports use of the compile-time options C<USE_PERL_ATOF> and
2368 in the optree, use reg_temp_copy() to create a copy of it, and return a
[all …]
H A Dperl58delta.pod123 Previously in Perl 5.6 to use Unicode one would say "use utf8" and
129 to the data itself, and for most of the time "use utf8" is not needed
137 and L<utf8> for the current use of the utf8 pragma.
332 Unicode in I/O should work now. See L<perluniintro> for introduction
1579 perlintro is a gentle introduction to Perl.
1628 perluniintro is an introduction to using Unicode in Perl.
1802 (see INSTALL) and you use Configure -Dprefix=/foo/bar and in the old
1819 'gcc', an automatic attempt is made to find and use 'gcc' instead.
2208 Lexical warnings now propagating correctly between scopes
3011 Warnings relating to the use interpreter threads and their shared data
[all …]
/dports/lang/perl5.32/perl-5.32.1/pod/
H A Dperl5120delta.pod306 =item flip-flop operators
308 The C<..> and C<...> flip-flop operators are now evaluated in boolean
312 whether a given value is an integer between 1 and 10; you should use
315 However, contrary to 5.10.0, evaluating the flip-flop operators in
566 implementation of scopes.
882 (or flip)> warnings. [perl #71204]
1412 L<perlperf>, by Richard Foley, provides an introduction to the use of
1488 for clarity, consistent use of language, and to fix the spelling of Tom
1619 C<perl -V> now reports use of the compile-time options C<USE_PERL_ATOF> and
2368 in the optree, use reg_temp_copy() to create a copy of it, and return a
[all …]
H A Dperl58delta.pod123 Previously in Perl 5.6 to use Unicode one would say "use utf8" and
129 to the data itself, and for most of the time "use utf8" is not needed
137 and L<utf8> for the current use of the utf8 pragma.
332 Unicode in I/O should work now. See L<perluniintro> for introduction
1579 perlintro is a gentle introduction to Perl.
1628 perluniintro is an introduction to using Unicode in Perl.
1802 (see INSTALL) and you use Configure -Dprefix=/foo/bar and in the old
1819 'gcc', an automatic attempt is made to find and use 'gcc' instead.
2208 Lexical warnings now propagating correctly between scopes
3011 Warnings relating to the use interpreter threads and their shared data
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/pod/
H A Dperl5120delta.pod306 =item flip-flop operators
308 The C<..> and C<...> flip-flop operators are now evaluated in boolean
312 whether a given value is an integer between 1 and 10; you should use
315 However, contrary to 5.10.0, evaluating the flip-flop operators in
566 implementation of scopes.
882 (or flip)> warnings. [perl #71204]
1412 L<perlperf>, by Richard Foley, provides an introduction to the use of
1488 for clarity, consistent use of language, and to fix the spelling of Tom
1619 C<perl -V> now reports use of the compile-time options C<USE_PERL_ATOF> and
2368 in the optree, use reg_temp_copy() to create a copy of it, and return a
[all …]
H A Dperl58delta.pod123 Previously in Perl 5.6 to use Unicode one would say "use utf8" and
129 to the data itself, and for most of the time "use utf8" is not needed
137 and L<utf8> for the current use of the utf8 pragma.
332 Unicode in I/O should work now. See L<perluniintro> for introduction
1579 perlintro is a gentle introduction to Perl.
1628 perluniintro is an introduction to using Unicode in Perl.
1802 (see INSTALL) and you use Configure -Dprefix=/foo/bar and in the old
1819 'gcc', an automatic attempt is made to find and use 'gcc' instead.
2208 Lexical warnings now propagating correctly between scopes
3011 Warnings relating to the use interpreter threads and their shared data
[all …]
/dports/textproc/hs-lhs2tex/lhs2tex-1.24/doc/
H A DGuide2.lhs424 code from the compiler, but not from |lhs2TeX|, you can flip the @>@
700 style and the \textbf{newcode} style. If you intend to use one of the
744 % End of introduction part -- begin of reference
763 different use cases.
814 directive scopes over the rest of the input, and if multiple
1351 Here is an example of its use:
1511 in use.
1633 explicit quantification and tends to use different variable
1672 of its output. The average user will and should not need to use
1684 use of each of the categories.
[all …]
/dports/multimedia/kdenlive/kdenlive-21.12.3/po/fr/
H A Dkdenlive.po1312 "typical use case is to add effects in the following sequence: this effect, "
1396 "to composite the current frame's image over the snapshot. The typical use "
1482 "The typical use case is to add effects in the following sequence: this "
2511 msgid "use cos instead of linear"
6766 msgid "%1 missing source clips, you can only use the proxies"
11460 "This action cannot be undone, only use if you know what you are doing.\n"
17859 #~ msgid "Simple vertical flip"
20150 #~ msgstr "Utiliser le premier film comme introduction"
20412 #~ msgid "Ctrl + click to use spacer on current track only"
21248 #~ msgid "Cannot use spacer in a track with a group"
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/misc/
H A DChangeLog-2.106 * Documentation/user/introduction.itely: Don't let images overlap
138 * Documentation/user/introduction.itely: Minor improvements.
197 sort commits, and use .git-commits-done file.
215 implement and use ASSERT_LIVE_IS_ALLOWED()
226 clear lexer scopes after parsing file. Plugs pseudo memory leak
6547 array.hh, parray.hh at all. Getting ready to flip the
9229 * lily/book.cc (process): bugfix: flip ?: cases.
12109 introduction.itely, tutorial.itely: rearranging, editing,
12532 * Documentation/user/introduction.itely,
14301 * scm/backend-library.scm (output-scopes, header-to-file): Move
[all …]
/dports/print/lilypond/lilypond-2.22.1/Documentation/misc/
H A DChangeLog-2.106 * Documentation/user/introduction.itely: Don't let images overlap
138 * Documentation/user/introduction.itely: Minor improvements.
197 sort commits, and use .git-commits-done file.
215 implement and use ASSERT_LIVE_IS_ALLOWED()
226 clear lexer scopes after parsing file. Plugs pseudo memory leak
6547 array.hh, parray.hh at all. Getting ready to flip the
9229 * lily/book.cc (process): bugfix: flip ?: cases.
12109 introduction.itely, tutorial.itely: rearranging, editing,
12532 * Documentation/user/introduction.itely,
14301 * scm/backend-library.scm (output-scopes, header-to-file): Move
[all …]

1234567891011