Home
last modified time | relevance | path

Searched +refs:no +refs:binds (Results 1 – 25 of 4885) sorted by relevance

12345678910>>...196

/dports/databases/p5-SQL-Maker/SQL-Maker-1.21/t/
H A D01_update.t39 is join(',', @binds), 'baz,man,king';
45 is join(',', @binds), 'baz,man,king';
53 is join(',', @binds), 'baz,man,king';
57 # no where
60 is join(',', @binds), 'baz,man';
66 is join(',', @binds), '100,now';
72 is join(',', @binds), '100,now';
119 # no where
122 is join(',', @binds), 'baz,man';
181 # no where
[all …]
/dports/irc/evangeline/modules/gseen.mod/files/
H A Dgseen.mcfg20 no-pub-seens ""
23 no-seendata ""
26 ai-seen-binds { "${nick}*seen*" "${botnet-nick}*seen*" "${nick}*gesehen*" "${botnet-nick}*gesehen*"…
27 ai-seenstats-binds { "${nick}*seenstats*" "${botnet-nick}*seenstats*" }
39 foreach bnd [binds pubm] {if {([lindex $bnd 2] == "*pubm:seen") || ([lindex $bnd 2] == "*pub:!seens…
40 foreach mask ${ai-seen-binds} {bind pubm -|- "% [subst $mask]" *pubm:seen}
41 foreach mask ${ai-seenstats-binds} {bind pubm -|- "% [subst $mask]" *pub:!seenstats}
/dports/net/rsync/rsync-3.2.3/patches/
H A Ddb.diff240 + AC_MSG_RESULT(no)
270 + AC_MSG_RESULT(no)
3075 +0. `--no-recursive, --no-r`
3131 +0. `--no-update, -N`
3190 + "no "
3195 + "no "
3317 +$as_echo "no" >&6; }
3355 +$as_echo "no" >&6; }
3436 +$as_echo "no" >&6; }
3652 +.IP "\fB\-\-no-recursive,\ \-\-no-r\fP"
[all …]
/dports/databases/elixir-ecto/ecto-2.2.10/lib/ecto/query/builder/
H A Dfrom.ex54 {query, binds} = escape(query)
59 # Get the source at runtime so no unnecessary compile time
66 # When a binary is used, there is no schema
77 quoted = Builder.apply_query(quoted, __MODULE__, [length(binds)], env)
78 {quoted, binds, count_bind}
96 def apply(query, binds) do
98 check_binds(query, binds)
105 "binds but query contains #{Builder.count_binds(query)} binds"
/dports/lang/racket-minimal/racket-8.3/src/schemify/
H A Dleft-to-right.rkt16 ;; expressions that have no shadowing (and introduce
27 (let loop ([ids ids] [rhss rhss] [all-simple? #t] [binds null])
37 (let ,binds ; <- allocate ids after all `rhs`s are evaluated
47 (cons `[,id ,id] binds)))]))]))
59 (let loop ([idss idss] [rhss rhss] [binds null])
64 `(let ,binds
74 binds))
94 … [(simple? (car l) prim-knowns knowns imports mutated simples unsafe-mode? #:no-alloc? #t)
106 (define no-bind-needed?
114 [no-bind-needed?
[all …]
/dports/lang/racket/racket-8.3/src/schemify/
H A Dleft-to-right.rkt16 ;; expressions that have no shadowing (and introduce
27 (let loop ([ids ids] [rhss rhss] [all-simple? #t] [binds null])
37 (let ,binds ; <- allocate ids after all `rhs`s are evaluated
47 (cons `[,id ,id] binds)))]))]))
59 (let loop ([idss idss] [rhss rhss] [binds null])
64 `(let ,binds
74 binds))
94 … [(simple? (car l) prim-knowns knowns imports mutated simples unsafe-mode? #:no-alloc? #t)
106 (define no-bind-needed?
114 [no-bind-needed?
[all …]
/dports/databases/py-flask-sqlalchemy/Flask-SQLAlchemy-2.5.1/docs/
H A Dbinds.rst10 multiple “binds”.
12 What are binds? In SQLAlchemy speak a bind is something that can execute
14 binds are always engines that are created for you automatically behind the
19 If no bind key is specified for a model the default connection is used
40 by default operate on all declared binds, including the default one. This
42 either a single bind name, ``'__all__'`` to refer to all binds or a list
43 of binds. The default bind (``SQLALCHEMY_DATABASE_URI``) is named `None`:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/doc/
H A DDeferredClears.md5 1. Application binds and clears FBO1
6 2. Application binds FBO2 and renders to it
7 3. Application binds FBO1 again and renders to it
34 assuming there are no subsequent updates to that subresource of the image, and keep them as
39 to no-op the call in between).
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/
H A DDefault.hs31 defaultLiterals as gs = let (binds,warns) = unzip (mapMaybe tryDefVar as)
32 in (as \\ map fst binds, listSubst binds, warns)
163 select yes no _ [] = ([ (x, t) | (x,t) <- yes ] ,no)
164 select yes no otherFree ((x,(rhsG,vs)) : more) =
188 noDefaulting = ( yes, gs ++ no, vs `Set.union` otherFree, more )
196 , no -- We know that `x` does not appear here
/dports/editors/jed/jed-0.99-19/lib/
H A Dtex.sl6 % no keybindings, e.g., 'latex_do_environment'. So, in your jed.rc file,
11 % which binds the function to Ctrl-C Ctrl-E.
45 % no keybindings, e.g., 'latex_do_environment'. So, in your jed.rc file,
52 % which binds the function to Ctrl-C Ctrl-E.
/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Dtex.sl6 % no keybindings, e.g., 'latex_do_environment'. So, in your jed.rc file,
11 % which binds the function to Ctrl-C Ctrl-E.
45 % no keybindings, e.g., 'latex_do_environment'. So, in your jed.rc file,
52 % which binds the function to Ctrl-C Ctrl-E.
/dports/www/firefox-esr/firefox-91.8.0/docs/code-quality/static-analysis/writing-new/
H A Dclang-query.rst75 testfile.cpp:1:1: note: "root" binds here
78 testfile.cpp:1:1: note: "x" binds here
84 testfile.cpp:6:1: note: "root" binds here
87 testfile.cpp:6:1: note: "x" binds here
93 clang-query automatically binds ``root`` to the match, but we also bound the name ``x`` to that mat…
102 testfile.cpp:1:1: note: "x" binds here
108 testfile.cpp:6:1: note: "x" binds here
117 …tten. It is helpful when debugging multiple matchers at the same time, and no inconvience otherwis…
/dports/www/firefox/firefox-99.0/docs/code-quality/static-analysis/writing-new/
H A Dclang-query.rst76 testfile.cpp:1:1: note: "root" binds here
79 testfile.cpp:1:1: note: "x" binds here
85 testfile.cpp:6:1: note: "root" binds here
88 testfile.cpp:6:1: note: "x" binds here
94 clang-query automatically binds ``root`` to the match, but we also bound the name ``x`` to that mat…
103 testfile.cpp:1:1: note: "x" binds here
109 testfile.cpp:6:1: note: "x" binds here
118 …tten. It is helpful when debugging multiple matchers at the same time, and no inconvience otherwis…
/dports/mail/thunderbird/thunderbird-91.8.0/docs/code-quality/static-analysis/writing-new/
H A Dclang-query.rst75 testfile.cpp:1:1: note: "root" binds here
78 testfile.cpp:1:1: note: "x" binds here
84 testfile.cpp:6:1: note: "root" binds here
87 testfile.cpp:6:1: note: "x" binds here
93 clang-query automatically binds ``root`` to the match, but we also bound the name ``x`` to that mat…
102 testfile.cpp:1:1: note: "x" binds here
108 testfile.cpp:6:1: note: "x" binds here
117 …tten. It is helpful when debugging multiple matchers at the same time, and no inconvience otherwis…
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/viz/privileged/mojom/gl/
H A Dgpu_service.mojom42 // If no channel can be identified, do nothing.
45 // Create a new ARC VideoDecodeAccelerator and binds it to |vda|.
50 // Create a new ARC VideoEncodeAccelerator and binds it to |vea|.
55 // Create a new ARC VideoProtectedBufferAllocator and binds it to |pba|.
60 // Create a new ARC ProtectedBufferManager and binds it to |pbm|.
65 // Creates a new MjpegDecodeAccelerator and binds it to |jda|.
70 // Creates a new JpegEncodeAccelerator and binds it to |jea|.
75 // Creates a VideoEncodeAcceleratorProvider and binds it to |vea_provider|.
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/tests/examples/
H A DRealGHC.lhs.prettyprinter.golden90 rulesOfBinds binds
91 = concatMap (concatMap idCoreRules . bindersOf) binds
197 Just (binds, tpl_vals) -> Just
255 (tv_subst, id_subst, binds `snocOL` bind')
294 match_var menv subst@(tv_subst, id_subst, binds) v1 e2
325 match_ty menv (tv_subst, id_subst, binds) ty1 ty2
327 return (tv_subst', id_subst, binds)
331 ruleCheckProgram is_active rule_pat rule_base binds
333 text "Rule check results: no rule application sites"
341 binds)
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DRealGHC.lhs.prettyprinter.golden90 rulesOfBinds binds
91 = concatMap (concatMap idCoreRules . bindersOf) binds
197 Just (binds, tpl_vals) -> Just
255 (tv_subst, id_subst, binds `snocOL` bind')
294 match_var menv subst@(tv_subst, id_subst, binds) v1 e2
325 match_ty menv (tv_subst, id_subst, binds) ty1 ty2
327 return (tv_subst', id_subst, binds)
331 ruleCheckProgram is_active rule_pat rule_base binds
333 text "Rule check results: no rule application sites"
341 binds)
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DRealGHC.lhs.prettyprinter.golden90 rulesOfBinds binds
91 = concatMap (concatMap idCoreRules . bindersOf) binds
197 Just (binds, tpl_vals) -> Just
255 (tv_subst, id_subst, binds `snocOL` bind')
294 match_var menv subst@(tv_subst, id_subst, binds) v1 e2
325 match_ty menv (tv_subst, id_subst, binds) ty1 ty2
327 return (tv_subst', id_subst, binds)
331 ruleCheckProgram is_active rule_pat rule_base binds
333 text "Rule check results: no rule application sites"
341 binds)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/viz/privileged/mojom/gl/
H A Dgpu_service.mojom42 // If no channel can be identified, do nothing.
45 // Create a new ARC VideoDecodeAccelerator and binds it to |vda|.
50 // Create a new ARC VideoEncodeAccelerator and binds it to |vea|.
55 // Create a new ARC VideoProtectedBufferAllocator and binds it to |pba|.
60 // Create a new ARC ProtectedBufferManager and binds it to |pbm|.
65 // Creates a new MjpegDecodeAccelerator and binds it to |jda|.
70 // Creates a new JpegEncodeAccelerator and binds it to |jea|.
75 // Creates a VideoEncodeAcceleratorProvider and binds it to |vea_provider|.
/dports/graphics/ftgl/ftgl-2.4.0/debian/
H A Dcontrol21 Rules-Requires-Root: no
33 FTGL binds OpenGL and FreeType together in order to offer and easy to use
47 FTGL binds OpenGL and FreeType together in order to offer and easy to use
/dports/databases/py-flask-sqlalchemy/Flask-SQLAlchemy-2.5.1/
H A DCHANGES.rst51 - Fix ``AttributeError`` when using multiple binds with polymorphic
87 - Raise the correct error when a model has a table name but no primary
112 uses for binds and table name generation have been refactored to
143 - Tablename generation logic no longer accesses class properties
155 - Add support for binds parameter to session.
171 no longer cause an error that a parameter is given twice.
212 binds.
/dports/lang/racket-minimal/racket-8.3/src/expander/extract/
H A Dsimplify-defn.rkt29 (define binds (apply seteq (apply append (map car cl))))
30 (set-union (apply union-all (map mutated-vars cl*)) (set-remove (mutated-vars e) binds))]
33 ;; (i.e., no visible implicit assignment)
35 (define binds (apply seteq (apply append (map car cl))))
36 (set-remove (set-union (mutated-vars e) (apply union-all (map mutated-vars cl*))) binds)]
55 (define binds (apply seteq (apply append (map car cl))))
56 (set-union (apply union-all cl*) (set-remove (frees e) binds))]
59 (define binds (apply seteq (apply append (map car cl))))
60 (set-remove (set-union (frees e) (apply union-all cl*)) binds)]
/dports/lang/racket/racket-8.3/src/expander/extract/
H A Dsimplify-defn.rkt29 (define binds (apply seteq (apply append (map car cl))))
30 (set-union (apply union-all (map mutated-vars cl*)) (set-remove (mutated-vars e) binds))]
33 ;; (i.e., no visible implicit assignment)
35 (define binds (apply seteq (apply append (map car cl))))
36 (set-remove (set-union (mutated-vars e) (apply union-all (map mutated-vars cl*))) binds)]
55 (define binds (apply seteq (apply append (map car cl))))
56 (set-union (apply union-all cl*) (set-remove (frees e) binds))]
59 (define binds (apply seteq (apply append (map car cl))))
60 (set-remove (set-union (frees e) (apply union-all cl*)) binds)]
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/docsrc/sasl/
H A Dpwcheck.rst33 …rsion *3* **is** compatible with anonymous binds, simple authenticated binds and simple unauthenti…
59 …``%d`` will be replaced by the ``realm`` value passed to ``saslauthd``. If no ``realm`` value was …
63no @ character exists in the userid, or if there is no domain name after the @ character, or if th…
69 …is replaced by the ``service`` option passed to ``saslauthd``, or by an empty string if no ``servi…
73 …is replaced by the ``realm`` option passed to ``saslauthd``. If no ``realm`` value was passed to s…
117 ``ldap_referrals`` - no
123 ``ldap_use_sasl`` - no
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/docsrc/sasl/
H A Dpwcheck.rst33 …rsion *3* **is** compatible with anonymous binds, simple authenticated binds and simple unauthenti…
59 …``%d`` will be replaced by the ``realm`` value passed to ``saslauthd``. If no ``realm`` value was …
63no @ character exists in the userid, or if there is no domain name after the @ character, or if th…
69 …is replaced by the ``service`` option passed to ``saslauthd``, or by an empty string if no ``servi…
73 …is replaced by the ``realm`` option passed to ``saslauthd``. If no ``realm`` value was passed to s…
117 ``ldap_referrals`` - no
123 ``ldap_use_sasl`` - no

12345678910>>...196