Home
last modified time | relevance | path

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

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

/plugin/struct/meta/
H A DAggregationCloud.php72 $showCount = $this->searchConfig->getConf()['summarize'] ? $count : 0;
H A DSearchConfig.php263 public function getConf()
244 public function getConf() global() function in dokuwiki\\plugin\\struct\\meta\\SearchConfig
/plugin/data-au/syntax/
H A Dentry.php305 if($this->getConf('edit_content_only')) {
352 if($this->getConf('edit_content_only')) {
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php470 return strftime ( strtok ( trim ( $this->getConf ( 'dformat' ) ), ' ' ), $value );
476 return strftime ( $this->getConf ( 'dformat' ), $value );
/plugin/asana/remote/
H A DAPILink.php102 $api_key_user = $this->getConf('api_key');
118 if( $work_key == $this->getConf('workspace')){
/plugin/odt/helper/
H A Dconfig.php566 if (!$value && $this->isGlobalSetting($name) && $this->getConf($name)) {
567 $this->setParam ($name, $this->getConf($name));
/plugin/siteexport/renderer/
H A Dpdf.php78 …this->meta['forceTOC'] || (utf8_strlen(strip_tags($this->doc)) >= $this->getConf('documentlengthfo…
123 …if ($this->getConf('usenumberedheading') || !empty($useNumbered) || !empty($INFO['meta']['usenumbe…
/plugin/visrep/
H A Dsyntax.php169 $cmd = $this->getConf($loc);
/plugin/twofactorsmsgateway/
H A Dhelper.php7 return ($this->_settingExists("verified", $user) && $this->getConf('enable') === 1);
/plugin/scrape/
H A Dsyntax.php83 $re = $this->getConf('allowedre');
/plugin/inlinejs/syntax/
H A Dpreloader.php193 if ($this->getConf('follow_htmlok') && !$conf['htmlok']) {
/plugin/owncloud/
H A Dsyntax.php167 $style=$this->getConf('default_caption_style');
/plugin/passpolicy/
H A Daction.php37 if ($this->getConf('supressuserhints')) {
/plugin/oauth/
H A Dauth.php46 if ($this->getConf('singleService')) {
/plugin/orphanswanted/
H A Dhelper.php96 $ignoredPages = $this->getConf('ignoredpages'); // Fetch pages which shouldn't be listed
/plugin/aichat/
H A Dcli.php477 $skip = $this->getConf('skipRegex');
479 $match = $this->getConf('matchRegex');
/plugin/authphpbb3/
H A Dauth.php255 $this->_cache_duration = intval($this->getConf('phpbb_cache'));
520 …$this->_phpbb_conf['root_path'] = DOKU_INC . rtrim(trim($this->getConf('phpbb_root_path')), '/') .…
575 $this->_cache_duration = intval($this->getConf('phpbb_cache'));
/plugin/tagging/
H A Dhelper.php57 if ($this->getConf('singleusermode')) {
237 $hidden_str = $this->getConf('hiddenprefix');
328 if ($this->getConf('singleusermode')) {
/plugin/siteexport/inc/
H A Dfunctions.php683 $offsiteTemplate = $this->getConf("offSiteLinkTemplate");
733 $user = $this->getConf('defaultAuthenticationUser');
734 $password = $this->getConf('defaultAuthenticationPassword');
/plugin/news/scripts/
H A DfeedData.php91 …if($this->helper->getConf('createtime') && isset($this->currentMetaArray['create_time'])) { …
/plugin/uncmap/
H A Dsyntax.php58 $this->fileserver[0] = $this->getConf('fileserver');
/plugin/countdown/
H A DChangeLog31 * syntax.php: Use getLang, getConf interface.
/plugin/pagetemplate/
H A Dsyntax.php262 function getConf($setting){ function in syntax_plugin_pagetemplate
/plugin/openas/
H A Dsyntax.php49 $labels = $this->getConf('labels');
/plugin/vshare/syntax/
H A Dvideo.php119 $R->doc .= $this->iframe($data, $this->getConf('gdpr') ? 'div' : 'iframe');
144 if ($this->getConf('extrahard')) {

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