Home
last modified time | relevance | path

Searched refs:getConf (Results 251 – 275 of 1091) sorted by last modified time

1...<<11121314151617181920>>...44

/plugin/snippets/
H A Daction.php53 $old_rev=$this->getConf('old_revisions')?'on':'off';
82 if($this->getConf('snips_updatable')) {
87 if($this->getConf('userreplace')) {
92 …$JSINFO['default_macro_string'] = $this->getConf('default_macro_string') ? $this->getConf('default…
110 if($this->getConf('prettytitles')) {
150 $force_old = $this->getConf('old_revisions');
279 if($this->getConf('skip_unset_macros')) {
/plugin/ckgedit/action/
H A Dedit.php67 $dwedit_ns = $this->getConf('dwedit_ns');
237 if($this->getConf('smiley_hack')) {
372 if($this->getConf('duplicate_notes')) {
420 if($this->getConf('duplicate_notes')) {
576 $guest_media = $this->getConf('guest_media');
599 if ($this->getConf('allow_ckg_filebrowser') == 'all') {
603 $fb = $this->getConf('allow_ckg_filebrowser');
614 if($this->getConf('style_sheet')) {
799 $using_scayt = ($this->getConf('scayt')) == 'on';
941 <?php if($this->getConf('complex_tables')) { ?>
[all …]
H A Dsave.php39 $preserve_enc = $this->getConf('preserve_enc');
145 if($this->getConf('complex_tables')) {
214 if(!$this->getConf('rel_links')) {
229 if($this->getConf('rel_links'))
252 if($this->getConf('rel_links')) {
376 if(!$this->getConf('imgpaste')) return;
378 $filename = $imgpaste->getConf('filename');
H A Dmeta.php63 if(!$this->getConf('dw_priority')) { return; }
369 $dwedit_ns = $this->getConf('dwedit_ns');
548 if($this->getConf('winstyle')) {
686 $default_fb = $this->getConf('default_fb');
696 if($this->getConf('openfb') || $acl == 255) {
731 $scayt_lang = $this->getConf('scayt_lang');
738 if ($this->getConf('winstyle')) {
786 $onoff = $this->getConf('dblclk');
796 $syntaxDiv = $wrap_helper->getConf('syntaxDiv');
802 $syntaxSpan = $wrap_helper->getConf('syntaxSpan');
[all …]
/plugin/ckgedit/
H A Dhelper.php29 $str = $this->getConf($val);
114 $open_upload = $this->getConf('open_upload');
115 $editor_backup = $this->getConf('editor_bak');
118 $scayt_lang = $this->getConf('scayt_lang');
121 $scayt_auto = $this->getConf('scayt_auto');
122 $color_opts = $this->getConf('color_options');
123 $font_opts = $this->getConf('font_options');
124 $toolbar_opts = $this->getConf('alt_toolbar');
125 $mfiles = $this->getConf('mfiles');
127 $ckg_gui = $this->getConf('gui');
[all …]
/plugin/twofactortelegram/
H A Daction.php80 $token = $this->getConf('bot_token');
/plugin/epub/scripts/
H A Depub_utils.php95 $use_less = $r->getConf('less');
472 $rmdir= $plugin->getConf('rmdir');
588 $url = $plugin->getConf('url');
592 $config = $plugin->getConf('config');
/plugin/epub/
H A Daction.php33 if(!$this->getConf('permalink')) return;
72 $epub_group = $this->getConf('group');
H A Dhelper.php109 return $this->getConf($which);
/plugin/tagfilter/syntax/
H A Dfilter.php345 $attrs['size'] = $this->getConf("DropDownList_size");
383 $attrs['size'] = $this->getConf("DropDownList_size");
/plugin/tagfilter/
H A Dhelper.php333 $id = $this->getConf('nsTagImage') . ':' . str_replace([' ', ':'], '_', $tag);
/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/sectiontoggle/
H A Daction.php29 $NS_inc = implode("|",$this->normalize_names($this->getConf('incl_ns'),true));
36 $id_inc = implode("|",$this->normalize_names($this->getConf('incl_pg')));
37 $JSINFO['toc_xcl'] = $this->getConf('toc_toggle'); /* Determines whether or not to apply jQuery toc code to current page*/
44 $NS = implode("|",$this->normalize_names($this->getConf('xcl_ns'),true));
51 $id = implode("|",$this->normalize_names($this->getConf('xcl_pg')));
63 $p = $this->getConf('platform');
66 $headers = $this->getConf('headers');
68 $xcl_headers = $this->getConf('xcl_headers');
71 $JSINFO['se_type'] = $this->getConf('type');
72 $JSINFO['h_ini_open'] = trim(strtolower($this->getConf('h_ini_ope
[all...]
/plugin/dwedit/
H A Daction.php65 $dwedit_ns = $this->helper->getConf('dwedit_ns');
/plugin/discussion/
H A Daction.php372 if($this->getConf('excluded_ns') == '') {
378 if($this->getConf('automatic')) {
437 if (!$this->getConf('usethreading')) {
441 if($this->getConf('newestfirst')) {
507 if ((!$this->getConf('allowguests'))
843 … && ($this->getConf('allowguests') || $_SERVER['REMOTE_USER']) && $this->getConf('usethreading')
989 if ($this->getConf('urlfield')) {
1001 if ($this->getConf('addressfield')) {
1274 if ($this->getConf('moderatorsnotify')) {
1398 if ($this->getConf('wikisyntaxok')) {
[all …]
H A Dhelper.php284 $groups = trim($this->getConf('moderatorgroups'));
/plugin/discussion/syntax/
H A Dthreads.php135 if ($perm_create && ($this->getConf('threads_formposition') == 'top')) {
161 if ($perm_create && ($this->getConf('threads_formposition') == 'bottom')) {
/plugin/evesso/
H A Dauth.php243 } elseif(actionOK('register') || $this->getConf('register-on-auth')) {
H A Dhelper.php55 if ($this->getConf('custom-redirectURI') !== '') {
56 return $this->getConf('custom-redirectURI');
72 return $this->getConf('singleService') == '';
76 return $this->getConf('singleService') != '';
80 return $this->getConf('singleService') == 'EveOnline';
90 return $this->getConf('eveonline-key');
100 return $this->getConf('eveonline-secret');
110 return $this->getConf('eveonline-authurl');
120 return $this->getConf('eveonline-tokenurl');
127 if ($this->getConf($name) === '') {
[all …]
H A Daction.php345 if ($this->getConf('login-button') == 'Button') {
347 } elseif ($this->getConf('login-button') == 'LargeLight') {
349 } elseif ($this->getConf('login-button') == 'LargeDark') {
351 } elseif ($this->getConf('login-button') == 'SmallLight') {
353 } elseif ($this->getConf('login-button') == 'SmallDark') {
/plugin/changes/
H A Dsyntax.php239 if ($this->getConf('listmedia')) {
275 if ($this->getConf('listmedia') || $reverse) {
412 $renderer->cdata(dformat($date, $this->getConf('dayheaderfmt')));
415 $renderer->header(dformat($date, $this->getConf('dayheaderfmt')), 3, 0);
/plugin/publish/action/
H A Dbanner.php41 if($INFO['perm'] <= AUTH_READ && $this->getConf('hidereaderbanner')){
45 if ($this->hlp->isCurrentRevisionApproved() && $this->getConf('hide_approved_banner')) {
89 if ($this->getConf('apr_mail_receiver') !== '' && $INFO['isadmin']) {
90 $addr = $this->getConf('apr_mail_receiver');
99 $note = trim($this->getConf('internal note'));
158 … printf(' ' . $this->getLang('approvals'), $approvalCount, $this->getConf('number_of_approved'));
H A Dmail.php59 if ($this->getConf('apr_mail_receiver') === '') {
64 $receiver = $this->getConf('apr_mail_receiver');
H A Dapprove.php106 …if ($this->getConf('send_mail_on_approve') && $this->helper->isRevisionApproved($approvalRevision)…
/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')));

1...<<11121314151617181920>>...44