Home
last modified time | relevance | path

Searched +refs:bulk +refs:binding +refs:class (Results 1 – 25 of 1174) sorted by relevance

12345678910>>...47

/dports/lang/racket/racket-8.3/src/expander/syntax/
H A Dbinding-table.rkt34 prop:bulk-binding
35 (struct-out bulk-binding-class)
62 bulk) ; bulk-binding
68 (ser-push! (bulk-binding-at-bulk bba)))
78 (bulk-binding-at scopes bulk))
82 (define-values (prop:bulk-binding bulk-binding? bulk-binding-ref)
86 (struct bulk-binding-class (get-symbols ; bulk-binding list-of-shift -> sym -> binding-info
91 ((bulk-binding-class-get-symbols (bulk-binding-ref b))
95 (bulk-binding-class-create (bulk-binding-ref b)))
101 (hash-set! modname-ht b ((bulk-binding-class-modname (bulk-binding-ref b)) b extra-shifts))
[all …]
H A Dbulk-binding.rkt4 "binding-table.rkt" ; defines `prop:bulk-binding`
16 bulk-binding
19 deserialize-bulk-binding
87 (bulk-binding-class
93 (unless (bulk-binding-bulk-binding-registry b)
96 (define table (bulk-binding-registry-table (bulk-binding-bulk-binding-registry b)))
102 (set-bulk-binding-self! b (bulk-provide-self bulk-provide))
122 binding (if (bulk-binding-prefix b)
171 (bulk-binding-mpi b)
191 (hash-set! (bulk-binding-registry-table bulk-binding-registry)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/syntax/
H A Dbinding-table.rkt34 prop:bulk-binding
35 (struct-out bulk-binding-class)
62 bulk) ; bulk-binding
68 (ser-push! (bulk-binding-at-bulk bba)))
78 (bulk-binding-at scopes bulk))
82 (define-values (prop:bulk-binding bulk-binding? bulk-binding-ref)
86 (struct bulk-binding-class (get-symbols ; bulk-binding list-of-shift -> sym -> binding-info
91 ((bulk-binding-class-get-symbols (bulk-binding-ref b))
95 (bulk-binding-class-create (bulk-binding-ref b)))
101 (hash-set! modname-ht b ((bulk-binding-class-modname (bulk-binding-ref b)) b extra-shifts))
[all …]
H A Dbulk-binding.rkt4 "binding-table.rkt" ; defines `prop:bulk-binding`
16 bulk-binding
19 deserialize-bulk-binding
87 (bulk-binding-class
93 (unless (bulk-binding-bulk-binding-registry b)
96 (define table (bulk-binding-registry-table (bulk-binding-bulk-binding-registry b)))
102 (set-bulk-binding-self! b (bulk-provide-self bulk-provide))
122 binding (if (bulk-binding-prefix b)
171 (bulk-binding-mpi b)
191 (hash-set! (bulk-binding-registry-table bulk-binding-registry)
[all …]
/dports/databases/soci/soci-4.0.1/docs/backends/
H A Dodbc.md52 …](../connections.md) and [data binding](../binding.md) documentation for general information on us…
58 The ODBC backend supports the use of the SOCI `row` class, which facilitates retrieval of data whos…
72 …ee the [dynamic resultset binding](../types.md#dynamic-binding) documentation for general informat…
76 …n addition to [binding by position](../binding.md#binding-by-position), the ODBC backend supports …
93 …ckend has support for SOCI's [bulk operations](../binding.md#bulk-operations) interface. Not all …
138 The ODBC backend can throw instances of class `odbc_soci_error`, which is publicly derived from `so…
163 The `odbc_session_backend` class provides `std::string get_connection_string() const` method
168 …er_complete` option which can be passed to it via `connection_parameters` class. The value of this…
H A Dpostgresql.md66 * bulk queries are not supported, and
81 …](../connections.md) and [data binding](../binding.md) documentation for general information on us…
87 The PostgreSQL backend supports the use of the SOCI `row` class, which facilitates retrieval of dat…
100 …ee the [dynamic resultset binding](../types.md#dynamic-binding) documentation for general informat…
104 …ddition to [binding by position](../binding.md#binding-by-position), the PostgreSQL backend suppor…
113 The PostgreSQL backend has full support for SOCI's [bulk operations](../binding.md#bulk-operations)…
121 …g with data stored in columns of type Blob, via SOCI's [blob](../lobs.md) class with the exception…
125 …identifier (OID in PostgreSQL) is supported via SOCI's [rowid](../api/client.md#class-rowid) class.
133 PostgreSQL stored procedures can be executed by using SOCI's [procedure](../procedures.md) class.
H A Dfirebird.md63 (See the [connection](../connections.md) and [data binding](../binding.md) documentation
64 for general information on using the `session` class.)
70 The Firebird backend supports the use of the SOCI `row` class, which facilitates retrieval of data …
88 (See the [dynamic resultset binding](../types.md#dynamic-binding) documentation for general informa…
89 on using the `Row` class.)
93 In addition to [binding by position](../binding.md#binding-by-position), the Firebird backend suppo…
94 [binding by name](../binding.md#binding-by-name), via an overload of the `use()` function:
106 The Firebird backend has full support for SOCI [bulk operations](../binding.md#bulk-operations) int…
119 via SOCI [BLOB](../lobs.md) class.
136 Firebird stored procedures can be executed by using SOCI [Procedure](../procedures.md) class.
[all …]
H A Doracle.md64 …](../connections.md) and [data binding](../binding.md) documentation for general information on us…
70 The Oracle backend supports the use of the SOCI `row` class, which facilitates retrieval of data wh…
82 …ee the [dynamic resultset binding](../types.md#dynamic-binding) documentation for general informat…
86 … addition to [binding by position](../binding.md#binding-by-position), the Oracle backend supports…
98 The Oracle backend has full support for SOCI's [bulk operations](../binding.md#bulk-operations) int…
108 …end supports working with data stored in columns of type Blob, via SOCI's [blob](../lobs.md) class.
112 Oracle rowid's are accessible via SOCI's [rowid](../api/client.md#class-rowid) class.
136 Oracle stored procedures can be executed by using SOCI's [procedure](../procedures.md) class.
155 The Oracle backend can throw instances of class `oracle_soci_error`, which is publicly derived from…
H A Dsqlite3.md64 …](../connections.md) and [data binding](../binding.md) documentation for general information on us…
70 The SQLite3 backend supports the use of the SOCI `row` class, which facilitates retrieval of data w…
87 …ee the [dynamic resultset binding](../types.md#dynamic-binding) documentation for general informat…
91 … addition to [binding by position](../binding.md#binding-by-position), the SQLite3 backend support…
108 The SQLite3 backend has full support for SOCI's [bulk operations](../binding.md#bulk-operations) in…
116 …g with data stored in columns of type Blob, via SOCI's [BLOB](../lobs.md) class. Because of SQLite…
146 SQLite3 result code is provided via the backend specific `sqlite3_soci_error` class. Catching the b…
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/transition/
H A DTN-DHCP-SERVER-MIB1301 "State of binding. none(0) means the binding is not in use. allocated(1)
1305 binding expired."
1313 "Type of binding. none(0) means the binding is not in use. automatic(1)
1316 binding expired."
1433 "Clear binding by binding type. If none(0) then do nothing."
1449 "A collection of objects suitable for bulk operations."
1456 "A collection of objects suitable for bulk operations."
1463 "A collection of objects suitable for bulk operations."
1472 "A collection of objects suitable for bulk operations."
1523 "A collection of objects suitable for bulk operations."
[all …]
/dports/databases/soci/soci-4.0.1/
H A DCHANGES49 - Added logger class to allow customizing SOCI logging operations (#245).
59 - Added bulk iterators interface (#487).
124 -- Added bulk iterators interface implementation (#487).
189 - Fixed memory leaking in use binding in case of bind/unbind sequence
200 -- Enable memory cleanup to avoid leaks after binding
248 - Fixed binding of Oracle type NUMBER(9,0) to C++ int, by Tomasz Olszewski
252 - Fixed recent improvements in x:=y name binding, by Poul Bondo
280 -- Fixed issues with input parameter binding
304 -- Fixed issues in binding procedure IN/OUT parameters
345 - Added Ada language binding
[all …]
/dports/sysutils/usb_modeswitch/usb-modeswitch-2.6.0/
H A DChangeLog27 New parameter "HuaweiAltMode", uses an alternative Huawei standard bulk
38 remove endpoint reset ahead of bulk message transmission, only reset
48 ATTENTION: All ad-hoc driver binding code (using new_id driver attribute)
54 devices; add device class 239 ("miscellaneous") to sanity check (thanks to
55 Daniel Drake for reporting); udev shell script - removed driver binding,
71 with libjim (thanks, Gustavo Zacharias); removed storage class check of
189 driver binding to avoid possible conflict with usb-storage
209 Moved warm-boot driver binding to sh wrapper, was unreliable in 1.1.5;
215 (driver binding for old systems); in the C program, changed parameter
220 try to get active configuration for interface class checking (there are
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-lib/typed-racket/optimizer/
H A Dunboxed-let.rkt24 (define-syntax-class unboxed-let-opt-expr
34 (define-syntax-class app-of-unboxed-let-opt-expr
47 ;; does the bulk of the work
80 (define-syntax-class unboxed-clause
88 #:with (real-binding imag-binding) (binding-names)
89 #:do [(add-unboxed-var! #'v.id #'real-binding #'imag-binding)]
96 ((real-binding) c.real-binding)
97 ((imag-binding) c.imag-binding))])))
126 (define-syntax-class constant-var
132 ;; 1. Its binding is never mutated.
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/doc/
H A D00200-DataUserManual.page296 passed in and out, automatic or manual data binding, binding direction,
299 <[out]> and <[io]> binding functions. As their names imply, these
620 containers, which are supported through binding/extraction there is
634 binding intricacies for you. Of course, as before, it is programmer's
726 collection class, one would write
838 No worries -- that's what the RecordSet class does:
873 You'll notice the Row class in the above snippet. The
876 idea of what the Poco::Data::Row class does:
925 Assume you have a class Person:
927 class Person
[all …]
/dports/sysutils/usb_modeswitch/usb-modeswitch-data-20191128/
H A DREFERENCE53 successfull mode switch, the class of the first interface is checked
69 sent as a USB bulk transfer
86 bulk transfer to do the switching properly. Usually not needed.
98 Sends a specific bulk message sequence representing the SCSI commands
112 The standard for many newer Huawei devices. Sends a specific bulk message,
120 the Android OS. Sends a different bulk message which brings newer modems
127 The standard for all devices by Option. Sends a specific bulk message
216 binding of the serial driver after switching.
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc7142 "(struct:bulk-binding-at bulk-binding-at2.1 bulk-binding-at? bulk-binding-at-scopes bulk-binding-at…
7176 "(struct:bulk-binding-class"
7178 " bulk-binding-class?"
7179 " bulk-binding-class-get-symbols"
7180 " bulk-binding-class-create"
7181 " bulk-binding-class-modname)"
7186 " 'bulk-binding-class"
7196 " 'bulk-binding-class)))))"
7208 "((bulk-binding-class-get-symbols(bulk-binding-ref b_0))"
7211 "(define-values(bulk-binding-create)(lambda(b_0)(begin(bulk-binding-class-create(bulk-binding-ref b…
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc7142 "(struct:bulk-binding-at bulk-binding-at2.1 bulk-binding-at? bulk-binding-at-scopes bulk-binding-at…
7176 "(struct:bulk-binding-class"
7178 " bulk-binding-class?"
7179 " bulk-binding-class-get-symbols"
7180 " bulk-binding-class-create"
7181 " bulk-binding-class-modname)"
7186 " 'bulk-binding-class"
7196 " 'bulk-binding-class)))))"
7208 "((bulk-binding-class-get-symbols(bulk-binding-ref b_0))"
7211 "(define-values(bulk-binding-create)(lambda(b_0)(begin(bulk-binding-class-create(bulk-binding-ref b…
[all …]
/dports/databases/soci/soci-4.0.1/docs/
H A Dtypes.md3 ## Static binding
5 The static binding for types is most useful when the types used in the database are known at compil…
19 ### Static binding for bulk operations argument
37 ## Dynamic binding
41 SOCI supports binding dynamic resultset through the `soci::row` and `soci::column_properties` class…
127 Note, however, that this interface is *not* compatible with the standard `std::istream` class and t…
143 There are three required class members for a valid `type_conversion` specialization:
154 class MyInt
205 …OCI with custom data types is to use the `into_type<T>` and `use_type<T>` class templates, which s…
213 SOCI provides a class called `values` specifically to enable object-relational mapping via `type_co…
[all …]
H A Dstatements.md29class `statement` explicitly, by preparing the statement only once and repeating its execution wit…
52 The `rowset` class provides an alternative means of executing queries and accessing results using S…
54 …or category and is available via `iterator` and `const_iterator` definitions in the `rowset` class.
58 The following example creates an instance of the `rowset` class and binds query results into elemen…
70 …`rowset` elements are of type `row` and therefore use [dynamic bindings](types.md#dynamic-binding):
125 SOCI makes such bulk operations possible by supporting `std::vector` based types.
129 This ensures vector is not reallocated and, what's crucial for the bulk trick, new data should be p…
/dports/databases/soci/soci-4.0.1/docs/api/
H A Dbackend.md81 class standard_into_type_backend
97 (non-bulk) `into` elements.
98 The objects of this class (or, rather, of the derived class implemented by the actual backend)
111 class vector_into_type_backend
129 …s similar structure and purpose as the previous one, but is used for vectors (bulk data retrieval).
135 …or those `use` elements that do not provide explicit names for parameter binding. The meaning of p…
144 class vector_use_type_backend
167 class statement_backend
224 class rowid_backend
234 class blob_backend
[all …]
H A Dclient.md36 class session
235 See [Binding output data](../binding.md#binding-output-data-into) for more examples
268 See [Binding input data](../binding.md#binding-input-data-use) for more examples.
332 * `exchange_for_rowset` as a special case for binding `rowset` objects.
381 The `row` class encapsulates the data and type information retrieved for the single row when the dy…
384 class row
432 See [Dynamic resultset binding](../types.md#dynamic-binding) for examples.
452 See [Dynamic resultset binding](../types.md#dynamic-binding) for examples.
510 class blob
543 class rowid
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/data/
H A DEfeatures.embl92 # involved in RNA polymerase binding;
919 # SO: Non-covalent primer binding
965 # non-covalent protein binding site on nucleic acid;
971 # Use RBS instead for ribosome binding sites
991 # ribosome binding site;
1105 # different immunoglobulin class from the same B-cell;
1127 # from the bulk (main band) genomic DNA;
1132 # from the bulk (main band) genomic DNA.
1216 # classes of snoRNAs: the box C/D class, and the box H/ACA class. U3
1217 # snoRNA is a member of the box C/D class. Indeed, the box C/D element
[all …]
/dports/net-mgmt/observium/observium/mibs/ciscosb/
H A DCISCO-TC93 convention for bulk provisioning.
667 bulk configuration.
727 represent the last bulk operation in the table."
734 displayable textual result from the bulk configuration
882 Class N - Refers to any class of service (different types
1167 binding.
1293 found in fabric binding active database.
1296 invalid in fabric binding active database.
1298 'fabricBindingDbMismatch (111)' - fabric binding active
1301 'fabricBindingNoRspFromPeer (112)' - fabric binding no
[all …]
/dports/devel/hpx/hpx-1.2.1/docs/sphinx/releases/
H A Dwhats_new_0_9_0.rst21 * Renamed :cpp:class:`hpx::lcos::packaged_task` to
28 * The type :cpp:class:`hpx::lcos::future` is now compliant to the C++11
32 * The types :cpp:class:`hpx::lcos::local::promise` and
36 :cpp:class:`hpx::lcos::promise` and :cpp:class:`hpx::lcos::packaged_action`
38 * :cpp:class:`hpx::thread` and :cpp:class:`hpx::lcos::future` are now
41 :cpp:class:`hpx::lcos::future`\ s. The member function
53 * |hpx| continuations are now fully polymorphic. The class
150 * :hpx-issue:`236` - Allow binding :cpp:class:`hpx::util::function` to actions
152 :cpp:class:`hpx::util::function`
156 :cpp:class:`hpx::util::function`
[all …]
/dports/databases/p5-Mongoose/Mongoose-2.00/lib/Mongoose/
H A DIntro.pod91 No data-object binding means that you may reuse collections,
136 There are two roles to make your Moose class a Mongoose document:
156 Tells Mongoose to store your class as an embedded document, inside a
165 your class the following methods:
227 This is done by inspecting the class attribute metadata. The engine
229 into your class. This is faster than calling C<new>, but also means
230 that B<no special class or attribute methods will be fired,
245 class this way:
320 If you first had a class definition as such:
337 class the old attribute will be loaded as if nothing had
[all …]

12345678910>>...47