Home
last modified time | relevance | path

Searched refs:getConf (Results 926 – 950 of 1091) sorted by relevance

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

/plugin/schedule/
H A DpoiDB.class.php22 $conf['savedir'].'/'.trim ($plugin->getConf ('dataDir').'/poiDB.txt');
H A Dschedules.class.php69 function getConf ($name) { function in schedules
70 return $this->scheduleRoot->plugin->getConf ($name);
99 $this->migrate = $this->getConf ('migrate');
100 $this->showOldValues = $this->getConf ('showOldValues');
128 … if (is_dir ($pathFile) && !in_array ($file, explode (',', trim ($this->getConf ('noSchedule')))))
255 $this->repeatGrouped = trim ($this->getConf ('repeatPosition')) == 'grouped';
767 …' <div class="bubble '.$this->getConf ('bubblePosition').'Bubble">'.$this->getLang ('tipPrevM').…
772 …' <div class="bubble '.$this->getConf ('bubblePosition').'Bubble">'.$this->getLang ('tipNextM').…
1020 return '<div class="bubble '.$this->getConf ('bubblePosition').'Bubble">'.$content.'</div>';
1032 … class="cityBubble" location="'.$location.'"><div class="bubble '.$this->getConf ('bubblePosition'…
[all …]
/plugin/authg2fa/
H A Daction.php19 $enable = $this->getConf("g2fa_enable");
/plugin/alphalist/
H A Dsyntax.php127 setlocale(LC_COLLATE, $this->getConf('locale'));
/plugin/iptrust2/
H A Daction.php66 $nets = $this->getConf('log_networks');
/plugin/xcom/
H A Dadmin.php82 $textboxsize = $this->getConf('textbox_size');
/plugin/tablelayout/action/
H A Daction.php84 $featuresDefaultState = $this->getConf('features_active_by_default') === 1;
/plugin/epub/
H A Dhelper.php109 return $this->getConf($which);
/plugin/imgpaste/
H A Daction.php101 $filename = $this->getConf('filename');
/plugin/mobiletable/
H A Daction.php31 explode(',', $this->getConf('hideHeadings'))
/plugin/tag/syntax/
H A Dtopic.php119 $configflags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));
/plugin/gallery/action/
H A Dprosemirror.php
/plugin/bez/cron/
H A Dfunctions.php29 $days_before = $action->getConf('task_remaind_days_before');
/plugin/siteexport/inc/
H A Dpdfgenerator.php59 $mpdf->mirrorMargins = $this->functions->getConf('useOddEven'); // don't mirror margins
/plugin/authsmf20/
H A Dauth.php156 $this->_smf_conf['path'] = rtrim(trim($this->getConf('smf_path')), '\/');
335 $this->_cache_duration = (int)($this->getConf('smf_cache'));
/plugin/qstat/
H A Dsyntax.php315 if ($this->getConf('use_proxy'))
323 $proxy = $this->getConf('proxy_url');
/plugin/do/
H A Dhelper.php335 if (!$this->getConf('notify_assignee')) {
546 $userpage = $this->getConf('userpage');
/plugin/stats/
H A Dsyntax.php776 if(!$this->getConf('ws_cacheresults')){
788 if(time() > $this->lastUpdate + $this->getConf('ws_cacheexpire')){
1059 $excludedNs = split(",",$this->getConf('ws_excludedns'));
1068 $excludedns_pattern = split(",",$this->getConf('ws_excludedns_pattern'));
/plugin/database2/
H A Ddatabase2.php205 public function getConf( $name ) function in Database2
213 $value = $this->integrator->getConf( $name, null );
395 else if ( ( $dbPath[0] == '/' ) && !self::getConf( 'useslash' ) &&
414 foreach ( explode( "\n", $this->getConf( 'authSlots' ) ) as $line )
597 if ( !$this->getConf( 'enableallpages' ) )
600 $patterns = explode( "\n", trim( $this->getConf( 'enablepages' ) ) );
657 if ( !$this->getConf( 'customviews' ) )
3800 if ( !$this->getConf( 'customviews' ) )
3887 if ( $this->getConf( 'aliasing' ) ||
5658 if ( $this->getConf( 'checkmaildomains' ) != false )
[all …]
/plugin/stylingpages/
H A Daction.php56 $entries = $this->getConf('page_files');
/plugin/searchcombinedgoogle/
H A Daction.php69 …. urlencode($event->data['query'] . " site:" . $site) . "&key=" . $this->getConf('googleapikey') .…
/plugin/vimeo/
H A Dsyntax.php115 $accessToken = $this->getConf('accessToken');
/plugin/loglog/
H A Dadmin.php62 $dateFormat = $this->getConf('admin_date_format') ?: $conf['dformat'];
/plugin/pagetitle/syntax/
H A Ddecorative.php158 if ($this->getConf('usePersistent')) {
/plugin/combo/ComboStrap/
H A DButtonTag.php162 if ($plugin->getConf(LinkMarkup::CONF_USE_DOKUWIKI_CLASS_NAME, false)) {

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