Home
last modified time | relevance | path

Searched refs:getConf (Results 51 – 75 of 1091) sorted by relevance

12345678910>>...44

/plugin/stopforumspam2/
H A Daction.php27 …if ($helper->quickipcheck(null, $this->getConf('accessRefusalFreq'), $this->getConf('accessRefusal…
52 …($ACT == 'edit' and $helper->quickipcheck(null, $this->getConf('protectEditFreq'), $this->getConf(…
56 …CT == 'register' and $helper->quickipcheck(null, $this->getConf('protectRegFreq'), $this->getConf(…
66 $expiremin = $this->getConf('preventNuisanceReg');
87 … $result1 = $helper->freqcheck(null, $email, $username, FALSE, $this->getConf('protectRegFreq'));
88 … $result2 = $helper->confcheck(null, $email, $username, FALSE, $this->getConf('protectRegConf'));
/plugin/authdrupal8/
H A Dauth.php40 if(!$this->getConf('database') || !$this->getConf('username') || !$this->getConf('host')) {
81 $sql = str_replace('%{drupalPrefix}', $this->getConf('prefix'), $sql);
182 $sql = str_replace('%{drupalPrefix}', $this->getConf('prefix'), $sql);
208 $sql = str_replace('%{drupalPrefix}', $this->getConf('prefix'), $sql);
232 $sql = str_replace('%{drupalPrefix}', $this->getConf('prefix'), $this->getUserCount);
304 $con = @mysqli_connect($this->getConf('host'), $this->getConf('username'), $this->getConf('passwor
[all...]
/plugin/batchedit/
H A Dadmin.php30 $this->session = new BatcheditSession($this->getConf('sessionexp'));
125 if ($this->getConf('timelimit') > 0) {
126 set_time_limit($this->getConf('timelimit'));
137 $this->config->getConf('searchlimit') ? $this->config->getConf('searchmax') : -1,
138 $this->config->getConf('matchctx') ? $this->config->getConf('ctxchars') : 0,
139 $this->config->getConf('ctxlines'), $this->config->getConf('tplpatterns'));
146 if (!$this->config->getConf('keepmark
[all...]
/plugin/tplmod/
H A Daction.php52 $language = trim($this->getConf('deflang'));
141 $ips = $this->getConf('ips');
151 $which = $this->getConf('rotatewhich');
152 $dateorip = $this->getConf('dateorip');
164 if($this->getConf('rotate_title')) {
168 $profile = $this->getConf('profile');
184 $search = $this->getConf('search');
201 $logos = $this->getConf('logos');
273 $tags = $this->getConf('taglines');
351 if($this->getConf('profile')) {
[all …]
/plugin/gitbacked/action/
H A Deditcommit.php36 $gitPath = trim($this->getConf('gitPath'));
44 $repoWorkDir = $this->getConf('repoWorkDir');
52 $this->getConf('addParams'));
61 $ignorePaths = trim($this->getConf('ignorePaths'));
83 if ($this->getConf('pushAfterCommit')) {
104 if ($this->getConf('periodicPull')) {
113 $timeToWait = $this->getConf('periodicMinutes')*60;
143 $this->getConf('commitMediaMsgDel')
158 $this->getConf('commitMediaMsg')
195 $msgTemplate = $this->getConf('commitPageMsg');
[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/datepicker/_test/
H A Dsyntax.test.php35 $this->plugin->getConf('emptyStringDate').DOKU_LF.
36 $this->plugin->getConf('emptyStringDate').DOKU_LF.
37 $this->plugin->getConf('emptyStringDate'),trim($mselector->eq(0)->text()));
46 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(0)->text()));
47 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(1)->text()));
48 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(2)->text()));
69 $this->plugin->getConf('emptyStringWeek').DOKU_LF.
70 $this->plugin->getConf('emptyStringWeek').DOKU_LF.
71 $this->plugin->getConf('emptyStringWeek'),trim($mselector->eq(0)->text()));
79 … $this->assertEquals($this->plugin->getConf('emptyStringWeek'), trim($mselector->eq(0)->text()));
[all …]
/plugin/magento/
H A Dauth.php51 $this->db_dsn = $this->getConf( 'databaseDSN' );
52 $this->db_user = $this->getConf( 'databaseUser' );
129 if ( $this->getConf( 'userGroups' ) ) {
151 if ( $this->getConf( 'adminGroups' ) ) {
350 $sep = $this->getConf['sepchar'];
399 if ( $this->getConf( 'debugDatabase' ) == 1 ) {
453 if ( $this->getConf( 'debugDatabase' ) == 1 ) {
517 if ( $this->getConf( 'debugDatabase' ) == 1 ) {
547 if ( $this->getConf( 'debugDatabase' ) == 1 ) {
580 if ( $this->getConf( 'debugDatabase' ) == 1 ) {
[all …]
/plugin/twistienav/
H A Daction.php54 $JSINFO['plugin_twistienav']['twistiemap'] = $this->getConf('twistieMap');
55 $JSINFO['plugin_twistienav']['style'] = $this->getConf('style');
59 …if ($conf['youarehere'] or ($this->getConf('pageIdTrace')) or ($this->getConf('pageIdExtraTwistie'…
96 if (($this->getConf('startPagesOnly') == 0) or (noNS($crumbId) == $conf['start'])) {
119 …if ((($this->getConf('pageIdTrace')) or ($this->getConf('pageIdExtraTwistie'))) and ($ACT == "show…
121 if ($this->getConf('pageIdTrace')) {
138 if ($this->getConf('pageIdExtraTwistie')) {
140 $skeleton .= 'class="twistienav_extratwistie'.' '.$this->getConf('style');
141 $skeleton .= ($this->getConf('twistieMap')) ? ' twistienav_map' : '';
/plugin/twistienav4bootstrap3/
H A Daction.php53 $JSINFO['plugin_twistienav4bootstrap3']['twistiemap'] = $this->getConf('twistieMap');
54 $JSINFO['plugin_twistienav4bootstrap3']['style'] = $this->getConf('style');
58 …if ($conf['youarehere'] or ($this->getConf('pageIdTrace')) or ($this->getConf('pageIdExtraTwistie'…
95 if (($this->getConf('startPagesOnly') == 0) or (noNS($crumbId) == $conf['start'])) {
118 if (($this->getConf('pageIdTrace')) or ($this->getConf('pageIdExtraTwistie'))) {
120 if ($this->getConf('pageIdTrace')) {
137 if ($this->getConf('pageIdExtraTwistie')) {
139 $skeleton .= 'class="twistienav_extratwistie'.' '.$this->getConf('style');
140 $skeleton .= ($this->getConf('twistieMap')) ? ' twistienav_map' : '';
/plugin/maintenancemessage/
H A Daction.php37 if($this->getConf('maintenance_message_on') == true){
38 $message = $this->getConf('maintenance_message_text');
49 if($this->getConf('deny_all_logins') == true){
51 $message = $this->getConf('deny_login_message');
62 if($this->getConf('deny_editing') == true){
63 $message = $this->getConf('deny_editing_message');
/plugin/fontface/
H A Daction.php40 $technique = $this->getConf('technique');
41 $fontFileName = $this->getConf('fontFile');
42 $fontFileName2 = $this->getConf('fontFile2');
43 $fontName = $this->getConf('fontName');
44 $fontName2 = $this->getConf('fontName2');
46 $headings = $this->getConf('headings');
47 $elements = !empty($headings) ? $headings : $this->getConf('elements');
48 $elements2 = $this->getConf('elements2');
79 …$CSSembed .= $elements." { font-family: '".$fontName."', ".$this->getConf('genericFamily')."; }".N…
82 …$CSSembed .= $elements2." { font-family: '".$fontName2."', ".$this->getConf('genericFamily2')."; }…
/plugin/mailto/
H A Daction.php62 if ($this->getConf('mailto_acl_admin_only') && $INFO['isadmin'])
66 foreach ((array)explode(',', $this->getConf('mailto_acl_grps')) as $grps) {
82 . strftime($this->getConf('mailto_dformat'), $metas['plugin']['mailto']['sent']), 2) ;
92 … rawWiki($ID,$REV).$this->getConf('mailto_signature'),/// TODO improve here with a renderer email
93 $this->getConf('mailto_from'),
95 $this->getConf('mailto_bcc'))) {
107 …. strftime($this->getConf('mailto_dformat'), $metas['plugin']['mailto']['sent']),1) ; /// TODO the…
/plugin/deeplautotranslate/
H A Daction.php64 if (!$this->getConf('show_button')) return;
73 if($this->getConf('default_lang_in_ns') and $lang_ns === $this->get_default_lang()) {
82 if($this->getConf('default_lang_in_ns')) return;
105 if($this->getConf('default_lang_in_ns') and $lang_ns === $this->get_default_lang()) {
193 if ($event->data == 'translate' and !$this->getConf('show_button')) return;
240 if (!$this->getConf('show_button')) {
260 if ($this->getConf('default_lang_in_ns')) {
328 return trim(strtolower($this->getConf('glossary_ns')));
333 if ($this->getConf('editor_regex')) {
334 if (preg_match('/' . $this->getConf('editor_rege
[all...]
/plugin/sphinxsearch-was/
H A Daction.php59 if ($this->getConf('showversion')) {
121 …$search = new SphinxSearch($this->getConf('host'), $this->getConf('port'), $this->getConf('index')…
122 $search->setSnippetSize($this->getConf('snippetsize'));
123 $search->setArroundWordsCount($this->getConf('aroundwords'));
124 $search->setTitlePriority($this->getConf('title_priority'));
125 $search->setBodyPriority($this->getConf('body_priority'));
126 $search->setNamespacePriority($this->getConf('namespace_priority'));
127 $search->setPagenamePriority($this->getConf('pagename_priority'));
138 $result = $search->search($start, $this->getConf('maxresults'));
227 if ($this->getConf('showversion')) {
[all …]
/plugin/fastwiki/
H A Daction.php58 'secedit' => $this->getConf('secedit'),
59 'preview' => $this->getConf('preview'),
60 'fastpages' => $this->getConf('fastpages'),
61 'save' => $this->getConf('save'),
62 'fastshow' => $this->getConf('fastshow'),
63 'fastshow_same_ns' => $this->getConf('fastshow_same_ns'),
64 'fastshow_include' => $this->getConf('fastshow_include'),
65 'fastshow_exclude' => $this->getConf('fastshow_exclude'),
66 'preload' => function_exists('curl_init') ? $this->getConf('preload') : false,
68 'preload_batchsize'=> $this->getConf('preload_batchsiz
[all...]
/plugin/directions/
H A Daction.php79 $logstats_accessconf = $this->getConf('hitslog');
202 if ($this->getConf('hitslog') != ""){
211 if ($this->getConf('banned_agents') != "")
213 $tmp_array_agents_banned = explode(',', $this->getConf('banned_agents'));
224 if ($this->getConf('banned_ip') != "")
226 $tmp_array_ip_banned = explode(',', $this->getConf('banned_ip'));
239 if ($this->getConf('banned_users') != "")
241 $tmp_array_users_banned = explode(',', $this->getConf('banned_users'));
275 io_saveFile(DOKU_INC . $this->getConf('hitslog'), $hit, true);
/plugin/sidebarng/
H A Daction.php29 $pos = $this->getConf('pos');
51 $pos = $this->getConf('pos');
72 $sb_order = explode(',', $this->getConf('order'));
73 $sb_content = explode(',', $this->getConf('content'));
108 $pname = $this->getConf('pagename');
116 $always = $this->getConf('main_always');
133 $user_ns = $this->getConf('user_ns');
134 $group_ns = $this->getConf('group_ns');
146 $user_ns = $this->getConf('user_ns');
170 $group_ns = $this->getConf('group_ns');
[all …]
/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/jirainfo/
H A Daction.php47 $uri = parse_url($this->getConf('apiUrl'));
53 $this->getConf('apiUser'),
54 $this->getConf('apiPass'),
67 $arrFields = explode(",", $this->getConf('taskHideField'));
127 $arrURL = parse_url($this->getConf('apiUrl'));
149 'placement' => $this->getConf('popoverPlacement'),
150 'trigger' => $this->getConf('popoverTrigger'),
151 'animation' => $this->getConf('popoverAnimation')
/plugin/statistics/
H A Dhelper.php21 $this->prefix = $this->getConf('db_prefix');
43 $this->prefix = $this->getConf('db_prefix');
57 $this->prefix = $this->getConf('db_prefix');
71 if(!$this->getConf('db_server')) return null;
74 $this->getConf('db_server'),
75 $this->getConf('db_user'),
76 $this->getConf('db_password')
82 if(!mysqli_select_db($this->dblink, $this->getConf('db_database'))) {
/plugin/structtasks/
H A Daction.php38 $getConf = [$this, 'getConf'];
41 new AssignedNotifier($getConf, $getLang),
42 new ClosedStatusNotifier($getConf, $getLang),
43 new DateNotifier($getConf, $getLang),
44 new DeletedNotifier($getConf, $getLang),
45 new OpenStatusNotifier($getConf, $getLang),
46 new RemovedNotifier($getConf, $getLang),
47 new SelfRemovalNotifier($getConf, $getLang),
/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/captcha/
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/interwikiformatting/
H A Dsyntax.php49 $ignored_shortcuts = explode(' ', $this->getConf('ignored_shortcuts'));
60 $strippable_extensions = explode(' ', $this->getConf('strippable_extensions'));
61 $strip_query = ($this->getConf('strip_query') == 1 ? true : false);
62 $word_separators = explode(' ', $this->getConf('word_separators'));
63 $anchor_replacement = $this->getConf('anchor_replacement');
64 $slash_replacement = $this->getConf('slash_replacement');
65 $capitalize_words = ($this->getConf('capitalize_words') == 1 ? true : false);
66 $capitalize_exceptions = explode(' ', $this->getConf('capitalize_exceptions'));

12345678910>>...44