Home
last modified time | relevance | path

Searched refs:getConf (Results 226 – 250 of 1091) sorted by last modified time

12345678910>>...44

/plugin/grouphome/
H A Daction.php40 $pages = $this->getConf('grouppages');
/plugin/simplenavi/
H A Dsyntax.php67 $this->getConf('usetitle'),
68 $this->getConf('natsort'),
69 $this->getConf('nsfirst'),
/plugin/captcha/
H A Daction.php45 if ((int)$this->getConf('loginprotect') > 1) {
112 $config = (int)$this->getConf('loginprotect');
159 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) {
191 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) {
H A Dwav.php24 if ($plugin->getConf('mode') != 'audio' && $plugin->getConf('mode') != 'svgaudio') {
H A Dhelper.php41 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) return false;
58 if ($this->getConf('mode') == 'math') {
62 } elseif ($this->getConf('mode') == 'question') {
64 $text = $this->getConf('question');
71 $txtlen = $this->getConf('lettercount');
78 switch ($this->getConf('mode')) {
133 if ($this->getConf('mode') == 'math') {
136 } elseif ($this->getConf('mode') == 'question') {
137 $code = $this->getConf('answer');
216 $lettercount = $this->getConf('lettercoun
[all...]
/plugin/googletagmanager/
H A Daction.php33 if(!$this->getConf(self::GTMID)) return;
35 $is_AW_tag = substr($this->getConf(self::GTMID),0,3)=='AW-';
39 … 'src' => "https://www.googletagmanager.com/gtag/js?id=".$this->getConf(self::GTMID),
43 …Layer.push(arguments);} gtag('js', new Date()); gtag('config', '".$this->getConf(self::GTMID)."');…
47 …'_data' => '<iframe src="//www.googletagmanager.com/ns.html?id='.$this->getConf(self::GTMID).'" he…
55 })(window,document,'script','dataLayer','".$this->getConf(self::GTMID)."');",
/plugin/statdisplay/
H A Dcli.php36 (int)$this->options->getOpt('lines', $this->getConf('lines'))
H A Daction.php29 $lines = $log->parseLogData($this->getConf('lines'));
/plugin/statdisplay/helper/
H A Dlog.php25 $this->logfile = fullpath($conf['metadir'] . '/' . $this->getConf('accesslog'));
27 if (!file_exists($this->logfile)) $this->logfile = $this->getConf('accesslog');
30 $this->logcache = getCacheName($this->getConf('accesslog'), '.statdisplay');
/plugin/advanced/admin/
H A Dconfig.php198 if ($this->getConf('backup')) {
/plugin/s5/
H A Drenderer.php48 $this->tpl = isset($_GET['s5theme'])?$_GET['s5theme']:$this->getConf('template');
/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/archivegenerator/
H A Dadmin.php214 $list = array_map('trim', explode(',', $this->getConf('pluginsToIgnore')));
/plugin/elasticsearch/action/
H A Dindexing.php134 $indexName = $this->getConf('indexname');
187 $indexName = $this->getConf('indexname');
H A Dsearch.php89 $index = $client->getIndex($this->getConf('indexname'));
103 if ($this->getConf('searchSyntax')) {
126 $this->getConf('snippets') => new \stdClass(),
132 $equery->setSize($this->getConf('perpage'));
133 $equery->setFrom($this->getConf('perpage') * ($INPUT->int('p', 1, true) - 1));
190 if (!$this->getConf('disableQuicksearch')) return;
291 if (empty($langFilter) && $transplugin && $this->getConf('detectTranslation') && $ns) {
417 $highlightedSnippets = $row->getHighlights()[$this->getConf('snippets')] ?? [];
475 $pages = ceil($all / $this->getConf('perpage'));
/plugin/elasticsearch/helper/
H A Dclient.php65 $username = $this->getConf('username');
66 $password = $this->getConf('password');
69 $servers = $this->getConf('servers');
94 $index = $client->getIndex($this->getConf('indexname'));
/plugin/elasticsearch/
H A Dcli.php50 'Create index named "'.$this->hlp->getConf('indexname').'" and all required field mappings.'
/plugin/latexcaption/syntax/
H A Dcaption.php65 $captiontag = $this->getConf('captiontag');
208 $langset = ($this->getConf('abbrev') ? 'abbrev' : 'long');
H A Dreference.php57 $langset = ($this->getConf('abbrev') ? 'abbrev' : 'long');
/plugin/latexcaption/
H A Daction.php21 $captiontag = $this->getConf('captiontag');
/plugin/highlight2wiki/
H A Daction.php72 $yournamespace = $this->getConf('highlight_namespace');
73 $allowed_tags = $this->getConf('allowed_tags');
74 $allow_css = $this->getConf('allow_css');
75 $allow_javascript = $this->getConf('allow_javascript');
76 $title_as_pagename = $this->getConf('title_as_pagename');
/plugin/folded/syntax/
H A Ddiv.php53 if ($this->getConf('unfold_default')) {
62 if ($this->getConf('unfold_default')) {
H A Dspan.php54 if ($this->getConf('unfold_default')) {
63 if ($this->getConf('unfold_default')) {
/plugin/folded/
H A Daction.php33 $hide = $this->getConf('hide') ? $this->getConf('hide') : $this->getLang('hide');
34 $reveal = $this->getConf('reveal') ? $this->getConf('reveal') : $this->getLang('reveal');
51 if($this->getConf('show_fold_unfold_all_button') && $event->data['view'] == 'main') {
75 if($this->getConf('show_fold_unfold_all_button')) {
/plugin/achart/
H A Dsyntax.php55 'width' => $this->getConf('width'),
56 'height' => $this->getConf('height'),
57 'align' => $this->getConf('align'),

12345678910>>...44