Home
last modified time | relevance | path

Searched refs:conf (Results 1026 – 1050 of 2245) sorted by relevance

1...<<41424344454647484950>>...90

/plugin/twofactor/conf/
H A Ddefault.php2 $conf["optinout"] = 'optin';
3 $conf["useinternaluid"] = 1;
4 $conf['trustedIPs'] = '';
/plugin/attribute/conf/
H A Ddefault.php8 $conf['store'] = 'data/attribute';
9 $conf['no_compress'] = 0;
/plugin/imagemap/
H A Dsyntax.php34 global $conf;
48 $nssep = ($conf['useslash']) ? '[:;/]' : '[:;]';
81 global $conf;
127 $target = $conf['target']['wiki'];
141 $target = $conf['target']['extern'];
147 $target = $conf['target']['wiki'];
149 $target = $conf['target']['interwiki'];
155 if ($conf['mailguard'] == 'visible')
163 $target = $conf['target']['windows'];
170 $target = $conf['target']['extern'];
/plugin/txtconf/
H A Dconfig0.class.php29 global $conf;
47 $this->_metadata = array_merge($meta, $this->get_plugintpl_metadata($conf['template']));
53 global $conf;
56 …_merge($this->_read_config($this->_default_file), $this->get_plugintpl_default($conf['template']));
193 function _flatten($conf,$prefix='') { argument
197 foreach($conf as $key => $value) {
255 $conf = array();
257 foreach ($conf as $key => $value){
267 $conf = array();
269 foreach ($conf as $key => $value){
/plugin/siteexport/inc/
H A Dtoc.php159 global $conf;
163 $elemToAdd['isStartPage'] = noNS($elemToAdd['id']) == $conf['start'];
208 global $conf;
226 if (!empty($CURRENTNODE[$conf['start']]))
230 $XML .= $this->__TOCItem($CURRENTNODE[$conf['start']], $DEPTH, !$didOpenItem);
231 unset($CURRENTNODE[$conf['start']]);
329 global $conf;
339 if (empty($indexTitle)) $indexTitle = $this->functions->getSiteTitle($conf['start']);
420 global $conf;
431 if ($NODE != $conf['start']) { continue; }
H A Dpdfgenerator.php71 global $conf;
75 …$html = preg_replace_callback("/<\/div>\s*?<h({$conf['plugin']['siteexport']['PDFHeaderPagebreak']…
155 global $conf;
157 switch ($conf['mailguard']) {
/plugin/livemark/
H A Daction.php47 global $conf;
78 imagepng($output, $cache_path, intval($conf['jpg_quality'] / 11));
82 imagejpeg($finaloutput, $cache_path, intval($conf['jpg_quality']));
89 global $conf;
/plugin/sphinxsearch/
H A DINSTALL14 $indexer -c sphinx.conf dk_main
18 $searchd -c sphinx.conf
27 files conf/default.php and sphinx.conf.
/plugin/top/
H A Dhelper.php108 global $conf;
109 $start = $conf['start'];
113 if ($conf['plugin']['translation']['translations'] !== '') {
114 $translations = explode(' ', $conf['plugin']['translation']['translations']);
/plugin/schedule/
H A DpoiDB.class.php19 global $conf;
21 … ((!$conf['savedir'] || strpos ($conf['savedir'], '.') === 0) ? DOKU_INC : "").
22 $conf['savedir'].'/'.trim ($plugin->getConf ('dataDir').'/poiDB.txt');
/plugin/dokubookmark/
H A Daction.php75 global $conf;
94 'baseurl' => $conf['baseurl'].DOKU_BASE.'doku.php',
170 global $conf;
203 global $conf;
/plugin/iptrust2/
H A Daction.php44 global $conf;
75 … $logins = @file($conf['cachedir'].'/iptrust', FILE_SKIP_EMPTY_LINES);
87 io_saveFile($conf['cachedir'].'/iptrust', join('', $logins));
103 global $conf;
/plugin/include/syntax/
H A Dfooter.php46 global $conf, $ID;
64 'target' => $conf['target']['wiki'],
76 . strftime($conf['dformat'], $date)
86 . strftime($conf['dformat'], $mdate)
/plugin/advanced/lang/fr/config/
H A Dmime.txt3 …guré à partir du fichier ''conf/mime.conf''. Les types supplémentaires doivent être ajoutés dans l…
5 === Exemple de fichier mime.conf ===
/plugin/combo/ComboStrap/
H A DIdentity.php38 public const CONF_DESIGNER_GROUP_NAME = "combo-conf-006";
59 global $conf;
60 $conf['useacl'] = 1;
61 $conf['superuser'] = $user;
62 $conf['remoteuser'] = $user;
/plugin/markdownextra/conf/
H A Ddefault.php6 $conf['frontmatter'] = false;
7 $conf['markdowneditor'] = 'meltdown';
/plugin/routeplaner/conf/
H A Ddefault.php2 $conf['modus']= 'webde';
3 $conf['showwebdefooter'] = false;
/plugin/wikicalendar/conf/
H A Ddefault.php6 $conf['weekstart'] = 'Monday';
7 $conf['timezone'] = false;
/plugin/barcode/conf/
H A Ddefault.php2 $conf['showfooter'] = false;
3 $conf['provider'] = 'google';
/plugin/minical/conf/
H A Ddefault.php6 $conf['weekstart'] = 'Monday';
7 $conf['timezone'] = false;
/plugin/revealjs/
H A Drenderer.php55 global $conf;
60 if (!array_key_exists('plugin', $conf)) {
61 $conf['plugin'] = array('revealjs' => $_GET);
63 elseif (!array_key_exists('revealjs', $conf['plugin'])) {
64 $conf['plugin']['revealjs'] = $_GET;
67 $conf['plugin']['revealjs'] = array_merge($conf['plugin']['revealjs'], $_GET);
82 <html lang="'.$conf['lang'].'" dir="'.$lang['direction'].'">
/plugin/drawio/conf/
H A Ddefault.php7 $conf['zIndex'] = 999;
8 $conf['url'] = 'https://embed.diagrams.net/';
/plugin/podcast/conf/
H A Ddefault.php2 $conf['tags'] = '';
3 $conf['podcast_prefix'] = 'http://ftp.ccc.de/regional/muenchen/radio/crm';
/plugin/jiralinks/conf/
H A Ddefault.php7 $conf['jiraserver'] = 'https://url-to-server/browse/';
9 $conf['url_relationship'] = 'mentioned on';
/plugin/linebreak/conf/
H A Ddefault.php7 $conf['automatic'] = true; // apply to all wiki pages automatically
8 $conf['in_quotes'] = true; // apply within DokuWiki's quote syntax mode

1...<<41424344454647484950>>...90