Home
last modified time | relevance | path

Searched refs:getConf (Results 526 – 550 of 1091) sorted by relevance

1...<<21222324252627282930>>...44

/plugin/calendoku/syntax/
H A Dshowicalendar.php35 $namespaces = preg_split('/\s/', $this->getConf('icalnamespaces'));
48 $templates = preg_split('/\s/', $this->getConf('icaltemplates'));
/plugin/numberedheadings/
H A Dhelper.php50 $format = $this->getConf('format'); // JSON array string
99 $this->setTierFormat($this->getConf('format'));
/plugin/eshop/
H A Dsyntax.php35 $btcusd = $this->getConf('btcusd');
36 $eurusd = $this->getConf('eurusd');
/plugin/routeplaner/syntax/
H A Droutenplaner.php166 if ($this->getConf('modus') == 'lycosde') {
168 } elseif ($this->getConf('modus') == 'webde') {
342 if ($this->getConf('showwebdefooter') == true) {
/plugin/authclientcert/
H A Dauth.php48 $header_name = $this->getConf('http_header_name');
85 $group = $this->getConf('group');
171 if(!$this->getConf('debug')) return;
/plugin/simplenavi/
H A Dsyntax.php67 $this->getConf('usetitle'),
68 $this->getConf('natsort'),
69 $this->getConf('nsfirst'),
/plugin/indexmenu2/syntax/
H A Dindexmenu.php75 if (method_exists(DokuWiki_Syntax_Plugin,'getConf')) {
455 … (syntax_plugin_indexmenu_indexmenu::getConf('skip_index') && preg_match(syntax_plugin_indexmenu_i…
469 … $type=='f' && $conf['useheading'] && syntax_plugin_indexmenu_indexmenu::getConf('hide_headpage'))…
/plugin/authorstats/
H A Dsyntax.php167 if (!$this->getConf("enable-pagelist")) {
248 if ($user !== false and $this->getConf("show-realname")) {
250 } else if ($this->getConf("show-profile-links")) {
255 if (!$this->getConf("show-deleted-users")) return null;
/plugin/gallery/
H A Dsyntax.php
/plugin/nohighlight/
H A Daction.php117 $this->disable_highlight = $this->getConf('disable_highlight');
118 $this->remove_url_params = $this->getConf('remove_url_params');
/plugin/toctweak/syntax/
H A Dsidetoc.php61 $topLv = @$meta['toptoclevel'] ?: $this->getConf('toptoclevel');
62 $maxLv = @$meta['maxtoclevel'] ?: $this->getConf('maxtoclevel');
/plugin/siteexport/inc/
H A Dmpdf.php33 $pagesize = $INPUT->str('pagesize', $dw2pdf->getConf('pagesize'), true);
34 $orientation = $INPUT->str('orientation', $dw2pdf->getConf('orientation'), true);
/plugin/issuetracker/
H A Ditsearch.php23 if($this->getConf('it_data')==false) $it_datastore = DOKU_CONF."../data/meta/";
24 else $it_datastore = DOKU_CONF."../". $this->getConf('it_data');
31 if($this->getConf('multi_projects')!==false) {
/plugin/letsencrypt/
H A Dhelper.php157 $certdir = $this->getConf('certificatedir');
199 $certdir = $this->getConf('certificatedir');
227 $root = $this->getConf('documentroot');
/plugin/toolbuttondel/
H A Daction.php27 $which= $this->getConf('links');
67 $misc = $this->getConf('misc');
96 $str = $this->getConf($conf);
/plugin/nsexport/packer/ziphtml/
H A Dzip.php99 $packer = $this->getConf('packer_ziphtml_zip');
202 $zip = $this->getConf('packer_ziphtml_zip');
203 $comp = $this->getConf('packer_ziphtml_compress');
/plugin/strata/helper/
H A Dutil.php100 $this->configTypes[$key] = $this->parseType($this->getConf($key));
133 $result = $this->getConf('isa_key');
142 $result = $this->getConf('title_key');
/plugin/pageredirect/
H A Daction.php52 if($is_external && !$this->getConf('allow_external')) {
85 if($this->getConf('show_note')) {
104 if($this->getConf('show_note')) {
/plugin/nodetailsxhtml/
H A Drenderer.php98 } else if ( $forceToc || ($this->utf8_strlen(strip_tags($this->doc)) >= $this->getConf('documentlengthfortoc') && count($this->toc) > 1 ) ) {
145 if ( $this->getConf('usenumberedheading') || !empty($useNumbered) || !empty($INFO['meta']['usenumberedheading']) || isset($_REQUEST['usenumberedheading'])) {
170 if ( $this->getConf('useHeadAnchorInsteadOfHeaderID') ) {
179 if ( $this->getConf('useSectionArticle') ) {
193 if ( $this->getConf('useSectionArticle') ) {
224 if ( $this->getConf('useSectionArticle') ) {
/plugin/farm/
H A Danimal.class.php32 self::getConf();
64 self::getConf();
116 self::getConf();
136 self::getConf();
548 self::getConf();
581 self::getConf();
695 self::getConf();
766 public static function getConf() { function in dokuwiki_farm_animal
785 self::getConf();
/plugin/indexmenu/syntax/
H A Dindexmenu.php87 $defaultsStr = $this->getConf('defaultoptions');
268 $skipNsCombined[] = $this->getConf('skip_index');
284 $skipFileCombined[] = $this->getConf('skip_file');
335 'headpage' => $this->getConf('headpage'),
336 'hide_headpage' => $this->getConf('hide_headpage'),
423 $this->getConf('only_admins') &&
464 $html = $this->getConf('empty_msg');
594 $headpage = $this->getConf('headpage');
837 $markCurrentPage = $this->getConf('hide_headpage') && $item['hns'] == $INFO['id'];
/plugin/hcalendar/syntax/
H A Dhcal.php64 setlocale(LC_ALL,$this->getConf('locale'));
70 if ($this->getConf('filterdate') == true) {
H A Dhcali.php64 setlocale(LC_ALL,$this->getConf('locale'));
70 if ($this->getConf('filterinlinedate') == true) {
/plugin/creole/syntax/
H A Dmonospace.php57 if ( $this->getConf('monospace') == 'DokuWiki' ) {
69 if ( $this->getConf('monospace') == 'DokuWiki' ) {
/plugin/formatplus2/
H A Daction.php25 $disabled = explode(',',$this->getConf('disable_syntax'));
164 if ($this->getConf('toplevel')) {

1...<<21222324252627282930>>...44