Home
last modified time | relevance | path

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

12345678910>>...67

/plugin/pagelist/
H A Dhelper.php65 * @var string let plugins set their own default without already enabling sorting
72 protected $plugins = [];
80 /** @var array @deprecated 2022-08-17 still used by very old plugins */
100 * These can be overriden by plugins using this class
114 $this->plugins = [
202 //prevent duplicates if adding a column of already listed plugins
203 if (!isset($this->plugins[$plugin]) || !in_array($col, $this->plugins[$plugin])) {
204 $this->plugins[$plugin][] = $col;
224 * (optional) Provide header data, if not given for built-in columns localized strings are used, or for plugins th
58 protected $plugins = []; // array of plugins to extend the pagelist global() variable in helper_plugin_pagelist
[all...]
/plugin/pagequery/
H A Dreadme.md7 There are many different page listing / navigation plugins on the [[:plugin]] page, all trying to serve different needs. Pagequery tries to unify many of the ideas into a compact all-in-one method of listing your wiki pages, by name, title, a-z index, by date, by year, month, day, by namespace or by creator; ...and do it quickly.
/plugin/twofactoremail/
H A DREADME9 lib/plugins/twofactoremail/ - if the folder is called different it
12 Please refer to http://www.dokuwiki.org/plugins for additional info
13 on how to install plugins in DokuWiki.
/plugin/twofactor/
H A Dscript.js11 if (window.confirm(LANG.plugins.twofactor.reset_confirm)) return;
H A DREADME9 lib/plugins/twofactor/ - if the folder is called different it
12 Please refer to http://www.dokuwiki.org/plugins for additional info
13 on how to install plugins in DokuWiki.
/plugin/attribute/
H A DREADME9 lib/plugins/attribute/ - if the folder is called different it
12 Please refer to http://www.dokuwiki.org/plugins for additional info
13 on how to install plugins in DokuWiki.
/plugin/dbquery/
H A DREADME9 lib/plugins/dbquery/ - if the folder is called different it
12 Please refer to http://www.dokuwiki.org/plugins for additional info
13 on how to install plugins in DokuWiki.
/plugin/siteexport/
H A DREADME.md51 … below being exported with potentially empty folders but having the lib (plugins, template) direct…
115 …tatic export that does not need any other or only some plugins. Be adviced that disabling plugins
118 …ported page. This can help to create content dynamically when using other plugins or PHP execution.
H A D.travis.yml21 # - "cd ../lib/plugins/siteexport/_test && sh phantomjs/runPhantomJs.sh"
H A Dpreload.php249 $plugins = parent::getList($type, $all);
253 $plugins = array_filter($plugins, array($this, 'isSiteexportPlugin'));
256 return $plugins;
H A Dreq-travis.txt2 https://github.com/michitux/dokuwiki-plugin-move.git lib/plugins/move
H A Dscript.js98 _.status(LANG.plugins.siteexport.loadingpage);
130 _.status(LANG.plugins.siteexport.startdownload);
135 _.status(LANG.plugins.siteexport.downloadfinished);
142 _.error(LANG.plugins.siteexport.finishedbutdownloadfailed);
164 _.status(LANG.plugins.siteexport.downloadfinished);
244 _.status(LANG.plugins.siteexport.finishedbutdownloadfailed);
/plugin/linkback/
H A DCHANGELOG14 plugins can add own processing information via event-data
/plugin/structpublish/
H A DREADME9 lib/plugins/structpublish/ - if the folder is called different it
12 Please refer to http://www.dokuwiki.org/plugins for additional info
13 on how to install plugins in DokuWiki.
H A Drequirements.txt2 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
3 https://github.com/cosmocode/dokuwiki-plugin-struct.git lib/plugins/struct
/plugin/diagrams/
H A DREADME9 lib/plugins/diagrams/ - if the folder is called different it
12 Please refer to http://www.dokuwiki.org/plugins for additional info
13 on how to install plugins in DokuWiki.
H A Dscript.js6 if (JSINFO.plugins.diagrams && (JSINFO.plugins.diagrams.mode & 1)) {
12 if (JSINFO.plugins.diagrams && (JSINFO.plugins.diagrams.mode & 2)) {
/plugin/diagrams/script/
H A DDiagramsForm.js24 const name = LANG.plugins.diagrams.formtitle;
61 editButton.innerText = LANG.plugins.diagrams.editButton;
83 selectButton.innerText = LANG.plugins.diagrams.selectSource;
105 type: 'select', 'label': LANG.plugins.diagrams.alignment, 'name': 'align', 'options':
108 {value: 'left', label: LANG.plugins.diagrams.left},
109 {value: 'right', label: LANG.plugins.diagrams.right},
110 {value: 'center', label: LANG.plugins.diagrams.center}
114 label: LANG.plugins.diagrams.title, name: 'title'
121 label: LANG.plugins.diagrams.mediaSource,
204 alert(LANG.plugins
[all...]
H A DDiagramsMediaManager.js15 createLink.innerText = LANG.plugins.diagrams.createLink;
58 editButton.innerText = LANG.plugins.diagrams.editButton;
82 alert(LANG.plugins.diagrams.createForbidden);
88 title: LANG.plugins.diagrams.createLink,
153 intro.innerText = LANG.plugins.diagrams.createIntro;
166 button.innerText = LANG.plugins.diagrams.createButton;
188 alert(LANG.plugins.diagrams.errorInvalidId);
H A DDiagramsMenuItemDispatcher.js26 svgIcon.src = DOKU_BASE + 'lib/plugins/diagrams/img/diagramsnet.svg';
82 label: LANG.plugins.diagrams['PMMenuItem-' + this.type],
H A DDiagramsEditor.js97 alert(LANG.plugins.diagrams.errorLoading);
195 this.#diagramsEditor.src = JSINFO['plugins']['diagrams']['service_url'];
251 spin: LANG.plugins.diagrams.saving
265 spin: LANG.plugins.diagrams.saving
273 alert(LANG.plugins.diagrams.errorSaving);
283 alert(LANG.plugins.diagrams.errorSaving);
286 alert(LANG.plugins.diagrams.errorUnsupportedFormat);
H A Dembed-editbutton.js11 button.innerText = LANG.plugins.diagrams.editButtonShort;
12 button.title = LANG.plugins.diagrams.editButton;
H A Dembed-toolbar.js71 title: LANG.plugins.diagrams.toolbarButton,
72 icon: "../../plugins/diagrams/img/diagramsnet.png",
H A Dmediafile-editbutton.js25 button.innerText = LANG.plugins.diagrams.editButtonShort;
26 button.title = LANG.plugins.diagrams.editButton;
H A Dprosemirror.js66 if (JSINFO.plugins.diagrams && (JSINFO.plugins.diagrams.mode & 1)) {
71 if (JSINFO.plugins.diagrams && (JSINFO.plugins.diagrams.mode & 2)) {

12345678910>>...67