Home
last modified time | relevance | path

Searched refs:plugins (Results 1 – 25 of 163) sorted by last modified time

1234567

/template/sprintdoc/
H A Ddeleted.files14 css/plugins/hightlight_parent.less
H A DREADME3 modern, responsive template that integrates multiple plugins
H A Dtemplate.info.txt6 desc modern, responsive template that integrates multiple plugins
H A Dstyle.ini97 css/plugins/popupviewer.less = all
98 css/plugins/magic-matcher.less = all
99 css/plugins/do_tasks.less = all
100 css/plugins/qc.less = all
101 css/plugins/struct.less = all
102 css/plugins/structstatus.less = all
103 css/plugins/bureaucracy.less = all
104 css/plugins/highlight_parent.less = all
105 css/plugins/edit.less = all
106 css/plugins/mediamanage
[all...]
H A DTemplate.php14 /** @var array loaded plugins */
15 protected $plugins = array( variable in dokuwiki\\template\\sprintdoc\\Template
51 * Load all the plugins we support directly
54 $this->plugins['sqlite'] = plugin_load('helper', 'sqlite');
55 if($this->plugins['sqlite']) {
56 $this->plugins['tagging'] = plugin_load('helper', 'tagging');
57 $this->plugins['magicmatcher'] = plugin_load('syntax', 'magicmatcher_issuelist');
59 $this->plugins['tplinc'] = plugin_load('helper', 'tplinc');
60 $this->plugins['sitemapnavi'] = plugin_load('helper', 'sitemapnavi');
87 if(!$this->plugins['tplin
[all...]
/template/sprintdoc/css/
H A Darea_nav-metabox.less350 /* see plugins/magic-matcher.less */
H A Darea_nav-usertools.less75 /* !!! &.user-task FIND in plugins/do_tasks.less !!! */
/template/ad-hominem/css/
H A D_edit.css114 /* set icons for known plugins: */
115 #tool__bar #tbbtn_adhoctagsInline { background-image: url('../../plugins/adhoctags/images/code-tags.svg');margin-left:4pt; }
116 #tool__bar #tbbtn_adhoctagsBlocks { background-image: url('../../plugins/adhoctags/images/code-brackets.svg'); }
/template/mikio/
H A DREADME.md491 - Fixed cosmetic display issues when `input[type=file]` is hidden by plugins [#2](https://github.com/nomadjimbob/mikio/issues/2)
/template/readthedokus/css/
H A Dsidebar.css282 /* Plugin Support (simplenavi and acmenu plugins) */
/template/comicslate/
H A Dstyle.ini68 ;------ for keeping old templates and plugins compatible to the old pattern
/template/mindthedark/
H A DREADME.md62 [MindTheDark popularity](https://dokuwiki.org/lib/plugins/pluginrepo/popularity.php?key=conf_templa…
/template/rtd_suterdev/css/
H A Dsidebar.css276 /* Plugin Support (simplenavi and acmenu plugins) */
/template/notos/lang/en/
H A Dstyle.txt2 The non-bold variables are not used by Notos but plugins may rely on their settings, so they should…
/template/bulma/css/
H A Ddesign.css169 /* hide background images from menu items inserted via plugins */
/template/khum1/
H A DREADME.md14 Khum1 is designed to integrate certain plugins in particular. They have special css or hack on the …
/template/bootstrap3/
H A Dstyle.ini40 css/plugins/addnewpage.less = all
41 css/plugins/bureaucracy.less = all
42 css/plugins/data.less = all
43 css/plugins/database2.less = all
44 css/plugins/datatables.less = all
45 css/plugins/dir.less = all
46 css/plugins/discussion.less = all
47 css/plugins/inlinetoc.less = all
48 css/plugins/linkback.less = all
49 css/plugins/mov
[all...]
H A DTemplate.php16 private $plugins = []; variable in dokuwiki\\template\\bootstrap3\\Template
91 $plugins = ['tplinc', 'tag', 'userhomepage', 'translation', 'pagelist'];
93 foreach ($plugins as $plugin) {
94 $this->plugins[$plugin] = plugin_load('helper', $plugin);
104 if (!isset($this->plugins[$plugin])) {
108 return $this->plugins[$plugin];
H A Dscript.js13 /* DOKUWIKI:include assets/iconify/plugins/fa.js */
16 if (!Iconify.getConfig('defaultAPI').match('lib/plugins/icons')) {
66 dw_template.plugins();
976 plugins: function () {
977 /* DOKUWIKI:include js/plugins/csv.js */
978 /* DOKUWIKI:include js/plugins/data.js */
979 /* DOKUWIKI:include js/plugins/database2.js */
980 /* DOKUWIKI:include js/plugins/datatables.js */
981 /* DOKUWIKI:include js/plugins/davcal.js */
982 /* DOKUWIKI:include js/plugins/discussio
971 plugins: function () { global() method in dw_template
[all...]
H A DRELEASE.md123 After log development cycle a new release of Bootstrap Template is issued with Iconify support, new Detail page and Footer layout, stability and new plugins support (**Struct**, **Bureaucracy** and other popular DokuWiki plugins). Now Bootswatch Wrapper ``callout`` syntax follow the original Bootswatch contextual colors.
133 * Added support for `watchcycle`, `davcal`, `move` and `monthcal` plugins
136 * Improved integration with **Struct** and **Bureaucracy** plugins
179 * Added new option (`notifyExtentionsUpdate`) for display available update of DokuWiki plugins on user menu
207 * #347: Re-added "bootstrap3:tabs" event for plugins that use DokuWiki tab styling (eg tabbox plugin) (special thanks to @martk70)
241 * Added icons for Discussion, Translation and Advanced plugins
279 In this release new TOC and Page Tools layout, improved speed page loading, stability for third party plugins and UX and updated all assets (Bootstrap, Font-Awesome). Introduced new configurations and special data attribute for customize the template or single page or NS.
342 * Added fallback "dokuwiki" class in <header/> and <main/> elements for 3th party plugins
381 In this release improved the stability, speed and the user experience with new layout for **Detail page** and new icons for **Admin pages** and **3th party plugins** an
[all...]
/template/kajukkd/css/
H A Ddesign.css208 /* hide background images from menu items inserted via plugins */
/template/pinkberrynight/css/
H A D_pluginstyles.css3 @import "../lib/plugins/cloud/style.less";
H A Ddesign.css172 /* hide background images from menu items inserted via plugins */
/template/pinkberrynight/css/css/
H A D_pluginstyles.css3 @import "../lib/plugins/cloud/style.less";
H A Ddesign.css172 /* hide background images from menu items inserted via plugins */

1234567