Home
last modified time | relevance | path

Searched refs:conf (Results 1401 – 1425 of 2245) sorted by relevance

1...<<51525354555657585960>>...90

/plugin/header3/
H A Dsyntax.php116 global $conf;
136 if ($level <= $conf['maxseclevel'] &&
144 if ($level <= $conf['maxseclevel']) {
/plugin/farm/
H A Daction.php160 global $conf;
161 $l = isset($conf['lang']) ? $conf['lang'] : 'en';
/plugin/dwspecialist/
H A Dsyntax.php90 global $conf;
97 $rev = $conf['REV'];
142 if(!$conf['breadcrumbs']) {
/plugin/siteexport/
H A Dcron.php78 global $conf;
104 if($conf['fperm']) chmod($this->configFile, $conf['fperm']);
/plugin/textinsert/
H A DREADME23 The macro definitions will also accept entities defined dokuwiki's conf/entities.conf and
24 user-defined entities conf/entities.local.conf. Entities will be replaced in both the
/plugin/eventline/
H A Dplain.php131 global $conf;
149 $link['target'] = $conf['target']['wiki'];
174 ($conf['userewrite']) ? $link['url'].='?s=' : $link['url'].='&amp;s=';
210 global $conf;
/plugin/authplaincas/
H A Daction.php51 global $conf;
55 if($conf['authtype'] == 'authplaincas') {
/plugin/yuriigantt/
H A Dsyntax.php139 global $conf;
149 'lang' => $conf['lang'],
/plugin/webcode/_test/
H A Dwebcode.test.php20 global $conf;
25 $conf['useacl'] = 0;
/plugin/loglog/helper/
H A Dreport.php38 global $conf;
39 $statfile = $conf['cachedir'] . '/loglog.stat';
/plugin/jiralinks/
H A Daction.php48 global $ID, $INFO, $conf;
56 $applicationName = $conf['title'];
/plugin/templatebyname/
H A Dfindtemplate.php21 global $conf;
26 $len = strlen(rtrim($conf['datadir'],'/'));
/plugin/oauth/
H A Dhelper.php114 global $conf;
129 if ($conf['allowdebug']) {
/plugin/confmanager/lang/de/
H A Dmime.txt1 …Sie über den [[doku>media_manager]] hochladen können, ist durch die "conf/mime.conf"-Datei festgel…
/plugin/confmanager/lang/nl/
H A Dmime.txt1 …uploaden via de [[doku>nl:mediamanager]] is geconfigureerd met het ''conf/mime.conf'' bestand. Het…
/plugin/nspages/fileHelper/
H A DfileHelper.php24 global $conf;
32 search($files, $conf['datadir'], 'search_universal', $opt, $this->data['wantedDir']);
/plugin/cli/
H A Dcli-examples.txt15 conf plugin.info.txt README syntax.php
22 drwxr-xr-x 2 user user 4096 Dec 27 18:48 conf
59 conf plugin.info.txt README syntax.php
66 drwxr-xr-x 2 user user 4096 Dec 27 18:48 conf
187 conf lang README screen,gif ui
196 conf lang README screen,gif ui
210 conf lang README screen,gif ui
240 conf lang README screen,gif ui
273 conf lang README screen,gif ui
302 conf lang README screen,gif ui
/plugin/sphinxsearch-was/
H A Dchangelog8 * Removed deprecated options from "sphinx.conf" as per the Sphinx Search documentation.
12 …* Fixed excluding hidden pages from the index, see conf/dokuwiki.php $conf['hidepages'] configura…
/plugin/sitemapnavi/
H A Dhelper.php12 global $conf, $INFO;
19 … search($pages, $conf['datadir'], 'search_index', array('ns' => $currentNS), $subdir, $level);
21 …search($media, $conf['mediadir'], [$this, 'searchMediaIndex'], array('ns' => $currentNS, 'depth' =…
/plugin/src/
H A Dsyntax.php94 global $conf;
97 $file = $this->_wikiPathFileToAbsolute($data['f'], $namespaceTypecasted, $conf['mediadir']);
122 $geshi->set_link_target($conf['target']['extern']);
/plugin/xslfo/
H A Daction.php142 * @global array $conf
146 global $ID, $REV, $INFO, $conf;
151 $dw_element->addChild('mediadir', strtr($conf['mediadir'], '\\', '/'));
/plugin/dev/
H A DSkeletor.php182 $this->loadSkeleton('conf/default.php');
183 $this->loadSkeleton('conf/metadata.php');
196 * @param bool $conf if true the settings language file will be be added, too
198 public function addLang($conf = false)
201 if ($conf) {
190 addLang($conf = false) global() argument
/plugin/bez/mdl/
H A DEntity.php164 global $conf;
165 return $conf['title'];
171 global $conf;
/plugin/dokukiwix/
H A DINSTALL12 global $conf;
18 global $conf;
/plugin/authlinotp/
H A DREADME.md24 You can revert to the originial auth plugin by editing the file conf/local.php:
26 $conf['authtype'] = 'authplain';

1...<<51525354555657585960>>...90