Home
last modified time | relevance | path

Searched refs:getConf (Results 401 – 425 of 1091) sorted by relevance

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

/plugin/authdomainlimitation/action/
H A Dsignup.php43 }, explode(';', $this->getConf('_domainWhiteList')));
53 msg($this->getConf('_domainlistErrorMEssage'), -1);
/plugin/sfauth/
H A Dhelper.php198 'client_id' => $this->getConf('consumer key'),
203 … $url = $this->getConf('auth url') . '/services/oauth2/authorize?' . buildURLparams($data, '&');
230 $url = $this->getConf('auth url') . '/services/oauth2/token';
260 …$url = $this->getConf('auth url') . '/services/oauth2/token?' . buildURLparams…
333 $ownerDomain = $this->getConf('owner domain');
404 return $this->getConf($config.$postfix);
/plugin/ac/
H A Daction.php19 $this->ac = new syntax_plugin_ac_ac($this->getConf('url'),
20 $this->getConf('token'));
/plugin/mermaid/
H A Daction.php23 $theme = $this->getConf('theme');
25 $location = $this->getConf('location');
/plugin/highlight2wiki/
H A Daction.php72 $yournamespace = $this->getConf('highlight_namespace');
73 $allowed_tags = $this->getConf('allowed_tags');
74 $allow_css = $this->getConf('allow_css');
75 $allow_javascript = $this->getConf('allow_javascript');
76 $title_as_pagename = $this->getConf('title_as_pagename');
/plugin/news/
H A Dadmin.php245 …sChannelTtl = isset($ini_array[$which]['ttl']) ? $ini_array[$which]['ttl'] : $this->getConf('ttl');
249 $newsChannelDescription = $this->getConf('desc');
250 $newsChannelTitle=$this->getConf('title');
251 $newsChannelTtl = $this->getConf('ttl');
255 $ttl = $this->getConf('ttl');
/plugin/crosspost/
H A Daction.php18 if( $this->getConf( 'cp_add_links' ) )
179 $xns = $this->getConf( 'cp_disable_on' );
183 $title_mode = $this->getConf( 'cp_form_titles' );
213 $xns = $this->getConf( 'cp_ns_disabled' );
263 $title_mode = $this->getConf( 'cp_link_titles' );
/plugin/authnc/
H A Dauth.php419 $host = explode(':', $this->getConf('server'));
420 $fp = fSockOpen('ssl:' . $host[1], $this->getConf('port'), $errno, $errstr, 5);
422 …$this->con = $this->getConf('server') . ':' . $this->getConf('port') . '/' . $this->getConf('ocs-p…
/plugin/templatepagename/action/
H A DTemplatePageName.php42 $c_pagename = $this->getConf('current_pagename_tpl');
43 $i_pagename = $this->getConf('inherited_pagename_tpl');
/plugin/denyactions/action/
H A Dact.php29 $todeny=$this->getConf('denyactions');
30 $style=$this->getConf('denystyle');
/plugin/backup/
H A Dadmin.php96 $ns = $this->getConf('backupnamespace');
129 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
268 return cleanID($this->getConf('backupnamespace') . ':' . $tarfilename);
349 $this->filters = explode("\n", $this->getConf('filterdirs'));
459 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
482 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
505 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
/plugin/swarmwebhook/
H A Dadmin.php19 $secret = $this->getConf('hook_secret');
45 $secret = $this->getConf('hook_secret');
/plugin/headerfooter/
H A Daction.php28 if ($this->getConf('separation') == 'paragraph'){ // 如果使用段落来分割
35 if ($this->getConf('separation') == 'paragraph'){ // 如果使用段落来分割
/plugin/filelisting/action/
H A Djs.php37 $this->jsinfo('defaulttoggle', $this->getConf('defaulttoggle'));
45 $this->jsinfo('remember_state_per_page', $this->getConf('remember_state_per_page') === 'page');
/plugin/searchresultswithpath/
H A Daction.php36 $useNsHeading = $this->getConf('use_ns_heading');
37 $showPathOnlyAsHeading = $this->getConf('show_path_only_as_heading');
/plugin/description/
H A Daction.php34 $source = $this->getConf('keyword_source');
46 $a = $this->getConf('global_description');
/plugin/htmlokalt/
H A Dcommon.php19 if (intval($this->getConf('use_sure')) < 1) return false;
21 if (intval($this->getConf('use_really_sure')) < 1) return false;
/plugin/spatialhelper/admin/
H A Dpurge.php67 $sitemapper->createKMLSitemap($this->getConf('media_kml'));
68 $sitemapper->createGeoRSSSitemap($this->getConf('media_georss'));
/plugin/calendoku/
H A Daction.php41 if (!strcmp($this->getConf('icalnamespaces'), ''))
48 $templates = preg_split('/\s/', $this->getConf('icaltemplates'));
54 $namespaces = preg_split('/\s/', $this->getConf('icalnamespaces'));
/plugin/displayorphans/
H A Dhelper.php29 $ignoredPages = Util::asList($this->getConf('ignore_' . $type . '_pages'), ' ');
30 $ignoreNamespaces = Util::asList($this->getConf('ignore_' . $type . '_namespaces'), ' ');
32 …if (!empty($items)) { if ($this->getConf('sort_table_ascending')) { ksort($items); } else { krsort…
/plugin/socialite/syntax/
H A Dbutton.php61 $networks = strtolower(trim($this->getConf('networks')));
93 $display = $this->getConf('display') ;
122 $target = $this->getConf('target') ;
/plugin/eventum/
H A Dsyntax.php149 $rpc_url = $this->getConf('url') . '/rpc/xmlrpc.php';
151 $client->setCredentials($this->getConf('username'), $this->getConf('password'));
155 $eventum_url = $this->getConf('url') . '/view.php?id=';
/plugin/xslfo/
H A Daction.php78 if (!$this->getConf('usecache') || !$pdf_cache->useCache($cache_dependencies)) {
114 $command_template = $this->getConf('command').' 2>&1';
216 $this->template = $this->getConf('template');
242 if ($this->getConf('output') == 'file') {
/plugin/combo/ComboStrap/
H A DPrism.php216 $theme = $plugin->getConf(Prism::CONF_PRISM_THEME, Prism::PRISM_THEME_DEFAULT);
326 $prompt = $plugin->getConf(self::CONF_BASH_PROMPT);
329 $prompt = trim($plugin->getConf(self::CONF_BATCH_PROMPT));
337 $prompt = trim($plugin->getConf(self::CONF_POWERSHELL_PROMPT));
/plugin/catlist/
H A Dsyntax.php73 'createPageButtonNs' => true, 'createPageButtonSubs' => false, 'pagename_sanitize' => (boolean)$this->getConf('pagename_sanitize'),
74 'head' => (boolean)$this->getConf('showhead'),
76 'useheading' => (boolean)$this->getConf('useheading'),
79 'sort_order' => $_default_sort_map[$this->getConf('default_sort')],
80 'sort_by_title' => false, 'sort_by_type' => false, 'sort_by_date' => false, 'sort_collator' => $this->getConf('sort_collator_locale'),
81 'hide_index' => (boolean)$this->getConf('hide_index'),
83 'nocache' => (boolean)$this->getConf('nocache'),
84 'hide_nsnotr' => (boolean)$this->getConf('hide_acl_nsnotr'), 'show_pgnoread' => false, 'show_perms' => (boolean)$this->getConf('show_acl'),
85 'show_leading_ns' => (boolean)$this->getConf('show_leading_n
[all...]

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