Home
last modified time | relevance | path

Searched refs:conf (Results 1701 – 1725 of 2245) sorted by relevance

1...<<61626364656667686970>>...90

/plugin/sphinxsearch/
H A D.htaccess1 <Files ~ "\.conf$">
/plugin/sphinxsearch-was/
H A D.htaccess1 <Files ~ "\.conf$">
/plugin/authldaplocal/
H A Dauth.php179 global $conf;
348 global $conf;
374 if(!is_array($grps) or !$grps) $grps = array($conf['defaultgroup']);
563 global $conf;
564 return cleanID(str_replace(':', $conf['sepchar'], $user));
574 global $conf;
575 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/include/
H A Dhelper.php294 global $conf;
420 if($ins[$idx][1][1] <= $conf['maxseclevel'])
696 global $conf;
704 search($pagearrays, $conf['datadir'], 'search_allpages', array('depth' => $depth, 'skipacl' => false), $ns);
829 global $conf;
830 $result = $conf['lang'];
839 $langname = $match[1] == '*' ? $conf['lang'] : $match[1];
/plugin/authshibboleth/plugin/authshibboleth/conf/
H A Ddefault.php11 $conf = array( variable
/plugin/cleanoldips/
H A Daction.php99 global $conf;
107 $ageCutoff = (int)$conf['recent_days'] * self::SECONDS_IN_A_DAY;
/plugin/stylingpages/
H A Daction.php82 global $conf;
138 @mkdir(dirname($path), $conf['dmode'], true);
/plugin/publistx/
H A Dsyntax.php57 global $conf;
58 $mylang = $conf['lang'];
/plugin/booking/
H A Dhelper.php28 global $conf;
30 $file = $conf['metadir'] . '/' . utf8_encodeFN(str_replace(':', '/', "$id.booking"));
/plugin/cite/
H A Daction.php38 global $conf, $ID, $REV, $INFO;
54 $publisher = hsc($conf['title']);
/plugin/oiddelegate/
H A Dadmin.php102 if(io_saveFile(DOKU_CONF.'openid-delegates.conf',$data)){
127 $delegates = confToHash(DOKU_CONF.'openid-delegates.conf');
/plugin/maintenance/
H A Dhelper.php9 global $conf;
10 $this->temp_dir = $conf['tmpdir'].'/maintenance';
/plugin/editions/
H A Daction.php145 global $conf;
148 if (!$includeStartpage && (noNS($ID) == $conf['start'])) return false;
/plugin/loglog/
H A Dadmin.php45 global $ID, $INPUT, $conf, $lang;
62 $dateFormat = $this->getConf('admin_date_format') ?: $conf['dformat'];
/plugin/swarmwebhook/webhooks/
H A DIFTTT.php15 global $conf, $INPUT;
17 if ($conf['allowdebug']) {
/plugin/data-au/helper/
H A Daliastextbox.php152 global $conf;
154 $lang = $conf['lang'];
/plugin/logstats/
H A Daction.php121 global $conf;
178 $dir = fullpath($conf['metadir'].'/'.$dir);
/plugin/gdpr/action/
H A Doldips.php98 global $conf;
106 $ageCutoff = (int)$conf['recent_days'] * self::SECONDS_IN_A_DAY;
/plugin/bloglinks/
H A Daction.php156 global $conf;
161 '@@DATE@@' => date($conf['dformat'], $entry['date']),
/plugin/timezoneco/
H A DREADME12 if(empty($conf['plugin']['timezoneco']['timezone'])){
15 date_default_timezone_set($conf['plugin']['timezoneco']['timezone']);
/plugin/blog/
H A Dhelper.php49 global $conf;
55 search($pages, $conf['datadir'], 'search_pagename', array('query' => '.txt'), $dir);
/plugin/lastpages/
H A Dsyntax.php25 global $conf;
27 $this->indexdir = $conf['indexdir'];
/plugin/data/
H A Dbureaucracy_field.php163 global $conf;
165 $lang = $conf['lang'];
/plugin/data/helper/
H A Daliastextbox.php158 global $conf;
160 $lang = $conf['lang'];
/plugin/bez/mdl/
H A DModel.php28 protected $dw_auth, $user_nick, $action, $conf; variable in dokuwiki\\plugin\\bez\\mdl\\Model
60 in_array($property, array('sqlite', 'db', 'acl', 'dw_auth', 'user_nick', 'action', 'conf'))) {
85 $this->conf = $action->getGlobalConf();

1...<<61626364656667686970>>...90