Home
last modified time | relevance | path

Searched refs:getConf (Results 451 – 475 of 1091) sorted by relevance

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

/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/ireadit/action/
H A Direadit.php29 if ($this->getConf('print') == 0) {
67 …if ($this->getConf('show_not_read_list') && $helper->use_ireadit_here($INFO['id'], $INFO['lastmod'…
119 if ($this->getConf('minor_edit_keeps_readers') &&
/plugin/lastpages/
H A Dsyntax.php79 …case '~~LASTPAGES~~': $number_of_pages = $this->getConf('numpages'); $type_of_list = $this->getCon…
82 $separator = $this->getConf('listsep');
/plugin/redissue/
H A Dsyntax.php66 $data['server_token'] = $this->getConf('redissue.API');
69 $data['server_url'] = $this->getConf('redissue.url');
86 $data['short'] = $this->getConf('redissue.short');
159 $view = $this->getConf('redissue.view');
186 $bootstrap_themes = $this->getConf('redissue.bootstrap-themes');
228 return $this->getConf('redissue.img') ?: 'lib/plugins/redissue/images/redmine.png' ;
/plugin/reliwa/
H A Dsyntax.php89 $txt .= ' src="'.$this->getConf('url');
92 $uname = $this->getConf('user');
/plugin/ckgedit/action/
H A Dsave.php39 $preserve_enc = $this->getConf('preserve_enc');
145 if($this->getConf('complex_tables')) {
214 if(!$this->getConf('rel_links')) {
229 if($this->getConf('rel_links'))
252 if($this->getConf('rel_links')) {
376 if(!$this->getConf('imgpaste')) return;
378 $filename = $imgpaste->getConf('filename');
/plugin/ghissues/helper/
H A DapiCacheInterface.php81 if ( $cache->sniffETag($this->getConf('ghissuerefresh')) ) return true;
98 $oauth_token = $this->getConf('ghissueoauth');
104 …$http->agent = substr($http->agent,0,-1).' via ghissue plugin from user '.$this->getConf('ghissueu…
241 …$http->agent = substr($http->agent,0,-1).' via ghissue plugin from user '.$this->getConf('ghissueu…
/plugin/dwinsect/
H A Dsyntax.php136 $this->wikitext=_get_linkfile($ns_file, $this->getConf('linklistname'));
240 $anchor_params['text'] = $this->getConf('insecttext'); // "footnote";
241 $anchor_params['link'] = $this->getConf('insectlink'); // "translate";
242 $anchor_params['include'] = $this->getConf('insectinclude'); // "link";
/plugin/icalendar/
H A Dsyntax.php122 $template = $this->getConf($showAs);
124 $template = $this->getConf('default');
282 $dateFormat = $this->getConf('dformat') ? $this->getConf('dformat') : $conf['dformat'];
/plugin/hidden/
H A Dsyntax.php127 $return['onHidden'] = $this->getConf('default_text_when_hidden');
128 $return['onVisible'] = $this->getConf('default_text_when_displayed');
131 $return['onHidden'] = ($return['onHidden']!='') ? $return['onHidden'] : $this->getConf('default_text_when_hidden');
132 $return['onVisible'] = ($return['onVisible']!='') ? $return['onVisible'] : $this->getConf('default_text_when_displayed');
/plugin/addnewpage/
H A Dsyntax.php97 if($this->getConf('addpage_hideACL')) {
159 $hide = $this->getConf('addpage_hide');
184 if($this->getConf('addpage_showroot') && $can_create) {
249 $excludes = $this->getConf('addpage_exclude');
/plugin/showpageafterlogin/
H A Daction.php42 $pageid = $this->getConf('page_after_login');
43 $displayCountConfig = $this->getConf('login_display_count');
/plugin/datepicker/_test/
H A Dajax.test.php25 …$this->assertEquals(plugin_load('action', 'datepicker')->getConf('emptyStringDate'), pq("span.date…
67 …$this->assertEquals(plugin_load('action', 'datepicker')->getConf('emptyStringWeek'), pq("span.week…
/plugin/task/syntax/
H A Dtasks.php98 if($perm_create && ($this->getConf('tasks_formposition') == 'top')) {
118 $pagelist->column['date'] = $this->getConf('datefield');
125 if($this->getConf('tasks_newestfirst')) {
135 if($perm_create && ($this->getConf('tasks_formposition') == 'bottom')) {
271 if ($this->getConf('datefield')) {
/plugin/authchained/
H A Dauth.php51 if($this->getConf('authtypes')){
52 foreach(explode(":",$this->getConf('authtypes')) as $tmp_plugin){
70 if($this->getConf('usermanager_authtype')){
71 $this->usermanager_auth =& plugin_load('auth',$this->getConf('usermanager_authtype'));
73 … msg("Problem constructing usermanager authtype: ".$this->getConf('usermanager_authtype'),-1);
/plugin/include/
H A Daction.php51 $event->data['plugin_include'] = '0.1.safeindex='.$this->getConf('safeindex');
64 if (!$this->getConf('safeindex')) return;
133 if($conf['allowdebug'] && $this->getConf('debugoutput')) {
221 if($conf['allowdebug'] && $this->getConf('debugoutput')) {
236 if($conf['allowdebug'] && $this->getConf('debugoutput')) {
/plugin/svgimg2/
H A Dhelper.php37 if ( empty($progType) ) $progType = $this->getConf('use_programm');
103 if ( empty($ext) ) $ext = $this->getConf('ext');
112 if ( empty($bgcolor) ) { $bgcolor = $this->getConf('bgc'); }
/plugin/autogroup/
H A Daction.php41 $this->_add = (bool)$this->getConf('enable_add');
42 $this->_remove = (bool)$this->getConf('enable_remove');
43 …$raw_cfg = array_map(function($x){return explode(',',$x,3);}, explode("\n", $this->getConf('regex'…
/plugin/facebookalbum/
H A Dsyntax.php190 $album_template = $this->getConf(FB_ALBUM_TEMPLATE_ALBUM);
220 $photo_template = $this->getConf(FB_ALBUM_TEMPLATE_ALBUM);
250 $picture_template = $this->getConf(FB_ALBUM_TEMPLATE_PICTURE);
/plugin/wikipediasnippet/
H A Dsyntax.php71 …$snippetLength = ($this->getConf('snippetLength')) ? '&exsentences='.$this->getConf('snippetLength…
72 $useHtml = ($this->getConf('useHtml')) ? '' : '&explaintext=';
/plugin/jplayer/
H A Dsyntax.php54 if ($this->getConf('use_id3_tags') == '1') {
109 $max = (int) $this->getConf('max_audio_files_per_player');
162 $skin = $this->getConf('skin');
/plugin/drawio/
H A Daction.php36 'zIndex' => $this->getConf('zIndex'),
37 'url' => $this->getConf('url'),
38 …'toolbar_possible_extension' => array_map('trim', explode(",",$this->getConf('toolbar_possible_ext…
/plugin/dontfeedtemplates/
H A Daction.php31 $templatepagename->getConf('current_pagename_tpl');
33 $templatepagename->getConf('inherited_pagename_tpl');
/plugin/webdav/
H A Daction.php14 $enabled_collections = explode(',', $this->getConf('collections'));
24 if ($this->getConf('show_button')) {
/plugin/markdownextra/
H A Daction.php34 if ($this->getConf('frontmatter')){
51 if ($this->getConf('markdowneditor') == 'meltdown') {

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