Home
last modified time | relevance | path

Searched refs:helper_plugin_sqlite (Results 1 – 25 of 47) sorted by path

12

/plugin/404manager/
H A Dadmin.php62 /** @var helper_plugin_sqlite $sqlite */
/plugin/addressbook/helper/
H A Ddb.php17 /** @var helper_plugin_sqlite */
37 /** @var helper_plugin_sqlite $sqlite */
67 * @return helper_plugin_sqlite|null
/plugin/approve/action/
H A Dmigration.php54 protected function insertOrIgnore(helper_plugin_sqlite $sqlite, $table, $entry) {
64 /** @var helper_plugin_sqlite $sqlite */
272 /** @var helper_plugin_sqlite $sqlite */
/plugin/approve/
H A Dhelper.php8 * @param helper_plugin_sqlite $sqlite
11 public function no_apr_namespace(helper_plugin_sqlite $sqlite) {
39 * @param helper_plugin_sqlite $sqlite
44 public function use_approve_here(helper_plugin_sqlite $sqlite, $id, &$approver=null) {
59 * @param helper_plugin_sqlite $sqlite
63 public function find_last_approved(helper_plugin_sqlite $sqlite, $id) {
71 * @param helper_plugin_sqlite $sqlite
75 public function get_hidden_namespaces_list(helper_plugin_sqlite $sqlite, $no_apr_namespaces=null) {
90 * @param helper_plugin_sqlite $sqlite
95 public function in_hidden_namespace(helper_plugin_sqlite
[all...]
/plugin/approve/helper/
H A Ddb.php17 /** @var helper_plugin_sqlite */
35 /** @var helper_plugin_sqlite $sqlite */
65 * @return helper_plugin_sqlite|null
/plugin/bez/action/
H A Dmigration.php46 /** @var helper_plugin_sqlite $sqlite */
79 /** @var helper_plugin_sqlite $sqlite */
113 * @param helper_plugin_sqlite $sqlite
120 /** @var helper_plugin_sqlite $sqlite */
434 /** @var helper_plugin_sqlite $sqlite */
/plugin/bez/helper/
H A Ddb.php13 /** @var helper_plugin_sqlite */
29 /** @var helper_plugin_sqlite $sqlite */
55 * @return helper_plugin_sqlite|null
/plugin/bez/struct/
H A DBezType.php46 /** @var helper_plugin_sqlite $sqlite */
60 /** @var helper_plugin_sqlite $sqlite */
94 /** @var helper_plugin_sqlite $sqlite */
132 /** @var helper_plugin_sqlite $sqlite */
/plugin/bez/syntax/
H A Dqlink.php34 /** @var helper_plugin_sqlite $sqlite */
48 /** @var helper_plugin_sqlite $sqlite */
/plugin/blogtng/helper/
H A Dsqlite.php12 /** @var helper_plugin_sqlite initialized via _getDb() */
28 * @return false|helper_plugin_sqlite returned the loaded sqlite helper
/plugin/combo/ComboStrap/
H A DSqlite.php18 use helper_plugin_sqlite;
38 private helper_plugin_sqlite $sqlitePlugin;
49 * @var helper_plugin_sqlite $sqlitePlugin
51 public function __construct(helper_plugin_sqlite $sqlitePlugin)
101 * @var helper_plugin_sqlite $sqlitePlugin
407 public function getSqlitePlugin(): helper_plugin_sqlite
17 use helper_plugin_sqlite; global() alias
/plugin/data-au/
H A Dhelper.php18 * @var helper_plugin_sqlite initialized via _getDb()
81 * @return helper_plugin_sqlite|false plugin or false if failed
/plugin/data/_test/
H A Daction_handle.test.php
/plugin/data/
H A Dhelper.php
/plugin/do/
H A Dhelper.php19 /** @var helper_plugin_sqlite */
/plugin/extendpage/helper/
H A Ddb.php13 /** @var helper_plugin_sqlite */
31 /** @var helper_plugin_sqlite $sqlite */
61 * @return helper_plugin_sqlite|null
/plugin/fksnewsfeed/
H A Dhelper.php47 public helper_plugin_sqlite $sqlite;
/plugin/fksnewsfeed/inc/ORM/
H A DAbstractModel.php5 use helper_plugin_sqlite; alias
13 protected helper_plugin_sqlite $sqlite;
15 public function __construct(helper_plugin_sqlite $sqlite) {
19 …abstract public static function createFromArray(\helper_plugin_sqlite $helperPluginSqlite, array $…
H A DAbstractService.php6 use helper_plugin_sqlite; alias
18 protected helper_plugin_sqlite $sqlite;
20 … public function __construct(helper_plugin_sqlite $sqlite, string $table, string $modelClassName) {
H A DModelDependence.php4 use helper_plugin_sqlite; alias
12 …public static function createFromArray(helper_plugin_sqlite $helperPluginSqlite, array $data): sel…
H A DModelNews.php5 use helper_plugin_sqlite; alias
112 …public static function createFromArray(helper_plugin_sqlite $helperPluginSqlite, array $data): sel…
H A DModelPriority.php5 use helper_plugin_sqlite; alias
37 …public static function createFromArray(helper_plugin_sqlite $helperPluginSqlite, array $data): sel…
H A DModelStream.php7 use helper_plugin_sqlite; alias
78 …public static function createFromArray(helper_plugin_sqlite $helperPluginSqlite, array $data): sel…
H A DServiceDependence.php6 use helper_plugin_sqlite; alias
13 public function __construct(helper_plugin_sqlite $sqlite) {
H A DServiceNews.php6 use helper_plugin_sqlite; alias
14 public function __construct(helper_plugin_sqlite $sqlite) {

12