/plugin/acknowledge/ |
H A D | helper.php | 21 if ($sqlite === null) { 29 $this->registerUDF($sqlite); 31 return $sqlite; 66 $sqlite = $this->getDB(); 67 if (!$sqlite) return; 89 $sqlite = $this->getDB(); 90 if (!$sqlite) return; 102 $sqlite = $this->getDB(); 103 if (!$sqlite) return; 116 $sqlite = $this->getDB(); [all …]
|
/plugin/struct/action/ |
H A D | migration.php | 56 $res = $sqlite->query($sql); 58 $sqlite->res_close($res); 82 $res = $sqlite->query($sql); 84 $sqlite->res_close($res); 90 $res = $sqlite->query($sql); 156 $res = $sqlite->query($s); 211 $res = $sqlite->query($sql); 212 $t = $sqlite->res2arr($res); 250 $res = $sqlite->query($sql); 359 $res = $sqlite->query($sql); [all …]
|
/plugin/rating/ |
H A D | helper.php | 15 protected $sqlite = null; variable in helper_plugin_rating 23 if(!is_null($this->sqlite)) return $this->sqlite; 26 if(!$this->sqlite) { 28 $this->sqlite = null; 35 $this->sqlite = null; 39 return $this->sqlite; 61 if(!$sqlite) return; 66 $sqlite->res_close($res); 71 $sqlite->res_close($res); 93 if(!$sqlite) return; [all …]
|
/plugin/approve/ |
H A D | helper.php | 8 * @param helper_plugin_sqlite $sqlite 22 $pages = $sqlite->res2arr($res); 39 * @param helper_plugin_sqlite $sqlite 47 $this->no_apr_namespace($sqlite); 50 $row = $sqlite->res2row($res); 59 * @param helper_plugin_sqlite $sqlite 67 return $sqlite->res2single($res); 71 * @param helper_plugin_sqlite $sqlite 90 * @param helper_plugin_sqlite $sqlite 107 * @param helper_plugin_sqlite $sqlite [all …]
|
/plugin/timetrack/ |
H A D | helper.php | 64 $sqlite = $this->getDb(); 65 if(!$sqlite) return false; 69 $sqlite->res_close($res); 76 $sqlite->res_close($res); 89 $sqlite = $this->getDb(); 117 $sqlite = $this->getDb(); 130 $sqlite->res_close($res); 155 $sqlite = $this->getDb(); 161 $sqlite->res_close($res); 181 $sqlite = $this->getDb(); [all …]
|
/plugin/struct/helper/ |
H A D | db.php | 16 protected $sqlite; variable in helper_plugin_struct_db 34 $this->sqlite = plugin_load('helper', 'sqlite'); 35 if (!$this->sqlite) { 40 if ($this->sqlite->getAdapter() === null) { 42 $this->sqlite = null; 48 $this->sqlite = null; 56 $this->sqlite = null; 85 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 88 if (!$this->sqlite && $throw) { 91 return $this->sqlite; [all …]
|
/plugin/top/ |
H A D | helper.php | 15 protected $sqlite = null; variable in helper_plugin_top 23 if(!is_null($this->sqlite)) return $this->sqlite; 26 if(!$this->sqlite) { 28 $this->sqlite = null; 35 $this->sqlite = null; 39 return $this->sqlite; 48 $sqlite = $this->getDBHelper(); 49 if(!$sqlite) return; 70 $sqlite->res_close($res); 81 if(!$sqlite) return array(); [all …]
|
/plugin/extendpage/helper/ |
H A D | db.php | 14 protected $sqlite; variable in helper_plugin_extendpage_db 32 $this->sqlite = plugin_load('helper', 'sqlite'); 33 if (!$this->sqlite) { 38 if ($this->sqlite->getAdapter() === null) { 40 $this->sqlite = null; 46 $this->sqlite = null; 54 $this->sqlite = null; 67 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 70 if (!$this->sqlite && $throw) { 73 return $this->sqlite; [all …]
|
/plugin/watchcycle/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_watchcycle_db 36 $this->sqlite = plugin_load('helper', 'sqlite'); 37 if (!$this->sqlite) { 48 $this->sqlite = null; 51 $this->sqlite->getAdapter()->setUseNativeAlter(true); 58 $this->sqlite = null; 73 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 76 if (!$this->sqlite) { 80 return $this->sqlite; 90 if (!$this->sqlite) { [all …]
|
/plugin/notification/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_notification_db 36 $this->sqlite = plugin_load('helper', 'sqlite'); 37 if (!$this->sqlite) { 48 $this->sqlite = null; 51 $this->sqlite->getAdapter()->setUseNativeAlter(true); 58 $this->sqlite = null; 70 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 73 if (!$this->sqlite) { 77 return $this->sqlite; 87 if (!$this->sqlite) { [all …]
|
/plugin/structnotification/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_structnotification_db 36 $this->sqlite = plugin_load('helper', 'sqlite'); 37 if (!$this->sqlite) { 48 $this->sqlite = null; 51 $this->sqlite->getAdapter()->setUseNativeAlter(true); 58 $this->sqlite = null; 70 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 73 if (!$this->sqlite) { 77 return $this->sqlite; 87 if (!$this->sqlite) { [all …]
|
/plugin/ireadit/action/ |
H A D | ireadit.php | 29 $sqlite = $db_helper->getDB(); 49 if ($sqlite->res2single($res)) { 55 $res = $sqlite->query('SELECT user, timestamp FROM ireadit 61 $readers = $sqlite->res2arr($res); 88 $sqlite = $db_helper->getDB(); 97 $res = $sqlite->query('SELECT page FROM ireadit 103 if (!$sqlite->res2single($res)) return; 114 $sqlite = $db_helper->getDB(); 137 if ($sqlite->res2single($res)) return; 154 while ($row = $sqlite->res_fetch_assoc($res)) { [all …]
|
H A D | migration.php | 68 $sqlite = $data['sqlite']; 69 $db = $sqlite->getAdapter()->getDb(); 103 $sqlite = $data['sqlite']; 104 $db = $sqlite->getAdapter()->getDb(); 109 $sqlite->storeEntry('meta2', [ 115 $sqlite->query('DROP TABLE meta'); 124 $sqlite = $data['sqlite']; 125 $db = $sqlite->getAdapter()->getDb(); 155 $sqlite->storeEntry('meta', [ 170 $sqlite = $data['sqlite']; [all …]
|
/plugin/addressbook/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_addressbook_db 38 $this->sqlite = plugin_load('helper', 'sqlite'); 39 if (!$this->sqlite) { 50 $this->sqlite = null; 53 $this->sqlite->getAdapter()->setUseNativeAlter(true); 60 $this->sqlite = null; 74 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 77 if(!$this->sqlite && $throw) { 80 return $this->sqlite; 90 if (!$this->sqlite) { [all …]
|
/plugin/ireadit/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_ireadit_db 36 $this->sqlite = plugin_load('helper', 'sqlite'); 37 if (!$this->sqlite) { 48 $this->sqlite = null; 51 $this->sqlite->getAdapter()->setUseNativeAlter(true); 58 $this->sqlite = null; 72 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 75 if(!$this->sqlite && $throw) { 78 return $this->sqlite; 88 if (!$this->sqlite) { [all …]
|
/plugin/telleveryone/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_telleveryone_db 36 $this->sqlite = plugin_load('helper', 'sqlite'); 37 if (!$this->sqlite) { 48 $this->sqlite = null; 51 $this->sqlite->getAdapter()->setUseNativeAlter(true); 58 $this->sqlite = null; 72 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 75 if(!$this->sqlite && $throw) { 78 return $this->sqlite; 88 if (!$this->sqlite) { [all …]
|
/plugin/approve/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_approve_db 36 $this->sqlite = plugin_load('helper', 'sqlite'); 37 if (!$this->sqlite) { 48 $this->sqlite = null; 51 $this->sqlite->getAdapter()->setUseNativeAlter(true); 58 $this->sqlite = null; 72 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 75 if(!$this->sqlite && $throw) { 78 return $this->sqlite; 88 if (!$this->sqlite) { [all …]
|
/plugin/bez/helper/ |
H A D | db.php | 16 protected $sqlite; variable in helper_plugin_bez_db 32 $this->sqlite = plugin_load('helper', 'sqlite'); 33 if(!$this->sqlite) { 40 $this->sqlite = null; 43 $this->sqlite->getAdapter()->setUseNativeAlter(true); 48 $this->sqlite = null; 62 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(),0,$len)) { 65 if(!$this->sqlite && $throw) { 68 return $this->sqlite; 77 if(!$this->sqlite) return; [all …]
|
/plugin/davcal/ |
H A D | helper.php | 13 protected $sqlite = null; variable in helper_plugin_davcal 300 if(!$sqlite) 348 if(!$sqlite) 368 if(!$sqlite) 391 if(!$sqlite) 414 if(!$sqlite) 448 if(!$sqlite) 502 if(!$sqlite) 537 if(!$sqlite) 687 if(!$sqlite) [all …]
|
/plugin/struct/meta/ |
H A D | Assignments.php | 17 protected $sqlite; variable in dokuwiki\\plugin\\struct\\meta\\Assignments 49 $this->sqlite = $helper->getDB(); 61 $res = $this->sqlite->query($sql); 63 $this->sqlite->res_close($res); 107 $this->sqlite->res_close($res); 135 $this->sqlite->res_close($res); 234 $this->sqlite->res_close($res); 267 $this->sqlite->res_close($res); 336 $this->sqlite->res_close($res); 345 $this->sqlite->res_close($res); [all …]
|
/plugin/struct/_test/ |
H A D | SchemaBuilder.test.php | 17 protected $sqlite; variable in dokuwiki\\plugin\\struct\\test\\schemaBuilder_struct_test 24 $sqlite = plugin_load('helper', 'struct_db'); 25 $this->sqlite = $sqlite->getDB(); 58 $tableSQL = $this->sqlite->res2single($res); 59 $this->sqlite->res_close($res); 70 $actual_types = $this->sqlite->res2arr($res); 71 $this->sqlite->res_close($res); 90 $actual_cols = $this->sqlite->res2arr($res); 91 $this->sqlite->res_close($res); 111 $this->sqlite->res_close($res); [all …]
|
/plugin/approve/action/ |
H A D | approve.php | 28 $sqlite = $db_helper->getDB(); 58 $sqlite = $db_helper->getDB(); 83 $sqlite = $db_helper->getDB(); 98 $next_version = $sqlite->res2single($res); 103 $sqlite->query('UPDATE revision 120 $sqlite = $db_helper->getDB(); 151 $sqlite = $db_helper->getDB(); 192 $sqlite = $db_helper->getDB(); 355 $sqlite = $db_helper->getDB(); 367 return $sqlite->res2single($res); [all …]
|
/plugin/structstatus/ |
H A D | action.php | 45 $sqlite = $helper->getDB(); 66 $res = $sqlite->query($sql); 67 $schemas = $sqlite->res2arr($res); 69 $sqlite->query('BEGIN TRANSACTION'); 80 $ok = $ok && $sqlite->query($sql); 83 $sqlite->query('COMMIT TRANSACTION'); 107 * @param helper_plugin_sqlite $sqlite 117 $res = $sqlite->query($s); 118 $cols = $sqlite->res2arr($res); 140 protected function getDbVersions($sqlite) argument [all …]
|
/plugin/structpublish/meta/ |
H A D | Assignments.php | 16 protected $sqlite; variable in dokuwiki\\plugin\\structpublish\\meta\\Assignments 48 $this->sqlite = $helper->getDB(); 59 $res = $this->sqlite->query($sql); 61 $this->sqlite->res_close($res); 122 $pagerows = $this->sqlite->res2arr($res); 123 $this->sqlite->res_close($res); 171 $ok = (bool) $this->sqlite->query($sql); 249 $this->sqlite->res_close($res); 277 $list = $this->sqlite->res2arr($res); 278 $this->sqlite->res_close($res); [all …]
|
/plugin/extendpage/meta/ |
H A D | Assignments.php | 18 protected $sqlite; variable in dokuwiki\\plugin\\extendpage\\meta\\Assignments 50 $this->sqlite = $helper->getDB(); 61 $res = $this->sqlite->query($sql); 63 $this->sqlite->res_close($res); 80 $res = $this->sqlite->query($sql); 107 $res = $this->sqlite->query($sql, $id); 108 $pagerows = $this->sqlite->res2arr($res); 109 $this->sqlite->res_close($res); 133 $ok = (bool) $this->sqlite->query($sql); 216 $this->sqlite->res_close($res); [all …]
|