Home
last modified time | relevance | path

Searched refs:getConf (Results 226 – 250 of 1091) sorted by relevance

12345678910>>...44

/plugin/dokusioc/
H A Daction.php307 …$dwuserpage_id = cleanID($this->getConf('userns')) . ($conf['useslash'] ? '/' : ':') . $INFO['edit…
331 if ($INFO['editor'] && $this->getConf('userns')) {
342 if (!$REV && $this->getConf('userns') && isset($INFO['meta']['contributor'])) {
344 $cont_ns = $this->getConf('userns') . ($conf['useslash'] ? '/' : ':');
397 if ($this->getConf('owners')) {
398 $wikipage->addSite($this->getConf('owners'));
423 …if ($this->getConf('softck') && strpos($_SERVER['HTTP_ACCEPT'], 'application/rdf+xml') !== false) {
579 if (!$pobj->getConf('userns')) {
584 …$userid = str_replace(cleanID($pobj->getConf('userns')) . ($conf['useslash'] ? '/' : ':'), '', $id…
/plugin/svg/
H A Dsyntax.php147 strtolower( $this->getConf( 'mw_format' ) )
169 switch( $this->getConf( 'output' ) )
178 . '.' . strtolower( $this->getConf( 'im_format' ) )
193 . '.' . strtolower( $this->getConf( 'mw_format' ) )
/plugin/abortlogin/
H A Daction.php25 if(!$this->getConf('enable_test')) {
35 $test = $this->getConf('test');
36 $allowed = $this->getConf('allowed');
67 if($this->getConf('log')) {
/plugin/unblink/
H A Dsyntax.php65 if($this->getConf('usefullname')){
74 $img = $this->getConf('avatarurl').$uinfo['avatar'];
76 $img = $this->getConf('gravatar').md5($uinfo['mail']);
79 … $R->doc .= '<a href="'.$this->getConf('profileurl').$uinfo['uid'].'" class="unblink_plugin">';
/plugin/userannotations/
H A Daction.php40 $privatepath = $this->getConf('annotation_namespace');
63 $privatepath = $this->getConf('annotation_namespace');
64 $anonymous = $this->getConf('anonymous_user');
68 if($this->getConf('all_namespaces'))
/plugin/sqlquery/
H A Dsyntax.php80 $host = $this->getConf('Host');
81 $DB = $this->getConf('DB');
82 $user = $this->getConf('user');
83 $password = $this->getConf('password');
/plugin/importfacebookevents/
H A Dsyntax.php291 $dateStart = date($this->getConf(FB_EVENTS_DATE_FORMAT), strtotime($event['start_time']));
292 $dateEnd = date($this->getConf(FB_EVENTS_DATE_FORMAT), strtotime($event['end_time']));
295 $timeStart = date($this->getConf(FB_EVENTS_TIME_FORMAT), strtotime($event['start_time']));
296 $timeEnd = date($this->getConf(FB_EVENTS_TIME_FORMAT), strtotime($event['end_time']));
299 …$dateTimeStart = date($this->getConf(FB_EVENTS_TIME_FORMAT).', '.$this->getConf(FB_EVENTS_DATE_FOR…
300 …$dateTimeEnd = date($this->getConf(FB_EVENTS_TIME_FORMAT).', '.$this->getConf(FB_EVENTS_DATE_FORMA…
/plugin/authgoogle2fa/
H A Dauth.php19 $secret = $this->getConf("google_secret");
21 $tslack = $this->getConf("timeout_slack");
22 $enable = $this->getConf("use2fa_verify");
/plugin/logindelay/helper/
H A Dlog.php64 if ($strikes < $this->getConf('maxFailures')) return 0;
66 … $delay = $this->getConf('initialDelay') * pow(2, ($strikes - $this->getConf('maxFailures')));
/plugin/authorlist/
H A Dhelper.php52 $this->creatortext = $this->getConf('creatortext');
53 $this->intro = $this->getConf('intro');
54 $this->userpageid = $this->getConf('userpageid');
55 $this->linkto = $this->getConf('linkto');
56 $this->showheading = $this->getConf('showheading');
75 $this->$option = $this->getConf($option);
89 …ut .= "<h2 class='sectionedit1'><a name='authorlist'>".strip_tags($this->getConf('heading'))."</a>…
/plugin/stopforumspam2/
H A Dhelper.php221 $exlist = str_replace(array("\r\n", "\r", "\n"), "\n", $this->getConf('ipWhitelist'));
234 $exlist = str_replace(array("\r\n", "\r", "\n"), "\n", $this->getConf('nameWhitelist'));
249 … $exlist = str_replace(array("\r\n", "\r", "\n"), "\n", $this->getConf('emailWhitelist'));
272 if ($this->getConf('skipMgAndSp') == 'mg' && auth_ismanager()) return TRUE;
273 if ($this->getConf('skipMgAndSp') == 'sp' && auth_isadmin()) return TRUE;
274 if ($this->getConf('skipMgAndSp') == 'user' && $_SERVER['REMOTE_USER']) return TRUE;
277 …if(auth_isMember($this->getConf('userWhitelist'), $_SERVER['REMOTE_USER'], (array) $USERINFO['grps…
/plugin/bookcreator/action/
H A Dhandleselection.php169 if(auth_quickaclcheck($this->getConf('save_namespace').':*') < AUTH_CREATE) {
170 throw new Exception('no access to namespace: ' . $this->getConf('save_namespace'));
186 $save_pageid = cleanID($this->getConf('save_namespace') . ":" . $savedSelectionName);
207 if(auth_quickaclcheck($this->getConf('save_namespace').':*') < AUTH_CREATE) {
208 throw new Exception('no access to namespace: ' . $this->getConf('save_namespace'));
211 $pageid = cleanID($this->getConf('save_namespace') . ":" . $page);
231 $pageid = cleanID($this->getConf('save_namespace') . ":" . $page);
/plugin/newpagetemplate/
H A Dhelper.php77 $owner = $this->getConf('web_owner');
78 $group = $this->getConf('web_group');
94 if ($this->getConf('userreplace')) {
104 if ($this->getConf('standardreplace')) {
107 if ($this->getConf('prettytitles')) {
164 if ($this->getConf('skip_unset_macros')) {
173 $ini_file = $this->getConf('default_ini');
/plugin/feedback/
H A Daction.php43 if(!$_SERVER['REMOTE_USER'] && !$this->getConf('allowanon')) return false;
66 if(!$_SERVER['REMOTE_USER'] && !$this->getConf('allowanon')) {
110 if ($success && $user && $this->getConf('send_copy')) {
178 if ($this->getConf('span_translations')) {
182 if ($this->getConf('include_parent_startpage')) {
/plugin/footnotestyle/
H A Drenderer.php47 $amal = $this->getConf('amalgamate');
91 $amal = $this->getConf('amalgamate');
110 if ($this->getConf('stylebottom') == 'dot')
136 $style = $this->getConf('style');
158 $style = $this->getConf('stylebottom');
/plugin/authplaincas/
H A Daction.php57 if ($this->getConf('logourl') != '') {
58 … $caslogo = '<img src="'.$this->getConf('logourl').'" alt="" style="vertical-align: middle;" /> ';
66 $event->data->insertElement(0,'<fieldset><legend>'.$this->getConf('name').'</legend>');
111 $this->getConf('force_redirect') &&
/plugin/avatar/
H A Dhelper.php47 if (!$size || !is_int($size)) $size = $this->getConf('size');
61 $ns = $this->getConf('namespace');
102 $src .= 'avatar/'.$seed.'?s='.$size.'&d='.$this->getConf('default').'&r='.$this->getConf('rating').'&.jpg';
/plugin/hipchat/
H A Daction.php45 $ns = $this->getConf('hipchat_namespaces');
60 $token = $this->getConf('hipchat_token');
61 $room = $this->getConf('hipchat_room');
62 $from = $this->getConf('hipchat_name');
/plugin/mathjax/syntax/
H A Dprotecttex.php77 if ($this->getConf('asciimath')) {
83 $conf_mathtags = $this->getConf('mathtags');
99 if ($this->getConf('asciimath')) {
105 $conf_mathtags = $this->getConf('mathtags');
/plugin/oauth/
H A Dhelper.php43 if ($this->getConf('custom-redirectURI') !== '') {
44 return $this->getConf('custom-redirectURI');
81 if ($this->getConf('mailRestriction') === '') {
84 $validDomains = explode(',', trim($this->getConf('mailRestriction'), ','));
/plugin/katex/syntax/
H A Dprotect.php83 if ( $this->getConf( 'asciimath' ) ) {
89 $conf_mathtags = $this->getConf( 'mathtags' );
107 if ( $this->getConf( 'asciimath' ) ) {
113 $conf_mathtags = $this->getConf( 'mathtags' );
/plugin/clearhistory/
H A Daction.php25 if ($this->getConf('autoclearenabled') == 0) $this->run = true;
55 $onlySmall = $this->getConf('autoclearonlysmall');
56 $onlyNoComment = $this->getConf('autoclearonlynocomment');
/plugin/tiledblog/
H A Dsyntax.php78 (time () - filemtime ($filename) < $this->getConf ('sampleDelai'))) {
84 $width = $this->getConf ('iconSize');
95 $formPos = $this->getConf ('formPosition');
103 (time () - filemtime ($filename) < $this->getConf ('sampleDelai'))) {
110 $width = $this->getConf ('iconSize');
143 in_array (trim ($this->getConf ('adminGroup')), $INFO ['userinfo']['grps']);
/plugin/revealjs/
H A Drenderer.php94 … <link rel="stylesheet" href="'.$this->base.'css/theme/'.$this->getConf('theme').'.css" id="theme">
100 ' . ($this->getConf('show_image_borders') ?
142 $show_controls = $this->getConf('controls') ? 'true' : 'false';
143 $show_progress_bar = $this->getConf('show_progress_bar') ? 'true' : 'false';
144 $size = explode("x", $this->getConf('size'));
145 $auto_slide = $this->getConf('auto_slide');
146 $loop = $this->getConf('loop') ? 'true' : 'false';
165 transition: \''.$this->getConf('transition').'\', // none/fade/slide/convex/concave/zoom
424 && ($this->getConf('build_all_lists') || $this->fragment_list_open) ) {
/plugin/publish/
H A Dhelper.php98 if (!$this->in_namespace($this->getConf('apr_namespaces'), $ID)) {
210 return (count($approvals[$revision]) >= $this->getConf('number_of_approved'));
240 return $approvals[$keys[$this->getConf('number_of_approved') -1]][3];
289 if (!$this->getConf('hide drafts')) {
318 $allowedGroups = array_filter(explode(' ', trim($this->getConf('author groups'))));
342 if (!$this->in_namespace($this->getConf('apr_namespaces'), $id)) {
346 $no_apr_namespaces = $this->getConf('no_apr_namespaces');
376 …search($pages, $dir, array($this,'_search_helper'), array($namespace, $this->getConf('apr_namespac…
377 … $this->getConf('no_apr_namespaces')));

12345678910>>...44