Home
last modified time | relevance | path

Searched refs:getConf (Results 1026 – 1050 of 1091) sorted by relevance

1...<<41424344

/plugin/qc/
H A Drenderer.php141 if (!$this->getConf('single_author_only') && count($this->docArray['authors']) == 1) {
/plugin/tocselect/
H A Daction.php27 if($this->getConf('notoc')) {
/plugin/blog/syntax/
H A Dblog.php40 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
/plugin/sqlcomp/
H A Dsyntax.php107 $opts['refresh'] = $this->getConf('default_refresh');
155 $aliases = trim($this->getConf('dbaliases'));
/plugin/combo/syntax/
H A Dlink.php230 if (!$this->getConf(self::CONF_DISABLE_LINK, false)
244 if (!$this->getConf(self::CONF_DISABLE_LINK, false)) {
/plugin/struct/meta/
H A DAggregationTable.php
/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).'%"':"" );
/plugin/siteexport/action/
H A Dajax.php108 $timerdiff = $this->getConf('max_execution_time');
220 …((count($this->__get_siteexport_list($INPUT->str('ns'), true))*5)/$this->getConf('max_execution_ti…
232 $zipFile = explode(":", ($this->getConf('zipfilename')));
355 $depth = $this->getConf('depth');
385 $opts = array('depth' => $depth, 'skipacl' => $this->getConf('skipacl'), 'query' => $query);
/plugin/conflictmerger/
H A Daction.php306 $diff3 = $this->getConf('diff3');
/plugin/authowncloud/
H A Dauth.php25 require_once($this->getConf('pathtoowncloud').'/lib/base.php');
/plugin/timetrack/
H A Dsyntax.php41 if($namespace = trim($this->getConf('namespace_allowed'))) {
/plugin/schedule/syntax/
H A Dblock.php98 if ($this->getConf ('useMap') && !is_dir (__DIR__.'/../../ol3'))
/plugin/ditaa/
H A Dsyntax.php180 if($this->getConf('java')) {
/plugin/pureldap/classes/
H A DClient.php130 public function getConf($key)
123 public function getConf($key) { global() function in dokuwiki\\plugin\\pureldap\\classes\\Client
/plugin/authorstats/
H A Daction.php49 $flags = explode(",", str_replace(" ", "", $this->getConf("pagelist_flags")));
/plugin/do/syntax/
H A Ddo.php323 if (!$this->getConf('notify_assignee')) {
/plugin/tag/syntax/
H A Dsearchtags.php78 $configflags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));
/plugin/translator/syntax/
H A Dtranslator.php183 …$masterLanguage = empty($this->additionalLanguage) ? $this->getConf('default_language') : $this->…
358 if ( $language == $this->getConf('default_language') ) continue;
/plugin/sentry/
H A DEvent.php63 $env = $helper->getConf('env');
/plugin/noticeboard/
H A Dsyntax.php350 …den' name='noticeboard_list_start' value='".($noticeList->start - $this->getConf('listSize'))."' />
/plugin/owncloud/
H A Daction.php89 require_once($this->getConf('pathtoowncloud').'/lib/base.php');
/plugin/settingstree/
H A Dhelper.php234 function getConf($pluginname,$folder){ function in helper_plugin_settingstree
/plugin/solr/
H A Dhelper.php129 $url = $this->getConf('url')."/{$path}?{$query}";
/plugin/noticeboard/noticeboard/
H A Dsyntax.php350 …den' name='noticeboard_list_start' value='".($noticeList->start - $this->getConf('listSize'))."' />
/plugin/data-au/syntax/
H A Dtable.php86 'rownumbers' => (bool) $this->getConf('rownumbers'),
638 $use_dataresolve = $this->getConf('use_dataresolve');

1...<<41424344