Home
last modified time | relevance | path

Searched refs:SQLITE3_TEXT (Results 1 – 25 of 624) sorted by relevance

12345678910>>...25

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.sqlite3.php111 $stmt->bindValue(':filename', getID3::VERSION, SQLITE3_TEXT);
151 $stmt->bindValue(':filename', getID3::VERSION, SQLITE3_TEXT);
152 $stmt->bindValue(':dirname', getID3::VERSION, SQLITE3_TEXT);
153 $stmt->bindValue(':val', getID3::VERSION, SQLITE3_TEXT);
176 $stmt->bindValue(':filename', $filename, SQLITE3_TEXT);
189 $stmt->bindValue(':filename', $filename, SQLITE3_TEXT);
190 $stmt->bindValue(':dirname', $dirname, SQLITE3_TEXT);
194 $stmt->bindValue(':val', base64_encode(serialize($analysis)), SQLITE3_TEXT);
225 $stmt->bindValue(':dirname', $dir, SQLITE3_TEXT);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.sqlite3.php138 $stmt->bindValue(':filename', getID3::VERSION, SQLITE3_TEXT);
166 $stmt->bindValue(':filename', getID3::VERSION, SQLITE3_TEXT);
167 $stmt->bindValue(':dirname', getID3::VERSION, SQLITE3_TEXT);
168 $stmt->bindValue(':val', getID3::VERSION, SQLITE3_TEXT);
196 $stmt->bindValue(':filename', $filename, SQLITE3_TEXT);
209 $stmt->bindValue(':filename', $filename, SQLITE3_TEXT);
210 $stmt->bindValue(':dirname', $dirname, SQLITE3_TEXT);
214 $stmt->bindValue(':val', base64_encode(serialize($analysis)), SQLITE3_TEXT);
246 $stmt->bindValue(':dirname', $dir, SQLITE3_TEXT);
/dports/databases/dalmp/DALMP-3.1.0/src/DALMP/Sessions/
H A DSQLite.php71 $stmt->bindValue(':sid', $session_id, SQLITE3_TEXT);
93 $stmt->bindValue(':sid', $session_id, SQLITE3_TEXT);
111 $stmt->bindValue(':sid', $session_id, SQLITE3_TEXT);
113 $stmt->bindValue(':data', $session_data, SQLITE3_TEXT);
114 $stmt->bindValue(':ref', $ref, SQLITE3_TEXT);
149 $stmt->bindValue(':ref', $ref, SQLITE3_TEXT);
169 $stmt->bindValue(':ref', $ref, SQLITE3_TEXT);
/dports/databases/dalmp/DALMP-3.1.0/src/DALMP/Queue/
H A DSQLite.php78 $stmt->bindValue(1, $this->queue_name, SQLITE3_TEXT);
79 $stmt->bindValue(2, base64_encode($value), SQLITE3_TEXT);
107 $stmt->bindValue(1, $this->queue_name, SQLITE3_TEXT);
111 $stmt->bindValue(1, $this->queue_name, SQLITE3_TEXT);
141 $stmt->bindValue(1, $this->queue_name, SQLITE3_TEXT);
/dports/finance/weberp/webERP/Classes/PHPExcel/CachedObjectStorage/
H A DSQLite3.php91 $this->_insertQuery->bindValue('id',$this->_currentObjectID,SQLITE3_TEXT);
136 $this->_selectQuery->bindValue('id',$pCoord,SQLITE3_TEXT);
171 $this->_selectQuery->bindValue('id',$pCoord,SQLITE3_TEXT);
195 $this->_deleteQuery->bindValue('id',$pCoord,SQLITE3_TEXT);
216 $this->_deleteQuery->bindValue('id',$toAddress,SQLITE3_TEXT);
221 $this->_updateQuery->bindValue('toid',$toAddress,SQLITE3_TEXT);
222 $this->_updateQuery->bindValue('fromid',$fromAddress,SQLITE3_TEXT);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/
H A DSQLite3.php84 $this->insertQuery->bindValue('id', $this->currentObjectID, SQLITE3_TEXT);
130 $this->selectQuery->bindValue('id', $pCoord, SQLITE3_TEXT);
165 $this->selectQuery->bindValue('id', $pCoord, SQLITE3_TEXT);
189 $this->deleteQuery->bindValue('id', $pCoord, SQLITE3_TEXT);
211 $this->deleteQuery->bindValue('id', $toAddress, SQLITE3_TEXT);
217 $this->updateQuery->bindValue('toid', $toAddress, SQLITE3_TEXT);
218 $this->updateQuery->bindValue('fromid', $fromAddress, SQLITE3_TEXT);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/
H A DSQLite3.php84 $this->insertQuery->bindValue('id', $this->currentObjectID, SQLITE3_TEXT);
130 $this->selectQuery->bindValue('id', $pCoord, SQLITE3_TEXT);
165 $this->selectQuery->bindValue('id', $pCoord, SQLITE3_TEXT);
189 $this->deleteQuery->bindValue('id', $pCoord, SQLITE3_TEXT);
211 $this->deleteQuery->bindValue('id', $toAddress, SQLITE3_TEXT);
217 $this->updateQuery->bindValue('toid', $toAddress, SQLITE3_TEXT);
218 $this->updateQuery->bindValue('fromid', $fromAddress, SQLITE3_TEXT);
/dports/databases/php81-sqlite3/php-8.1.1/ext/sqlite3/tests/
H A Dbug70628.phpt13 $sth->bindValue(':breed', 'canis', SQLITE3_TEXT);
14 $sth->bindValue(':name', 'jack', SQLITE3_TEXT);
21 $sth->bindValue(':breed', 'russel', SQLITE3_TEXT);
/dports/www/mod_php81/php-8.1.1/ext/sqlite3/tests/
H A Dbug70628.phpt13 $sth->bindValue(':breed', 'canis', SQLITE3_TEXT);
14 $sth->bindValue(':name', 'jack', SQLITE3_TEXT);
21 $sth->bindValue(':breed', 'russel', SQLITE3_TEXT);
/dports/lang/php81/php-8.1.1/ext/sqlite3/tests/
H A Dbug70628.phpt13 $sth->bindValue(':breed', 'canis', SQLITE3_TEXT);
14 $sth->bindValue(':name', 'jack', SQLITE3_TEXT);
21 $sth->bindValue(':breed', 'russel', SQLITE3_TEXT);
/dports/databases/php80-sqlite3/php-8.0.15/ext/sqlite3/tests/
H A Dbug70628.phpt14 $sth->bindValue(':breed', 'canis', SQLITE3_TEXT);
15 $sth->bindValue(':name', 'jack', SQLITE3_TEXT);
22 $sth->bindValue(':breed', 'russel', SQLITE3_TEXT);
H A Dsqlite3_10_bound_value_name.phpt22 var_dump($stmt->bindValue(':id', $foo, SQLITE3_TEXT));
24 var_dump($stmt->bindValue('id', $foo, SQLITE3_TEXT));
H A Dsqlite3_28_clear_bindings.phpt22 var_dump($stmt->bindParam(1, $foo, SQLITE3_TEXT));
30 var_dump($stmt->bindValue(1, 'b', SQLITE3_TEXT));
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/tests/
H A Dbug70628.phpt14 $sth->bindValue(':breed', 'canis', SQLITE3_TEXT);
15 $sth->bindValue(':name', 'jack', SQLITE3_TEXT);
22 $sth->bindValue(':breed', 'russel', SQLITE3_TEXT);
/dports/databases/php74-sqlite3/php-7.4.27/ext/sqlite3/tests/
H A Dbug70628.phpt14 $sth->bindValue(':breed', 'canis', SQLITE3_TEXT);
15 $sth->bindValue(':name', 'jack', SQLITE3_TEXT);
22 $sth->bindValue(':breed', 'russel', SQLITE3_TEXT);
/dports/lang/php74/php-7.4.27/ext/sqlite3/tests/
H A Dbug70628.phpt14 $sth->bindValue(':breed', 'canis', SQLITE3_TEXT);
15 $sth->bindValue(':name', 'jack', SQLITE3_TEXT);
22 $sth->bindValue(':breed', 'russel', SQLITE3_TEXT);
/dports/lang/php80/php-8.0.15/ext/sqlite3/tests/
H A Dbug70628.phpt14 $sth->bindValue(':breed', 'canis', SQLITE3_TEXT);
15 $sth->bindValue(':name', 'jack', SQLITE3_TEXT);
22 $sth->bindValue(':breed', 'russel', SQLITE3_TEXT);
/dports/lang/php73/php-7.3.33/ext/sqlite3/tests/
H A Dbug70628.phpt14 $sth->bindValue(':breed', 'canis', SQLITE3_TEXT);
15 $sth->bindValue(':name', 'jack', SQLITE3_TEXT);
22 $sth->bindValue(':breed', 'russel', SQLITE3_TEXT);
H A Dsqlite3_28_clear_bindings.phpt22 var_dump($stmt->bindParam(1, $foo, SQLITE3_TEXT));
30 var_dump($stmt->bindValue(1, 'b', SQLITE3_TEXT));
/dports/www/mod_php73/php-7.3.33/ext/sqlite3/tests/
H A Dbug70628.phpt14 $sth->bindValue(':breed', 'canis', SQLITE3_TEXT);
15 $sth->bindValue(':name', 'jack', SQLITE3_TEXT);
22 $sth->bindValue(':breed', 'russel', SQLITE3_TEXT);
/dports/www/mod_php74/php-7.4.27/ext/sqlite3/tests/
H A Dbug70628.phpt14 $sth->bindValue(':breed', 'canis', SQLITE3_TEXT);
15 $sth->bindValue(':name', 'jack', SQLITE3_TEXT);
22 $sth->bindValue(':breed', 'russel', SQLITE3_TEXT);
/dports/www/mod_php80/php-8.0.15/ext/sqlite3/tests/
H A Dbug70628.phpt14 $sth->bindValue(':breed', 'canis', SQLITE3_TEXT);
15 $sth->bindValue(':name', 'jack', SQLITE3_TEXT);
22 $sth->bindValue(':breed', 'russel', SQLITE3_TEXT);
/dports/databases/php80-sqlite3/php-8.0.15/ext/sqlite3/
H A Dsqlite3.stub.php89 public function bindParam(string|int $param, mixed &$var, int $type = SQLITE3_TEXT) {}
92 public function bindValue(string|int $param, mixed $value, int $type = SQLITE3_TEXT) {}
/dports/lang/php80/php-8.0.15/ext/sqlite3/
H A Dsqlite3.stub.php89 public function bindParam(string|int $param, mixed &$var, int $type = SQLITE3_TEXT) {}
92 public function bindValue(string|int $param, mixed $value, int $type = SQLITE3_TEXT) {}
/dports/www/mod_php80/php-8.0.15/ext/sqlite3/
H A Dsqlite3.stub.php89 public function bindParam(string|int $param, mixed &$var, int $type = SQLITE3_TEXT) {}
92 public function bindValue(string|int $param, mixed $value, int $type = SQLITE3_TEXT) {}

12345678910>>...25