Home
last modified time | relevance | path

Searched refs:database (Results 76 – 100 of 174) sorted by last modified time

1234567

/plugin/diagramsnet/lib/resources/
H A Ddia_it.txt1156 selectDB=Seleziona database
1157 noDBs=Nessun database
/plugin/addressbook/
H A DREADME.md5 The contacts are stored in a sqlite3-database. The [sqlite-plugin](https://www.dokuwiki.org/plugin:…
78 …ed down and compressed, so it uses about 3-4kB. It is stored within the database as a blob (base64…
/plugin/refnotes/lang/en/
H A Dintro.txt7 * //Enable reference database// --- if enabled the plugin will load predefined notes form the [[doku>plugin:refnotes:refdb|reference database]].
8 * //Reference database namespace// --- DokuWiki namespace for the reference database.
H A D__template.txt8 * Store one note per page as [[doku>plugin:data|Data plugin]] entry. This way the notes are stored in a database, which allows to make queries against the bibliography data, for example, see all books of a certain author. Unfortunately Data plugin allows only one ''dataentry'' section per page.
10 For sheets and cards plugin does not make a distinction between normal table cells and header cells. The field name cells are identified only based on their content. The names are case insensitive and can also be specified using locale-specific labels. BibTeX and ''dataentry'' sections support only field names. The full list of field names is provided in [[doku>plugin:refnotes:refdb|reference database documentation]].
/plugin/refnotes/
H A Ddatabase.php4 * Plugin RefNotes: Reference database
185 private $database; variable in refnotes_reference_database_page
194 public function __construct($database, $cache, $id) { argument
195 $this->database = $database;
289 $key[$c] = $this->database->getKey($table[0][$c]);
299 $key[$r] = $this->database->getKey($table[$r][0]);
485 $this->fileName = $conf['cachedir'] . '/refnotes.database.dat';
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1 …stomer',\n 'customer-function',\n 'dangerous',\n 'data',\n 'database',\n 'datainfo'…
H A Dbundle.js.map1 …dicon('dashboard', { character: '\\\\eacd' });\n Codicon.database = new Codicon('database', { c…
H A Dbundle.js1 …racter:"\\eacc"}),e.dashboard=new e("dashboard",{character:"\\eacd"}),e.database=new e("database",…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dfontawesome.all.min.css5 …lymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\…
H A Dbundle.js1 …racter:"\\eacc"}),e.dashboard=new e("dashboard",{character:"\\eacd"}),e.database=new e("database",…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md65 * Removed database migration script for sabre/dav 1.7. To update from that
676 * Changed: A few database changes for the CalDAV PDO backend. Make sure you
677 run `bin/migrate21.php` to upgrade your database schema.
776 database table name.
836 * Updated: MySQL database schema optimized by using more efficient column types.
974 * Updated: MySQL database schema optimized by using more efficient column types.
1145 * Fixed: vcardurl in database schema can now hold 255 characters instead of 80
1227 * BC Break: The calendarobjects database table has a bunch of new fields, and a
1309 * Fixed: vcardurl in database schema can now hold 255 characters instead of 80
1911 * Added: MySQL database dumps. MySQL is now also supported next to SQLite.
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt498 purged from your database cache
813 database, can be used when renaming files
1211 - total entries in database summary (totals & averages)
1212 - database version update
1661 directories, and stores the resulting data in MySQL database,
H A Dreadme.txt171 the results in a database and allows various analysis / maintenance
H A DREADME.md168 the results in a database and allows various analysis / maintenance
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php51 $database = array(); variable
57 $database['table'] = 'getid3_cache';
58 $database['hide'] = true;
256 dirscan::scan_files($dir, $media, $cache, $database);
/plugin/jplayer/
H A Dcomposer.lock92 "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
98 …"ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated…
99 … "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
101 … "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php96 * @param string $database
104 public function __construct($host, $database, $username, $password, $table='getid3_cache') { argument
118 if (!mysql_select_db($database, $this->connection)) {
119 throw new Exception('Cannot use database '.$database);
H A Dextension.cache.mysqli.php100 * @param string $database
108 public function __construct($host, $database, $username, $password, $table='getid3_cache') { argument
122 if (!$this->mysqli->select_db($database)) {
123 throw new Exception('Cannot use database '.$database);
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1database databases day_hour day_microsecond day_minute day_second deallocate dec declare default d…
H A Dcypher.min.js.map1 …, \"copy\", \"create\", \"constraint\", \"constraints\", \"current\", \"database\", \"databases\",…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js13510 var database = JSON.parse(databaseStr || '{}');
13512 if (!('files' in database)) {
13513 database.files = [];
13515 while (database.files.length >= _this.cacheSize) {
13516 database.files.shift();
13522 for (var i = 0, length = database.files.length; i < length; i++) {
13523 var branch = database.files[i];
13532 index = database.files.push({
13537 _this.file = database.files[index];
13538 _this.database = database;
[all …]
H A Dviewer.js.map1database","length","branch","localStorage","properties","GenericCom","GenericExternalServices","de…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …normalization table is obtained by filtering the Unicode characters\n// database with <compat> ent…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …continue ' +\n 'create cube current current_date current_time cursor database date ' +\n 'de…
/plugin/yuriigantt/_test/
H A Dtest_page.txt41 "text": "1st prototype \nwith embedded database",

1234567