Home
last modified time | relevance | path

Searched refs:Sqlite (Results 1 – 24 of 24) sorted by relevance

/plugin/combo/ComboStrap/
H A DPageRules.php30 $request = Sqlite::createOrGetSqlite()
54 $request = Sqlite::createOrGetSqlite()
83 $request = Sqlite::createOrGetSqlite()
135 $request = Sqlite::createOrGetSqlite()
167 $request = Sqlite::createOrGetSqlite()
192 $request = Sqlite::createOrGetSqlite()
213 $request = Sqlite::createOrGetSqlite()
239 $request = Sqlite::createOrGetSqlite()
258 $request = Sqlite::createOrGetSqlite()
H A DSqlite.php20 class Sqlite class
48 * Sqlite constructor.
59 * @return Sqlite $sqlite
62 public static function createOrGetSqlite($databaseName = self::MAIN_DATABASE_NAME): Sqlite
65 $sqliteExecutionObjectIdentifier = Sqlite::class . "-$databaseName";
70 * @var Sqlite $sqlite
109 $sqliteMandatoryMessage = "The Sqlite Plugin is mandatory. Some functionalities of the ComboStrap Plugin may not work.";
123 $message = "Unable to initialize Sqlite";
144 $sqlite = new Sqlite($sqlitePlugin);
153 public static function createOrGetBackendSqlite(): ?Sqlite
[all...]
H A DEvent.php14 * With the help of Sqlite, we make them asynchronous
60 $sqlite = Sqlite::createOrGetBackendSqlite();
62 LogUtility::error("Sqlite is mandatory for asynchronous event", self::CANONICAL, $e);
110 $select = Sqlite::createSelectFromTableAndColumns(self::EVENT_TABLE_NAME, $attributes);
193 $sqlite = Sqlite::createOrGetBackendSqlite();
195 LogUtility::error("Unable to create the event $name. Sqlite is not available");
250 $sqlite = Sqlite::createOrGetBackendSqlite();
252 LogUtility::internalError("Sqlite is not available, no events was returned", self::CANONICAL);
260 $select = Sqlite::createSelectFromTableAndColumns(self::EVENT_TABLE_NAME, $attributes);
284 $sqlite = Sqlite
[all...]
H A DSqliteRequest.php18 * @var Sqlite
53 * @param Sqlite $sqlite
55 public function __construct(Sqlite $sqlite)
91 if (!Sqlite::isJuneVersion($sqLiteAdapater)) {
129 if (!Sqlite::isJuneVersion($adapter)) {
149 function getSqliteConnection(): Sqlite
242 if (!Sqlite::isJuneVersion($sqLiteAdapater)) {
H A DCacheLog.php94 $request = Sqlite::createOrGetBackendSqlite()
112 $sqlite = Sqlite::createOrGetBackendSqlite();
114 throw new ExceptionCompile("Sqlite is not available");
123 $select = Sqlite::createSelectFromTableAndColumns(self::CACHE_LOG_TABLE, $attributes);
H A DSearch.php57 $sqlite = Sqlite::createOrGetSqlite();
H A DDatabasePageRow.php76 * @var Sqlite|null
94 $this->sqlite = Sqlite::createOrGetSqlite();
909 $request = Sqlite::createOrGetSqlite()
945 $select = Sqlite::createSelectFromTableAndColumns("pages", self::PAGE_BUILD_ATTRIBUTES);
1325 $request = Sqlite::createOrGetSqlite()
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php23 use ComboStrap\Sqlite; alias
40 private Sqlite $sqlite;
60 $this->sqlite = Sqlite::createOrGetSqlite();
217 $request = Sqlite::createOrGetSqlite()
257 $query = Sqlite::createSelectFromTableAndColumns($tableName, $attributes);
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php13 use ComboStrap\Sqlite; alias
81 * Sqlite is much quicker than the Dokuwiki Internal Index
89 $sqlite = Sqlite::createOrGetSqlite();
H A DAliases.php17 use ComboStrap\Sqlite; alias
163 $sqlite = Sqlite::createOrGetSqlite();
/plugin/yuriigantt/src/Driver/
H A DSqlite.php23 class Sqlite implements DriverInterface class
/plugin/404manager/db/
H A DREADME.md1 # Sqlite Database
/plugin/combo/db/combo/
H A DREADME.md1 # Sqlite Database
/plugin/combo/db/combo-secondary/
H A DREADME.md1 # Sqlite Combo Secondary Database
/plugin/combo/action/
H A Dlinkwizard.php16 use ComboStrap\Sqlite; alias
H A Drouter.php26 use ComboStrap\Sqlite;
323 Sqlite::createOrGetSqlite();
1046 $request = Sqlite::createOrGetBackendSqlite()
25 use ComboStrap\Sqlite; global() alias
/plugin/combo/syntax/
H A Diterator.php23 use ComboStrap\Sqlite; alias
362 * Sqlite available ?
365 $sqlite = Sqlite::createOrGetSqlite();
367 $renderer->doc .= "The iterator component needs Sqlite to be able to work";
/plugin/combo/
H A Dcli.php27 use ComboStrap\Sqlite; alias
417 $sqlite = Sqlite::createOrGetSqlite();
H A Ddeleted.files102 class/Sqlite.php
/plugin/sqlite/
H A DREADME1 Sqlite Plugin for DokuWiki
/plugin/404manager/
H A DCHANGES.md6 * Sqlite has been added as database
H A DREADME.md129 * for the last version: in the Sqlite Database DOKUWIKI_HOME/data/meta/404manager.sqlite3
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt26 - Initialize Sqlite Database
31 …s already set up and you can select either Update Database or Initialize Sqlite Database. But aft…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md23 * #877: Fix for syncing large calendars when using the Sqlite PDO backend.
153 * #793: The Sqlite schema is now more strict and more similar to the MySQL