Home
last modified time | relevance | path

Searched refs:getConf (Results 76 – 100 of 1091) sorted by relevance

12345678910>>...44

/plugin/translation2/
H A Daction.php41 if (strlen(trim($this->getConf('languages'))) == 0) {
46 …this->getConf('languages'), $this->getConf('default_language')) === false) $this->conf['default_la…
53 if (strpos($this->getConf('languages'), $blang) !== false) {
61 …if (strpos($this->getConf('languages'), $lang) === false) $lang = preg_replace('/^(..+?)[:\/].*/i'…
104 $languages = explode(',', $this->getConf('languages'));
108 …$newID = (($lang!=$this->getConf('default_language'))?$lang.':':'') . (($ID{2}==':')?substr($ID…
/plugin/bookcreator/action/
H A Dpagetools.php63 <a href="' . wl($this->getConf('book_page')) . '" class="bc__manager">
71 <a href="' . wl($this->getConf('help_page')) . '" class="bc__bookmarkhelp">
91 $JSINFO['bookcreator']['showBookbar'] = $this->getConf('toolbar');
127 if($isbookbar && ($this->getConf('toolbar') == "never")) {
131 if(cleanID($this->getConf('book_page')) == $ID) {
143 $skipPagesRegexp = join("|", explode(",", preg_quote($this->getConf('skip_ids'))));
144 if(!$exists || ($this->getConf('skip_ids') !== '' && preg_match("/$skipPagesRegexp/i", $ID))) {
157 return auth_quickaclcheck(cleanID($this->getConf('book_page'))) >= AUTH_READ;
/plugin/orgapp/
H A Dsyntax.php38 $out['width'] = $this->getConf('width');
39 $out['height'] = $this->getConf('height');
40 $out['name'] = $this->getConf('name');
41 $out['code'] = $this->getConf('code');
42 $out['archive'] = $this->getConf('archive');
43 $out['target'] = $this->getConf('target');
44 $out['type'] = $this->getConf('type');
/plugin/mediathumbnails/
H A Dsyntax.php92 if ($this->getConf('show_missing_thumb_error')) {
93 $renderer->doc .= trim($this->getConf('no_thumb_error_message')) . " " . $mediapath_file;
105 …$i['style'] = "max-width:".$this->getConf('thumb_max_dimension')."px;max-height:".$this->getConf('…
109 …$renderer->doc .= ($this->getConf('link_to_media_file') ? '<a href="/lib/exe/fetch.php?media=' . …
111 ($this->getConf('link_to_media_file') ? '</a>' : '');
/plugin/pagestat/
H A Daction.php26 $JSINFO['g_wordlists']=$this->getConf('g_wordlists');
27 $JSINFO['user_wordlists']=$this->getConf('user_wordlists');
28 $JSINFO['subtitle_dst']=$this->getConf('subtitle_dst');
29 $JSINFO['stable_dst']=$this->getConf('stable_dst');
30 $JSINFO['def_dst']=$this->getConf('def_dst');
31 $JSINFO['wordlist_dst']=$this->getConf('wordlist_dst');
/plugin/html5video2/syntax/
H A Dvideo.php94 $poster = $this->getConf('GlobalVideoPreviewPicture');
176 …$obj = '<video id="'.hsc($this->getConf('videoPlayerIDText')).'' . $counter . '" class="video-js v…
179 ' controls preload="'.hsc($this->getConf('VideoPreload')).
181 …' data-setup=\'{"techOrder": ["'.hsc($this->getConf('preferedVideoTechnologie')).'", "'.hsc($this-…
184 …$obj .= '<source src="' . ml($src) . '" type="'.hsc($this->getConf('html5VideoType')).'" /></video…
187 if($this->getConf('showThumbOnPrint') && $poster != "") {
196 } else if($this->getConf('showStandardTextOnPrint')) {
198 …$obj .= '<div class="vjs-alternatetext">' . hsc($this->getConf('standardAlternateTextPrint')) . '<…
/plugin/searchpattern/
H A Dsyntax.php376getConf('ndqerr') == 'warning' || $this->getConf('ndqerr') == 'nowarn') && ($data['type'] != 'rege…
401 if( $this->getConf('badopt') == 'error' ) {
404 if( $this->getConf('badopt') == 'warning' ) {
444 if( $callPluginHandlerError && $this->getConf('badopt') == 'nocatch' ) {
450 if( $callPluginHandlerError && $this->getConf('badopt') == 'error' ) {
485 if( $this->getConf('dispheadl') == 'nodisp' ) {
523 …if($params['ndq_err'] == true && $this->getConf('ndqerr') == 'warning'){ //if there is a ndq error…
533 …if(isset($params['ignored_options']) && $this->getConf('ignopt') == 'warning'){ //if an option has…
629 …->getConf('ndqerr') == 'error' && $params['ndq_err'] == true) || ($this->getConf('regerr') == 'err…
632 … if($params['ndq_err'] == true && $this->getConf('ndqerr') == 'error'){ //if the error is ndq type
[all …]
/plugin/matrixnotifier/
H A Dhelper.php22 $validNamespaces = $this->getConf('namespaces');
38 if (($etype == 'C') && ($this->getConf('notify_create') == 1))
42 elseif (($etype == 'E') && ($this->getConf('notify_edit') == 1))
46 …elseif (($etype == 'e') && ($this->getConf('notify_edit') == 1) && ($this->getConf('notify_edit_mi…
50 elseif (($etype == 'D') && ($this->getConf('notify_delete') == 1))
107 if (($this->_event != 'delete') && $this->getConf('notify_show_summary'))
148 $homeserver = $this->getConf('homeserver');
149 $roomid = $this->getConf('room');
150 $accesstoken = $this->getConf('accesstoken');
/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);
/plugin/tokenbucketauth/
H A Daction.php53 if($ACT === 'login' || $this->getConf('tba_block_whole_wiki'))
58 $banned_f = $conf['cachedir'] . '/' . $this->getConf('tba_block_file');
75 $track_f = $conf['cachedir'] . '/' . $this->getConf('tba_iptime_file');
96 …if(in_array($ip, preg_split('/[\s,]+/', $this->getConf('tba_whitelist'), null, PREG_SPLIT_NO_EMPTY…
105 if($this->blocked[$ip] + $this->getConf('tba_block_time') > $time)
120 $time = $time - $this->getConf('tba_mean_time');
121 $max = $this->getConf('tba_nb_attempt');
150 $this->blocked[$ip] = $time + $this->getConf('tba_mean_time');
187 …io_saveFile($conf['cachedir'] . '/' . $this->getConf('tba_iptime_file'), serialize($this->users_tr…
201 $lockf = $conf['cachedir'] . '/' . $this->getConf('tba_lockfile');
[all …]
/plugin/authjoomla/
H A Dauth.php30 !empty($this->getConf('cookiename'))
46 if (empty($this->getConf('cookiename'))) return;
47 if (empty($_COOKIE[$this->getConf('cookiename')])) return;
50 $session = $_COOKIE[$this->getConf('cookiename')];
51 $sql = $this->getConf('select-session');
75 $prefix = $this->getConf('tableprefix');
/plugin/tools/
H A Daction.php64 $show = $this->getConf('show_tools');
90 $sp = join("|",explode(",",preg_quote($this->getConf('skip_ids'))));
95 $be = explode(",",$this->getConf('tools'));
123 if (($this->getConf('show_link') == 0) || ($this->getConf('show_link') == 2)) {
129 if (($this->getConf('show_link') == 1) || ($this->getConf('show_link') == 2)) {
140 … if ($this->getConf('show_header')) $html[] = '<li class="head">'.$this->getLang('tools').'</li>';
/plugin/logstats/
H A Daction.php131 if($this->getConf('banned_agents') != "") {
132 $tmp_array_agents_banned = explode(',', $this->getConf('banned_agents'));
141 if($this->getConf('banned_ip') != "") {
142 $tmp_array_ip_banned = explode(',', $this->getConf('banned_ip'));
151 if($this->getConf('banned_users') != "") {
152 $tmp_array_users_banned = explode(',', $this->getConf('banned_users'));
175 $dir = dirname($this->getConf('accesslog'));
176 $log = basename($this->getConf('accesslog'));
/plugin/tfslink/syntax/
H A Dworkitemlink.php51 … && ( strlen($collectionName) > 0 || $this->getConf('showdefaultcollectiontitle')))
75 $target = $this->getConf('linktarget');
89 $collection = $this->getConf('defaultCollection');
91 if ($this->getConf('debug')) {
100 $collections = $this->getConf('collections');
102 if ($this->getConf('debug')) {
108 if ($this->getConf('debug')) {
/plugin/gtime/action/
H A Dtimestamp.php50 $Timestamper_URL=$this->getConf('Timestamper_URL');
53 $Extender_URL=$this->getConf('Extender_URL');
56 $Publications_URL=$this->getConf('Publications_URL');
59 $Publications_TTL=$this->getConf('Publications_TTL');
93 $Publications_URL=$this->getConf('Publications_URL');
101 $Publications_TTL=$this->getConf('Publications_TTL');
157 $Publications_URL=$this->getConf('Publications_URL');
164 $Extender_URL=$this->getConf('Extender_URL');
217 $Timestamper_URL=$this->getConf('Timestamper_URL');
279 $Publications_URL=$this->getConf('Publications_URL');
/plugin/discordnotifier/
H A Dhelper.php33 $validNamespaces = $this -> getConf ( 'namespaces' );
55 if ( $event_type == 'create' && $this -> getConf ( 'notify_create' ) == 1 ) {
58 } elseif ( $event_type == 'edit' && $this -> getConf ( 'notify_edit' ) == 1 ) {
61 …seif ( $event_type == 'edit minor' && ( $this -> getConf ( 'notify_edit' ) == 1 ) && ( $this -> ge…
64 } elseif ( $event_type == 'delete' && $this -> getConf ( 'notify_delete' ) == 1 ) {
101 if ( $this -> getConf ( 'notify_show_name' ) === 'real name' ) {
103 } elseif ( $this -> getConf ( 'notify_show_name' ) === 'username' ) {
121 …if ( ( strpos ( $this -> _event, 'edit' ) !== false ) && $this -> getConf ( 'notify_show_summary' …
170 $webhooks_array = explode( ';', $this -> getConf ( 'webhook' ) );
/plugin/sphinxsearch/
H A Daction.php115 …$search = new SphinxSearch($this->getConf('host'), $this->getConf('port'), $this->getConf('index')…
116 $search->setSnippetSize($this->getConf('snippetsize'));
117 $search->setArroundWordsCount($this->getConf('aroundwords'));
118 $search->setTitlePriority($this->getConf('title_priority'));
119 $search->setBodyPriority($this->getConf('body_priority'));
120 $search->setNamespacePriority($this->getConf('namespace_priority'));
121 $search->setPagenamePriority($this->getConf('pagename_priority'));
132 $result = $search->search($start, $this->getConf('maxresults'));
394 $this->_search->setNamespacePriority($this->getConf('mp_namespace_priority'));
395 $this->_search->setPagenamePriority($this->getConf('mp_pagename_priority'));
/plugin/authradius/
H A Dauth.php42 $host = $this->getConf('host');
43 $port = $this->getConf('port');
44 $secret = $this->getConf('secret');
45 $timeout = $this->getConf('timeout');
46 $tries = $this->getConf('tries');
79 $auth_type = $this->getConf('auth_type');
163 $data['mail'] = $user.'@'.$this->getConf('mailhost');
170 $data['grps'] = array($this->getConf('defaultgroup'));
/plugin/actickets/
H A Dsyntax.php63 $this->getConf('actickets.hash').self::PATTERN_FULLTICKET.'|'.
64 $this->getConf('actickets.hash').self::PATTERN_TICKET.'|'.
73 …} else if (preg_match('/'.$this->getConf('actickets.hash').self::PATTERN_FULLTICKET_GRP.'/', $matc…
76 …} else if (preg_match('/'.$this->getConf('actickets.hash').self::PATTERN_TICKET_GRP.'/', $match, $…
93 $url = $this->getConf('actickets.url');
99 $renderer->doc .= $this->getConf('actickets.hash').$data['ticketId'];
/plugin/authimap/
H A Dauth.php25 if(!$this->getConf('server')) {
30 if(!$this->getConf('domain')) {
63 $domain = $this->getConf('domain');
64 $server = $this->getConf('server');
67 if($this->getConf('usedomain')) {
98 $domain = $this->getConf('domain');
/plugin/bugzillaxmlrpc/
H A Dsyntax.php69 $this->xml_data['login'] = $this->getConf('login');
70 $this->xml_data['password'] = $this->getConf('password');
74 curl_setopt($ch, CURLOPT_URL, $this->getConf('xmlrpc.cgi'));
95 $this->xml_data['login'] = $this->getConf('login');
96 $this->xml_data['password'] = $this->getConf('password');
101 curl_setopt($ch, CURLOPT_URL, $this->getConf('xmlrpc.cgi'));
130 $this->xml_data['login'] = $this->getConf('login');
131 $this->xml_data['password'] = $this->getConf('password');
136 curl_setopt($ch, CURLOPT_URL, $this->getConf('xmlrpc.cgi'));
206 $this->getConf('url').$id. '" target="_blank" title="'.
[all …]
/plugin/icons/
H A Daction.php76 if ($this->getConf('loadFontAwesome')) {
81 if ($this->getConf('loadTypicons')) {
86 if ($this->getConf('loadRpgAwesome')) {
91 if ($this->getConf('loadFontlinux')) {
96 if ($this->getConf('loadMaterialDesignIcons')) {
/plugin/authfacebook/
H A Dauth.php84 …if (($appId = $this->getConf('applicationID')) && ($appSecret = $this->getConf('applicationSecret'…
113 if ($me['id'] == $this->getConf('appAdmin'))
125 $USERINFO['grps'] = array( $this->getConf('defaultgroup'));
126 if (($fbgroupid = $this->getConf('fbgid2group')) != ''){
134 if (in_array($me['id'],json_decode($this->getConf('superuser'))))
186 explode(',',$this->getConf('scope'))
192 explode(',',$this->getConf('scope'))
201 explode(',',$this->getConf('scope'))
215 …if (($appId = $this->getConf('applicationID')) && ($appSecret = $this->getConf('applicationSecret'…
238 if ($mapgroups = json_decode($this->getConf('fbgid2group'),true)){
[all …]
/plugin/confightmlok/
H A Dcommon.php24 if (intval($this->getConf('use_sure')) < 1) return false;
26 if (intval($this->getConf('use_really_sure')) < 1) return false;
32 if ($this->getConf('sanitizer') === '') {
34 } else if (preg_match('/^[a-zA-Z\-_0-9]+$/', $this->getConf('sanitizer'))) {
35 $select_sanitizer= $this->getConf('sanitizer');
/plugin/goto/
H A Daction.php27 $auto_login = $this->getConf('auto_login');
34 $which_only = $this->getConf('only_option');
48 $groups = $this->getConf('group');
51 $grp_opt = $this->getConf('group_options');
67 $option = $this->getConf('auto_options');
68 $common = $this->getConf('common_ns');

12345678910>>...44