Home
last modified time | relevance | path

Searched refs:plugin (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/template/dokukitv2/
H A Ddesign.css120 .columns-plugin tr {
124 table.columns-plugin {
131 table.columns-plugin td.columns-plugin {
138 table.columns-plugin td.columns-plugin.first {
142 table.columns-plugin td.columns-plugin.last {
146 table.columns-plugin td.columns-plugin.left {
150 table.columns-plugin td.columns-plugin.center {
154 table.columns-plugin td.columns-plugin.right {
158 table.columns-plugin td.columns-plugin.center table {
163 table.columns-plugin td.columns-plugin.right table {
[all …]
/template/bootstrap3/js/plugins/
H A Dsemantic.js13 if (typeof JSINFO.plugin === 'undefined') {
14 JSINFO.plugin = {};
17 if (typeof JSINFO.plugin.semantic === 'undefined') {
18 JSINFO.plugin.semantic = {};
22 && JSINFO.plugin.semantic.exposeWebService
/template/bootstrap3/tpl/
H A Dmenu-admin.php55 if (($plugin = plugin_load('admin', $item)) === null) continue; variable
56 if ($plugin->forAdminOnly() && !$INFO['isadmin']) continue;
59 $label = $plugin->getMenuText($conf['lang']);
61 if (method_exists($plugin, 'getMenuIcon')) {
62 $icon = $plugin->getMenuIcon();
/template/kkh/
H A DREADME.md20 * Integration of the [addnewpage](https://www.dokuwiki.org/plugin:addnewpage)-Plugin
21 * Style-Modifications for the [Approve-Plugin](https://www.dokuwiki.org/plugin:approve)
22 * Style-Modifications for the [Button-Plugin](https://www.dokuwiki.org/plugin:button)
23 * added ``transparent`` as second tag for ``box`` for der [wrap](https://www.dokuwiki.org/plugin:wr…
48 * [Addnewpage-Plugin](https://www.dokuwiki.org/plugin:addnewpage) / **2015-11-02**
49 * [Approve-Plugin](https://www.dokuwiki.org/plugin:approve) / **2020-09-21**
/template/kajukkk/
H A DREADME.md25 * Avatar https://www.dokuwiki.org/plugin:avatar
26 * Disqus https://www.dokuwiki.org/plugin:disqus
27 * Shorturl https://www.dokuwiki.org/plugin:shorturl
28 * Searchformgoto https://www.dokuwiki.org/plugin:searchformgoto
/template/neolaoresources3/
H A Dmain.php41 $plugin = null;
46 $plugin =& plugin_load('admin',$_REQUEST['page']);
49 if ( ($plugin !== null) &&
50 (!$plugin->forAdminOnly() || $INFO['isadmin']) ){
51 $toc = $plugin->getTOC();
/template/sprintdoc/
H A Dstyle.ini95 ; _____________ plugin styles _____________
138 ; guaranteed dokuwiki color placeholders that every plugin can use + template specific placeholders
156 __background__ = "#FFF" ; @ini_background (guaranteed for every plugin)
157 __text__ = "#252525" ; @ini_text (guaranteed for every plugin)
159 __background_neu__ = "#FFF" ; @ini_background_neu (guaranteed for every plugin)
160 __text_neu__ = "#656565" ; @ini_text_neu (guaranteed for every plugin)
168 __highlight__ = "#EFEFEF" ; @ini_highlight (guaranteed for every plugin)
182 __background_alt__ = "#F6F6F6" ; @ini_background_alt (guaranteed for every plugin)
183 __text_alt__ = "#454545" ; @ini_text_alt (guaranteed for every plugin)
188 __border__ = "#BBB" ; @ini_border (guaranteed for every plugin)
[all...]
H A DTemplate.php64 * Makes include position info available to the tplinc plugin
77 * Get the content to include from the tplinc plugin
112 * Defaults to the standard sidebar mechanism, but supports also the sitemapnavi plugin
134 // site tree created by sitemapnavi plugin
335 /** @var \DokuWiki_Admin_Plugin $plugin */
336 $plugin = plugin_load('admin', $INPUT->str('page'));
337 if(!$plugin) return;
339 $label = $plugin->getMenuText($conf['lang']);
/template/minimalism/styles/
H A Dplugins.css2 * plugin: tag
11 * plugin: cloud
59 * plugin: blog
94 * plugin: discussion
151 * plugin: captcha
/template/mindthedark/
H A DREADME.md28 If [Note Plugin](https://www.dokuwiki.org/plugin:note) is installed you can activate the support wi…
33 If [Wrap Plugin](https://www.dokuwiki.org/plugin:wrap) is installed you can activate the support wi…
49 | `__note_plugin_classic_color__` | base color for note plugin `<classic>`|
50 | `__note_plugin_important_color__` | base color for note plugin `<important>`|
51 | `__note_plugin_warning_color__` | base color for note plugin `<warning>`|
52 | `__note_plugin_tip_color__` | base color for note plugin `<tip>`|
58 The plugin is currently used in about ~1% of DokuWiki installations. Almost no problems are reporte…
/template/bootie/
H A DREADME.md21 …](http://getbootstrap.com/components/#panels-heading) with the [mini-map plugin](https://gerardnic…
22 …oc) below the first header with the [Rplus rendering](https://www.dokuwiki.org/plugin:rplus) plugin
26 …ation can be change with the [Configuration Manager Plugin](https://www.dokuwiki.org/plugin:config)
40 …* The [styling plugin](https://www.dokuwiki.org/plugin:styling) will complain that it doesn't foun…
/template/bootstrap3/
H A DRELEASE.md24 * Display tag plugin only on "show" action
29 * #530: Added tabbox plugin support
30 * #551: Fixed regression with tagalerts plugin
65 This release increase the compatibility with Hogfather and fix regressions, old bugs and a security vulnerability with Iconify (thanks to @issmirnov). Optimized all JS "hack" scripts, dropped support for very old DokuWiki releases and added support for upcoming [Icons](https://www.dokuwiki.org/plugin:icons) plugin release with Iconify.
70 * Added support for upcoming release of Icons plugin with Iconify
102 * Moved CSS and JS asset into standard DokuWiki CSS/JS dispatcher (``/lib/exe/{js,css}.php``) for better plugin compatibility
108 * Removed ``.wikilink2`` class in navbar & list and in SimpleNavi plugin
135 * Added support for PlantUML plugin (thanks to @giper45)
139 * #296: Added support for Move plugin i
[all...]
H A DTemplate.php93 foreach ($plugins as $plugin) {
94 $this->plugins[$plugin] = plugin_load('helper', $plugin);
98 public function getPlugin($plugin)
100 if (plugin_isdisabled($plugin)) {
104 if (!isset($this->plugins[$plugin])) {
108 return $this->plugins[$plugin];
128 * Get the content to include from the tplinc plugin
140 if ($plugin = $this->getPlugin('tplinc')) {
141 $content = $plugin
97 getPlugin($plugin) global() argument
[all...]
/template/boozurk/tinynav/
H A DREADME.md2 ### Responsive navigation plugin that weighs just 443 bytes
4plugin (443 bytes minified and gzipped) that converts `<ul>` and `<ol>` navigations to a select bo…
6 This isn't the first plugin to do this and it doesn't provides a lot of options, but it might be th…
35 …om working correctly if there is no selected item in the navigation (the plugin does work with old…
/template/strap/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
2 # but were removed later. An up to date plugin should not have any of
/template/khum1/
H A Dstyle.ini36 css/plugin.less = screen
53 ;------ guaranteed dokuwiki color placeholders that every plugin can use
56 ; /!\ if you change it, some plugin have strange colors.
58 …alt__ = "@ini_neutral3" ; @ini_background_alt : used on a lot of border (plugin too) ><
76 ;--- under this line, placeholders are specific at template, note used in plugin
H A DCHANGELOG.md.backup49 - Fixed an error on the TOC declaration, generating a bug with the tagalert plugin (and probably ot…
67 - Correction d'une erreur sur la déclaration du TOC, générant un bug avec le plugin tagalert (et pr…
79 - For the wrap plugin ( #2 ) :
98 - Pour le plugin wrap ( #2 ) :
124 - "childpage" plugin updated , finishing of its cosmetics
125 - Improved integration of the "translation" plugin.
151 - Amélioration de l'intégration du plugin "translation".
177 - Removed tab management (vv222 create a dedicated plugin).
190 - Suppression de la gestion des onglets ( vv222 a créé un plugin dédié).
H A DCHANGELOG.md70 - Fixed an error on the TOC declaration, generating a bug with the tagalert plugin (and probably ot…
88 - Correction d'une erreur sur la déclaration du TOC, générant un bug avec le plugin tagalert (et pr…
100 - For the wrap plugin ( #2 ) :
119 - Pour le plugin wrap ( #2 ) :
145 - "childpage" plugin updated , finishing of its cosmetics
146 - Improved integration of the "translation" plugin.
172 - Amélioration de l'intégration du plugin "translation".
198 - Removed tab management (vv222 create a dedicated plugin).
211 - Suppression de la gestion des onglets ( vv222 a créé un plugin dédié).
/template/starterbootstrap/
H A Dtpl_functions.php252 $plugin = null;
259 $plugin =& plugin_load('admin', $class);
262 if( ($plugin !== null) && (!$plugin->forAdminOnly() || $INFO['isadmin']) ) {
263 $toc = $plugin->getTOC();
/template/vector/user/
H A Dtabs.php.dist133 //ODT plugin: export tab
134 //see <https://www.dokuwiki.org/plugin:odt> for info
145 //dw2pdf or html2pdf plugin: export tab
146 //see <https://www.dokuwiki.org/plugin:dw2pdf> and
147 //<https://www.dokuwiki.org/plugin:html2pdf> for info
/template/20cones/
H A DREADME.md17 - Integrated with [Translation Plugin](http://www.dokuwiki.org/plugin:translation)
27 language using the instructions of translation plugin. For translations, you
/template/quickjump/
H A Dreadme.md27 … Install the display_wiki_page plugin (written by Terence J Grant) before using this theme (http:/…
/template/sprintdoc/css/
H A Darea_main-content-secedit.less2 * This styles the "section editing button" (if not added by data-plugin)
6 .secedit:not([class*="plugin"]):not([class*="table"]) {
/template/strap/_test/
H A DconfigTest.php4 use dokuwiki\plugin\config\core\ConfigParser;
5 use dokuwiki\plugin\config\core\Loader;
/template/usable/
H A DREADME.txt13 - Install the display_wiki_page plugin (written by Terence J Grant)
14 before using this theme (http://www.dokuwiki.org/plugin:display_wiki_page)

12345678910>>...20