Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 25 of 136) sorted by last modified time

123456

/plugin/dbquery/
H A Dhelper.php105 $sth = $pdo->prepare($sql);
/plugin/sqlite/
H A DSQLiteDB.php149 $stmt = $this->pdo->prepare($sql);
/plugin/bez/mdl/
H A DFactory.php144 $sth = $this->model->db->prepare($q);
163 $sth = $this->model->db->prepare($q);
174 $sth = $this->model->db->prepare($q);
192 $sth = $this->model->db->prepare($q);
258 $sth = $this->model->db->prepare($query);
290 $sth = $this->model->db->prepare($query);
314 $sth = $this->model->db->prepare($q);
/plugin/sql/
H A DDB.php26 $stmt = parent::prepare($sql);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js7948 value: function prepare()
8829 value: function prepare(model) {
11827 value: function prepare(model) {
11833 anchor.prepare(item, {
13687 value: function prepare(model) {
16479 this.ext.prepare(model, options);
18364 value: function prepare(model) {
23303 value: function prepare(model) {
23725 this.map.autoFilter.prepare(model);
24945 tableXform.prepare(table, {});
[all …]
/plugin/authwordpress/
H A Dauth.php217 $stmt = $this->db->prepare($sql);
318 $stmt = $this->db->prepare($this->sql_wp_user_data);
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1525 $this->prepare($str, $lowercase, $defaultBRText, $defaultSpanText);
1634 protected function prepare( function in imapmarkers\\simple_html_dom
/plugin/tgnotify/
H A DLICENSE69 copyright license to reproduce, prepare Derivative Works of,
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md230 label. Let us know in the issue comments if you want to contribute and if you want any guidance, and we will be delighted to help you to prepare your pull request.
/plugin/edittable/lib/
H A Dhandsontable.full.js6852 BaseEditor.prototype.prepare = function (row, col, prop, td, originalValue, cellProperties) {
29097 AutocompleteEditor.prototype.prepare = function () {
29099 _handsontableEditor2.default.prototype.prepare.apply(this, arguments);
29509 HandsontableEditor.prototype.prepare = function (td, row, col, prop, value, cellProperties) {
29510 _textEditor2.default.prototype.prepare.apply(this, arguments);
34758 activeEditor.prepare(row, col, prop, td, originalValue, cellProperties);
35063 value: function prepare(row, col, prop, td, originalValue, cellProperties) {
35297 value: function prepare(row, col, prop, td, originalValue, cellProperties) {
35819 SelectEditor.prototype.prepare = function () {
35820 _baseEditor2.default.prototype.prepare.apply(this, arguments);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-APACHE69 copyright license to reproduce, prepare Derivative Works of,
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1053 - Make host for all tests dynamic to prepare it for a more dynamic test environment [#846](https://github.com/ruflin/Elastica/pull/846)
/plugin/achart/assets/
H A Dapexcharts.min.js6prepare(),t};if(a.ns="http://www.w3.org/2000/svg",a.xmlns="http://www.w3.org/2000/xmlns/",a.xlink=…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc24902 prepare: function(a, d) {
25756 k.length && (e.prepare(p, m), e.placeLine(k[0]), e.cleanup())
H A Dckeditor.js1252 …lement.createFromHtml(this.lineTpl);a.appendTo(this.container);return a},prepare:function(a,d){thi… method in p
1293 …ools.eventsBuffer(50,function(){m=d.locate(r);k=d.sort(n,1);k.length&&(e.prepare(r,m),e.placeLine(…
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php148 $stmt = $pdo->prepare('UPDATE calendarobjects SET etag = ?, size = ?, componenttype = ?, firstoccur…
H A Dmigrateto20.php439 $stmt = $pdo->prepare('UPDATE cards SET etag = ?, size = ? WHERE id = ?');
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,…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php305 …$stmt = $this->pdo->prepare('DELETE FROM ' . $this->calendarObjectTableName . ' WHERE calendarid =…
308 $stmt = $this->pdo->prepare('DELETE FROM ' . $this->calendarTableName . ' WHERE id = ?');
311 …$stmt = $this->pdo->prepare('DELETE FROM ' . $this->calendarChangesTableName . ' WHERE calendarid …
425 $stmt = $this->pdo->prepare($query);
725 $stmt = $this->pdo->prepare($query);
778 $stmt = $this->pdo->prepare($query);
846 …$stmt = $this->pdo->prepare('SELECT synctoken FROM ' . $this->calendarTableName . ' WHERE id = ?');
865 $stmt = $this->pdo->prepare($query);
896 $stmt = $this->pdo->prepare($query);
922 …$stmt = $this->pdo->prepare('UPDATE ' . $this->calendarTableName . ' SET synctoken = synctoken + 1…
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php91 $stmt = $this->pdo->prepare($query);
135 …$stmt = $this->pdo->prepare('UPDATE ' . $this->tableName . ' SET owner = ?, timeout = ?, scope = ?…
146 …$stmt = $this->pdo->prepare('INSERT INTO ' . $this->tableName . ' (owner,timeout,scope,depth,uri,c…
173 … $stmt = $this->pdo->prepare('DELETE FROM ' . $this->tableName . ' WHERE uri = ? AND token = ?');
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php80 $stmt = $this->pdo->prepare($query);
117 …$updateStmt = $this->pdo->prepare("REPLACE INTO propertystorage (path, name, valuetype, value) VAL…
118 … $deleteStmt = $this->pdo->prepare("DELETE FROM propertystorage WHERE path = ? AND name = ?");
158 …$stmt = $this->pdo->prepare("DELETE FROM propertystorage WHERE path = ? OR path LIKE ? ESCAPE '='"…
189 …$select = $this->pdo->prepare('SELECT id, path FROM propertystorage WHERE path = ? OR path LIKE ?'…
192 $update = $this->pdo->prepare('UPDATE propertystorage SET path = ? WHERE id = ?');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php145 …$stmt = $this->pdo->prepare('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName . ' W…
204 $stmt = $this->pdo->prepare($query);
265 $stmt = $this->pdo->prepare($query);
294 …$stmt = $this->pdo->prepare('SELECT principals.uri as uri FROM ' . $this->groupMembersTableName . …
316 …$stmt = $this->pdo->prepare('SELECT principals.uri as uri FROM ' . $this->groupMembersTableName . …
339 …$stmt = $this->pdo->prepare('SELECT id, uri FROM ' . $this->tableName . ' WHERE uri IN (? ' . str_…
355 …$stmt = $this->pdo->prepare('DELETE FROM ' . $this->groupMembersTableName . ' WHERE principal_id =…
360 …$stmt = $this->pdo->prepare('INSERT INTO ' . $this->groupMembersTableName . ' (principal_id, membe…
380 $stmt = $this->pdo->prepare('INSERT INTO ' . $this->tableName . ' (uri) VALUES (?)');
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php135 $stmt = $this->pdo->prepare($query);
181 $stmt = $this->pdo->prepare($query);
195 … $stmt = $this->pdo->prepare('DELETE FROM ' . $this->cardsTableName . ' WHERE addressbookid = ?');
198 … $stmt = $this->pdo->prepare('DELETE FROM ' . $this->addressBooksTableName . ' WHERE id = ?');
201 …$stmt = $this->pdo->prepare('DELETE FROM ' . $this->addressBookChangesTableName . ' WHERE id = ?');
284 $stmt = $this->pdo->prepare($query);
395 …$stmt = $this->pdo->prepare('DELETE FROM ' . $this->cardsTableName . ' WHERE addressbookid = ? AND…
463 …$stmt = $this->pdo->prepare('SELECT synctoken FROM ' . $this->addressBooksTableName . ' WHERE id =…
482 $stmt = $this->pdo->prepare($query);
513 $stmt = $this->pdo->prepare($query);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DPDO.php51 … $stmt = $this->pdo->prepare('SELECT digesta1 FROM ' . $this->tableName . ' WHERE username = ?');

123456