Home
last modified time | relevance | path

Searched refs:conf (Results 526 – 550 of 2245) sorted by relevance

1...<<21222324252627282930>>...90

/plugin/structtasks/_test/
H A DActionTest.php23 global $conf;
24 $conf['plugin']['structtasks']['schema'] = 'valid';
35 global $conf;
36 $conf['plugin']['structtasks']['schema'] = '';
51 global $conf;
52 $conf['plugin']['structtasks']['schema'] = 'valid';
/plugin/chat/
H A Dajax.php178 global $conf;
201 global $conf;
209 if ($conf['useacl'] && auth_quickAclCheck($pageId) < AUTH_READ) {
233 global $conf;
256 if ($conf['useacl'] && auth_quickAclCheck($pageId) < AUTH_EDIT) {
300 global $conf;
330 global $conf;
338 global $conf;
340 $maxmsgsize = (int) $conf['chat']['max-message-size'];
/plugin/feedback/_test/
H A DgetFeedbackContact.test.php79 global $conf;
81 $conf['plugin']['feedback'][$key] = $value;
85 global $conf;
86 $conf['plugin']['translation']['translations'] = 'en de fr es';
/plugin/translation3/
H A Dhelper.php21 global $conf;
31 if(!$conf['lang_before_translation']){
32 $dfl = $conf['lang'];
34 $dfl = $conf['lang_before_translation'];
77 global $conf;
84 if(!$conf['lang_before_translation']){
85 $name = $conf['lang'];
113 global $conf;
154 if(!$lc) $lc = $conf['lang'];
178 global $conf;
[all …]
/plugin/dokugource/
H A Daction.php40 global $conf;
49 $ls = preg_split('`\n+`', trim(@file_get_contents($conf['metadir'].'/gource.colors')));
50 if($fp = fopen($conf['metadir'].'/gource.colors', 'w')) {
67 global $conf;
78 if(!@is_dir($conf['datadir'].'/'.str_replace(':', '/', $ns).'/')) {
79 if(@is_file($conf['datadir'].'/'.str_replace(':', '/', $ns).'.txt')) {
100 foreach(preg_split('`\n+`', trim(@file_get_contents($conf['metadir'].'/gource.colors'))) as $l) {
109 $this->crawl($conf['metadir'].($ns ? '/'.str_replace(':', '/', $ns) : ''), $strip, $from);
/plugin/removeold/
H A Dadmin.php103 global $conf;
107 if(is_dir($conf["savedir"])=== false) {
108 $deleted_files = file_get_contents(DOKU_INC."/".$conf["savedir"]."/deleted.files");
110 else $deleted_files = file_get_contents($conf["savedir"]."/deleted.files");
237 global $conf;
239 if(is_dir($conf["savedir"])=== false) {
240 $log_file = DOKU_INC."/".$conf["savedir"].'/tmp/removeold.log';
242 else $log_file = $conf["savedir"].'/tmp/removeold.log';
/plugin/webcomponent/_test/
H A Dgeneral.test.php68 $conf = array();
82 gettype($conf),
87 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
88 foreach ($conf as $key => $value) {
99 $conf,
/plugin/icons/exe/
H A Dpopup.php14 global $conf;
20 require_once(DOKU_INC.'inc/lang/'.$conf['lang'].'/lang.php');
40 if ($conf['template'] == 'bootstrap3') {
61 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>" lang="<?php echo $conf['…
/plugin/ckgedit/ckeditor/
H A Dget_headers.php66 $conf['ckg_savedir']= false;
74 $sv = preg_replace("#^\.+/#","",$conf['savedir']);
76 $conf['ckg_savedir']= $conf['savedir'];
78 return $conf;
/plugin/ckgdoku/action/
H A Dmeta.php136 chmod($newf, $conf['fmode']);
475 global $conf;
477 $save_dir = trim($conf['savedir']);
478 $animal = isset($conf['animal']) ? $conf['animal'] : 'userfiles';
481 if(isset($conf['animal']) && $conf['animal'] !== 'userfiles') {
621 global $conf;
671 'deaccent'=>$conf['deaccent'], 'useslash'=>$conf['useslash']);
722 global $conf;
898 global $conf;
905 $conf['userewrite'] = 0;
[all …]
/plugin/ckgedit/action/
H A Dmeta.php25 global $conf;
510 global $conf;
512 $save_dir = trim($conf['savedir']);
513 $animal = isset($conf['animal']) ? $conf['animal'] : 'userfiles';
516 if(isset($conf['animal']) && $conf['animal'] !== 'userfiles') {
658 global $conf;
708 'deaccent'=>$conf['deaccent'], 'useslash'=>$conf['useslash']);
759 global $conf, $USERINFO;
910 global $conf;
916 $conf['userewrite'] = 0;
[all …]
/plugin/farm/
H A Doverview.class.php42 global $conf;
74 if($this->manager->conf['farmmaxsize'] > 0) {
76 $p = $s / $this->manager->conf['farmmaxsize'];
83 if($this->manager->conf['farmmaxanimals'] > 0) {
85 $p = $s / $this->manager->conf['farmmaxanimals'];
89 …or:rgb('.$r.','.$g.',0)">'.round(100 * $p).'% ('.$s.' / '.$this->manager->conf['farmmaxanimals'].'…
119 if($this->manager->conf['animalmaxsize'] > 0) {
121 $p = $s / $this->manager->conf['animalmaxsize'];
128 …if($this->manager->conf['animalmaxsize'] <= 0) ptln(' '.$this->manager->getLang('animal_info_siz…
129 …ptln(' '.$this->manager->getLang('animal_info_creation').' : '.strftime($conf['dformat'], $a->ge…
[all …]
/plugin/nssize/
H A Dsyntax.php18 global $conf;
35 if($conf['display_'.$c]===0) continue;
36 $path = empty($conf[$c]) ? $conf['savedir'].'/'.$p.'/'.$match : $conf[$c].'/'.$match;
37 $conf[$c] = init_path($path);
38 $bytes = $this->_du($conf[$c]);
/plugin/bliki/
H A Dsyntax.php155 global $ID, $conf;
194 global $conf;
206 global $conf;
229 global $conf;
259 global $conf;
261 if ($conf['userewrite'] == 0) {
270 else if ($conf['userewrite'] == 1) {
297 global $conf, $ID;
318 global $conf, $ID;
379 global $ID, $conf;
[all …]
/plugin/translation/
H A Dhelper.php25 global $conf;
41 if (empty($conf['lang_before_translation'])) {
42 $dfl = $conf['lang'];
44 $dfl = $conf['lang_before_translation'];
102 global $conf;
104 if (!in_array($conf['lang'], $langs)) {
105 $langs[] = $conf['lang'];
143 global $conf;
146 } elseif (empty($conf['lang_before_translation'])) {
147 return $conf['lan
[all...]
/plugin/git/
H A Dhelper.php14 global $conf;
66 global $conf;
75 $filename = $conf['datadir'].$entry['file'];
152 global $conf;
155 $notify = $conf['plugin']['git']['commit_notifcations'];
168 global $conf;
170 $git_exe_path = $conf['plugin']['git']['git_exe_path'];
342 global $conf;
376 $current_filename = $conf['savedir'].'/'.$fileForDiff;
521 global $conf;
[all …]
/plugin/webexteamsnotifier/
H A Daction.php32 global $conf;
77 $proxy = $conf['proxy'];
117 global $conf;
122 switch($conf['userewrite']) {
132 if ($conf['useslash']) {
143 if ($conf['useslash']) {
/plugin/rocketchatnotifier/
H A Daction.php34 global $conf;
84 $proxy = $conf['proxy'];
122 global $conf;
125 switch($conf['userewrite']) {
135 if ($conf['useslash']) {
146 if ($conf['useslash']) {
/plugin/bez/action/
H A Dbase.php21 global $conf;
23 return $conf;
25 return $conf[$key];
125 global $conf;
135 if ($conf['userewrite'] == '1') {
138 } elseif ($conf['userewrite'] == '2') {
/plugin/iptrust/
H A Dadmin.php94 if (file_exists($conf['cachedir'].'/iptrust')) {
95 @unlink($conf['cachedir'].'/iptrust');
104 global $conf;
156 $logins = @file($conf['cachedir'].'/iptrust', FILE_SKIP_EMPTY_LINES);
178 ptln("<td>".strftime($conf['dformat'], $date)."</td>");
190 io_saveFile($conf['cachedir'].'/iptrust', join('', $logins));
196 if (file_exists($conf['cachedir'].'/iptrust')) {
197 @unlink($conf['cachedir'].'/iptrust');
/plugin/nsexport/packer/ziphtml/
H A Dzip.php89 global $conf;
116 $css = $http->get(DOKU_URL.'lib/exe/css.php?s=all&t='.$conf['template']);
118 $css = $http->get(DOKU_URL.'lib/exe/css.php?t='.$conf['template']);
120 $css = $http->get(DOKU_URL.'lib/exe/css.php?s=print&t='.$conf['template']);
141 … $output .= '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$conf['lang'].'"'.DOKU_LF;
142 $output .= ' lang="'.$conf['lang'].'" dir="'.$lang['direction'].'">' . DOKU_LF;
184 global $conf;
186 $filename = $conf['tmpdir'].'/offline-'.time().rand(0,99999).'.zip';
/plugin/iptrust2/
H A Dadmin.php82 if (file_exists($conf['cachedir'].'/iptrust')) {
83 @unlink($conf['cachedir'].'/iptrust');
92 global $conf;
144 $logins = @file($conf['cachedir'].'/iptrust', FILE_SKIP_EMPTY_LINES);
166 ptln("<td>".strftime($conf['dformat'], $date)."</td>");
178 io_saveFile($conf['cachedir'].'/iptrust', join('', $logins));
184 if (file_exists($conf['cachedir'].'/iptrust')) {
185 @unlink($conf['cachedir'].'/iptrust');
/plugin/move/helper/
H A Drewrite.php145 global $conf;
146 $lockfile = $conf['lockdir'] . self::LOCKFILENAME;
155 global $conf;
157 $lockfile = $conf['lockdir'] . self::LOCKFILENAME;
172 global $conf;
174 $lockfile = $conf['lockdir'] . self::LOCKFILENAME;
194 global $conf;
195 $lockfile = $conf['lockdir'] . self::LOCKFILENAME;
/plugin/eventum/conf/
H A Ddefault.php5 $conf['url'] = '';
6 $conf['username'] = '';
7 $conf['password'] = '';
/plugin/sqlcomp/conf/
H A Ddefault.php7 $conf['default_refresh'] = 0;
8 $conf['sql_locale'] = 'de_DE';
9 $conf['dbaliases'] = '';

1...<<21222324252627282930>>...90