Home
last modified time | relevance | path

Searched refs:config (Results 776 – 800 of 908) sorted by path

1...<<31323334353637

/plugin/structgroup/types/
H A DGroup.php12 protected $config = array( variable in dokuwiki\\plugin\\structgroup\\types\\Group
27 if($this->config['existingonly']) {
65 if(utf8_strlen($lookup) < $this->config['autocomplete']['mininput']) return array();
68 $max = $this->config['autocomplete']['maxresult'];
/plugin/structjoin/types/
H A DJoin.php15 return "<strong>{$this->config['schema']}.{$this->config['field']}</strong>";
124 return array_search($this->config['schema'], $leftJoinAliases);
152 $schema = 'data_' . $this->config['schema'];
179 $schema = 'data_' . $this->config['schema'];
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php60 $config = $this->searchConfig->getConf();
61 if (isset($config['filter'])) unset($config['filter']);
62 $config = hsc(json_encode($config));
75 data-schema=\"$table\" data-searchconf=\"$config\"
/plugin/structprogress/types/
H A DProgress.php19 protected $config = array( variable in dokuwiki\\plugin\\structprogress\\types\\Progress
35 if ($this->config['max'] !== '' && floatval($this->config['max']) > 0) {
36 $maxvalue = floatval($this->config['max']);
61 if ($this->config['max'] !== '' && floatval($this->config['max']) > 0) {
62 $maxvalue = floatval($this->config['max']);
66 …itle="' . hsc($value) . '" class="struct_progress-background_' . hsc($this->config['type']) . '">';
67 …" style="width: ' . $progress . '% ;" class="struct_progress_' . hsc($this->config['type']) . '">';
68 … $R->doc .= '<p>' . hsc($this->config['prefix'] . $value . $this->config['postfix']) . '</p>';
/plugin/structpublish/meta/
H A DRevision.php256 $config = $parser->getConfig();
257 $search = new SearchConfig($config);
/plugin/structpublish/syntax/
H A Dtable.php22 protected function addTypeFilter($config) argument
24 $config['schemas'][] = ['structpublish', 'structpublish'];
25 array_unshift($config['cols'], '%pageid%');
26 $config['filter'][] = [
32 $config['withpid'] = 1; // flag for the editor to distinguish data types
33 return $config;
/plugin/structsection/types/
H A DSection.php12 protected $config = array( variable in dokuwiki\\plugin\\structsection\\types\\Section
37 'placeholder' => $this->config['placeholder'],
/plugin/structsection/
H A Dyarn.lock1322 eslint-config-airbnb-base@^14.2.1:
1324 …resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.…
/plugin/structstatus/
H A DStatus.php13 protected $config = array( variable in dokuwiki\\plugin\\structstatus\\Status
22 $this->column = $this->getColumn($this->config['schema'], 'name_$LANG');
105 $schema = 'data_' . $this->config['schema'];
118 $col_color = $this->getColumn($this->config['schema'], 'color');
126 $col_icon = $this->getColumn($this->config['schema'], 'icon');
/plugin/structtemplate/_vagrant/
H A DVagrantfile31 Vagrant.configure("2") do |config|
34 config.vm.box = "bento/ubuntu-20.04"
37 config.vm.provider "virtualbox" do |vb|
42 config.vm.hostname = "web"
53 config.vm.provision "fix-no-tty", type: "shell" do |shell|
59 config.vm.provision "web-server", type: "shell" do |shell|
64 config.vm.provision "dokuwiki", type: "shell" do |shell|
75 config.vm.provision "dependencies", type: "shell" do |shell|
82 config.vm.provision "plugin", type: "shell" do |shell|
90 config.vm.post_up_message = "DokuWiki should be available at:
[all …]
/plugin/subconfhelper/conf/
H A Dsubconfhelper_metadata.php3 $config['format'] = 'php'; // format of setting files, supported formats: php
4 $config['varname'] = 'conf'; // name of the config variable, sans $
/plugin/subconfhelper/helper/
H A Dconfig.php50 if (isset($config['varname'])) $this->_name = $config['varname'];
51 if (isset($config['format'])) $this->_format = $config['format'];
52 if (isset($config['heading'])) $this->_heading = $config['heading'];
/plugin/submgr/lang/de/
H A Dnosubs.txt3 E-Mail Abonnements sind in diesem Wiki momentan deaktiviert. Prüfen Sie die [[doku>config:subscribe…
4 [[doku>config:disableactions|disableactions]] Konfigurationsoptionen.
/plugin/submgr/lang/en/
H A Dnosubs.txt3 E-Mail subscriptions are currently disabled in this wiki. Check the [[doku>config:subscribers|subsc…
4 the [[doku>config:disableactions|disableactions]] config options.
/plugin/supa/
H A Dchangelog.txt3 … the supa plugin via the plugin manager, save plugin-config, enable supa plugin, save plugin-config
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md53 * Uses [Config Manager](https://www.dokuwiki.org/plugin:config) to select theme and configure Autol…
H A DREADME.md41 …lable brushes string in [Config Manager](https://www.dokuwiki.org/plugin:config) (example: "...,ba…
52 …ighterdefaults) can be overrided via the [Config Manager](https://www.dokuwiki.org/plugin:config) :
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1348 config : { class in sh
1505 doc.write(sh.config.strings.aboutDialog);
1528 conf = sh.config,
1572 conf = sh.config
1916 window.alert(sh.config.strings.alert + str);
1959 alert(sh.config.strings.noBrush + alias);
2066 spaces += sh.config.space;
2189 if (sh.config.bloggerMode == true)
2192 if (sh.config.stripBrs == true)
2751 spaces = spaces.replace(' ', sh.config.space);
[all …]
H A DshCore.min.js17config.strings.alert+e)}function b(e,t){var n=B.vars.discoveredBrushes,r=null;if(null==n){n={};for… class in B
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js67 config : { class in sh
224 doc.write(sh.config.strings.aboutDialog);
247 conf = sh.config,
291 conf = sh.config
635 window.alert(sh.config.strings.alert + str);
678 alert(sh.config.strings.noBrush + alias);
785 spaces += sh.config.space;
908 if (sh.config.bloggerMode == true)
911 if (sh.config.stripBrs == true)
1470 spaces = spaces.replace(' ', sh.config.space);
[all …]
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md34 * Add StyleCI config
H A DREADME.md45 …ration#options) can be overrided via the [Config Manager](https://www.dokuwiki.org/plugin:config) :
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js119 config = __webpack_require__(18),
127 config: __webpack_require__(18),
152 …var elements = element ? [element] : utils.toArray(document.getElementsByTagName(sh.config.tagName…
153 conf = sh.config,
192 conf = sh.config;
213 params = optsParser.defaults(params, config);
298 if (result == null && showAlert) alert(sh.config.strings.noBrush + alias);
H A Dsyntaxhighlighter.js.map1config.js","webpack:///./src/defaults.js","webpack:///./src/html_script.js","webpack:///./~/proces…
/plugin/tagalerts/
H A Daction.php122 …$config = new ConfigManagerTwoLine('Tag Alerts', $this->getLang('confdescription'), DOKU_CONF . 't…
123 $event->data[] = $config;

1...<<31323334353637