Home
last modified time | relevance | path

Searched refs:conf (Results 1176 – 1200 of 2245) sorted by relevance

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

/plugin/authhiorgserver/
H A Dauth.php157 global $conf;
158 $return = array($this->cleanGroup($conf["defaultgroup"]));
396 global $conf;
397 return cleanID(str_replace(':', $conf['sepchar'], $user));
414 global $conf;
415 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/appendtoquery/
H A Daction.php28 global $conf;
41 global $conf;
/plugin/confmanager/lang/ja/
H A Dmime.txt1 ユーザが[[doku>ja:media_manager|メディアマネージャー]]を利用してアップロードできるファイルのファイルタイプは、''conf/mime.conf'' ファイルによって設定され…
/plugin/siteexport/inc/
H A Dfunctions.php70 global $conf;
75 $NS .= ':' . $conf['start'];
89 global $conf;
160 global $conf;
172 $sepchar = $conf['sepchar'];
181 if ($conf['useslash']) {
187 if ($conf['deaccent'] == 2 || $ascii) $id = utf8_romanize($id);
188 if ($conf['deaccent'] || $ascii) $id = utf8_deaccent($id, -1);
222 global $conf;
280 if ($conf['userewrite'] == 2) {
[all …]
/plugin/shorturl/
H A Dadmin.php75 global $conf;
77 return rtrim($conf['savedir'],"/") . "/cache";
/plugin/odp/
H A Daction.php24 global $conf, $ID;
33 $template_path = $conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$template_name;
/plugin/authowncloud/
H A Dauth.php35 global $conf;
108 global $conf;
113 if(!OC_Group::groupExists($conf['defaultgroup'])) $this->addGroup($conf['defaultgroup']);
114 if(!is_array($grps)) $grps = array($conf['defaultgroup']);
/plugin/pureldap/classes/
H A DClient.php59 /** @var array $conf */
60 include __DIR__ . '/../conf/default.php';
61 $defaults = $conf;
62 $defaults['defaultgroup'] = 'user'; // we expect this to be passed from global conf
196 global $conf;
209 if ($cachetime && (time() - $cachetime) < $conf['auth_security_timeout']) {
397 global $conf;
401 if ($conf['allowdebug']) {
/plugin/acronymedit/
H A DREADME.md5 …. Basicly it is very simple viewer and editor for file acronyms.local.conf stored at dokuwiki/conf.
/plugin/randompage2/
H A Daction.php21 global $conf;
22 $dir = $conf['indexdir'];
/plugin/twofactorgoogleauth/
H A Ddeleted.files5 conf/default.php
6 conf/metadata.php
/plugin/davcal/action/
H A Djsinfo.php19 global $conf;
22 $lang = $conf['lang'];
/plugin/publish/_test/
H A Dmail.test.php30 global $conf;
31 $conf['superuser'] = '@admin';
/plugin/editor/
H A Dhelper.php30 global $conf;
37 if ((!$num) || (!is_numeric($num))) $num = $conf['recent'];
59 $lines = file($conf['changelog']);
/plugin/move/_test/
H A DfindMissingDocuments.test.php45 global $conf;
49 io_rmdir($conf[$dir],true);
50 mkdir($conf[$dir]);
/plugin/prettyphoto/
H A Daction.php55 global $JSINFO, $conf;
58 switch ($conf['userewrite']) {
/plugin/structgantt/
H A Ddeleted.files5 conf/default.php
6 conf/metadata.php
/plugin/farmer/lang/ja/
H A Dtab_setup_help.txt14 - ''conf/farm.ini'' ファイルの作成
21 ''conf/farm.ini'' には牧場の基本的な設定が含まれています。
/plugin/siteexport/_test/
H A Dplugin_siteexport_javascript.test.php30 global $conf;
33 $conf['compress'] = $compress;
/plugin/archiveupload/
H A Daction.php205 global $conf;
209 $reldir = preg_replace("#".$conf['mediadir']."#", '/', $dir) . '/';
227 chmod($dir.'/'.$fn_new, $conf['dmode']);
259 chmod($dir.'/'.$fn_new, $conf['fmode']);
/plugin/offline/
H A Dcreate.php125 global $conf;// Variables from DokuWiki
131 …log_msg(__LINE__, $optionStr . '=' . $conf['plugin']['offline'][$optionStr] . ' (Default: ' . $con…
132 …sset($conf['plugin']['offline'][$optionStr]) ? $offlineConf[$optionStr] = $conf['plugin']['offline…
704 global $conf;
710 <h1>' . $conf['title'] . ' - Offline Version</h1>
/plugin/tplmod/
H A Daction.php104 global $INPUT, $JSINFO, $conf,$ID,$USERINFO;
112 $conf['lang']= $ln;
116 $JSINFO['tmplft_template'] = $conf['template'];
135 $conf['sidebar'] = 0;
360 global $ACT,$conf;
361 if(!$conf['sidebar']) return;
369 global $ACT,$conf;
370 if(!$conf['sidebar']) return;
/plugin/pagehere/
H A Daction.php19 global $conf;
23 $page = str_replace(':', $conf['sepchar'], $page);
/plugin/socialmark/
H A Dsyntax.php82 ….='<li><a href="'.$v[0].$this->_getfullURL().'" '.(($conf['target']['extern']!='')?'target="'.$con…
/plugin/xfortune/
H A Daction.php39 global $conf;
42 $conf['tagline'] = $cookie;

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