Home
last modified time | relevance | path

Searched refs:conf (Results 1826 – 1850 of 2245) sorted by relevance

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

/plugin/recaptcha2/
H A Dhelper.php43 $lang = $this->getConf('lang') ? $this->getConf('lang') : $conf['lang'];
/plugin/wikistats/
H A Dhelper.php63 global $conf;
/plugin/advanced/lang/en/config/
H A Dentities.txt5 === Example of entities.conf ===
/plugin/struct/types/
H A DDateTime.php29 global $conf;
30 $this->config['format'] = DateFormatConverter::toDate($conf['dformat']);
/plugin/htmlokay/
H A Dsyntax.php243 global $conf;
244 if($conf['plugin']['htmlOKay']['su_unrestricted'])
372 global $conf;
379 if (!$conf['htmlok'])
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php131 global $conf;
132 if ($this->isGeshiFallbackVersion() && !$conf['htmlok']) {
150 global $conf;
151 if ($this->isGeshiFallbackVersion() && !$conf['htmlok']) {
/plugin/epub/
H A Drenderer.php462 global $conf;
463 $old = $conf['mailguard'];
464 $conf['mailguard'] = 'none';
466 $conf['mailguard'] = $old;
/plugin/virtualgroup/
H A Dadmin.php
/plugin/telleveryone/action/
H A Dmigration.php46 global $conf;
/plugin/mathjax/lang/en/
H A Dsettings.php5 …nds. Specify paths relative to the dokuwiki installation directory (e.g. conf/mathjax.js or data/…
/plugin/displaywikipage/
H A Dcode.php11 global $conf, $lang;
/plugin/openlayersmap/
H A DStaticMap.php430 global $conf;
433 isset($conf['proxy']['host'], $conf['proxy']['port'])
434 && $conf['proxy']['host'] !== ''
435 && $conf['proxy']['port'] !== ''
437 $opts['http'] += ['proxy' => "tcp://" . $conf['proxy']['host'] . ":" . $conf['proxy']['port']];
/plugin/table2csv/
H A Daction.php44 global $conf;
/plugin/description/
H A Dsyntax.php36 global $conf;
/plugin/advanced/lang/fr/config/
H A Dentities.txt5 === Exemple de fichier entities.conf ===
H A Dinterwiki.txt13 | {URL} | Nom du wWiki encodé (la partie qui est ajoutée à l'URL dansinterwiki.local.conf) |
21 === Exemple de fichier interwiki.conf ===
/plugin/combo/action/
H A Dhiddenpage.php
/plugin/canvas/
H A Dcanvas.php49 global $conf;
53 if ($inlinejs->getConf('follow_htmlok') && !$conf['htmlok']) return false;
/plugin/explorertree/
H A Dhelper.php100 global $conf;
109 …search($data,$conf['datadir'],'search_index',array('ns'=>getNS($ID)),$dir,$dir == '' ? 1 : count(e…
/plugin/clipboardutils/
H A Dsyntax.php201 $str .='<pre>' . print_r($conf,TRUE) . '</pre>';
219 global $conf;
/plugin/quickstats/scripts/
H A Dget_geocity2.php18 global $conf,$argv;
29 $this->tempdir = $conf['tmpdir'];
/plugin/adhoctags/syntax/
H A Dabstract.php89 global $conf;
100 if ($title && $level <= $conf['maxseclevel']) {
/plugin/siteexport/
H A Dpreload.php22 global $conf;
64 if (isset($conf['canonical'])) {
/plugin/dir/
H A Dsyntax.php65 global $conf;
71 if($conf ["allowdebug"] == 1)
74 $this->start = $conf ["start"];
75 $this->dformat = $conf ["dformat"];
718 global $conf;
/plugin/clacks/
H A Daction.php38 global $conf;

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