Home
last modified time | relevance | path

Searched refs:conf (Results 476 – 500 of 2245) sorted by relevance

1...<<11121314151617181920>>...90

/plugin/nsexport/packer/ziphtml/
H A Dpacker.php11 global $conf;
13 $packer = $conf['plugin']['nsexport']['packer_ziphtml_zip'];
30 $css = $http->get(DOKU_URL.'lib/exe/css.php?s=all&t='.$conf['template']);
32 $css = $http->get(DOKU_URL.'lib/exe/css.php?t='.$conf['template']);
34 $css = $http->get(DOKU_URL.'lib/exe/css.php?s=print&t='.$conf['template']);
43 global $conf;
72 … $output .= '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$conf['lang'].'"'.DOKU_LF;
73 $output .= ' lang="'.$conf['lang'].'" dir="'.$lang['direction'].'">' . DOKU_LF;
95 global $conf;
110 $to = $conf['tmpdir'] . '/wrk-' . $this->fileid . '.zip';
/plugin/authloginapi/
H A Daction.php19 global $conf;
22 $conf['authtype'] == 'authloginapi' ||
24 $conf['authtype'] == 'authsplit' &&
25 $conf['plugin']['authsplit']['primary_authplugin'] == 'authloginapi'
103 global $conf;
105 return $conf['title'];
/plugin/issuelinks/helper/
H A Ddata.php116 global $conf;
117 $lockFN = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
148 global $conf;
150 $lock = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
161 global $conf, $INPUT;
162 $lockFN = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
179 global $conf;
180 $lockFN = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
189 global $conf;
190 $lockFN = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
[all …]
/plugin/sympaauth/files/
H A Dsympa.class.php39 global $conf;
44 if (empty($conf['plugin']['sympaauth']['sympaSoapService'])) {
48 if (isset($conf['defaultgroup'])) {
49 $this->sympaDefaultGroup = $conf['defaultgroup'];
57 $this->sympaSoapService = $conf['plugin']['sympaauth']['sympaSoapService'];
80 global $conf;
82 $this->soap_client = new SoapClient($conf['plugin']['sympaauth']['sympaSoapService']);
/plugin/struct/jsoneditor/
H A Dsetup.js39 var conf = $editor.val();
47 conf: conf
49 function (conf) { argument
50 $editor.val(conf)[0].updateEditor();
/plugin/bootswrapper/exe/
H A Dpopup.php43 require_once DOKU_INC . 'inc/lang/' . $conf['lang'] . '/lang.php';
46 global $conf;
91 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>" lang="<?php echo $conf['…
109 …<script type="text/javascript" src="popup.js" <?php echo ((isset($conf['defer_js']) && $conf['defe…
/plugin/git/action/
H A Dpush.php44 global $conf;
46 $local_status_page = $conf['plugin']['git']['local_status_page'];
54 global $conf;
57 $git_exe_path = $conf['plugin']['git']['git_exe_path'];
58 $datapath = $conf['savedir'];
/plugin/advanced/lang/en/config/
H A Dsmileys.txt3conf/smileys.conf'' file. The local and upgrade-safe directory of smiles images are stored in ''li…
5 === Example of smileys.conf ===
/plugin/bez/
H A Dcron-daily.php10 if (empty($conf['baseurl'])) {
15 if (empty($conf['basedir'])) {
25 if (date('l') === $conf['plugin']['bez']['weekly_cron_day_of_the_week']) {
36 echo $conf['baseurl'] . ":\n";
/plugin/translation/_test/
H A DBasicTest.php59 global $conf;
60 $conf['plugin']['translation']['translations'] = $translationsOption;
96 'do not redirect anything other than exactly $conf[\'start\']',
111 global $conf;
112 $conf['plugin']['translation']['translations'] = $translationsOption;
113 $conf['plugin']['translation']['redirectstart'] = 1;
/plugin/translation2/
H A Daction.php32 global $conf, $ID;
42 $this->conf['languages'] = implode(',', $supportedLanguages);
46 …tConf('languages'), $this->getConf('default_language')) === false) $this->conf['default_language']…
54 $conf['lang'] = $blang;
62 else $conf['lang'] = $lang;
101 global $ID, $conf;
107 $thislang = ($conf['lang']==$lang);
/plugin/tagalerts/
H A Daction.php26 global $conf;
46 $conf['plugin']['tagalerts']['specAlerts'] = confToHash($specAlertsFile);
51 global $conf;
71 if (isset($conf['plugin']['tagalerts']['specAlerts'][$underscored])) {
72 $msg = $conf['plugin']['tagalerts']['specAlerts'][$underscored];
85 global $conf;
106 if (isset($conf['plugin']['tagalerts']['specAlerts'][$title])) {
107 $tooltip = $conf['plugin']['tagalerts']['specAlerts'][$title]." (".$tooltip.")";
/plugin/advanced/admin/
H A Dexport.php64 global $conf;
104 global $conf;
110 search($namespaces, $conf['datadir'], 'search_namespaces', $options, '');
138 global $conf;
151 search($pages, $conf['datadir'], 'search_allpages', $options, $namespace);
161 global $conf;
233 global $conf;
267 $file_path = str_replace($conf['datadir'], '', $file_fullpath);
/plugin/pdb/classes/
H A Dcache.php12 global $conf;
21 $delimiter = ($conf['useslash'])?'/':':';
22 $this->mediaDir = $conf['mediadir'].'/'.$this->namespace;
95 global $conf;
98 @chmod($path,$conf['fmode']);
107 global $conf;
112 @chmod($tmp,$conf['dmode']);
139 global $conf;
163 global $conf;
180 @chmod($path,$conf['fmode']);
/plugin/cleanup/
H A Dhelper.php31 global $conf;
40 $conf['cachedir'],
50 $conf['olddir'],
60 $conf['mediaolddir'],
70 $conf['metadir'],
79 $conf['lockdir'],
94 global $conf;
103 if(!$this->log) $this->log = fopen($conf['cachedir'] . '/cleanup.log', 'a');
123 global $conf;
125 $testfile = $conf['cachedir'].'/atime';
/plugin/cache/
H A Dplugin_cache.php19 global $conf;
28 $delimiter = ($conf['useslash'])?'/':':';
29 $this->mediaDir = $conf['mediadir'].'/'.$this->namespace;
102 global $conf;
105 @chmod($path,$conf['fmode']);
114 global $conf;
119 @chmod($tmp,$conf['dmode']);
146 global $conf;
170 global $conf;
187 @chmod($path,$conf['fmode']);
/plugin/pubchem/classes/
H A Dcache.php12 global $conf;
21 $delimiter = ($conf['useslash'])?'/':':';
22 $this->mediaDir = $conf['mediadir'].'/'.$this->namespace;
89 * Save string to cache with a permission of $conf['fmode'].
95 global $conf;
98 @chmod($path,$conf['fmode']);
107 global $conf;
112 @chmod($tmp,$conf['dmode']);
139 global $conf;
163 global $conf;
[all...]
/plugin/pubmed/classes/
H A Dcache.php12 global $conf;
21 $delimiter = ($conf['useslash'])?'/':':';
22 $this->mediaDir = $conf['mediadir'].'/'.$this->namespace;
89 * Save string to cache with a permission of $conf['fmode'].
95 global $conf;
98 @chmod($path,$conf['fmode']);
107 global $conf;
112 @chmod($tmp,$conf['dmode']);
139 global $conf;
163 global $conf;
[all...]
/plugin/autotranslation/
H A Dhelper.php25 global $conf;
45 $dfl = $conf['lang'];
65 global $conf;
155 global $conf;
171 global $conf;
175 return $conf['lang'];
205 global $conf;
254 global $conf;
287 if($conf['userewrite']) {
347 global $conf;
[all …]
/plugin/siteexport/exe/
H A Dsiteexportmanager.php18 global $INFO, $JSINFO, $INPUT, $ID, $conf;
23 if ( empty($conf['basedir']) ) {
36 $conf['basedir']='/'.implode(DIRECTORY_SEPARATOR, $absolutes);
55 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
60 [<?php echo strip_tags($conf['title'])?>]
/plugin/authjoomla3/
H A Dauth.php68 …$this->conf['dsn'] = sprintf('%s:dbname=%s;host=%s', $this->joomlaConfig->dbtype, $this->joomlaCon…
69 $this->conf['user'] = $this->joomlaConfig->user;
70 $this->conf['pass'] = $this->joomlaConfig->password;
82 $this->conf['select-user'] = sprintf('
87 $this->conf['select-user-groups'] = sprintf('
96 $this->conf['select-groups'] = sprintf('
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php26 global $conf;
31 $update_message_cache_filename = $conf['cachedir'].'/messages.txt';
38 $xymon_status_cache_file = $conf['datadir']."/xymon/xymonstatus.txt";
63 if (!file_exists($conf['datadir'].'/xymon/')) {
64 @mkdir($conf['datadir'].'/xymon/');
/plugin/searchindex/
H A Dajax.php25 if (auth_quickaclcheck($conf['start']) < AUTH_ADMIN) {
44 global $conf;
46 search($data, $conf['datadir'], 'search_allpages', array());
58 global $conf;
89 global $conf;
/plugin/advanced/lang/fr/config/
H A Dsmileys.txt3conf/smileys.conf''. Le répertoire où l'on peut effectuer des ajouts d'images de manière sûre est …
5 === Exemple du fichier smileys.conf ===
/plugin/authsaml/
H A Dsaml.php38 global $auth, $conf;
40 $this->defaultgroup = $conf['defaultgroup'];
49 $auth_saml_active = isset($conf['authtype']) && $conf['authtype'] == 'authsaml';
58 $this->saml_user_file = $conf['savedir'] . '/users.saml.php';
166 global $conf, $USERINFO;
184 $cookieDir = empty($conf['cookiedir']) ? DOKU_REL : $conf['cookiedir'];
187 … setcookie(DOKU_COOKIE, $cookie, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), true);
189 … setcookie(DOKU_COOKIE, $cookie, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()));
225 global $auth, $conf;
274 global $conf;
[all …]

1...<<11121314151617181920>>...90