Home
last modified time | relevance | path

Searched refs:getConf (Results 1 – 25 of 1091) sorted by last modified time

12345678910>>...44

/plugin/pagelist/
H A Dhelper.php104 $this->style = $this->getConf('style'); //string
105 $this->showheader = $this->getConf('showheader'); //on-off
106 $this->showfirsthl = $this->getConf('showfirsthl'); //on-off
107 $this->sort = $this->getConf('sort'); //on-off
108 $this->rsort = $this->getConf('rsort'); //on-off
109 $this->sortKey = $this->getConf('sortby'); //string
123 'date' => $this->getConf('showdate'), //0,1,2
124 'user' => $this->getConf('showuser'), //0,1,2,3,4
125 'desc' => $this->getConf('showdesc'), //0,160,500
127 'comments' => $this->getConf('showcomment
[all...]
/plugin/pagequery/
H A Daction.php43 $aclcache = $this->getConf('aclcache');
/plugin/twofactor/
H A DManager.php108 $set = $this->getConf('optinout');
165 if ($this->getConf('optinout') !== 'optout') return false;
/plugin/twofactor/action/
H A Dlogin.php145 if ($this->getConf('optinout') !== 'mandatory' && empty(Manager::getInstance()->getUserProviders())) return;
161 $this->getConf('trustedIPs') &&
162 preg_match('/' . $this->getConf('trustedIPs') . '/', clientIP(true))
246 $this->getConf("useinternaluid") ? auth_browseruid() : $_SERVER['HTTP_USER_AGENT'],
H A Dprofile.php126 if ($INPUT->has('twofactor_optout') && $this->getConf('optinout') === 'optout') {
164 $setting = $this->getConf('optinout');
/plugin/nspages/
H A Dsyntax.php91 optionParser::checkGlobalExclude($this->getConf('global_exclude'), $return['excludedPages'], $return['excludedNS']);
173 $fileHelper = new fileHelper($data, $this->getConf('custom_title_allow_list_metadata'));
198 $data['defaultPicture'] = $this->getConf('default_picture');
252 if ($this->getConf('cache') == 1){
H A Daction.php18 'insert' => $this->getConf('toolbar_inserted_markup')
/plugin/dbquery/
H A Dhelper.php23 $id = $this->getConf('namespace') . ':' . $name;
43 $dsn = $dsn ?: $this->getConf('dsn');
44 $user = $user ?: $this->getConf('user');
45 $pass = $pass ?: conf_decodeString($this->getConf('pass'));
/plugin/mermaid/
H A Daction.php23 $theme = $this->getConf('theme');
25 $location = $this->getConf('location');
/plugin/siteexport/inc/
H A Dmpdf.php33 $pagesize = $INPUT->str('pagesize', $dw2pdf->getConf('pagesize'), true);
34 $orientation = $INPUT->str('orientation', $dw2pdf->getConf('orientation'), true);
H A Dfunctions.php683 $offsiteTemplate = $this->getConf("offSiteLinkTemplate");
733 $user = $this->getConf('defaultAuthenticationUser');
734 $password = $this->getConf('defaultAuthenticationPassword');
H A Dhttpproxy.php43 if ($functions->getConf('useProxy')) {
H A Dpdfgenerator.php59 $mpdf->mirrorMargins = $this->functions->getConf('useOddEven'); // don't mirror margins
H A Dsettings.php50 $functions->debug->setDebugFile($this->getConf('debugFile'));
56 $functions->debug->setDebugLevel($this->getConf('debugLevel'));
59 … $functions->debug->isAJAX = $this->getConf('ignoreAJAXError') ? false : $functions->debug->isAJAX;
71 $this->cachetime = $this->getConf('cachetime');
77 $this->origZipFile = $this->getConf('zipfilename');
79 $this->ignoreNon200 = $this->getConf('ignoreNon200');
113 $this->excludePattern = $INPUT->str( 'exclude', $this->getConf('exclude'), true );
/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);
H A Dstartup.php149 return ($this->getConf('allowallusers') || auth_isadmin() || auth_ismanager());
/plugin/siteexport/
H A Dhelper.php184 …$form->addElement(form_makeTextField('depth', $this->getConf('depth'), $this->getLang('depth') . '…
/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/linkback/exe/
H A Dtrackback.php45 if (!$this->tools->getConf('enable_trackback')) {
103 if ($this->tools->getConf('log_processing'))
112 if ($this->tools->getConf('log_processing'))
122 if ($this->tools->getConf('log_processing'))
139 if ($this->tools->getConf('usefavicon')) {
155 if ($this->tools->getConf('log_processing'))
H A Dpingback.php61 if (!$this->tools->getConf('enable_pingback'))
122 if ($this->tools->getConf('usefavicon')) {
134 if ($this->tools->getConf('log_processing'))
139 if ($this->tools->getConf('log_processing'))
171 if ($this->tools->getConf('ping_internal') && (strstr($targetUri, DOKU_URL) == $targetUri)) {
/plugin/linkback/action/
H A Dakismet.php30 if (!$this->getConf('akismet_enable') || !$this->getConf('akismet_apikey'))
37 if (!$this->getConf('akismet_moderate'))
52 if (!$this->getConf('akismet_enabled') || !$this->getConf('akismet_apikey'))
65 if (!$this->getConf('akismet_enabled') || !$this->getConf('akismet_apikey'))
127 return $http->post('https://' . $this->getConf('akismet_apikey') . '.rest.akismet.com/1.1/comment-check', $data);
H A Dreceive.php33 if (!$this->getConf('enable_trackback'))
55 if ($this->getConf('enable_trackback')) {
78 if (!$this->getConf('enable_pingback'))
118 if (!$this->getConf('enable_pingback'))
H A Dsend.php56 if (!$this->getConf('allow_guests') && !$_SERVER['REMOTE_USER'])
120 if ($item[0] == 'internallink' && $this->getConf('ping_internal')) {
145 if (!$this->getConf('allow_guests') && !$_SERVER['REMOTE_USER'])
162 $namespace_conf = $this->getConf('enabled_namespaces');
214 $range = $this->getConf('range') * 1024;
225 $order = explode(',', $this->getConf('order'));
244 if (!$this->getConf('enable_' . $type)) {
H A Ddisplay.php102 (!$this->getConf('show_trackback_url') || !$this->getConf('enable_trackback')))
109 if ($this->getConf('show_trackback_url') && $data['receive']) {
159 if ($this->getConf('usefavicon')) {
161 $icon = $this->getConf('favicon_default');
182 ($this->getConf('usefavicon') ? $style : '') . '>' . NL .
202 echo '<div class="linkback_line" ' . ($this->getConf('usefavicon') ? $style : '') . '>&nbsp;</div>' . NL;
/plugin/linkback/
H A Dtools.php37 return $this->getConf('favicon_default');
44 $range = $this->getConf('range') * 1024;

12345678910>>...44