Home
last modified time | relevance | path

Searched refs:helper_plugin_sqlite (Results 1 – 25 of 52) sorted by relevance

123

/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
59 * @param helper_plugin_sqlite $sqlite
71 * @param helper_plugin_sqlite $sqlite
90 * @param helper_plugin_sqlite $sqlite
107 * @param helper_plugin_sqlite $sqlite
110 public function weighted_assignments(helper_plugin_sqlite $sqlite) {
133 * @param helper_plugin_sqlite $sqlite
171 * @param helper_plugin_sqlite $sqlite
[all …]
/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 DModelDependence.php4 use helper_plugin_sqlite; alias
12 …public static function createFromArray(helper_plugin_sqlite $helperPluginSqlite, array $data): sel…
H A DServiceNews.php6 use helper_plugin_sqlite; alias
14 public function __construct(helper_plugin_sqlite $sqlite) {
H A DServiceDependence.php6 use helper_plugin_sqlite; alias
13 public function __construct(helper_plugin_sqlite $sqlite) {
H A DServiceStream.php6 use helper_plugin_sqlite; alias
13 public function __construct(helper_plugin_sqlite $sqlite) {
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 DModelPriority.php5 use helper_plugin_sqlite; alias
37 …public static function createFromArray(helper_plugin_sqlite $helperPluginSqlite, array $data): sel…
H A DServicePriority.php7 use helper_plugin_sqlite; alias
16 public function __construct(helper_plugin_sqlite $sqlite) {
/plugin/struct/action/
H A Dmigration.php49 * @param helper_plugin_sqlite $sqlite
52 protected function migration12(helper_plugin_sqlite $sqlite)
73 * @param helper_plugin_sqlite $sqlite
76 protected function migration16(helper_plugin_sqlite $sqlite)
242 * @param helper_plugin_sqlite $sqlite
245 protected function migration17(helper_plugin_sqlite $sqlite)
326 * @param helper_plugin_sqlite $sqlite
329 protected function migration18(helper_plugin_sqlite $sqlite)
349 * @param helper_plugin_sqlite $sqlite
352 protected function migration19(helper_plugin_sqlite $sqlite)
/plugin/structnotification/helper/
H A Ddb.php17 /** @var helper_plugin_sqlite */
35 /** @var helper_plugin_sqlite $sqlite */
64 * @return helper_plugin_sqlite|null
/plugin/notification/helper/
H A Ddb.php17 /** @var helper_plugin_sqlite */
35 /** @var helper_plugin_sqlite $sqlite */
64 * @return helper_plugin_sqlite|null
/plugin/combo/ComboStrap/
H A DSqlite.php18 use helper_plugin_sqlite; alias
41 * @var helper_plugin_sqlite
47 * @var helper_plugin_sqlite $sqlitePlugin
49 public function __construct(helper_plugin_sqlite $sqlitePlugin)
73 * @var helper_plugin_sqlite $sqlitePlugin
330 public function getSqlitePlugin(): helper_plugin_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/telleveryone/helper/
H A Ddb.php17 /** @var helper_plugin_sqlite */
35 /** @var helper_plugin_sqlite $sqlite */
65 * @return helper_plugin_sqlite|null
/plugin/ireadit/helper/
H A Ddb.php17 /** @var helper_plugin_sqlite */
35 /** @var helper_plugin_sqlite $sqlite */
65 * @return helper_plugin_sqlite|null
/plugin/approve/helper/
H A Ddb.php17 /** @var helper_plugin_sqlite */
35 /** @var helper_plugin_sqlite $sqlite */
65 * @return helper_plugin_sqlite|null
/plugin/watchcycle/helper/
H A Ddb.php17 /** @var helper_plugin_sqlite */
35 /** @var helper_plugin_sqlite $sqlite */
67 * @return helper_plugin_sqlite|null
/plugin/bez/helper/
H A Ddb.php15 /** @var helper_plugin_sqlite */
31 /** @var helper_plugin_sqlite $sqlite */
57 * @return helper_plugin_sqlite|null
/plugin/extendpage/helper/
H A Ddb.php13 /** @var helper_plugin_sqlite */
31 /** @var helper_plugin_sqlite $sqlite */
61 * @return helper_plugin_sqlite|null
/plugin/randomtables/helper/
H A Dhelper.php10 public function getDB(): ?helper_plugin_sqlite
12 /** @var helper_plugin_sqlite $sqlite */
/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/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/struct/helper/
H A Ddb.php15 /** @var helper_plugin_sqlite */
33 /** @var helper_plugin_sqlite $sqlite */
79 * @return helper_plugin_sqlite|null
/plugin/ireadit/action/
H A Dmigration.php56 protected function insertOrIgnore(helper_plugin_sqlite $sqlite, $table, $entry) {
89 /** @var helper_plugin_sqlite $sqlite */
125 /** @var helper_plugin_sqlite $sqlite */
146 /** @var helper_plugin_sqlite $sqlite */
192 /** @var helper_plugin_sqlite $sqlite */

123