Home
last modified time | relevance | path

Searched refs:getConf (Results 976 – 1000 of 1091) sorted by path

1...<<31323334353637383940>>...44

/plugin/talkpage/
H A Dsyntax.php61 $talkns = cleanID($this->getConf('talkns'));
/plugin/task/
H A Daction.php146 if ($this->getConf('show_error_msg')) {
158 if ($this->getConf('show_error_msg')) {
166 if ($this->getConf('show_info_msg')) {
180 if ($this->getConf('show_info_msg')) {
188 if ($this->getConf('show_info_msg')) {
200 if ($this->getConf('show_info_msg')) {
227 if ($this->getConf('show_success_msg')) {
H A Dhelper.php494 if ($this->getConf('datefield')) {
570 if ($this->getConf('datefield')) { // field for due date
/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/tcycle/
H A Dsyntax.php37 … $dataspeed = $this->_getAttribute($attributes, "data-speed", $this->getConf('data-speed'));
38 … $datafx = $this->_getAttribute($attributes, "data-fx", $this->getConf('data-fx'));
39 … if (!in_array($datafx, array('scroll', 'fade'))) { $datafx = $this->getConf('data-fx'); }
40 … $datatimeout = $this->_getAttribute($attributes, "data-timeout", $this->getConf('data-timeout'));
41 $width = $this->_getAttribute($attributes, "width", $this->getConf('width'));
42 … $height = $this->_getAttribute($attributes, "height", $this->getConf('height'));
43 … $namespace = $this->_getAttribute($attributes, "namespace", $this->getConf('namespace'));
49 … $metadata = $this->_getAttribute($attributes, "metadata", $this->getConf('metadata'));
50 $objectfit = $this->_getAttribute($attributes, "fit", $this->getConf('fit'));
51 …tfit, array('fill','contain','cover','scale-down','none'))) { $objectfit = $this->getConf('fit'); }
/plugin/telleveryone/action/
H A Dnotification.php53 if ($this->getConf('remote')) {
83 $res = $sqlite->query($q, $this->getConf('limit'));
88 $remote_logs_sources = array_filter(explode("\n", $this->getConf('remote')));
98 $query = http_build_query(['token' => $token, 'limit' => $this->getConf('limit')]);
116 $logs = array_slice($logs, 0, $this->getConf('limit'));
/plugin/templatepagename/action/
H A DTemplatePageName.php42 $c_pagename = $this->getConf('current_pagename_tpl');
43 $i_pagename = $this->getConf('inherited_pagename_tpl');
/plugin/textinsert/
H A Dadmin.php25 if(!$this->getConf('farm')) {
H A Dsyntax.php165 else if($this->getConf('farm')) {
203 if(!$this->getConf('stdreplace')) return array();
/plugin/tfslink/
H A Daction.php48 $collections = $this->getConf('collections');
/plugin/tfslink/syntax/
H A Dworkitemlink.php51 … && ( strlen($collectionName) > 0 || $this->getConf('showdefaultcollectiontitle')))
75 $target = $this->getConf('linktarget');
89 $collection = $this->getConf('defaultCollection');
91 if ($this->getConf('debug')) {
100 $collections = $this->getConf('collections');
102 if ($this->getConf('debug')) {
108 if ($this->getConf('debug')) {
/plugin/tgnotify/
H A Daction.php41 if ( $this->getConf('enable') ) {
87 if ( $this->getConf('showuser') && isset($USERINFO['name']) ) {
93 if ( $this->getConf('showaddr') ) {
110 $token = $this->getConf('token');
111 $chatid = $this->getConf('chatid');
131 if ( $this->getConf('debug') ) {
/plugin/tile/
H A Dsyntax.php56 $this->iconSize = $this->getConf ('iconSize');
/plugin/tiledblog/
H A Dsyntax.php78 (time () - filemtime ($filename) < $this->getConf ('sampleDelai'))) {
84 $width = $this->getConf ('iconSize');
95 $formPos = $this->getConf ('formPosition');
103 (time () - filemtime ($filename) < $this->getConf ('sampleDelai'))) {
110 $width = $this->getConf ('iconSize');
143 in_array (trim ($this->getConf ('adminGroup')), $INFO ['userinfo']['grps']);
/plugin/timestamp/action/
H A DTimestamp.php64 echo strftime($this->getConf('timestamp_format'));
/plugin/timetrack/
H A Daction.php222 > $this->getConf('max_hours'))
H A Dhelper.php574 $days = $this->getConf('days_recent_project_active');
1011 $days = $this->getConf('weekdays');
H A Dsyntax.php41 if($namespace = trim($this->getConf('namespace_allowed'))) {
/plugin/tindexmenu/
H A Daction.php34 …if ($this->getConf('only_admins')) $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $thi…
35 …if ($this->getConf('page_index') != '') $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $th…
38 …if ($this->getConf('show_sort')) $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this…
101 $aclcache=$this->getConf('aclcache');
132 if (!file_exists(wikiFN($this->getConf('page_index')))) return;
135 print p_wiki_xhtml($this->getConf('page_index'));
H A Dajax.php175 'skip_index' => $idxm->getConf('skip_index'),
176 'skip_file' => $idxm->getConf('skip_file'),
177 'headpage' => $idxm->getConf('headpage'),
178 'hide_headpage' => $idxm->getConf('hide_headpage')
/plugin/tindexmenu/inc/
H A Drepo.class.php15 if(!$idxm->getConf('be_repo') || empty($file)) return false;
/plugin/tindexmenu/syntax/
H A Dindexmenu.php186 'skip_index' => $this->getConf('skip_index'),
187 'skip_file' => $this->getConf('skip_file'),
188 'headpage' => $this->getConf('headpage'),
189 'hide_headpage' => $this->getConf('hide_headpage')
204 if( $this->getConf('only_admins') &&
228 $n = $this->getConf('empty_msg');
316 $headpage=$this->getConf('headpage');
501 if ($this->getConf('sneaky_index') && auth_quickaclcheck($id.':') < AUTH_READ) return false;
/plugin/tocselect/
H A Daction.php27 if($this->getConf('notoc')) {
/plugin/toctweak/action/
H A Drendertoc.php42 $active = $this->getConf('tocAllHeads');
49 if ($conf['tocminheads'] != $this->getConf('tocminheads')) {
50 $conf['tocminheads'] = $this->getConf('tocminheads');
124 $tocPosition = @$meta['position'] ?: $this->getConf('tocPosition');
135 $topLv = @$meta['toptoclevel'] ?: $this->getConf('toptoclevel');
136 $maxLv = @$meta['maxtoclevel'] ?: $this->getConf('maxtoclevel');
179 $topLv = @$meta['toptoclevel'] ?: $this->getConf('toptoclevel');
180 $maxLv = @$meta['maxtoclevel'] ?: $this->getConf('maxtoclevel');
208 $tocPosition = @$meta['position'] ?: $this->getConf('tocPosition');
214 $topLv = @$meta['toptoclevel'] ?: $this->getConf('toptoclevel');
[all …]
/plugin/toctweak/
H A Dhelper.php63 $topLv = $this->getConf('toptoclevel');
69 $maxLv = $this->getConf('maxtoclevel');
127 $topLv = isset($topLv) ? $topLv : $this->getConf('toptoclevel');
128 $maxLv = isset($maxLv) ? $maxLv : $this->getConf('maxtoclevel');
174 if ($this->getConf('tocminheads') == 0) return '';
182 if (count($toc) < $this->getConf('tocminheads')) {

1...<<31323334353637383940>>...44