/plugin/combo/ComboStrap/ |
H A D | PageRules.php | 30 $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 D | Sqlite.php | 20 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 D | Event.php | 14 * 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 D | SqliteRequest.php | 18 * @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 D | CacheLog.php | 94 $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 D | Search.php | 57 $sqlite = Sqlite::createOrGetSqlite();
|
H A D | DatabasePageRow.php | 76 * @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 D | MetadataDbStore.php | 23 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 D | BacklinkCount.php | 13 use ComboStrap\Sqlite; alias 81 * Sqlite is much quicker than the Dokuwiki Internal Index 89 $sqlite = Sqlite::createOrGetSqlite();
|
H A D | Aliases.php | 17 use ComboStrap\Sqlite; alias 163 $sqlite = Sqlite::createOrGetSqlite();
|
/plugin/yuriigantt/src/Driver/ |
H A D | Sqlite.php | 23 class Sqlite implements DriverInterface class
|
/plugin/404manager/db/ |
H A D | README.md | 1 # Sqlite Database
|
/plugin/combo/db/combo/ |
H A D | README.md | 1 # Sqlite Database
|
/plugin/combo/db/combo-secondary/ |
H A D | README.md | 1 # Sqlite Combo Secondary Database
|
/plugin/combo/action/ |
H A D | linkwizard.php | 16 use ComboStrap\Sqlite; alias
|
H A D | router.php | 26 use ComboStrap\Sqlite; 323 Sqlite::createOrGetSqlite(); 1046 $request = Sqlite::createOrGetBackendSqlite() 25 use ComboStrap\Sqlite; global() alias
|
/plugin/combo/syntax/ |
H A D | iterator.php | 23 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 D | cli.php | 27 use ComboStrap\Sqlite; alias 417 $sqlite = Sqlite::createOrGetSqlite();
|
H A D | deleted.files | 102 class/Sqlite.php
|
/plugin/sqlite/ |
H A D | README | 1 Sqlite Plugin for DokuWiki
|
/plugin/404manager/ |
H A D | CHANGES.md | 6 * Sqlite has been added as database
|
H A D | README.md | 129 * for the last version: in the Sqlite Database DOKUWIKI_HOME/data/meta/404manager.sqlite3
|
/plugin/dwcommits/lang/en/ |
H A D | dwc_admin.txt | 26 - 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 D | CHANGELOG.md | 23 * #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
|