Home
last modified time | relevance | path

Searched refs:conf (Results 826 – 850 of 2245) sorted by relevance

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

/plugin/combo/ComboStrap/
H A DSqlite.php190 * $this->dbfile = $conf['metadir'].'/'.$dbname.$this->fileextension;
214 global $conf;
218 $oldDbFile = $conf['metadir'] . "/{$oldDbName}.sqlite";
219 $oldDbFileSqlite3 = $conf['metadir'] . "/{$oldDbName}.sqlite3";
246 global $conf;
247 $metadir = $conf['metadir'];
299 global $conf;
300 $metaDir = $conf['metadir'];
333 * directory for DokuWiki and therefore different $conf
/plugin/feedback/
H A Daction.php174 $conf = confToHash(DOKU_CONF . 'plugin_feedback.conf');
183 if(isset($conf[$ns])) {
184 return $conf[$ns];
191 if(isset($conf[$ns])) return $conf[$ns];
/plugin/owncloud/ajax/
H A Dfilelist.php8 global $conf;
27 $fullpath = $conf['mediadir'].'/'.$dir;
28 $metapath = $conf['mediametadir'].'/'.$dir;
58 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$folder));
69 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$file));
/plugin/advanced/admin/
H A Dimport.php62 global $conf;
89 global $conf;
192 global $conf;
197 $file_path = $conf['tmpdir'] . "/$file_name";
201 search($namespaces, $conf['datadir'], 'search_namespaces', $options, '');
/plugin/siteexport/action/
H A Daggregate.php26 global $conf;
27 return getNS($namespace) . ':' . $conf['start'];
32 global $ID, $INFO, $conf, $INPUT;
37 …['hasaggregator'] == true) && ( $INPUT->has( 'siteexport_aggregate' ) || $conf['renderer_xhtml'] =…
120 $renderer = $INPUT->str('renderer', $conf['renderer_xhtml'], true);
/plugin/webdav/
H A Dadmin.php77 global $conf;
80 $locks_file = $conf['cachedir'] . '/webdav.lock';
169 global $conf;
172 $locks_file = $conf['cachedir'] . '/webdav.lock';
/plugin/hipchat/
H A Daction.php80 global $conf;
83 switch($conf['userewrite']) {
88 if ($conf['useslash']) {
94 if ($conf['useslash']) {
/plugin/confmanager/lang/nl/
H A Dwordblock.txt3 …ndaard aan) en bewerk het ''conf/wordblock.local.conf''-bestand. Je kunt een blik werpen in het be…
/plugin/git/action/
H A Drevert.php43 global $conf;
46 $git_exe_path = $conf['plugin']['git']['git_exe_path'];
47 $datapath = $conf['savedir'];
H A Dmerge.php39 global $conf;
42 $git_exe_path = $conf['plugin']['git']['git_exe_path'];
43 $datapath = $conf['savedir'];
/plugin/linksenhanced/admin/
H A Dlinks.php31 global $conf;
38 'sneakyacl' => $conf['sneaky_index'],
43 search($data, $conf['datadir'],'search_universal',$opts);
/plugin/latexit/_test/
H A Dbibhandler.test.php33 * @global array $conf Stores configuration information
36 global $conf;
46 $dir = $conf["datadir"] . '/zotero/';
/plugin/toolbuttondel/
H A Daction.php93 function get_array($conf,$cmp, &$tmp=false) { argument
95 if(!is_array($conf)) {
96 $str = $this->getConf($conf);
97 $conf = explode(',',$str);
101 if(in_array($name, $conf)){
106 if(is_array($tmp)) $tmp = $conf;
/plugin/discussion/
H A Dhelper.php98 global $conf;
102 $dir = $conf['datadir'].utf8_encodeFN(($ns ? '/'.str_replace(':', '/', $ns): ''));
160 global $conf;
165 if ((!$num) || (!is_numeric($num))) $num = $conf['recent'];
170 if (!@file_exists($conf['metadir'].'/_comments.changes')) return $result;
173 $lines = file($conf['metadir'].'/_comments.changes');
/plugin/tabinclude/
H A Dhelper.php11 global $conf;
175 global $conf;
176 if($conf['allowdebug']==1){
222 global $conf;
223 if($conf['allowdebug']==1){
278 global $conf;
279 if($conf['allowdebug']==1){
321 global $conf;
322 if($conf['allowdebug']==1){
/plugin/superacl/
H A Dajax.php37 global $conf;
40 $dir = $conf['datadir'];
49 search($data,$conf['datadir'],'search_index',array('ns' => $ns),$ns);
/plugin/pureldap/_test/
H A DGroupHierarchyCacheTest.php
/plugin/structat/syntax/
H A Dtable.php70 global $conf;
85 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
102 global $conf;
122 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/amazon_heavy/
H A Dsyntax.php105 global $conf;
121conf['amazon_xml']."KeywordSearch=".rawurlencode($amazon['keyword'])."&dev-t=".$conf['amazon_dev']…
/plugin/partialsearch/
H A Daction.php24 global $conf;
32 global $conf;
62 global $conf;
72 global $conf;
/plugin/struct/syntax/
H A Dlist.php
H A Dtable.php70 global $conf;
83 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
99 global $conf;
135 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/eclipseupdateurl/
H A Dsyntax.php265 global $conf;
267 $CACHE = $conf['cachetime'];
283 global $conf;
287 if (!$conf['fetchsize']) return false;
316 global $conf;
321 $http->max_bodysize = $conf['fetchsize'];
332 if(!$fileexists and $conf['fperm']) chmod($file, $conf['fperm']);
/plugin/authfacebook/
H A Dauth.php16 if (!defined('AUTHFACEBOOK_COOKIE')) define('AUTHFACEBOOK_COOKIE', 'SPFB'.md5(DOKU_REL.(($conf['sec…
28 global $conf, $config_cascade;
43 global $conf;
227 global $conf;
229 $cookieDir = empty($conf['cookiedir']) ? DOKU_REL : $conf['cookiedir'];
231 …setcookie(AUTHFACEBOOK_COOKIE, $value, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()),…
233 …setcookie(AUTHFACEBOOK_COOKIE, $value, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()));
/plugin/move/helper/
H A Dplan.php73 global $conf;
77 'opts' => $conf['metadir'] . '/__move_opts',
78 'pagelist' => $conf['metadir'] . '/__move_pagelist',
79 'medialist' => $conf['metadir'] . '/__move_medialist',
80 'affected' => $conf['metadir'] . '/__move_affected',
81 'namespaces' => $conf['metadir'] . '/__move_namespaces',
82 'missing' => $conf['metadir'] . '/__move_missing',
83 'missing_media' => $conf['metadir'] . '/__move_missing_media',
289 global $conf;
309 search($docs, $conf['datadi
[all...]

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