Home
last modified time | relevance | path

Searched refs:config (Results 801 – 825 of 908) sorted by path

1...<<31323334353637

/plugin/telleveryone/db/
H A Dupdate0001.sql9 CREATE TABLE config ( table
/plugin/templateconfhelper/
H A DREADME21 * tpl_loadconfig( $tpl ) - reload config for template, called on switch
36 The custom css.php and the functions in //inc/template.php// use following new config settings to l…
44 Cascade Path is an extension to the cascade config values in dokuwiki init. It can be set in preloa…
67 If the template_path cascade config has not been set. Defaults are made up for a standard dokuwiki …
88 * new config setting for base_tpl
/plugin/tgnotify/
H A DCHANGELOG.rst25 * Feature: user name in message can be enabled/disabled in plugin config
26 * Feature: user address (ip or fqdn) in message can be enabled/disabled in plugin config
/plugin/tindexmenu/
H A Dindexmenu-full.js48 this.config = { class in dTree
106 if (this.config.scroll) {
113 if (this.config.scroll) {
122 if (this.config.toc) {
124 + this.config.theme
132 if (this.config.scroll) {
542 if (!this.config.scroll) {
555 if (this.config.toc) {
618 if (this.config.scroll) {
712 oLink.href = this.config.plugbase + '/images/' + this.config.theme
[all …]
H A Dindexmenu.js26config={urlbase:DOKU_BASE+"doku.php?id=",plugbase:DOKU_BASE+"lib/plugins/indexmenu",useCookies:!0,… class in dTree
28config.scroll&&(a+='<div id="cdtree_'+this.obj+'" class="dtree" style="position:relative;overflow:…
29config.theme+'" style="display:none;" title="Table of contents"></div>',a+='<div id="toc_'+this.ob…
31 …this.aNodes[d],b._p=a,b._ai=d,b._lv=e,this.setCS(b),b._hc&&(!b._io&&this.config.useCookies)&&(b._i…
38config.useCookies&&this.setCookie("cs"+this.obj,d.id)}};dTree.prototype.o=function(a){var c=this.a…
39 ….id&&(this.nodeStatus(a,c,this.aNodes[c]._ls),this.aNodes[c]._io=a);this.config.useCookies&&this.u…
45config.sepchar+"\\b","g"))||-1;0<a&&c.length>=a&&(b=e.split(this.config.sepchar),c=""==this.aNodes…
49config.scroll)return!1;var e,f;e=jQuery("#dtree_"+this.obj)[0];f=parseInt(e.offsetLeft,0);"r"==a?(…
52config.toc&&"node"!=g.className&&(b=jQuery("#t"+this.obj)[0],d=this.aNodes[a].hns?this.aNodes[a].h…
55 …dx="+c.dokuid+decodeURIComponent(this.config.jsajax);b=this.pageid.substring(0,this.pageid.lastInd…
[all …]
/plugin/tline/
H A DCHANGES.txt183 * Updated jetty config file to serve
/plugin/toolbuttondel/
H A Dplugin.info.txt6 desc deletes toolbar buttons selected from config manager
/plugin/toucher/
H A DREADME3 touches config files
/plugin/twcheckliste/
H A Dadmin.php39 $config = '
53 if (!fwrite($handle, $config)) {
/plugin/txt2tags/
H A DREADME.doku96 You can edit config.t2t located in the txt2tags plugin folder (''lib/plugins/txt2tags/'') of your d…
H A DREADME.t2t96 You can edit config.t2t located in the txt2tags plugin folder (``lib/plugins/txt2tags/``) of your d…
H A Dtxt2tags.class.php80 var $config = ''; # the full config area, including ext.ref. variable in T2T
176 $this->config = implode("\n", $this->R['config']);
/plugin/txtconf/conf/
H A Dacronyms.metadata.php8 $config['intro'] = 'intro_acronyms'; // which (type) config is this describing
10 $config['format'] = 'txt'; // format of setting files, supported formats: php
11 $config['varname'] = 'txtconf'; // name of the config variable, sans $
16 $config['heading'] = 'Dokuwiki\'s acronyms TxtConfiguration File - Local Settings';
H A Dentities.metadata.php8 $config['intro'] = 'intro_entities'; // which (type) config is this describing
10 $config['format'] = 'txt'; // format of setting files, supported formats: php
11 $config['varname'] = 'txtconf'; // name of the config variable, sans $
16 $config['heading'] = 'Dokuwiki\'s entities TxtConfiguration File - Local Settings';
H A Dinterwiki.metadata.php8 $config['intro'] = 'intro_interwiki'; // which (type) config is this describing
10 $config['format'] = 'txt'; // format of setting files, supported formats: php
11 $config['varname'] = 'txtconf'; // name of the config variable, sans $
16 $config['heading'] = 'Dokuwiki\'s interwiki TxtConfiguration File - Local Settings';
H A Dmime.metadata.php8 $config['intro'] = 'intro_mime'; // which (type) config is this describing
10 $config['format'] = 'txt'; // format of setting files, supported formats: php
11 $config['varname'] = 'txtconf'; // name of the config variable, sans $
16 $config['heading'] = 'Dokuwiki\'s mime TxtConfiguration File - Local Settings';
H A Dsmileys.metadata.php8 $config['intro'] = 'intro_smileys'; // which (type) config is this describing
10 $config['format'] = 'txt'; // format of setting files, supported formats: php
11 $config['varname'] = 'txtconf'; // name of the config variable, sans $
16 $config['heading'] = 'Dokuwiki\'s smileys TxtConfiguration File - Local Settings';
/plugin/txtconf/
H A Dconfig0.class.php37 if (isset($config['varname'])) $this->_name = $config['varname'];
38 if (isset($config['format'])) $this->_format = $config['format'];
39 if (isset($config['heading'])) $this->_heading = $config['heading'];
122 $config = array();
142 $config[$key] = $value;
146 return $config;
H A Dtxtconfig.class.php43 if (isset($config['intro'])) $this->_intro = $config['intro'];
45 if (isset($config['varname'])) $this->_name = $config['varname'];
46 if (isset($config['format'])) $this->_format = $config['format'];
47 if (isset($config['heading'])) $this->_heading = $config['heading'];
153 $config = array();
173 $config[$key] = $value;
180 $config = confToHash($file);
183 return $config;
/plugin/txtconf/lang/en/
H A Dintro.txt3 Use this page to Manage the Text config files (conf/*.conf) of your Dokuwiki installation.
/plugin/uncmap/
H A Daction.php11 …$config = new ConfigManagerTwoLine('UncMap', file_get_contents($this->localFN('confmanager_descri…
12 $event->data[] = $config;
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php371 foreach ($this->setup as $command => $config) {
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dvbsso_shared.php215 static $config = array();
217 if (!isset($config[$platform]) || $config[$platform] === NULL) {
220 $config[$platform] = array(
231 $config[$platform] = array_merge($config[$platform], $cfg);
236 $config[$platform] = array_merge($config[$platform], $custom_config);
240 return $config[$platform];
250 $config = $config_platform[$platform];
251 return isset($config[$property]) ? $config[$property] : $default;
/plugin/webdav/lang/en/
H A Dintro.txt3 … feaures. To enable some functionality use [[this>doku.php?do=admin&page=config#plugin____webdav__…
/plugin/webdav/vendor/sabre/vobject/
H A D.php_cs.dist3 $config = PhpCsFixer\Config::create();
4 $config->getFinder()
7 $config->setRules([
12 return $config;

1...<<31323334353637