Home
last modified time | relevance | path

Searched refs:getConf (Results 26 – 50 of 1091) sorted by last modified time

12345678910>>...44

/plugin/linkback/action/
H A Dantispam.php28 if ($this->getConf('antispam_linkcount_enable') && !$this->_clean_linkcount($linkback['raw_excerpt'])) {
31 if (!$this->getConf('antispam_linkcount_moderate'))
39 if ($this->getConf('antispam_wordblock_enable') && !$this->_clean_wordblock($linkback['raw_excerpt'])) {
42 if (!$this->getConf('antispam_wordblock_moderate'))
50 if ($this->getConf('antispam_host_enable') && !$this->_clean_host($linkback['url'], $linkback['submitter_ip'])) {
53 if (!$this->getConf('antispam_host_moderate'))
61 if ($this->getConf('antispam_link_enable') && !$this->_clean_link($target, $page, $linkback['type'])) {
64 if (!$this->getConf('antispam_link_moderate'))
78 if (preg_match($regex, $excerpt) > $this->getConf('antispam_linkcount_max'))
120 if ($this->getConf('ping_interna
[all...]
/plugin/structpublish/action/
H A Dbanner.php43 $this->compactView = (bool)$this->getConf('compact_view');
H A Dshow.php39 (auth_isadmin() && !$this->getConf('restrict_admin'))
80 (auth_isadmin() && !$this->getConf('restrict_admin'))
/plugin/structpublish/helper/
H A Dnotify.php153 if (!$this->getConf('email_enable')) {
157 $actions = array_map('trim', explode(',', $this->getConf('email_status')));
/plugin/diagrams/action/
H A Daction.php42 'service_url' => $this->getConf('service_url'),
43 'mode' => $this->getConf('mode'),
73 if (!$this->getConf('pngcache')) {
H A Dmediafile.php23 if (!($this->getConf('mode') & Diagrams::MODE_MEDIA)) return;
H A Dembed.php22 if (!($this->getConf('mode') & Diagrams::MODE_EMBED)) return;
/plugin/diagrams/
H A Dhelper.php40 $confServiceUrl = $this->getConf('service_url'); // like "https://diagrams.xyz.org/?embed=1&..."
/plugin/diagrams/syntax/
H A Dembed.php20 if (!($this->getConf('mode') & Diagrams::MODE_EMBED)) return;
H A Dmediafile.php33 if (!($this->getConf('mode') & Diagrams::MODE_MEDIA)) return;
164 if (!$this->getConf('pngcache') || $REV) return '';
/plugin/struct/meta/
H A DAggregationCloud.php72 $showCount = $this->searchConfig->getConf()['summarize'] ? $count : 0;
H A DAggregationEditorTable.php38 $config = $this->searchConfig->getConf();
H A DAggregationList.php92 $config = $this->searchConfig->getConf();
H A DAggregationTable.php
H A DAggregationValue.php
H A DSearchConfig.php263 public function getConf()
244 public function getConf() global() function in dokuwiki\\plugin\\struct\\meta\\SearchConfig
/plugin/struct/syntax/
H A Dvalue.php99 $show_not_found = $this->getConf('show_not_found');
/plugin/struct/action/
H A Dconfig.php62 $JSINFO['plugins']['struct']['disableDeleteSerial'] = $this->getConf('disableDeleteSerial');
H A Doutput.php58 if ($this->getConf('bottomoutput')) {
60 } elseif (!$this->getConf('topoutput')) {
/plugin/doi/syntax/
H A Disbn.php28 $class = '\\dokuwiki\\plugin\\doi\\Resolver\\Isbn'.$this->getConf('isbnresolver').'Resolver';
/plugin/openlayersmap/syntax/
H A Dolmap.php116 if (!$this->getConf('bingAPIKey')) {
120 if ($this->getConf('optionStaticMapGenerator') == 'remote') {
130 if (! $this->getConf ( 'mapquestAPIKey' )) {
134 if ($this->getConf ( 'optionStaticMapGenerator' ) == 'remote') {
146 if ($this->getConf('optionStaticMapGenerator') == 'remote') {
184 if ($this->getConf('displayformat') === 'DMS') {
237 $autozoom = empty($gmap ['autozoom']) ? $this->getConf('autoZoomMap') : $gmap ['autozoom'];
238 $js = "{mapOpts: {" . $param . ", displayformat: '" . $this->getConf('displayformat')
260 $defval = $this->getConf('default_' . $key);
338 $sUrl = $this->getConf('iconUrlOverloa
[all...]
/plugin/openlayersmap/helper/
H A Dstaticmap.php114 $this->getConf('autoZoomMap'),
/plugin/geotag/
H A Daction.php36 if ($this->getConf('toolbar_icon')) {
/plugin/geotag/syntax/
H A Dgeotag.php82 $showlocation = $this->getConf('geotag_location_prefix');
83 if ($this->getConf('geotag_showlocation')) {
86 $showlocation = $this->getConf('geotag_location_prefix');
91 if ($this->getConf('geotag_hide')) {
142 if ($this->getConf('displayformat') === 'DMS') {
151 if ($this->getConf('geotag_prevent_microformat_render')) {
156 if ($this->getConf('geotag_showsearch')) {
/plugin/webmaster/
H A Daction.php22 $g = $this->getConf('webmaster_google');
29 $b = $this->getConf('webmaster_bing');
36 $y = $this->getConf('webmaster_yandexkey');
43 $y = $this->getConf('webmaster_pinterestkey');

12345678910>>...44