Home
last modified time | relevance | path

Searched +refs:variable +refs:bind (Results 1 – 25 of 24207) sorted by relevance

12345678910>>...969

/dports/www/matomo/piwik/plugins/TagManager/Dao/
H A DVariablesDao.php43 $bind = array($idSite, $idContainerVersion, $name, self::STATUS_ACTIVE);
47 $bind[] = $exceptIdVariable;
50 $idSite = Db::fetchOne($sql, $bind);
121 $bind = array(self::STATUS_ACTIVE, $idSite, $idContainerVersion);
140 …$variable = Db::fetchRow("SELECT * FROM $table WHERE status = ? and idvariable = ? and idcontainer…
155 …$variable = Db::fetchRow("SELECT * FROM $table WHERE status = ? and idsite = ? and idcontainervers…
171 Db::query($query, $bind);
187 Db::query($query, $bind);
209 $variable['idvariable'] = (int) $variable['idvariable'];
210 $variable['idsite'] = (int) $variable['idsite'];
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/or-patterns/
H A Dmissing-bindings.stderr8 | pattern doesn't bind `beta`
16 | pattern doesn't bind `beta`
22 | - ^ pattern doesn't bind `a`
32 | pattern doesn't bind `a`
40 | pattern doesn't bind `a`
72 | pattern doesn't bind `a`
80 | pattern doesn't bind `a`
104 | pattern doesn't bind `c`
144 | pattern doesn't bind `e`
210 | |_____________^ pattern doesn't bind `b`
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/span/
H A Dissue-39698.stderr1 error[E0408]: variable `a` is not bound in all patterns
7 | | | pattern doesn't bind `a`
8 | | pattern doesn't bind `a`
9 | variable not in all patterns
11 error[E0408]: variable `b` is not bound in all patterns
19 | pattern doesn't bind `b`
21 error[E0408]: variable `c` is not bound in all patterns
28 | | pattern doesn't bind `c`
29 | pattern doesn't bind `c`
31 error[E0408]: variable `d` is not bound in all patterns
[all …]
/dports/lang/php73/php-7.3.33/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt22 printf("Binding variable...\n");
68 printf("Binding variable which references another variable...\n");
162 printf("Binding variable...\n");
208 printf("Binding variable which references another variable...\n");
305 Binding variable...
308 Binding value and not variable...
311 Binding variable which references another variable...
317 Binding a variable to two placeholders and changing the variable value in between the binds...
321 Binding variable...
327 Binding variable which references another variable...
[all …]
/dports/databases/php81-pdo_mysql/php-8.1.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt69 printf("Binding variable which references another variable...\n");
209 printf("Binding variable which references another variable...\n");
306 Binding variable...
309 Binding value and not variable...
312 Binding variable which references another variable...
315 Binding a variable and a value...
318 Binding a variable to two placeholders and changing the variable value in between the binds...
322 Binding variable...
325 Binding value and not variable...
328 Binding variable which references another variable...
[all …]
/dports/databases/php74-pdo_mysql/php-7.4.27/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt22 printf("Binding variable...\n");
68 printf("Binding variable which references another variable...\n");
162 printf("Binding variable...\n");
208 printf("Binding variable which references another variable...\n");
305 Binding variable...
308 Binding value and not variable...
311 Binding variable which references another variable...
317 Binding a variable to two placeholders and changing the variable value in between the binds...
321 Binding variable...
327 Binding variable which references another variable...
[all …]
/dports/databases/php80-pdo_mysql/php-8.0.15/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt68 printf("Binding variable which references another variable...\n");
208 printf("Binding variable which references another variable...\n");
305 Binding variable...
308 Binding value and not variable...
311 Binding variable which references another variable...
314 Binding a variable and a value...
317 Binding a variable to two placeholders and changing the variable value in between the binds...
321 Binding variable...
324 Binding value and not variable...
327 Binding variable which references another variable...
[all …]
/dports/databases/php73-pdo_mysql/php-7.3.33/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt22 printf("Binding variable...\n");
68 printf("Binding variable which references another variable...\n");
162 printf("Binding variable...\n");
208 printf("Binding variable which references another variable...\n");
305 Binding variable...
308 Binding value and not variable...
311 Binding variable which references another variable...
317 Binding a variable to two placeholders and changing the variable value in between the binds...
321 Binding variable...
327 Binding variable which references another variable...
[all …]
/dports/www/mod_php81/php-8.1.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt69 printf("Binding variable which references another variable...\n");
209 printf("Binding variable which references another variable...\n");
306 Binding variable...
309 Binding value and not variable...
312 Binding variable which references another variable...
315 Binding a variable and a value...
318 Binding a variable to two placeholders and changing the variable value in between the binds...
322 Binding variable...
325 Binding value and not variable...
328 Binding variable which references another variable...
[all …]
/dports/lang/php80/php-8.0.15/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt68 printf("Binding variable which references another variable...\n");
208 printf("Binding variable which references another variable...\n");
305 Binding variable...
308 Binding value and not variable...
311 Binding variable which references another variable...
314 Binding a variable and a value...
317 Binding a variable to two placeholders and changing the variable value in between the binds...
321 Binding variable...
324 Binding value and not variable...
327 Binding variable which references another variable...
[all …]
/dports/lang/php81/php-8.1.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt69 printf("Binding variable which references another variable...\n");
209 printf("Binding variable which references another variable...\n");
306 Binding variable...
309 Binding value and not variable...
312 Binding variable which references another variable...
315 Binding a variable and a value...
318 Binding a variable to two placeholders and changing the variable value in between the binds...
322 Binding variable...
325 Binding value and not variable...
328 Binding variable which references another variable...
[all …]
/dports/lang/php74/php-7.4.27/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt22 printf("Binding variable...\n");
68 printf("Binding variable which references another variable...\n");
162 printf("Binding variable...\n");
208 printf("Binding variable which references another variable...\n");
305 Binding variable...
308 Binding value and not variable...
311 Binding variable which references another variable...
317 Binding a variable to two placeholders and changing the variable value in between the binds...
321 Binding variable...
327 Binding variable which references another variable...
[all …]
/dports/www/mod_php73/php-7.3.33/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt22 printf("Binding variable...\n");
68 printf("Binding variable which references another variable...\n");
162 printf("Binding variable...\n");
208 printf("Binding variable which references another variable...\n");
305 Binding variable...
308 Binding value and not variable...
311 Binding variable which references another variable...
317 Binding a variable to two placeholders and changing the variable value in between the binds...
321 Binding variable...
327 Binding variable which references another variable...
[all …]
/dports/www/mod_php74/php-7.4.27/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt22 printf("Binding variable...\n");
68 printf("Binding variable which references another variable...\n");
162 printf("Binding variable...\n");
208 printf("Binding variable which references another variable...\n");
305 Binding variable...
308 Binding value and not variable...
311 Binding variable which references another variable...
317 Binding a variable to two placeholders and changing the variable value in between the binds...
321 Binding variable...
327 Binding variable which references another variable...
[all …]
/dports/www/mod_php80/php-8.0.15/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt68 printf("Binding variable which references another variable...\n");
208 printf("Binding variable which references another variable...\n");
305 Binding variable...
308 Binding value and not variable...
311 Binding variable which references another variable...
314 Binding a variable and a value...
317 Binding a variable to two placeholders and changing the variable value in between the binds...
321 Binding variable...
324 Binding value and not variable...
327 Binding variable which references another variable...
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/x/r/
H A Dconnection_multi_bind_address_win.result20 …dd_suppression("Plugin mysqlx reported: 'Setup of bind-address: '127.0.0.1' port: [0-9]* failed, `
23 include/assert.inc [There variable must point to localhost,127.0.0.1]
33 include/assert.inc [There status variable must point to UNDEFINED]
40 include/assert.inc [There status variable must point to 127.0.0.1]
41 include/assert.inc [There variable must point to *,localhost]
47 include/assert.inc [There status variable must point to 127.0.0.1]
54 include/assert.inc [There status variable must point to 127.0.0.1]
55 include/assert.inc [There variable must point to ,localhost]
75 call mtr.add_suppression("Plugin mysqlx reported: 'Setup of bind-address: 'localhost/wrong' port: […
91 include/assert.inc [There status variable must point to ::]
[all …]
H A Dconnection_multi_bind_address.result22 …reported: 'Value '127.0.0.1' set to `Mysqlx_bind_address`, X Plugin can't bind to it. Skipping thi…
23 …dd_suppression("Plugin mysqlx reported: 'Setup of bind-address: '127.0.0.1' port: [0-9]* failed, `
37 call mtr.add_suppression("Plugin mysqlx reported: 'Setup of bind-address: 'otherhost' port: [0-9]* …
39 call mtr.add_suppression("Plugin mysqlx reported: 'Setup of bind-address: 'anotherhost' port: [0-9]…
49 include/assert.inc [There variable must point to *,localhost]
63 include/assert.inc [There variable must point to ,localhost]
82 call mtr.add_suppression("Plugin mysqlx reported: 'Setup of bind-address: 'localhost/wrong' port: […
92 call mtr.add_suppression("Plugin mysqlx reported: 'Setup of bind-address: 'distanthost' port: [0-9]…
102 include/assert.inc [There variable must point to $IPs]
107 include/assert.inc [There status variable must point to ::]
[all …]
H A Dconnection_multi_bind_address_ipv6.result35 call mtr.add_suppression("Plugin mysqlx reported: 'Setup of bind-address: 'otherhost' port: [0-9]* …
37 call mtr.add_suppression("Plugin mysqlx reported: 'Setup of bind-address: 'anotherhost' port: [0-9]…
47 include/assert.inc [There variable must point to *,::1]
54 include/assert.inc [There variable must point to ::,::1]
61 include/assert.inc [There variable must point to ,::1]
68 include/assert.inc [There variable must point to ::1/,::1]
80 call mtr.add_suppression("Plugin mysqlx reported: 'Setup of bind-address: '::1/wrong' port: [0-9]* …
90 call mtr.add_suppression("Plugin mysqlx reported: 'Setup of bind-address: 'distanthost' port: [0-9]…
98 …d_suppression("Plugin mysqlx reported: 'Setup of bind-address: '[0-9a-f,:]+' port: [0-9]* failed, …
102 include/assert.inc [There variable must point to $IPs]
[all …]
/dports/databases/sqlrelay/sqlrelay-1.7.0/doc/programming/
H A Dbinds.wt3 == What exactly are substitution and bind variables? ==
5bind variables are both methods for replacing a variable in a query or procedural code with a corr…
13 In this query, $(schema) is a substitution variable and :id, :youngage and :oldage are input bind v…
23 In this code, :returnval is an output bind variable.
35bind variables. Oracle bind variables are names preceeded by a colon. In MySQL/MariaDB, DB2 and …
37bind functions, to refer to an Oracle, Sybase or MS SQL Server bind variable, you should use its n…
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…
67 == What if my database doesn't support bind variables? ==
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/etc/srecode/
H A Dtemplate.srt71 set NAME "variable :blank :indent"
91 bind "m"
109 bind "f"
111 prompt NAME "Name of new variable: "
113 template variable :blank
114 "Inert a variable."
118 bind "v"
125 bind "p"
156 prompt NAME "Name of variable: " read srecode-read-variable-name
158 template variable :srt
[all …]
/dports/editors/emacs/emacs-27.2/etc/srecode/
H A Dtemplate.srt71 set NAME "variable :blank :indent"
91 bind "m"
109 bind "f"
111 prompt NAME "Name of new variable: "
113 template variable :blank
114 "Inert a variable."
118 bind "v"
125 bind "p"
156 prompt NAME "Name of variable: " read srecode-read-variable-name
158 template variable :srt
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/resolve/
H A Dresolve-inconsistent-names.stderr1 error[E0408]: variable `a` is not bound in all patterns
5 | - ^ pattern doesn't bind `a`
7 | variable not in all patterns
13 | ^ - variable not in all patterns
15 | pattern doesn't bind `b`
23 | | pattern doesn't bind `A`
24 | variable not in all patterns
36 | - - ^^^^^^ pattern doesn't bind `B`
48 | pattern doesn't bind `c`
62 | ------ ^^^^^^^^^^^ pattern doesn't bind `CONST1`
[all …]
/dports/www/mod_php81/php-8.1.1/ext/oci8/tests/
H A Derror_bind.phpt26 echo "Test 1 - Assign a resource to the bind variable and execute\n";
30 echo "Test 2 - Re-bind a resource\n";
53 Test 1 - Assign a resource to the bind variable and execute
55 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
57 Test 2 - Re-bind a resource
59 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
61 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
66 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
/dports/lang/php81/php-8.1.1/ext/oci8/tests/
H A Derror_bind.phpt26 echo "Test 1 - Assign a resource to the bind variable and execute\n";
30 echo "Test 2 - Re-bind a resource\n";
53 Test 1 - Assign a resource to the bind variable and execute
55 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
57 Test 2 - Re-bind a resource
59 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
61 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
66 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
/dports/lang/php73/php-7.3.33/ext/oci8/tests/
H A Derror_bind.phpt26 echo "Test 1 - Assign a resource to the bind variable and execute\n";
30 echo "Test 2 - Re-bind a resource\n";
53 Test 1 - Assign a resource to the bind variable and execute
55 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
57 Test 2 - Re-bind a resource
59 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
61 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
66 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d

12345678910>>...969