Home
last modified time | relevance | path

Searched refs:getConf (Results 351 – 375 of 1091) sorted by last modified time

1...<<11121314151617181920>>...44

/plugin/commentsyntax/syntax/
H A Dpreventive.php55 } else if ($this->getConf('log_invalid_macro')) {
/plugin/bloglinks/
H A Daction.php65 $pattern = $this->getConf('excluded_pages');
73 $namespaces = explode(',', $this->getConf('enabled_namespaces'));
165 $linktext = $this->getConf($type.'_template');
/plugin/skipentity/
H A Daction.php27 $multiple = $this->getConf('multiple') ? 1 : 0;
H A Dsyntax.php14 $excludes = explode(',',$this->getConf('xcl_formats'));
18 if($this->getConf('allow_formats')) {
/plugin/imageflow/syntax/
H A Dimageflow.php189 …$reflect = array('reflect' => $this->getConf('reflect') ? 1 : 0, 'bgc' => $this->getConf('reflectB…
/plugin/strata/helper/
H A Dtriples.php49 $dsn = $this->getConf('default_dsn');
63 $this->_db = new $driverClass($this->getConf('debug'));
161 $scopeRestriction = ($this->getConf('scoped')? ' AND graph like "'.getNS($ID).'%"':"" );
163 if ($this->getConf('scoped'))
264 if($this->getConf('debug')) {
516 $scopeRestriction = ($this->_triples->getConf('scoped')? ' AND graph like "'.getNS($ID).'%"':"" );
H A Dutil.php100 $this->configTypes[$key] = $this->parseType($this->getConf($key));
133 $result = $this->getConf('isa_key');
142 $result = $this->getConf('title_key');
/plugin/strata/syntax/
H A Dentry.php36 if($this->getConf('enable_entry')) {
/plugin/oauthcognito/
H A DCognito.php18 return new Uri($plugin->getConf('baseurl') . '/oauth2/authorize');
25 return new Uri($plugin->getConf('baseurl') . '/oauth2/token');
/plugin/authopenldapkerberos/
H A Dauth.php48 "ou={$this->getConf('user_ou')},{$this->getConf('base_dn')}",
50 Array($this->getConf('username'), $this->getConf('usergid'), $this->getConf('usermail'))
66 "ou={$this->getConf('group_ou')},{$this->getConf('base_dn')}",
68 … Array($this->getConf('groupkey'), $this->getConf('groupgid'), $this->getConf('groupuids'))
93 $c = ldap_connect($this->getConf('server'), $this->getConf('port'));
104 "ou={$this->getConf('user_ou')},{$this->getConf('base_dn')}",
122 "ou={$this->getConf('user_ou')},{$this->getConf('base_dn')}",
124 …Array($this->getConf('userkey'), $this->getConf('username'), $this->getConf('usergid'), $this->get…
140 "ou={$this->getConf('group_ou')},{$this->getConf('base_dn')}",
142 … Array($this->getConf('groupkey'), $this->getConf('groupgid'), $this->getConf('groupuids'))
[all …]
/plugin/authhttp/
H A Dauth.php71 $this->$cfgvar = $this->getConf("$cfgvar");
/plugin/preregister/
H A Daction.php107 if($this->getConf('send_confirm')) {
201 $this->captcha = $this->getConf('captcha');
H A Dadmin.php74 $delete_time = $this->getConf('list_age');
/plugin/tplmod/
H A Daction.php52 $language = trim($this->getConf('deflang'));
141 $ips = $this->getConf('ips');
151 $which = $this->getConf('rotatewhich');
152 $dateorip = $this->getConf('dateorip');
164 if($this->getConf('rotate_title')) {
168 $profile = $this->getConf('profile');
184 $search = $this->getConf('search');
201 $logos = $this->getConf('logos');
273 $tags = $this->getConf('taglines');
351 if($this->getConf('profile')) {
[all …]
/plugin/oauthdoorkeeper/
H A DDoorKeeper.php18 return new Uri($plugin->getConf('baseurl') . '/oauth/authorize');
25 return new Uri($plugin->getConf('baseurl') . '/oauth/token');
H A Daction.php24 $url = $this->getConf('baseurl') . '/api/v1/me.json';
/plugin/mathjax/syntax/
H A Dprotecttex.php77 if ($this->getConf('asciimath')) {
83 $conf_mathtags = $this->getConf('mathtags');
99 if ($this->getConf('asciimath')) {
105 $conf_mathtags = $this->getConf('mathtags');
/plugin/mathjax/action/
H A Denable.php37 '_data' => $this->getConf('config'),
41 $configfiles = $this->getConf('configfile');
61 'src' => $this->getConf('url'),
/plugin/appendtoquery/
H A Daction.php29 $event->data['query'] = $event->data['query'] . $this->getConf('queryappend');
42 $event->data['id'] = $event->data['id'] . $this->getConf('queryappend');
/plugin/iptrust2/
H A Daction.php66 $nets = $this->getConf('log_networks');
H A Dadmin.php139 if ($this->getConf('log_networks')) {
/plugin/diagramsnet/
H A Dsyntax.php30 …$this->fileMatchPattern = '\{\{[^\}]+?' . str_replace('.', '\.', $this->getConf('file_match_suffix…
86 if($this->getConf('app_source_type') == 'external') {
87 $externalUrl = $this->getConf('external_url').$this->getConf('editor_parameters');
89 … $externalUrl = DOKU_URL.'lib/plugins/diagramsnet/lib/'.$this->getConf('editor_parameters');
93 if($this->getConf('app_source_type') == 'external'){
94 … $externalUrl = $this->getConf('external_url').$this->getConf('viewer_parameters');
96 …$externalUrl = DOKU_URL.'lib/plugins/diagramsnet/lib/'.$this->getConf('viewer_parameters'); …
104 $anonymize_xml = $this->getConf('anonymize_xml');
H A Daction.php65 if($continue == true && $this->getConf('enable_attic') == 1) {
/plugin/pdftools/
H A Daction.php29 $show_button = !$this->getConf("print hide");
30 $hide_on_start = $this->getConf("print hide on start");
/plugin/ajaxedit/
H A Daction.php47 if(!$this->getConf('fix_section_edit')) return;
73 } else if( abs($r_start-$instruction[2]) < $this->getConf('section_edit_range') ) {

1...<<11121314151617181920>>...44