Home
last modified time | relevance | path

Searched refs:conf (Results 1451 – 1475 of 2245) sorted by relevance

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

/plugin/preregister/
H A Dadmin.php72 global $conf;
99 …. '</td><td>' . strftime($conf['dformat'],$entry['savetime']) . '</td><td>' . $hours . "</td></tr…
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php44 * The cache expires after $conf['auth_security_timeout']
50 global $conf;
56 if ($cachetime && (time() - $cachetime) < $conf['auth_security_timeout']) {
/plugin/evesso/classes/
H A DoAuthStorage.php182 global $conf;
183 $directory = $conf['cachedir'];
/plugin/elasticsearch/helper/
H A Ddocparser.php16 const CONFFILE = DOKU_CONF . 'elasticsearch.conf';
187 global $conf;
191 if ($trans === null) return $conf['lang'];
/plugin/combo/ComboStrap/
H A DImageLink.php59 global $conf;
60 $target = $conf['target']['media'];
/plugin/tag/
H A Daction.php33 global $conf;
34 $event->data['plugin_tag'] = '0.2.deaccent='.$conf['deaccent'];
/plugin/structtasks/
H A Daction.php60 global $conf;
61 $schema = $conf['plugin']['structtasks']['schema'];
/plugin/mikioplugin/syntax/
H A Dcarousel.php56 global $conf;
66 search($pages, $conf['datadir'] . '/' . $path, 'search_allpages', array('depth' => 1, 'skipacl' => true));
/plugin/mikioplugin/
H A Daction.php37 global $conf;
80 if($conf['template'] === 'mikio' && file_exists(tpl_incdir() . 'template.info.txt')) {
/plugin/credits/
H A Dsyntax.php61 global $conf;
71 if(isset ($conf['plugin']['credits'][$which]))
72 return($conf['plugin']['credits'][$which]);
/plugin/ghissues/helper/
H A DapiCacheInterface.php162 $errorTable .= htmlentities(strftime($conf['dformat']));
178 global $conf;
206 $outputXML .= htmlentities(strftime($conf['dformat'],strtotime($issue->created_at)));
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php24 global $conf;
27 if(is_null($sep)) $sep = $conf['sepchar'];
125 global $conf;
161 …search($template_pages, $conf['datadir'], 'search_universal', $opts, str_replace(':', '/', getNS($…
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php24 global $conf;
27 if(is_null($sep)) $sep = $conf['sepchar'];
125 global $conf;
161 …search($template_pages, $conf['datadir'], 'search_universal', $opts, str_replace(':', '/', getNS($…
/plugin/mindmap/
H A Dsyntax.php116 global $conf;
217 global $conf;
236 global $conf;
256 if($conf['debug']) {
/plugin/ifauthex/_test/
H A Dgeneral.test.php348 gettype($conf),
353 if ($conf !== null && $meta !== null) {
354 foreach ($conf as $key => $value) {
365 $conf,
/plugin/code2/
H A Dsyntax.php879 global $conf;
880 if ($conf['target']['extern']) {
881 $geshi->set_link_target($conf['target']['extern']);
1013 global $conf;
1014 if ($conf['target']['extern']) {
1015 $geshi->set_link_target($conf['target']['extern']);
/plugin/rater/
H A Dsyntax.php104 global $conf;
411 global $conf;
417 $listRatingFiles = $this->list_files_in_array($conf['metadir'], $delim1, $params_array);
420 if(is_file($conf['datadir']."/".str_replace(":","/",$rater_ns))) {
421 $listPages = array($conf['datadir']."/".str_replace(":","/",$rater_ns));
424 $r_datadir = $conf['datadir']."/".str_replace(":","/",$rater_ns);
429 $r_datadir = $conf['datadir'];
482 $rater_filename = $conf['metadir'].'/'.$found_ratings[$a]['file'];
519 $rater_filename = $conf['metadir'].'/'.$found_votings[$a]['file'];
879 global $conf;
/plugin/dokutexit/
H A DREADME.md30 …* *conf/defaults.php* (or the configuration manager) holds the global configuration, where you can…
31 …* *conf/header-namespace.tex* is the header which will be included when a whole namespace will be …
32 * *conf/header-page.tex* is the same for one page export
33 …* *conf/commands.tex* is where the TeX macros for dokuwiki styles will be held (this is common for…
34 …* *conf/footer.tex*, if present, will be inserted before `\end{document}`, useful to insert table …
39 * *nsbpc_texit-namespace* overriding *conf/header-namespace.tex*
40 * *nsbpc_texit-page* overriding *conf/header-page.tex*
41 * *nsbpc_texit-commands* overriding *conf/commands.tex*
42 * *nsbpc_texit-footer* overriding *conf/footer.tex*
46 If it exists, TeXit will handle the file *texit.bib* in the *conf/* directory of the plugin.
/plugin/photogallery/
H A Dsyntax.php226 global $conf;
271 global $conf;
330 global $conf;
341 $conf['mediadir'],
972 global $conf;
982 $authlist = $data['authlist'] . ','. $conf['superuser'];
995 global $conf;
1004 $authlist .= ','.$conf['superuser'];
1015 global $conf;
1016 return is_dir($conf['mediadir'].'/'.utf8_encodeFN(str_replace(':','/',$ns)));
/plugin/mediacacheconfig/conf/
H A Ddefault.php8 $conf['always-validate'] = '1';
/plugin/orphanmedia/conf/
H A Ddefault.php6 $conf['prev_limit'] = '10'; // limits the preview of orphanned pictures
/plugin/osm/conf/
H A Ddefault.php5 $conf['map_service_url'] = "http://osm-tah-cache.firefishy.com/~ojw/MapOf/";
/plugin/panoview/conf/
H A Ddefault.php2 $conf['nice'] = '/usr/bin/nice';
/plugin/projects/conf/
H A Ddefault.php7 $conf['check updates'] = 1;
/plugin/xfortune/conf/
H A Ddefault.php3 $conf['claim'] = '';

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