Home
last modified time | relevance | path

Searched refs:queryAll (Results 1 – 25 of 35) sorted by relevance

12

/plugin/statistics/
DQuery.php126 $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 DAssignments.php63 $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 DSchema.php87 $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 Dmigration.php60 $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 DSchemaBuilderTest.php68 $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 DHelperDBTest.php34 $result = $sqlite->queryAll("SELECT STRUCT_JSON(id, tbl) AS col FROM schemas");
/plugin/structpublish/meta/
H A DAssignments.php61 $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/
Daction.php64 $schemas= $sqlite->queryAll($sql);
116 $cols = $sqlite->queryAll($s);
144 $vals = $sqlite->queryAll($sql, ['dbversion', 'dbversion_structstatus']);
/plugin/structpublish/action/
H A Dmigration.php96 $vals = $sqlite->queryAll($sql, ['dbversion', 'dbversion_structpublish']);
151 $latest = $sqlite->queryAll($sql);
180 $latest = $sqlite->queryAll($sql);
/plugin/sqlite/
H A DSQLiteDB.php210 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 DQuerySaver.php83 return $this->db->queryAll($sql, [$this->upstream]);
/plugin/approve/helper/
H A Ddb.php49 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/
Dhelper.php292 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 Ddb.php53 $list = $sqlite->queryAll($sql);
76 return (bool) $sqlite->queryAll($sql, $pid);
/plugin/aichat/Storage/
DSQLiteStorage.php120 $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/
Drelated.php47 $rows = $sqlite->queryAll($data['sql']);
92 $rows = $sqlite->queryAll($sql, $col, $id);
/plugin/tagging/
H A Dhelper.php440 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/
Dclean.php72 $rows = $sqlite->queryAll('SELECT pid, page FROM pages');
Daliases.php112 $rows = $sqlite->queryAll($sql);
/plugin/watchcycle/helper/
Ddb.php79 return $this->sqlite->queryAll($q, $q_args);
/plugin/davcal/
H A Dhelper.php508 $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/
Dhelper.php150 return array_column($db->queryAll($sql, $page), 'question');
/plugin/struct/helper/
H A Dimexport.php70 $patterns = $this->sqlite->queryAll($sql, $schemaName);
/plugin/struct/types/
H A DTag.php66 $rows = $sqlite->queryAll($sql, $opt);
/plugin/sqlite/_test/
H A DSQLiteDBTest.php88 $result = $db->queryAll($sql, ['music']);

12