Home
last modified time | relevance | path

Searched refs:conf (Results 901 – 925 of 2245) sorted by relevance

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

/plugin/vbsso/includes/
H A Dapi.php38 global $conf;
40 if (!$conf['useacl']) {
266 global $conf, $auth, $USERINFO;
275 $cookieDir = empty($conf['cookiedir']) ? DOKU_REL : $conf['cookiedir'];
278 … setcookie(DOKU_COOKIE, $cookie, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), TRUE);
280 setcookie(DOKU_COOKIE, $cookie, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()));
/plugin/purplenumbers/
H A Drenderer.php99 global $conf;
101 if($conf['phpok']) {
118 global $conf;
120 if($conf['htmlok']){
134 global $conf;
295 global $ID, $INFO, $ACT, $conf;
301 if (!$this->getConf('includeStartpage') && noNS($ID)==$conf['start']) return false;
/plugin/discussion/
H A Dadmin.php52 global $conf;
56 $num = ($conf['recent']) ? $conf['recent'] : 20;
91 global $conf;
97 search($items, $conf['datadir'], 'search_allpages', array());
244 global $conf;
265 $this->email($mail, $name, 'email').', '.strftime($conf['dformat'], $created).': '.
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php60 protected $conf; variable in DokuwikiXMLExport
71 public function __construct($conf) argument
73 $this->conf = $conf;
94 …$excludedPages = $this->splitConfigToArray($this->conf['plugin']['findologicxmlexport']['excludePa…
/plugin/new_page_dialog/
H A Dhelper.php32 global $conf;
55 if($conf['userewrite'] == 2){
57 }elseif($conf['userewrite']){
/plugin/npd/
H A Dhelper.php42 global $conf;
61 if($conf['userewrite'] == 2){
63 }elseif($conf['userewrite']){
/plugin/addressbook/helper/
H A Ddb.php72 global $conf;
73 $len = strlen($conf['metadir']);
74 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)…
/plugin/telleveryone/helper/
H A Ddb.php70 global $conf;
71 $len = strlen($conf['metadir']);
72 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)…
/plugin/ireadit/helper/
H A Ddb.php70 global $conf;
71 $len = strlen($conf['metadir']);
72 if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)) {
/plugin/approve/helper/
H A Ddb.php97 global $conf;
99 $datadir = realpath($conf['datadir']); // path without ending "/"
/plugin/tile/conf/
H A Ddefault.php5 $conf['iconSize'] = 80; // the icon size
6 $conf['sampleDelai'] = 2*60*60;
/plugin/operawidget/conf/
H A Ddefault.php6 $conf['customtitle'] = '';
7 $conf['skin'] = 'skin10';
/plugin/datepicker/conf/
H A Ddefault.php9 $conf['emptyStringDate'] = '-/-'; //Url to Flyspray
10 $conf['emptyStringWeek'] = '-/-'; //Url to Flyspray
/plugin/wikipediasnippet/conf/
H A Ddefault.php6 $conf['snippetLength'] = '0';
7 $conf['useHtml'] = 1;
/plugin/cloudstorage/conf/
H A Ddefault.php8 $conf['cdn_url'] = '';
9 $conf['force_decode_file_name'] = 1;
/plugin/editsections/conf/
H A Ddefault.php8 $conf['cache'] = "enabled";
9 $conf['order_type'] = "flat";
/plugin/disqus/conf/
H A Ddefault.php2 $conf['devel'] = 0;
3 $conf['shortname'] = '';
/plugin/authsmf20/conf/
H A Ddefault.php12 $conf['smf_path'] = '';
13 $conf['smf_cache'] = 0;
/plugin/ac/conf/
H A Ddefault.php3 $conf['url'] = '';
4 $conf['token'] = '';
/plugin/lastfm/conf/
H A Ddefault.php5 $conf['utc_offset'] = 0;
6 $conf['dformat'] = 'Y-m-d H:i';
/plugin/twofactorsmsappliance/conf/
H A Ddefault.php8 $conf['enable'] = 0;
9 $conf["url"] = '';
/plugin/htmlokay/conf/
H A Ddefault.php2 $conf['custom_error_but'] = 0;
3 $conf['su_unrestricted'] = 0;
/plugin/datapopup/conf/
H A Ddefault.php8 $conf['fields'] = 'summary';
9 $conf['registered_types'] = '';
/plugin/top/conf/
H A Ddefault.php4 $conf['hide_start_pages'] = 1;
5 $conf['show_only_public'] = 1;
/plugin/plantumlparser/conf/
H A Ddefault.php2 $conf['PlantUMLURL']="https://www.plantuml.com/plantuml/";
3 $conf['DefaultShowLinks']="1";

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