Home
last modified time | relevance | path

Searched refs:conf (Results 851 – 875 of 2245) sorted by relevance

1...<<31323334353637383940>>...90

/plugin/rowmove/
H A Dsyntax.php51 global $conf;
54 return(!$conf['useacl'] || $conf['useacl'] && $INFO['perm'] > AUTH_READ);
/plugin/pagequery/
H A Daction.php28 global $conf;
44 if ($conf['useacl']) {
64 if (@filemtime($cache->cache) < @filemtime($conf['cachedir'] . '/purgefile')) {
/plugin/userhistory/
H A Dadmin.php52 global $conf;
69 $alllist = globr ( $conf['metadir'], '*.changes' );
98 global $conf;
112 $date = strftime ( $conf['dformat'], $change['date'] );
126 …ptln ( $change['id'].' &ndash; '.html_wikilink ( ':'.$change['id'], $conf['useheading'] ? NULL : $…
/plugin/evesso/
H A Dauth.php292 global $conf;
305 $groups_on_creation[] = $conf['defaultgroup'];
378 global $conf;
381 $cookieDir = empty($conf['cookiedir']) ? DOKU_REL : $conf['cookiedir'];
383 … setcookie(DOKU_COOKIE,$cookie, $time, $cookieDir, '',($conf['securecookie'] && is_ssl()), true);
437 global $conf;
450 touch($conf['cachedir'] . '/sessionpurge');
460 global $conf;
461 return str_replace(':', $conf['sepchar'], $group);
/plugin/combo/ComboStrap/
H A DLinkMarkup.php170 global $conf;
199 $interWikiConf = $conf['target']['interwiki'];
212 $target = $conf['target']['wiki'];
355 $windowsTarget = $conf['target']['windows'];
379 // common.php#obfsucate implements the $conf['mailguard']
406 if ($conf['relnofollow']) {
410 $externTarget = $conf['target']['extern'];
476 global $conf;
478 switch ($conf['mailguard']) {
511 global $conf;
[all...]
/plugin/advanced/lang/en/config/
H A Dmime.txt3 …manager is configured through the ''conf/mime.conf'' file. Additional mimetypes should be added in…
5 === Example of mime.conf ===
/plugin/owncloud/
H A Daction.php87 global $conf;
90 $file = str_replace($conf['mediadir'],'/'.self::WIKISTORAGE,$event->data[1]);
94 …case self::FILEUPDATE: $file = str_replace($conf['mediadir'],'/'.self::WIKISTORAGE,$event->data[1]…
96 …$this->fixDescription(str_replace($conf['mediadir'],'',$event->data[1]),2);// 2, because the media…
99 …case self::FILEREMOVE: $file = str_replace($conf['mediadir'],'/'.self::WIKISTORAGE,$event->data['p…
234 global $conf;
236 $file = $conf['mediametadir'].'/'.$file.'.changes';
/plugin/swfobject/
H A Dsyntax.php58 $conf = split('\?', $matches[1], 2);
60 $return = array( 'swffile' => $conf[0],
86 $conf = explode('&', $conf[1]);
87 foreach ( $conf AS $keyValue ) {
125 global $conf;
199 if ( $conf['compress'] ) $JS = $this->js_compress($JS);
/plugin/solr/
H A Dhelper.php195 global $conf;
196 $lock = $conf['lockdir'].'/_solr_indexer.lock';
197 while(!@mkdir($lock,$conf['dmode'])){
208 if($conf['dperm']) chmod($lock, $conf['dperm']);
298 global $conf;
323 search($namespaces, $conf['datadir'],'search_namespaces', $opts);
/plugin/404manager/_test/
H A Dmanager.test.php372 global $conf;
373 …$conf['plugin'][constant_parameters::$PLUGIN_BASE]['ActionReaderFirst'] = action_plugin_404manager…
374 $conf['plugin'][constant_parameters::$PLUGIN_BASE]['WeightFactorForSamePageName'] = 4;
375 $conf['plugin'][constant_parameters::$PLUGIN_BASE]['WeightFactorForStartPage'] = 3;
376 $conf['plugin'][constant_parameters::$PLUGIN_BASE]['WeightFactorForSameNamespace'] = 5;
377 $conf['plugin'][constant_parameters::$PLUGIN_BASE]['WordsSeparator'] = ':';
378 $conf['plugin'][constant_parameters::$PLUGIN_BASE]['ShowPageNameIsNotUnique'] = 1;
/plugin/linkmanager/exe/
H A Dajax.php48 global $conf;
59 search($data,$conf['datadir'],'search_index',array('nofiles' => true),$dir);
72 global $conf;
/plugin/git/action/
H A Dcommit.php49 global $conf;
52 $git_exe_path = $conf['plugin']['git']['git_exe_path'];
53 $datapath = $conf['savedir'];
/plugin/linksenhanced/syntax/
H A Dlink.php140 global $conf;
177 $link['target'] = $conf['target']['interwiki'];
199 $link['target'] = $conf['target']['wiki'];
224 $link['target'] = $conf['target']['windows'];
280 $link['target'] = $conf['target']['extern'];
297 if($conf['relnofollow']) $link['more'] .= ' rel="nofollow"';
329 if($conf['mailguard'] == 'visible') $url = rawurlencode($url);
396 $link['target'] = $conf['target']['wiki'];
415 ($conf['userewrite']) ? $link['url'].='?' : $link['url'].='&amp;';
/plugin/gdpr/
H A Dcli.php38 global $conf;
44 $pageChangelogs = $gdprUtils->collectChangelogs(dir($conf['metadir']));
56 $mediaChangelogs = $gdprUtils->collectChangelogs(dir($conf['mediametadir']));
/plugin/geonav/tpl/startermap/
H A Ddetail.php16 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
17 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
22 [<?php echo strip_tags($conf['title'])?>]
/plugin/skilltagicon/_test/
H A Dgeneral.test.php42 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
43 foreach($conf as $key => $value) {
48 …$this->assertTrue(array_key_exists($key, $conf), 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_…
/plugin/farmsync/meta/
H A DEntityUpdates.php96 global $conf;
97 if ($this->farm_util->remotePageExists($source, $page . $conf['start'])) {
98 $page = $page . $conf['start'];
106 $page = $page . $conf['start'];
/plugin/sphinxsearch-was/
H A Dxmlall.php31 $dataPath = fullpath($conf['savedir']);
33 $dataPath = fullpath(DOKU_INC . $conf['savedir']);
64 if (!empty($conf['hidepages'])) {
67 if (preg_match("/" . $conf['hidepages'] . "/", $testName)) {
/plugin/poldek/
H A Dhelper.php45 global $conf;
52 …if (!$cache_exists || !$idx_cache->useCache(array('age' => $conf['locktime'], 'files' => getConfig…
138 global $conf;
139 $cachedir = $conf['cachedir'].'/'.$this->getPluginName();
/plugin/sphinxsearch/
H A Dxmlall.php31 $dataPath = fullpath($conf['savedir']);
33 $dataPath = fullpath(DOKU_INC . $conf['savedir']);
64 if (!empty($conf['hidepages'])){
67 if (preg_match("/".$conf['hidepages']."/", $testName)){
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php125 global $conf;
132 file_put_contents($conf['tmpdir'].'/'.$tmpFilename, $INPUT->str('newXML'));
138 'tmp_name' => $conf['tmpdir'].'/'.$tmpFilename,
140 'size' => filesize($conf['tmpdir'].'/'.$tmpFilename),
/plugin/discussion/
H A Dconvert.php48 global $conf;
51 search($data, $conf['datadir'], 'search_discussionpages', array());
59 global $conf;
68 'old' => $conf['datadir'].$file,
/plugin/simplenavi/_test/
H A DSimplenaviTest.php
/plugin/elasticsearch/helper/
H A Dclient.php197 global $conf;
204 $conf['lang'] => [
206 'analyzer' => $this->getLanguageAnalyzer($conf['lang'])
216 $translations = array_diff(array_filter($transplugin->translations), [$conf['lang']]);
/plugin/extranet/
H A Daction.php62 global $conf;
63 …$conf['disableactions'] = (!empty($conf['disableactions'])? $conf['disableactions'].',' : '').$thi…

1...<<31323334353637383940>>...90