| /plugin/statistics/ |
| D | Query.php | 126 $result = $this->db->queryAll($sql, [$this->tz, $this->from, $this->tz, $this->to]); 252 $result = $this->db->queryAll($sql, [$this->tz, $this->from, $this->tz, $this->to]); 284 $result = $this->db->queryAll($sql, [$this->tz, $this->from, $this->tz, $this->to]); 321 return $this->db->queryAll($sql, [$this->tz, $this->from, $this->tz, $this->to, $info]); 338 return $this->db->queryAll($sql, [$this->tz, $this->from, $this->tz, $this->to]); 352 return $this->db->queryAll($sql, [$this->tz, $this->from, $this->tz, $this->to]); 368 return $this->db->queryAll($sql, [$this->tz, $this->from, $this->tz, $this->to]); 382 return $this->db->queryAll($sql, [$this->tz, $this->from, $this->tz, $this->to]); 399 return $this->db->queryAll($sql, [$this->tz, $this->from, $this->tz, $this->to]); 413 return $this->db->queryAll($sql, [$this->tz, $this->from, $this->tz, $this->to]); [all …]
|
| /plugin/struct/meta/ |
| H A D | Assignments.php | 63 $this->patterns = $this->sqlite->queryAll($sql); 105 $pagerows = $this->sqlite->queryAll($sql, [$table]); 131 $tablerows = $this->sqlite->queryAll($sql, [$pid]); 228 $list = $this->sqlite->queryAll($sql, [$page]); 259 $list = $this->sqlite->queryAll($sql, $opts); 324 $tables = $this->sqlite->queryAll($sql, [$ts]); 331 $found = $this->sqlite->queryAll($sql, [$page, $ts]); 348 $pagerows = $this->sqlite->queryAll($sql, [$table]);
|
| H A D | Schema.php | 87 $schema = $this->sqlite->queryAll($sql, $opt); 108 $rows = $this->sqlite->queryAll($sql, [$this->id]); 176 $tables = $db->queryAll("SELECT DISTINCT tbl FROM schemas ORDER BY tbl");
|
| /plugin/struct/action/ |
| H A D | migration.php | 60 $tables = $sqlite->queryAll($sql); 85 $tables = $sqlite->queryAll($sql); 91 $schemas = $sqlite->queryAll($sql); 155 $cols = $sqlite->queryAll($s); 209 $t = $sqlite->queryAll($sql); 242 $schemas = $sqlite->queryAll($sql); 251 $cols = $sqlite->queryAll($s); 258 $allValues = $sqlite->queryAll($s); 278 $allValues = $sqlite->queryAll($s); 333 $tables = $sqlite->queryAll($sql); [all …]
|
| /plugin/struct/_test/ |
| H A D | SchemaBuilderTest.php | 68 $actual_types = $this->sqlite->queryAll("SELECT * FROM types"); 86 $actual_cols = $this->sqlite->queryAll("SELECT * FROM schema_cols"); 151 $actual_types = $this->sqlite->queryAll("SELECT * FROM types");
|
| H A D | HelperDBTest.php | 34 $result = $sqlite->queryAll("SELECT STRUCT_JSON(id, tbl) AS col FROM schemas");
|
| /plugin/structpublish/meta/ |
| H A D | Assignments.php | 61 $this->patterns = $this->sqlite->queryAll($sql); 121 $pagerows = $this->sqlite->queryAll($sql, [$user, $status]); 240 $list = $this->sqlite->queryAll($sql, [$page]); 267 $list = $this->sqlite->queryAll($sql, $opts);
|
| /plugin/structstatus/ |
| D | action.php | 64 $schemas= $sqlite->queryAll($sql); 116 $cols = $sqlite->queryAll($s); 144 $vals = $sqlite->queryAll($sql, ['dbversion', 'dbversion_structstatus']);
|
| /plugin/structpublish/action/ |
| H A D | migration.php | 96 $vals = $sqlite->queryAll($sql, ['dbversion', 'dbversion_structpublish']); 151 $latest = $sqlite->queryAll($sql); 180 $latest = $sqlite->queryAll($sql);
|
| /plugin/sqlite/ |
| H A D | SQLiteDB.php | 210 public function queryAll($sql, ...$params) function in dokuwiki\\plugin\\sqlite\\SQLiteDB 284 $result = $this->queryAll($sql, ...$params); 302 $result = $this->queryAll($sql, ...$params); 378 $tables = $this->queryAll("SELECT name,sql FROM sqlite_master WHERE type='table'"); 379 $indexes = $this->queryAll("SELECT name,sql FROM sqlite_master WHERE type='index'");
|
| H A D | QuerySaver.php | 83 return $this->db->queryAll($sql, [$this->upstream]);
|
| /plugin/approve/helper/ |
| H A D | db.php | 49 return $this->db->queryAll($sql); 121 $assignments = $this->db->queryAll('SELECT id, namespace, approver FROM maintainer'); 199 $pages = $this->db->queryAll($sql, $namespace.'*', $filter); 224 $revisions = $this->db->queryAll($sql, $page_id); 380 return $this->db->queryAll($sql);
|
| /plugin/acknowledge/ |
| D | helper.php | 292 return $this->db->queryAll($sql, $user, $user, implode('///', $groups)); 408 $pages = $this->db->queryAll($sql, $pattern); 497 return $this->db->queryAll($sql, [$user, $user, implode('///', $groups)]); 542 $acknowledgements = $this->db->queryAll($sql, $params); 600 return $this->db->queryAll($sql, $limit);
|
| /plugin/structpublish/helper/ |
| H A D | db.php | 53 $list = $sqlite->queryAll($sql); 76 return (bool) $sqlite->queryAll($sql, $pid);
|
| /plugin/aichat/Storage/ |
| D | SQLiteStorage.php | 120 $result = $this->db->queryAll( 147 $result = $this->db->queryAll( 235 $result = $this->db->queryAll('SELECT DISTINCT lang FROM embeddings'); 270 $result = $this->db->queryAll($query, [self::SAMPLE_SIZE]);
|
| /plugin/data/syntax/ |
| D | related.php | 47 $rows = $sqlite->queryAll($data['sql']); 92 $rows = $sqlite->queryAll($sql, $col, $id);
|
| /plugin/tagging/ |
| H A D | helper.php | 440 return $db->queryAll($query, $params); 458 array_column($db->queryAll($query), 'tags', 'pid') 550 $check = $db->queryAll( 714 $pages = $db->queryAll($sql, $tid); 995 $res = $db->queryAll($query[0], $query[1]); 1042 return $db->queryAll($query);
|
| /plugin/data/admin/ |
| D | clean.php | 72 $rows = $sqlite->queryAll('SELECT pid, page FROM pages');
|
| D | aliases.php | 112 $rows = $sqlite->queryAll($sql);
|
| /plugin/watchcycle/helper/ |
| D | db.php | 79 return $this->sqlite->queryAll($q, $q_args);
|
| /plugin/davcal/ |
| H A D | helper.php | 508 $arr = $sqlite->queryAll($query, [$userid]); 563 $arr = $sqlite->queryAll($query, []); 1023 $arr = $sqlite->queryAll($query, $params); 1169 $arr = $sqlite->queryAll($query, [$calid]); 1209 $arr = $sqlite->queryAll($query, $vals); 1230 $arr = $sqlite->queryAll($query, [$calid]); 1938 $arr = $sqlite->queryAll($query, $values); 2018 $arr = $sqlite->queryAll($query, array($syncToken, $currentToken, $calid)); 2049 $arr = $sqlite->queryAll($query, array($calid));
|
| /plugin/questionnaire/ |
| D | helper.php | 150 return array_column($db->queryAll($sql, $page), 'question');
|
| /plugin/struct/helper/ |
| H A D | imexport.php | 70 $patterns = $this->sqlite->queryAll($sql, $schemaName);
|
| /plugin/struct/types/ |
| H A D | Tag.php | 66 $rows = $sqlite->queryAll($sql, $opt);
|
| /plugin/sqlite/_test/ |
| H A D | SQLiteDBTest.php | 88 $result = $db->queryAll($sql, ['music']);
|