Home
last modified time | relevance | path

Searched refs:database (Results 101 – 125 of 174) sorted by last modified time

1234567

/plugin/yuriigantt/
H A Dsyntax.php82 $database = json_decode($data);
84 if (empty($database) && !empty($ID)) {
85 $database = Embedded::initDatabase($ID);
88 if (!empty($ID) && $ID !== $database->pageId) {
89 $database->pageId = $ID;
94 $handler->setDatabase($database);
97 return $database;
H A DREADME.md39 1. (Optional) Click page edit. You will see that data for empty embedded database was initialized
62 NOTE! Currently only embedded database driver is supported
68 Info about gantt database is stored in page within special pattern in JSON format.
69 Embedded database also stores its data near database info.
75 "dsn": ":embedded:", <-- says parser what database driver was used
83 …ach user update dokuwiki file is parsed, database extracted, its data get changes and with new cha…
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php70 $database = $handler->getDatabase();
71 $this->assertIsObject($database);
72 $this->assertEquals($database->pageId, 'asd');
73 $this->assertEquals($database->version, '1.0');
74 $this->assertEquals($database->dsn, Embedded::DSN);
75 $this->assertEquals($database->dsn, Embedded::DSN);
76 $this->assertEquals($database->increment->task, 12);
77 $this->assertEquals($database->increment->link, 8);
/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php38 protected $database; variable in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Handler
52 public function setDatabase($database) argument
55 $this->database = $database;
61 return $this->database;
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php105 $database = (object)[
124 return $database;
182 $database =& $this->getDatabase();
183 $links =& $database->gantt->links;
204 $database =& $this->getDatabase();
205 $links =& $database->gantt->links;
225 $database =& $this->getDatabase();
227 $database->gantt->links[] = $link;
242 $tasks =& $database->gantt->data;
264 $tasks =& $database->gantt->data;
[all …]
/plugin/yuriigantt/src/Views/
H A Ddhtmlxgantt.php73 let database = <?= json_encode($database); ?>;
/plugin/textinsert/
H A DREADME41 LANG_name in the textinsert database. So, there must be a default entry in that database.
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64database|xdmp:trace|xdmp:to-json|xdmp:tidy|xdmp:subbinary|xdmp:strftime|xdmp:spawn-in|xdmp:spawn|x…
/plugin/icons/assets/typicons/
H A Dtypicons.css291 .typcn-database:before {
H A Dtypicons.min.css1 …t-card:before{content:'\e053'}.typcn-css3:before{content:'\e055'}.typcn-database:before{content:'\…
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 …antart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1database::before{content:"\F1B8"}.mdi-database-check::before{content:"\FAA8"}.mdi-database-edit::b…
/plugin/ipban/ip-lib/
H A DREADME.md262 ### Using a database
264 This package offers a great feature: you can store address ranges in a database table, and check if…
/plugin/data-au/lang/en/
H A Dintro_clean.txt3 …leted by other means, eg. by removing it on the file system, its meta data remains in the database.
/plugin/data-au/lang/nl/
H A Dintro_clean.txt3 …manier is verwijderd, bijvoorbeeld via het bestandsysteem, blijft de metadata in de database staan.
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md22 * Dynamically extract the products from the database via `start` and `count` parameter in the url
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md199 Let's say for example that you are copying a database record (or a Doctrine entity), so you want th…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst398 If you are developing a CMS, templates are usually stored in a database. This
402 First, let's create a temporary in-memory SQLite3 database to work with::
418 Now, let's define a loader able to use this database::
488 contributed templates in a database, you might want to keep the original/base
494 the key to be able to mix and match templates coming from the database, the
509 remove it from the database, and everything else will still work as before.
H A Dadvanced.rst851 as a dependency that connects to a database engine).
H A Dapi.rst35 templates from a database or other resources.
/plugin/404manager/
H A DCHANGES.md6 * Sqlite has been added as database
/plugin/404manager/db/
H A DREADME.md4 The database can be found at meta/404manager.sqlite3
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js885 …tedGlobal=f?"indent":"outdent";this.indentKey=f?9:CKEDITOR.SHIFT+9;this.database={}},registerComma…
886 …one=!0),a.fire("unlockSnapshot"),CKEDITOR.dom.element.clearAllMarkers(b.database))},this,null,e),c…
888 …style")&&a.removeAttribute("style")}CKEDITOR.dom.element.setMarker(this.database,a,"indent_process…
895 …er(p)}h&&a.fire("contentDomInvalidated");return!0}for(var e=this,g=this.database,k=this.context,l=…
/plugin/authsmartcard/
H A DREADME.md8 …'s client certificate's CN attribute with the group field for a user in the dokuwiki user database.
10 …ribute of 'DOE.JOHN.99999'. John Doe has is added to the dokuwiki user database by an administrat…
12 …paring the CN of his certificate with the groups he is a member of in the dokuwiki user database.
/plugin/sqljson/
H A Dplugin.info.txt6 desc Processing query to mysql database and insert results as a json.

1234567