Home
last modified time | relevance | path

Searched refs:conf (Results 1876 – 1900 of 2245) sorted by relevance

1...<<71727374757677787980>>...90

/plugin/dokutexit/
H A DMakefile24 DIRS = conf/ lang/
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php1109 $conf = get_object_vars($this);
1110 $keys = array_keys($conf);
1113 unset($conf[$k]);
1117 unset($conf[$k]);
1119 $data .= '$pfc_conf = '.var_export($conf,true).";\n";
/plugin/googleads/
H A Dcode.php55 global $gads_loaded, $gads_settings, $conf, $INFO;
/plugin/signhere/
H A Dsyntax.php66 global $INFO, $conf;
/plugin/icons/
H A Daction.php70 global $conf;
/plugin/memcache/
H A Dhelper.php21 define('MEMCACHE_CHECK_KEYS',(bool)$this->conf['debug_check_keys']);
/plugin/condition/
H A Dsyntax.php331 global $conf;
334 if(@file_exists(DOKU_INC.'lib/tpl/'.$conf['template'].'/condition_plugin_custom_tester.php')) {
335 include_once(DOKU_INC.'lib/tpl/'.$conf['template'].'/condition_plugin_custom_tester.php');
/plugin/infomail/
H A Dadmin.php31 global $conf;
/plugin/fckg/fckeditor/editor/dialog/
H A Dget_headers.php53 return $conf;
/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php23 global $conf;
/plugin/drawio/
H A Dsyntax.php74 global $conf;
/plugin/advanced/lang/en/config/
H A Dacronyms.txt5 === Example of acronyms.conf ===
H A Dinterwiki.txt23 …L} | URL-encoded wikiname (the part which is appended to the URL in interwiki.local.conf) |
33 === Example of interwiki.conf ===
/plugin/farmer/action/
H A Dstartup.php58 global $conf, $lang;
/plugin/pagestat/
H A Dremote.php61 global $conf;
62 $id = cleanID($conf['start']);
/plugin/bureaucracy-au/helper/
H A Dactionmail.php25 global $conf;
73 $mail->from($conf['mailfrom']);
/plugin/bureaucracyau/helper/
H A Dactionmail.php25 global $conf;
73 $mail->from($conf['mailfrom']);
/plugin/zul/syntax/
H A Dzirkelundlineal.php140 global $conf;
143 $file = $conf['savedir'] . '/media/' . str_replace( ":", "/", $file );
/plugin/icalendar/
H A Dsyntax.php270 global $conf;
282 $dateFormat = $this->getConf('dformat') ? $this->getConf('dformat') : $conf['dformat'];
/plugin/tocselect/
H A Daction.php26 global $conf;
28 $conf['tocminheads'] = 0;
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php56 global $conf;
85 $link['target'] = $conf['target']['wiki'];
/plugin/imageflow/syntax/
H A Dimageflow.php108 global $conf;
136 search($retData,$conf['mediadir'],'search_media',null,$dir);
/plugin/blogtng/entities/
H A DComment.php210 global $conf;
216 $dfl = $conf['plugin']['blogtng']['comments_gravatar_default'];
/plugin/oauth/
H A DOAuthManager.php289 global $conf;
293 $localGroups = array_intersect($localGroups, array_merge($servicenames, [$conf['defaultgroup']]));
/plugin/addnewpage/
H A Dsyntax.php245 global $conf;
256 search($searchdata, $conf['datadir'], 'search_namespaces', array(), $topns);

1...<<71727374757677787980>>...90