Home
last modified time | relevance | path

Searched refs:conf (Results 1226 – 1250 of 2245) sorted by relevance

1...<<41424344454647484950>>...90

/plugin/metadisplay/helper/
H A Dhtml.php9 global $timezone, $current,$conf;
25 global $conf;
36 if($conf['savedir'] == './data') {
37 chdir(DOKU_INC . trim($conf['savedir'],'.\/') . '/meta');
38 define ('PAGES', DOKU_INC . trim( $conf['savedir'],"\/\\\.") . '/pages');
41 chdir( '/'.trim( $conf['savedir'],"\/\\") . '/meta');
42 define ('PAGES', '/'.trim( $conf['savedir'],"\/\\") . '/pages') ;
H A Dplaintext.php9 global $timezone, $current,$conf;
25 global $conf;
36 if($conf['savedir'] == './data') {
37 chdir(DOKU_INC . trim($conf['savedir'],'.\/') . '/meta');
38 define ('PAGES', DOKU_INC . trim( $conf['savedir'],"\/\\\.") . '/pages');
41 chdir( '/'.trim( $conf['savedir'],"\/\\") . '/meta');
42 define ('PAGES', '/'.trim( $conf['savedir'],"\/\\") . '/pages') ;
/plugin/combo/ComboStrap/
H A DSiteConfig.php17 public const CONF_ENABLE_THEME_SYSTEM = "combo-conf-001";
23 const REM_CONF = "combo-conf-002";
33 public const HTML_MAX_KB_SIZE_FOR_INLINE_ELEMENT = "combo-conf-003";
39 public const HTML_ALWAYS_INLINE_LOCAL_JAVASCRIPT = "combo-conf-004";
58 * Note we can't capture the whole global $conf
89 global $conf;
92 $namespace = $conf['plugin'][$namespace] ?? null;
100 $value = $conf[$confName] ?? null;
488 global $conf;
489 $dataDirectory = $conf['savedi
[all...]
/plugin/siteexport/
H A Dhelper.php95 global $conf;
106 …search($sites, $conf['datadir'], 'search_allpages', array(), $functions->getNamespaceFromID($ID, $…
146 global $ID, $conf;
200 …g('addParams') . ':', 'addParams', null, array_merge(array('checked' => ($conf['userewrite'] != 1 …
207 …$form->addElement(form_makeListboxField('template', $this->__getTemplates(), $conf['template'], $t…
251 $trans = array_unique(array_merge($trans, array($conf['lang'])));
252 …$form->addElement(form_makeListboxField('defaultLang', $trans, $conf['lang'], $this->getLang('defa…
/plugin/autlogin/
H A Dajax.php30 global $conf;
33 $dir = $conf['datadir'];
/plugin/facebook/
H A Daction.php31 global $conf;
43 $lc = $conf['lang'];
/plugin/googletagmanager/_test/
H A Daction_plugin_googletagmanagerTest.php18 global $conf;
20 $conf['plugin'][self::gtmPluginName][action_plugin_googletagmanager::GTMID] = $gtmValue;
/plugin/spatialhelper/admin/
H A Dpurge.php53 global $conf;
54 $path = $conf ['indexdir'] . '/spatial.idx';
/plugin/siteexport/action/
H A Dpdfstyles.php55 global $INPUT, $conf;
57 $conf['cssdatauri'] = false;
/plugin/recaptcha/
H A Daction.php97 global $conf;
108 …getConf('lang') ? $this->getConf('lang') : (in_array($conf['lang'], $this->recaptchaLangs) ? $conf
/plugin/authdiscourse/
H A Dauth.php23 global $conf;
24 $cfg = $conf['plugin']['authdiscourse'];
40 …ce.';'.hash_hmac('sha256', $this->nonce, $this->sso_secret), 0, "", "", ($conf['securecookie'] && …
/plugin/pureldap/_test/
H A DADClient.test.php
/plugin/definitionlist/_test/
H A Dsyntax.test.php102 global $conf;
103 $conf['plugin']['definitionlist']['dt_fancy'] = 0;
123 global $conf;
124 $conf['plugin']['definitionlist']['classname'] = 'foo';
/plugin/tiledblog/
H A Dsyntax.php58 global $conf;
59 …$savedir = ((!$conf['savedir'] || strpos ($conf['savedir'], '.') === 0) ? DOKU_INC : "").$conf['sa…
/plugin/flowcharts/
H A DREADME.md8 …the plugin it is crucial to remove the following lines from the Dokuwiki file conf/entities.conf**
19 …uwiki.org/entities and also https://github.com/splitbrain/dokuwiki/blob/master/conf/entities.conf.)
/plugin/subpages/
H A Dsyntax.php26 global $conf;
31 $this->start = $conf['start'];
32 $this->useheading = $conf['useheading'];
33 $this->datadir = $conf['datadir'];
/plugin/filelist/_test/
H A Dfilelist.test.php
/plugin/cloudstorage/
H A Daction.php37 global $conf;
43 $file_relative_path = str_replace($conf['mediadir'], '', $file);
/plugin/dokutranslate/
H A Dajax.php35 global $conf;
38 $dir = $conf['datadir'];
/plugin/htmlsafe/
H A Dsyntax.php39 global $conf;
41 if($conf['htmlok']){
/plugin/swarmwebhook/_test/
H A DZapierHandlePayload.test.php17 global $conf;
21 $conf ['plugin']['swarmwebhook']['service'] = 'Zapier';
/plugin/oiddelegate/lang/en/
H A Dintro.txt5 Your configuration is written to ''conf/openid-delegates.conf'', so make sure this file is writable.
/plugin/adfs/
H A Dhelper.php34 global $conf;
35 $xml_wiki_title = htmlentities($conf['title']);
/plugin/shorturl/
H A Daction.php64 global $conf;
66 return rtrim($conf['savedir'],"/") . "/cache";
/plugin/page4release/
H A Drebuildindex.php31 search($pages, $conf['datadir'], 'search_allpages', array());
53 io_saveFile($conf['indexdir'].'/page4release.idx', serialize($page4release));

1...<<41424344454647484950>>...90