Home
last modified time | relevance | path

Searched refs:prepare (Results 26 – 50 of 136) sorted by relevance

123456

/plugin/authowncloud/
H A Dauth.php220 $db = OC_DB::prepare($sql);
314 …$db = OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `conf…
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdown.php71 protected function prepare() function in cebe\\markdown\\Markdown
/plugin/editions/
H A Dstyle.css30 /* prepare for icons */
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto21.php116 $stmt = $pdo->prepare('UPDATE calendarobjects SET uid = ? WHERE id = ?');
H A Dmigrateto30.php155 $stmt1 = $pdo->prepare('INSERT INTO propertystorage (path, name, valuetype, value) VALUES (?, ?, 3,…
H A Dmigrateto20.php439 $stmt = $pdo->prepare('UPDATE cards SET etag = ?, size = ? WHERE id = ?');
H A Dmigrateto17.php148 $stmt = $pdo->prepare('UPDATE calendarobjects SET etag = ?, size = ?, componenttype = ?, firstoccur…
/plugin/database2/
H A Dmedia.php178 $st = $this->getLink()->prepare( 'SELECT ' . $column .
282 …$st = $db->getLink()->prepare( 'SELECT rowid,action,username,ctime FROM __log WHERE tablename=? OR…
H A Ddatabase2.php874 $st = $this->db->prepare( $sql );
1128 $st = $this->db->prepare( $sql );
1210 $st = $this->db->prepare( $sql );
1396 $st = $this->db->prepare( 'DELETE FROM ' . $this->table . ' WHERE '.
1550 $st = $this->db->prepare( $query . $filter );
1664 $st = $this->db->prepare( $query . $filter . $order . $limit );
2679 $st = $this->db->prepare( 'SELECT ' . implode( ',', $cols ) .
2719 $st = $this->db->prepare( 'SELECT ' . implode( ',', $cols ) .
4200 $st = $this->db->prepare( $sql );
4373 $st = $this->db->prepare( 'SELECT COUNT(*) FROM __locks ' .
[all …]
/plugin/translator/syntax/
H A Dlabel.php129 $this->functions->database->prepare("$SQL;");
/plugin/dbquery/
H A Dhelper.php105 $sth = $pdo->prepare($sql);
/plugin/strata/helper/
H A Dtriples.php131 // prepare query
132 $query = $this->_db->prepare($sql);
178 // prepare queyr
179 $query = $this->_db->prepare($sql);
216 // prepare insertion query
218 $query = $this->_db->prepare($sql);
253 // prepare the query
254 $query = $this->_db->prepare($sql);
/plugin/sql/
H A DDB.php26 $stmt = parent::prepare($sql);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php225 public function prepare($str) function in JMS\\Serializer\\JsonDeserializationVisitor
H A DXmlDeserializationVisitor.php67 public function prepare($data) function in JMS\\Serializer\\XmlDeserializationVisitor
H A DXmlSerializationVisitor.php433 public function prepare($data) function in JMS\\Serializer\\XmlSerializationVisitor
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.class.php291 function prepare() { function in OutputDriverPdflib
292 parent::prepare();
H A Doutput._generic.class.php302 function prepare() { function in OutputDriverGeneric
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js112 Position.prepare();
361 Position.prepare();
401 Position.prepare();
529 Position.prepare();
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCLA.md7 …ights (including copyright, patent, and any other rights), to use, copy, prepare derivative works …
/plugin/bible/bible_douayRheims/
H A DPhilemon.txt22 …1:22. But withal prepare me also a lodging. For I hope that through your prayers I shall be given …
/plugin/sqlite/
H A DSQLiteDB.php149 $stmt = $this->pdo->prepare($sql);
/plugin/ipban/ip-lib/
H A DREADME.md289 $insertQuery = $pdo->prepare('
300 $searchQuery = $pdo->prepare('
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst412 …$dbh->prepare('INSERT INTO templates (name, source, last_modified) VALUES (?, ?, ?)')->execute(['b…
413 …$dbh->prepare('INSERT INTO templates (name, source, last_modified) VALUES (?, ?, ?)')->execute(['i…
470 $sth = $this->dbh->prepare('SELECT '.$column.' FROM templates WHERE name = :name');
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1prepare binary files for I/O\n bless :1, // - create …

123456