Home
last modified time | relevance | path

Searched +refs:add +refs:post +refs:expansion +refs:scope (Results 26 – 50 of 4012) sorted by relevance

12345678910>>...161

/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc12392 "(post-expansion-scope)"
31150 "(let-values(((post-expansion-sc_0)(post-expansion-scope(root-expand-context-post-expansion root-ct…
31165 "(let-values(((post-expansion-s_0)(add-scopes(datum->syntax$1 #f 'post)(set->list post-expansion-sc…
44128 "(post-expansion-scope"
45821 "(maybe-add-post-expansion)"
50779 "(post-expansion-scope"
82571 "(add-post-expansion-scope"
82639 "(add-post-expansion-scope"
84434 "(add-post-expansion-scope)"
84517 "(add-post-expansion-scope bodys_1 body-ctx_0)))))))"
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dmodule.rkt4 "../syntax/scope.rkt"
63 ;; We've already compiled the module body during expansion.
64 ;; Update the name in the compiled form and add in submodules.
72 (map cdr post-submodules)))]
81 #:post-submodules post-submodules
93 #:post-submodules post-submodules ; sorted by name
135 (unless (null? post-submodules)
317 [bundle (if (null? post-submodules)
319 (hash-set bundle 'post (map car post-submodules)))]
347 (null? post-submodules)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dmodule.rkt4 "../syntax/scope.rkt"
63 ;; We've already compiled the module body during expansion.
64 ;; Update the name in the compiled form and add in submodules.
72 (map cdr post-submodules)))]
81 #:post-submodules post-submodules
93 #:post-submodules post-submodules ; sorted by name
135 (unless (null? post-submodules)
317 [bundle (if (null? post-submodules)
319 (hash-set bundle 'post (map car post-submodules)))]
347 (null? post-submodules)
[all …]
/dports/www/p5-Catalyst-Plugin-FormBuilder/Catalyst-Plugin-FormBuilder-1.07/
H A DREADME16 # Use Local/Global/Private/etc to scope methods like normal.
53 as you would normally. Instead, you simply add a ":Form" attribute to
60 $c->form->method('post'); # set form method
79 method: post
206 result in a duplicate form (once using the above expansion, and a second
220 method => 'post',
/dports/lang/racket/racket-8.3/share/pkgs/string-constants-lib/string-constants/private/
H A Denglish-string-constants.rkt288 (online-expansion-running "Background expansion running")
303 (disable-online-expansion "Disable background expansion")
304 (enable-online-expansion "Enable background expansion")
522 (browser-cmdline-expl-line-2 "and post-text, with no extra spaces between them.)")
1320 (show-decimal-expansion "View decimal expansion")
1347 (remove-and-add-teachpack "Remove ~a and add ~a")
2094 (install-pkg-scope-label "Package Scope")
2095 (install-pkg-default-scope-label "Default Package Scope") ; for picking the scope to be default
2096 …(install-pkg-default-scope-changed "Default scope successfully changed to ~a") ; confirming messag…
2100 (install-pkg-scope-is "Package scope is ~a") ; ~a gets install-pkg-{installation,user,shared}
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger-text-lib/macro-debugger/model/
H A Dreductions-util.rkt99 add-lift
100 add-endlift
137 ;; add-lift : Lift -> Void
154 (define (add-step step [add? (honest?)] #:xstate [xst (the-xstate)])
539 (define (do-rename-v v vt hm pre post)
545 (unless (same-contour? pre post)
549 (let loop ([pre pre] [post post] [v v] [accren null] [k init-k])
559 (cons (cons pre post) accren))]
863 ;; Consider the actual expansion (#%expression A) -> (#%expression A*) -> A*.
898 ;; expansion of (λ () (define x 1) (begin 2 3)), the honesty lattice allows us
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/raddb/mods-available/
H A Dldap126 # the name value to be derived from an xlat expansion, or an
220 # or and expansion, so different SASL mechs, proxy IDs
233 # Search scope, may be 'base', 'one', sub' or 'children'
234 # scope = 'sub'
293 # Search scope, may be 'base', 'one', sub' or 'children'
294 # scope = 'sub'
394 # scope = 'sub'
405 # Uncomment to add a home_server with the same
449 # <ldap attr>: The LDAP attribute to add modify or delete.
453 # <value>: The value to add modify or delete.
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/docs/
H A Dconfiguration.md32 …e text. Variables can be defined at any scope, and will shadow other variables with the same name …
136 …[text/template](http://golang.org/pkg/text/template/) package. Variable expansion is not performed…
199 * V: performs variable expansion on the argument and returns it. Needed since normal variable expan…
299 # Other alerts are passed through the l lookup table and may add n or d.
321 * post: HTTP post to given URL. Alert subject sent as request body. Content type is set as `applica…
331 post = http://chat.meta.stackoverflow.com/room/318?key=KEY&message=whatever
341 # post to a slack.com chatroom via Incoming Webhooks integration
343 post = https://hooks.slack.com/services/abcdef
347 #post json
349 post = https://someurl.com/submit
/dports/shells/bash/bash-5.1/CWRU/
H A Dchangelog301 - readtok: if we have a post-increment or post-decrement, and the
819 expansion
2270 variable inherits a previous scope's variable's value, attributes
2889 fds from a calling scope (e.g., via `.'). EXPERIMENTAL
3599 scope. Report from Martijn Dekker <martijn@inlv.org>
4072 scope to avoid confusion with namerefs at the local (function) scope.
4122 at the same variable scope. Report from Grisha Levit
6010 - rl_generic_bind: move `ic' from block scope to function scope to
6469 global scope, as if a standalone assignment statement had been
7573 at a previous scope. Inspired by netbsd sh
[all …]
/dports/shells/bash/bash-5.1/
H A DChangeLog301 - readtok: if we have a post-increment or post-decrement, and the
819 expansion
2270 variable inherits a previous scope's variable's value, attributes
2889 fds from a calling scope (e.g., via `.'). EXPERIMENTAL
3599 scope. Report from Martijn Dekker <martijn@inlv.org>
4072 scope to avoid confusion with namerefs at the local (function) scope.
4122 at the same variable scope. Report from Grisha Levit
6010 - rl_generic_bind: move `ic' from block scope to function scope to
6469 global scope, as if a standalone assignment statement had been
7573 at a previous scope. Inspired by netbsd sh
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/doc/
H A DChangeLog203 * Properly add SQL clients to virtual servers.
423 "post-auth" section.
570 * Fix rare occurance of bad xlat expansion.
691 * Don't add TLS attributes twice. Fixes #2050.
701 * DHCP fixes, relay, #2092, add run-time check, #2028
925 * Update mssql schema to add priority
1196 add the clients to the global list.
1334 post-auth.
1520 in post-auth
1594 specify a complete object DN and use the base scope.
[all …]
/dports/news/tin/tin-2.4.5/doc/
H A DCHANGES.old724 ADD. scope and attributes menu
1041 ADD. use tinrc.date_format for %D date expansion
1324 ADD. warn about attributes outside scope
2968 ADD. mailcap %{parameter}-expansion
3052 BUG. off-by-1 error in mailcap %s expansion
3062 BUG. add Sender to FORGERY cancels
3437 BUG. allocation/expansion of bitmaps for all groups
4302 BUG. empty scope written to filter file
4655 BUG. quick_filter_select_posted_art() didn't add group name to scope
6758 ADD. expansion of ~user/, $HOME to newsrctable
[all …]
/dports/chinese/tin/tin-2.4.5/doc/
H A DCHANGES.old724 ADD. scope and attributes menu
1041 ADD. use tinrc.date_format for %D date expansion
1324 ADD. warn about attributes outside scope
2968 ADD. mailcap %{parameter}-expansion
3052 BUG. off-by-1 error in mailcap %s expansion
3062 BUG. add Sender to FORGERY cancels
3437 BUG. allocation/expansion of bitmaps for all groups
4302 BUG. empty scope written to filter file
4655 BUG. quick_filter_select_posted_art() didn't add group name to scope
6758 ADD. expansion of ~user/, $HOME to newsrctable
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A DLaTeX.pool.ltxml2917 scope => 'global');
2933 scope => 'global');
2973 scope => 'global');
3631 my $scope = $label; $scope =~ s/^LABEL:/label:/;
3947 # and punctuation, post-note, parens, that follow it.
3992 my ($gullet, $post, $keys) = @_;
3995 $post = undef unless $post && $post->unlist;
4000 ($post ? ($ns, T_SPACE, $post) : ()), $close)); });
4102 my @expansion = ();
4137 @expansion = (T_CS('\@index'),
[all …]
/dports/lang/coffeescript/coffeescript-2.6.1/src/
H A Dnodes.coffee65 # of a variable to add to scope tracking. When we know that a “premature”
689 post = []
699 post = @compileNode o
719 else if fragments.length and post.length
721 fragments.concat post
1370 add: (props) ->
3513 o.scope.add name.value, @moduleDeclaration
3516 o.scope.add name.value,
3951 # variables that would have been after the splat/expansion parameter.
4039 o.scope.add param.name.value, 'var', yes if param.name?.value?
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/
H A DCHANGELOG_archive.md33 - NodeProxy: multi-channel expansion broken for SynthDefs [\#872](https://github.com/supercollider/…
1046 - sc class library: fix regression in Server:-scope
1047 - scide: add "reset font size" action to post window and help browser
1125 - class library: Server.scope - remove limitation to 16 channels
1183 - class library: FreqScope - fix for starting scope after booting
1486 - Help: Function.scope is not limited to OSX anymore
1808 - 2010-10-19 DC: fix multichannel expansion - tb
2180 sc class library: fix regression in Server:-scope
2181 scide: add "reset font size" action to post window and help browser
2688 Help: Function.scope is not limited to OSX anymore
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/lib/package/
H A Dast-open.README279 scope.
2811 scope has been fixed.
3020 to the top scope.
3517 redo file post processing restoration
4493 04-09-21 add --option prereq scope with getopt() style "--" terminator
5048 Makerules: add :Q: to "::" assertion scope items (yuk)
5319 add .CC.NOOPTIMIZE local scope
6869 11-06-30 tw.tst: add symbol table scope tests
6872 10-11-30 tw.tst: add "begin" scope tests
6874 10-08-18 tw.tst: add expr scope tests
[all …]
/dports/shells/ksh93/ast-93u/lib/package/
H A Dast-open.README279 scope.
2811 scope has been fixed.
3020 to the top scope.
3517 redo file post processing restoration
4493 04-09-21 add --option prereq scope with getopt() style "--" terminator
5048 Makerules: add :Q: to "::" assertion scope items (yuk)
5319 add .CC.NOOPTIMIZE local scope
6869 11-06-30 tw.tst: add symbol table scope tests
6872 10-11-30 tw.tst: add "begin" scope tests
6874 10-08-18 tw.tst: add expr scope tests
[all …]
/dports/shells/ksh2020/ast-ksh2020/lib/package/
H A Dast-open.README692 scope has been fixed.
908 scope.
3440 scope has been fixed.
3649 to the top scope.
4151 redo file post processing restoration
5565 Makerules: add :Q: to "::" assertion scope items (yuk)
5836 add .CC.NOOPTIMIZE local scope
7446 11-06-30 tw.tst: add symbol table scope tests
7449 10-11-30 tw.tst: add "begin" scope tests
7451 10-08-18 tw.tst: add expr scope tests
[all …]
/dports/shells/ast-ksh/ast-ksh93v/lib/package/
H A Dast-open.README692 scope has been fixed.
908 scope.
3440 scope has been fixed.
3649 to the top scope.
4151 redo file post processing restoration
5565 Makerules: add :Q: to "::" assertion scope items (yuk)
5836 add .CC.NOOPTIMIZE local scope
7446 11-06-30 tw.tst: add symbol table scope tests
7449 10-11-30 tw.tst: add "begin" scope tests
7451 10-08-18 tw.tst: add expr scope tests
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DFunction.schelp273 Return a function that, when evaluated with nested arguments, does multichannel expansion by evalua…
391 The add action for the synth. For a list of valid addActions see link::Classes/Synth::
425 method::scope
427 As play above, and calls Server-scope to open a scope window in which to view the output.
430 { FSinOsc.ar(440, 0, 0.3) }.scope(1)
434 The number of channels to display in the scope window, starting from outbus. The default is 2.
442 A zoom value for the scope's X axis. Larger values show more. The default is 1.
449 …is function asynchronously, and plots it in a GUI window. Unlike play and scope it will not work w…
545 The amount of time in seconds after which to post a warning if all replies have not yet been receiv…
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/latex-theory/
H A DTheory_UQ_StochExp.tex255 % TO DO: could add discussion of collocation weights
360 %in \ref{uq:expansion:rvsa}.
403 expansion.''
472 expansion form.
798 chaos expansion.
1299 OMP and LARS add a PCE basis one step at a time. If $\boldsymbol{\alpha}$ contains
1489 %although this is outside the scope of the current paper.
1731 (Sections~\ref{uq:expansion:orth}, \ref{uq:expansion:interp:Lagrange},
1775 computed by post-processing the resulting PCE or SC expansion.
1783 % TO DO: add full discussion of hierarchical estimation of statistical QoI:
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A DChangeLog9 backward-compatibility. We'll add it back in next release.
56 Update copyrights to add 2010.
656 * read.c (eval): Collapse continuations post-semicolon on target-
1226 inner-scope variables don't mask outer-scope variables.
1347 as we add it.
1984 scope in front of that has no effect on those variables: they
1986 scope and the current scope is global, push it "the other way" so
2317 expansion.
3105 clarifying the scope of automatic variables.
3515 global scope.
[all …]
/dports/shells/zsh/zsh-5.8.1/
H A DNEWS19 evaluation on these prompt-expansion arguments.
208 variable from an enclosing scope without using typeset -g. It can be
243 for parameters that are not local to the current scope. Previously,
274 to define parameters that are private to a function scope (i.e. are
278 a nested expansion. For example,
298 parameters created globally within function scope.
560 - The glob qualifier P can be used with an argument to add an extra
893 - upgraded to use autoconf post-2.50
1179 Parameter and expansion changes
1228 Parameter and expansion changes:
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/docs/
H A DMIRLangRef.rst57 for the post register allocation pseudo instruction expansion pass, you can
68 After generating the input MIR file, you'll have to add a run line that uses
69 the ``-run-pass`` option to it. In order to test the post register allocation
70 pseudo instruction expansion pass on X86-64, a run line like the one shown
112 operands in MIR. Example: `:: (load 8 from %ir.foobar, !alias.scope !9)`.
174 %1 = add i32 %0, 1
839 or fixedStack attribute of the machine function, the variable, scope, and
881 While the source location identifies the ``DILocation`` for the scope of the

12345678910>>...161