Home
last modified time | relevance | path

Searched refs:conf (Results 1201 – 1225 of 2245) sorted by relevance

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

/plugin/cleanup/
H A Daction.php37 global $conf;
40 $lastrun = $conf['cachedir'].'/cleanup.run';
/plugin/tag/_test/
H A Dtopic_sort.test.php22 global $conf;
26 $conf['plugin']['tag']['sortkey'] = 'ns';
/plugin/confmanager/lang/ko/
H A Dmime.txt1 [[doku>mediamanager]]을 통해서 어떤 파일 종류를 업로드 할 수 있을 지 ''conf/mime.conf'' 파일에서 지정합니다. 또한 파일 확장자와 mimetyp…
/plugin/translator/syntax/
H A Dlabel.php78 global $conf;
121 if ( $conf['lang'] != $this->getConf('default_language') ) {
126 array_unshift($EXECUTE, $conf['lang']);
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php9 global $conf;
10 $lang = isset($conf['lang']) ? $conf['lang'] : 'en_US';
/plugin/header3/
H A Drenderer.php119 global $conf;
120 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
/plugin/docnavigation/syntax/
H A Dpagenav.php96 global $conf, $ID;
114 if (page_exists($ns . ':' . $conf['start'])) {
116 $link = $ns . ':' . $conf['start'];
/plugin/singlesearchresult/
H A Daction.php23 global $conf;
37 if($conf['allowdebug']) {
/plugin/gplusone/
H A Daction.php31 global $conf;
35 $lang = $conf['lang'];
/plugin/strata/types/
H A Dpage.php41 global $conf;
42 $value = $conf['start'];
/plugin/authremoteuser/
H A Dauth.php158 global $conf;
168 if(!is_array($grps)) $grps = array($conf['defaultgroup']);
325 global $conf;
326 return cleanID(str_replace(':', $conf['sepchar'], $user));
336 global $conf;
337 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/owncloud/exe/
H A Ddetail.php48 if($conf['userewrite'] == 1) {
54 if($conf['userewrite']) {
/plugin/grouphome/
H A Daction.php30 global $conf;
34 if ($ID != $conf['start']) return;
/plugin/fullindex/
H A Daction.php163 if($type == 'f' && preg_match('#\:'.$conf['start'].'$#', $id)) { return false;}
167 $num = $this->_getMetaTag($id.":".$conf['start'], 'identifier');
168 $title = $this->_getMetaTag($id.":".$conf['start'], 'alternative');
190 global $conf;
/plugin/tagentry/
H A Daction.php135 global $conf;
138 search( $data, $conf['datadir'], array(
229 global $conf;
230 if ( $conf['useheading'] ) {
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/publish/action/
H A Dmail.php42 global $conf;
82 $timestamp = dformat(filemtime(wikiFN($ID)), $conf['dformat']);
105 global $conf;
154 $body = str_replace('@TITLE@', $conf['title'], $body);
/plugin/geourl/
H A Dcode.php60 global $gu_loaded, $gu_settings, $conf;
66 ptln(' <meta name="DC.title" content="'.$conf['title'].'" />');
/plugin/api/_test/
H A Dpage.test.php39 global $conf;
41 $conf['useheading'] = 1;
/plugin/nspages/
H A Daction.php45 global $conf;
46 return $conf['savedir'] . '/nspages_legacy_syntax.txt';
/plugin/odp/
H A Drenderer.php316 global $conf;
413 global $conf, $ID; // for the temp dir
416 if (is_dir($conf['tmpdir'])) {
967 global $conf;
1030 global $conf;
1046 global $conf;
1099 global $conf;
1123 global $conf;
1205 global $conf;
1209 if ($conf['useheading'] && $id) {
[all …]
/plugin/crosspost/
H A Daction.php32 global $conf;
84 $sidebar = isset( $conf['sidebar'] ) ? $conf['sidebar'] : 'sidebar';
175 global $conf;
185 search( $namespaces, $conf['datadir'], 'search_namespaces', array() );
/plugin/templatepagename/action/
H A DTemplatePageName.php36 global $conf;
51 $len = strlen(rtrim($conf['datadir'], '/'));
/plugin/vkeyboard/
H A Daction.php37 global $conf;
38 $lang = $conf['lang'];
/plugin/logindelay/helper/
H A Dlog.php19 global $conf;
20 $this->statFile = $conf['cachedir'] . '/logindelay_' . $user . '.log';

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