Home
last modified time | relevance | path

Searched +refs:parse +refs:and +refs:bind (Results 1 – 25 of 12791) sorted by relevance

12345678910>>...512

/dports/irc/ircII/ircii-20210314/script/
H A Dcommander5 # ..and if you would learn to use it..
12 bind meta1-^i parse clear
13 bind meta1-, parse flush
15 bind meta1-c parse names $C
16 bind meta1-d parse countrywho
18 bind meta1-f parse join -i
20 bind meta1-h parse localwho
22 bind meta1-j parse whois $:
27 bind meta1-o parse who -o
34 bind meta1-u parse lusers
[all …]
H A Dbigcheese9 # Aliases that I use every now and again
48 bind ^L parse clear;//last - -public 5
49 bind ^R parse input "Search: " /!$*
63 bind ^X2 parse window new
64 bind ^X^D parse window kill
65 bind ^Xd parse window hide
66 bind ^X1 parse window hide_others
69 bind ^Xw parse who $T
71 bind ^X^W parse whois $,
72 bind ^X^J parse whois $:
[all …]
H A Dhistory11 # by Ian Frechette and Matthew Green
13 # Fixed !* to not include the first word, and added !!
17 bind ^K meta3
18 #bind meta3-h parse @ hs.on = 1 - hs.on
19 bind meta3-h parse @ hs.on = 1 - hs.on;if (hs.on) { ^set -status_user1 } { ^set status_user1 - no …
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/chibi/
H A Dparse.sld2 ;;> A parser combinator library with optional memoization and
7 call-with-parse parse parse-fully parse-fold parse-failure
11 parse-anything parse-nothing parse-epsilon
12 parse-seq parse-and parse-or parse-not list->parse-seq
14 parse-map parse-map-substring parse-ignore parse-assert
15 parse-atomic parse-commit parse-memoize
17 parse-string parse-token parse-sre
28 (define-syntax grammar-bind
35 (if (and (identifier? name)
65 (define-syntax grammar-bind
[all …]
/dports/databases/sqlrelay/sqlrelay-1.7.0/doc/programming/
H A Dbinds.wt1 = Substitution and Bind Variables =
3 == What exactly are substitution and bind variables? ==
5and input bind variables are both methods for replacing a variable in a query or procedural code w…
13 In this query, $(schema) is a substitution variable and :id, :youngage and :oldage are input bind v…
31 …E clauses with additional constraints and specify schemas or databases. A substitution value may …
35bind variables. Oracle bind variables are names preceeded by a colon. In MySQL/MariaDB, DB2 and
47 In this query, you should use "id", "youngage" and "oldage" as variable names in the inputBind func…
55 In this query, you should use "1", "2" and "3" as variable names in the inputBind functions.
59 Using input bind variables improves performance. A query can be prepared once and executed multipl…
61bind variables improves the cache-hit rate for databases which cache prepred queries as well. Dat…
[all …]
/dports/lang/racket/racket-8.3/collects/syntax/parse/private/
H A Drep.rkt457 ~seq ~optional ~! ~bind ~fail ~parse ~do ~undo
552 (parse-pat:bind stx decls))]
794 (define bind (name->bind varname))
802 (define bind (name->bind name))
862 (define bind (name->bind #'name))
864 (ctor #'obj (parse-argu (syntax->list #'(arg ...))) attr-decls bind
928 [else (parse-pat:and/k stx patterns)]))
930 (define (parse-pat:and/k stx patterns)
1003 (define (parse-pat:bind stx decls)
1292 (parse-pat:and/k stx ps))]
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/syntax/parse/private/
H A Drep.rkt457 ~seq ~optional ~! ~bind ~fail ~parse ~do ~undo
552 (parse-pat:bind stx decls))]
794 (define bind (name->bind varname))
802 (define bind (name->bind name))
862 (define bind (name->bind #'name))
864 (ctor #'obj (parse-argu (syntax->list #'(arg ...))) attr-decls bind
928 [else (parse-pat:and/k stx patterns)]))
930 (define (parse-pat:and/k stx patterns)
1003 (define (parse-pat:bind stx decls)
1292 (parse-pat:and/k stx ps))]
[all …]
/dports/lang/onyx/onyx-5.1.2/mod/modclopt/nx/modclopt/
H A Dclopt.nx6 # Redistribution and use in source and binary forms, with or without
61 } bind
74 } bind
76 # Handle an error, and unwind to :parse.
83 # Unwind to :parse.
85 } bind
90 #argv parse #remainder false
91 #argv parse true
92 $parse {
110 # Get and store progname.
[all …]
/dports/lang/guile2/guile-2.2.7/gc-benchmarks/larceny/
H A Dsoftscheme.sch3872 ((and exp ('record . bind))
3873 (let ((bindings (smap parse-bind bind)))
3934 (('and . args) (make-and (smap parse-exp args)))
3938 (bindings (smap parse-bind bind)))
3950 (let ((bindings (smap parse-bind bind)))
3955 (smap parse-bind bind)
3958 (let ((bindings (smap parse-bind bind)))
4004 (parse-bind
4006 ((x e) (make-bind (parse-name x) (parse-exp e)))
4097 (parse-pat `(and (? ,pred) ,p)))
[all …]
H A Ddynamic.sch195 (bind-res (dynamic-parse-formal f-env fst-formal))
196 (bind (car bind-res))
197 (res (cdr bind-res))
206 (let* ((bind-res (dynamic-parse-formal f-env formals))
207 (bind (car bind-res))
208 (res (cdr bind-res)))
233 ((and) (dynamic-parse-and env args))
413 ; dynamic-parse-and
415 (define (dynamic-parse-and env args)
555 (dynamic-parse-formal f-env (car fst-bind)))
[all …]
/dports/lang/guile/guile-3.0.7/gc-benchmarks/larceny/
H A Dsoftscheme.sch3872 ((and exp ('record . bind))
3873 (let ((bindings (smap parse-bind bind)))
3934 (('and . args) (make-and (smap parse-exp args)))
3938 (bindings (smap parse-bind bind)))
3950 (let ((bindings (smap parse-bind bind)))
3955 (smap parse-bind bind)
3958 (let ((bindings (smap parse-bind bind)))
4004 (parse-bind
4006 ((x e) (make-bind (parse-name x) (parse-exp e)))
4097 (parse-pat `(and (? ,pred) ,p)))
[all …]
H A Ddynamic.sch195 (bind-res (dynamic-parse-formal f-env fst-formal))
196 (bind (car bind-res))
197 (res (cdr bind-res))
206 (let* ((bind-res (dynamic-parse-formal f-env formals))
207 (bind (car bind-res))
208 (res (cdr bind-res)))
233 ((and) (dynamic-parse-and env args))
413 ; dynamic-parse-and
415 (define (dynamic-parse-and env args)
555 (dynamic-parse-formal f-env (car fst-bind)))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/srfi-lib/srfi/
H A D11.rkt5 Modified to use `syntax-parse' and multiple macros by Sam
13 a copy of this software and associated documentation
16 publish, distribute, sublicense, and/or sell copies of the Software,
17 and to permit persons to whom the Software is furnished to do so,
20 The above copyright notice and this permission notice shall be
33 (require (for-syntax racket/base syntax/parse))
40 (define-syntax let-values/bind
42 ((let-values/bind () ?tmps ?body)
44 ((let-values/bind ((?b0 ?e0) ?binding ...) ?tmps ?body)
53 (let-values/bind ?bindings ?tmps ?body))))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/syntax/scribblings/parse/
H A Dex-varied.scrbl6 "parse-common.rkt"
26 consist of identifiers to bind and a sequence expression. The third
32 from a sequence'' case from the ``skip or continue this iteration and
42 why not adapt that representation, removing redundancies and
68 subsequent case analysis is performed by @racket[syntax-parse] or a
74 processing by Racket code, it is often better to parse it into an
76 such as lists, hashes, structs, and even objects.
78 Thus far we have only used syntax pattern variables and the
79 @racket[#:with] keyword to bind attribues, and the values of the
87 (struct bind-clause (vars seq-expr))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/datalog/
H A Dstx.rkt3 syntax/parse
68 (syntax-parse
82 (syntax-parse
93 (syntax-parse
98 (syntax-parse
138 (clause #,(srcloc-list #'tstx) (datalog-literal/bind head)
142 (clause #,(srcloc-list #'e) (datalog-literal/bind e) empty))]))
144 (define-syntax (datalog-literal/bind stx) (datalog-literal/b stx #t))
157 (syntax-parse
181 (syntax-parse
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/stream-cancel-0.4.4/
H A DREADME.md13 `Future` resolves, and at that moment immediately yields `None` and stops producing further
27 let listener = tokio::net::TcpListener::bind(&"0.0.0.0:0".parse().unwrap()).unwrap();
65 let listener = tokio::net::TcpListener::bind(&"0.0.0.0:0".parse().unwrap()).unwrap();
92 and then wrapping multiple streams using [`Valve::Wrap`]:
101 let listener1 = tokio::net::TcpListener::bind(&"0.0.0.0:0".parse().unwrap()).unwrap();
102 let listener2 = tokio::net::TcpListener::bind(&"0.0.0.0:0".parse().unwrap()).unwrap();
121 // the runtime will not become idle until both incoming1 and incoming2 have stopped
/dports/net-im/libnice/libnice-0.1.18/stun/tests/
H A Dmeson.build1 foreach t : ['parse', 'format', 'bind', 'conncheck', 'hmac']
10 # XXX: This test is broken and unused since 2007, ocrete knows about it
13 if false and find_program('sh', required : false).found()
14 test('test-check-bind', find_program('check-bind.sh'),
/dports/net-im/libnice-gst1/libnice-0.1.18/stun/tests/
H A Dmeson.build1 foreach t : ['parse', 'format', 'bind', 'conncheck', 'hmac']
10 # XXX: This test is broken and unused since 2007, ocrete knows about it
13 if false and find_program('sh', required : false).found()
14 test('test-check-bind', find_program('check-bind.sh'),
/dports/lang/fennel/fennel-1.0.0/test/
H A Dfailures.fnl53 "tried to bind x without gensym"
68 {"(let [:x 1] 1)" "unable to bind"
73 "(let [nil 1] 9)" "unable to bind"
87 "(set)" "Compile error in 'set': expected name and value"
99 (fn test-parse-fails []
147 ;; test/bad/friendly.sh and review that output.
150 (_ parse-msg) (pcall fennel.dofile "test/bad/odd-table.fnl")
159 ;; show the code and point out the identifier at fault
162 ;; parse error
163 (l.assertStrContains parse-msg "{:a 1 :b 2 :c}")
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger-text-lib/macro-debugger/model/
H A Dparser-util.rkt2 (require (for-syntax racket/base racket/syntax syntax/parse racket/promise
9 (require (only-in syntax/parse [attribute $])))
36 (syntax-parse stx
52 (syntax-parse stx
94 (ast (and bind #t)))
96 (for/list ([bind (in-list (attribute e.bind))]
105 (pattern :base-elem #:attr bind (and ($ val?) (lambda (kid) kid)))
159 (~optional (~and #:src-pos (~bind [src-pos-clause #'(src-pos)])))
235 (syntax-parse e
243 (syntax-parse e
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/nmake/
H A DRELEASE73 10-02-14 bind.c: add bind_p "- ..." and "... ..." virtual logic
318 bind.c: fix bug that missed bind dir for x given explicit d/x (edit#18)
407 parse.c: fix here action parse to honor quotes and nesting
711 bind.c: foiled alias still allows bind questionable=0x40
793 parse: add exit [code]
873 bind: fix 2d globv() and bindfile() by adding state.view[].root - wow
890 parse: add "x" <|>[=] "y"
973 bind: add rule_compare() and rule_hash() for case hacks
997 parse.c: interactive sfpoll sfstdin and state.coshell->msgfp
1293 fix merge() bug that called bind() while bind in progress
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/nmake/
H A DRELEASE73 10-02-14 bind.c: add bind_p "- ..." and "... ..." virtual logic
318 bind.c: fix bug that missed bind dir for x given explicit d/x (edit#18)
407 parse.c: fix here action parse to honor quotes and nesting
711 bind.c: foiled alias still allows bind questionable=0x40
793 parse: add exit [code]
873 bind: fix 2d globv() and bindfile() by adding state.view[].root - wow
890 parse: add "x" <|>[=] "y"
973 bind: add rule_compare() and rule_hash() for case hacks
997 parse.c: interactive sfpoll sfstdin and state.coshell->msgfp
1293 fix merge() bug that called bind() while bind in progress
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/nmake/
H A DRELEASE87 10-02-14 bind.c: add bind_p "- ..." and "... ..." virtual logic
332 bind.c: fix bug that missed bind dir for x given explicit d/x (edit#18)
421 parse.c: fix here action parse to honor quotes and nesting
725 bind.c: foiled alias still allows bind questionable=0x40
807 parse: add exit [code]
887 bind: fix 2d globv() and bindfile() by adding state.view[].root - wow
904 parse: add "x" <|>[=] "y"
987 bind: add rule_compare() and rule_hash() for case hacks
1011 parse.c: interactive sfpoll sfstdin and state.coshell->msgfp
1307 fix merge() bug that called bind() while bind in progress
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-lib/typed/private/
H A Dno-check-helper.rkt9 (for-syntax racket/base syntax/parse syntax/struct
10 syntax/parse/experimental/template))
71 (syntax-parse stx #:literals (:)
73 (~or (~and (~seq) (~bind [cname #'#f] [extra-cname #'#f]))
74 (~and (~seq #:constructor-name cname)
75 (~bind [extra-cname #'#f]))
76 (~and (~seq #:extra-constructor-name extra-cname)
77 (~bind [cname #'#f])))
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/services/collectd/
H A DREADME.md12 Each collectd input allows the binding address, target database, and target retention policy to be …
16parse-multivalue-plugin to "split" will parse and store the multi-value plugin data (e.g., df free…
29 bind-address = ":25826" # the bind address
39 parse-multivalue-plugin = "split" # "split" or "join"

12345678910>>...512