/plugin/approve/ |
H A D | helper.php | 11 public function no_apr_namespace(helper_plugin_sqlite $sqlite) { 44 public function use_approve_here(helper_plugin_sqlite $sqlite, $id, &$approver=null) { 63 public function find_last_approved(helper_plugin_sqlite $sqlite, $id) { 75 …public function get_hidden_namespaces_list(helper_plugin_sqlite $sqlite, $no_apr_namespaces=null) { 95 … public function in_hidden_namespace(helper_plugin_sqlite $sqlite, $id, $no_apr_namespaces=null) { 110 public function weighted_assignments(helper_plugin_sqlite $sqlite) { 139 …public function isPageAssigned(helper_plugin_sqlite $sqlite, $id, &$pageApprover=null, $weighted_a… 173 public function updatePagesAssignments(helper_plugin_sqlite $sqlite)
|
/plugin/struct/action/ |
H A D | migration.php | 52 protected function migration12(helper_plugin_sqlite $sqlite) 76 protected function migration16(helper_plugin_sqlite $sqlite) 245 protected function migration17(helper_plugin_sqlite $sqlite) 329 protected function migration18(helper_plugin_sqlite $sqlite) 352 protected function migration19(helper_plugin_sqlite $sqlite)
|
/plugin/fksnewsfeed/inc/ORM/ |
H A D | AbstractModel.php | 13 protected helper_plugin_sqlite $sqlite; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\AbstractModel 15 public function __construct(helper_plugin_sqlite $sqlite) {
|
H A D | AbstractService.php | 18 protected helper_plugin_sqlite $sqlite; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\ORM\\AbstractService 20 … public function __construct(helper_plugin_sqlite $sqlite, string $table, string $modelClassName) {
|
H A D | ServiceNews.php | 14 public function __construct(helper_plugin_sqlite $sqlite) {
|
H A D | ServiceDependence.php | 13 public function __construct(helper_plugin_sqlite $sqlite) {
|
H A D | ServiceStream.php | 13 public function __construct(helper_plugin_sqlite $sqlite) {
|
/plugin/structpublish/action/ |
H A D | migration.php | 69 protected function getDbVersions($sqlite) 103 protected function migration1($sqlite)
|
/plugin/combo/ComboStrap/ |
H A D | SqliteResult.php | 13 private $sqlite; variable in ComboStrap\\SqliteResult 22 public function __construct(SqliteRequest $sqlite, $res)
|
H A D | SqliteRequest.php | 12 private $sqlite; variable in ComboStrap\\SqliteRequest 45 public function __construct(Sqlite $sqlite)
|
/plugin/structstatus/ |
H A D | action.php | 111 protected function migration17($sqlite, $schema) 140 protected function getDbVersions($sqlite)
|
/plugin/notification/helper/ |
H A D | cron.php | 11 protected $sqlite; variable in helper_plugin_notification_cron
|
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_notification_db
|
/plugin/do/ |
H A D | domd5changed.php | 10 $sqlite = sqlite_open('../../../data/meta/do.sqlite'); variable
|
/plugin/telleveryone/ |
H A D | api.php | 10 $sqlite = $db_helper->getDB(); variable
|
/plugin/watchcycle/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_watchcycle_db
|
/plugin/structnotification/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_structnotification_db
|
/plugin/addressbook/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_addressbook_db
|
/plugin/ireadit/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_ireadit_db
|
/plugin/telleveryone/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_telleveryone_db
|
/plugin/approve/helper/ |
H A D | db.php | 18 protected $sqlite; variable in helper_plugin_approve_db
|
/plugin/extendpage/helper/ |
H A D | db.php | 14 protected $sqlite; variable in helper_plugin_extendpage_db
|
/plugin/ireadit/action/ |
H A D | auth.php | 22 protected function updateUserIreadits(helper_plugin_sqlite $sqlite, $user) {
|
/plugin/struct/_test/ |
H A D | SchemaBuilder.test.php | 17 protected $sqlite; variable in dokuwiki\\plugin\\struct\\test\\schemaBuilder_struct_test
|
H A D | AccessTableDataDBMulti.test.php | 18 protected $sqlite; variable in dokuwiki\\plugin\\struct\\test\\AccessTableDataDBMulti_struct_test
|