Home
last modified time | relevance | path

Searched refs:conf (Results 1801 – 1825 of 2245) sorted by relevance

1...<<71727374757677787980>>...90

/plugin/confmanager/
H A Dplugin.info.txt6 desc Plugin to manage various .conf files
/plugin/linkmanager/exe/
H A Dfilemanager.php9 require_once(DOKU_INC.'inc/lang/'.$conf['lang'].'/lang.php');
/plugin/rssticker/
H A Dbridge.php20 $rss->date_format = $conf['dformat']; //date format of RSS item. See PHP date() function for possib…
/plugin/visrep/
H A Dsyntax.php166 global $conf;
192 if($conf['debug']){
/plugin/pubmed/
H A Dsyntax.php119 global $conf;
131 chmod($cachePath,$conf['fmode']);
/plugin/geogebra/syntax/
H A Dgeogebrafile.php137 global $conf;
141 $file = $conf['savedir'].'/media/'.str_replace(":", "/", $file);
/plugin/inlinejs/syntax/
H A Dpreloader.php128 global $conf;
193 if ($this->getConf('follow_htmlok') && !$conf['htmlok']) {
/plugin/editsections2/
H A Daction.php159 global $conf;
172 if ($section_level <= $conf['maxseclevel']) {
/plugin/include/_test/
H A Dnamespace_includes.test.php26 global $conf;
27 $conf['hidepages'] = 'inclhidden:hidden';
/plugin/editions/images/
H A DREADME2 For every edition add one PNG icon (16x16) with the name of the edition as written in editions.conf.
/plugin/authlemonldap/
H A Dauth.php18 global $conf;
/plugin/pagequery/
H A DPageQuery.php103 global $conf;
192 $value = '[' . $conf['start'] . ']';
455 global $conf;
458 $pages = file($conf['indexdir'] . '/page.idx');
521 global $conf;
526 $start = $conf['start'];
735 global $conf;
764 $id = implode(':', array_slice($cur_ns, 0, $i + 1)) . ':' . $conf['start'];
/plugin/geonav/
H A Daction.php34 global $conf;
/plugin/icons/syntax/
H A Dicon.php158 global $conf;
172 $link['target'] = ($is_external) ? $conf['target']['extern'] : $conf['target']['wiki'];
/plugin/twcheckliste/
H A Drenderer.php.old58 global $conf;
67 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$conf['lang'].'"
68 lang="'.$conf['lang'].'" dir="'.$lang['direction'].'">
/plugin/twitter/
H A Dsyntax.php301 global $conf;
304 'proxy' => 'tcp:' . $conf ['proxy'] ['host'] . ':' . $conf ['proxy'] ['port'],
/plugin/farmer/admin/
H A Dnew.php218 foreach (['conf', 'data/pages', 'data/media', 'data/meta', 'data/media_meta', 'index'] as $dir) {
235 $ok &= io_saveFile($animaldir . '/conf/local.php', "\n" . '$conf[\'title\'] = \'' . $name . '\';' . "\n", true);
268 if (file_exists($animaldir . '/conf/users.auth.php')) {
279 $ok &= io_saveFile($animaldir . '/conf/users.auth.php', $users);
283 $aclfile = file($animaldir . '/conf/acl.auth.php');
301 $ok &= io_saveFile($animaldir . '/conf/acl.auth.php', implode("\n", $aclfile) . "\n");
303 global $conf;
306 $disableactions = implode(',', array_diff(explode(',', $conf['disableactions']), ['register']));
308 $animaldir . '/conf/loca
[all...]
/plugin/filelisting/action/
H A Dcache.php42 global $conf;
/plugin/vshare/
H A Ddeleted.files5 sites.conf
/plugin/revealjs/
H A Dchangelog.md17 …- New conf option horizontal_slide_level: Headers on this level or above starting a horizontal sli…
18 …- New conf option enlarge_vertical_slide_headers: Increase headers on slides below horizontal_slid…
40 …- New conf option show_slide_details (default on): Show slide details on wiki page: start of slide…
45 - New conf option for the start button:
64 - New conf option for image borders:
68 - New conf options for slide size:
/plugin/combo/action/
H A Drouter.php455 global $conf;
589 // Start page with the conf['start'] parameter
590 $startPage = getNS($identifier) . ':' . $conf['start'];
670 global $conf;
683 $nameSpaces = ft_pageLookup($conf['start']);
801 global $conf;
802 if ($conf['send404'] == true) {
1027 * * For a conf file, it will update the Redirection Action Data as Referrer, Count Of Redirection, Redirection Date
/plugin/nodetailsxhtml/
H A Daction.php39 global $conf, $INFO;
/plugin/dirtylittlehelper/mermaid/editor/src/mermaid-language/
H A Dmermaid.js6 export var conf = { class
/plugin/multitemplate_styleman/
H A Dcss.php40 $conf['template'] = $template;
/plugin/openlayersmap/syntax/
H A Dolmap.php381 global $conf;
382 $imgUrl .= "&language=" . $conf ['lang'];
464 global $conf;
632 global $conf;
634 $imgUrl .= "&c=" . $conf ['lang'];

1...<<71727374757677787980>>...90