Home
last modified time | relevance | path

Searched refs:getConf (Results 751 – 775 of 1091) sorted by relevance

1...<<31323334353637383940>>...44

/plugin/redirect/
H A Dhelper.php70 if($this->getConf('showmsg')) {
/plugin/tindexmenu/inc/
H A Drepo.class.php15 if(!$idxm->getConf('be_repo') || empty($file)) return false;
/plugin/bugzillaint/syntax/
H A Dlist.php60 …match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf('list_default_ext…
/plugin/shorty/
H A Dsyntax.php61 if (!$service) return $this->getConf('default_service');
/plugin/git/action/
H A Dcommit.php50 $this->getConf('');
/plugin/interwiki/
H A Daction.php39 $this->getConf('excluded_shortcuts')
/plugin/dlcounter/
H A Daction.php46 $extension = str_replace(' ', '', strtolower($this->getConf('extensions')) );
/plugin/indexmenu/inc/
H A Drepo.class.php20 if (!$idxm->getConf('be_repo') || empty($file)) return false;
/plugin/linksenhanced/syntax/
H A Dlink.php77 if($this->getConf('check_all_external') == 1)
79 if($this->getConf('check_only_namespace') != '')
81 $namespaces = explode(',', $this->getConf('check_only_namespace'));
/plugin/redproject/
H A Dsyntax.php76 $data['server_token'] = $this->getConf('redproject.API');
79 $data['server_url'] = $this->getConf('redproject.url');
106 $view = $this->getConf('redproject.view');
/plugin/talkpage/
H A Dsyntax.php61 $talkns = cleanID($this->getConf('talkns'));
/plugin/nsexport/action/
H A Dajax.php29 $this->getConf('autoexport');
/plugin/latexit/
H A Daction.php56 if ( $this->getConf('showexportbutton') && $event->data['view'] == 'main') {
/plugin/copypage/
H A Daction.php42 if ($this->getConf('replaceid')) {
/plugin/drawio/
H A Dsyntax.php77 …hinfo($media_id, PATHINFO_EXTENSION),array_map('trim',explode(",",$this->getConf('toolbar_possible…
/plugin/dwtimeline/
H A Daction.php55 …$skeleton = '<dwtimeline align="' . $this->getConf('align') . '" title="' . $this->getLang('tl-tit…
/plugin/aichat/
H A Dsyntax.php
/plugin/bureaucracy-au/helper/
H A Dactionmail.php122 } else if($file['size'] > $this->getConf('maxEmailAttachmentSize')) {
124 …'attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this->getConf('maxEmailAttachme…
/plugin/bureaucracyau/helper/
H A Dactionmail.php122 } else if($file['size'] > $this->getConf('maxEmailAttachmentSize')) {
124 …'attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this->getConf('maxEmailAttachme…
/plugin/medialist/
H A Dhelper.php159 } elseif ($this->getConf('emptyInfo')) {
207 if ($this->getConf('checkboxes')) {
/plugin/fileshare/syntax/
H A DFileshare.php111 $archivRootDir = $this->getConf ( 'archivRootDir' );
237 $allowedUserGroups = $this->getConf ( $settingRole);
/plugin/davcard/action/
H A Dajax.php142 $cardpattern = $this->getConf('popup_content');
233 $dateStr = $date->format($this->getConf('date_format'));
/plugin/imageflow/syntax/
H A Dimageflow.php189 …$reflect = array('reflect' => $this->getConf('reflect') ? 1 : 0, 'bgc' => $this->getConf('reflectB…
/plugin/oauth/
H A DOAuthManager.php256 $auth->getConf('overwrite-groups')
265 } elseif (actionOK('register') || $auth->getConf('register-on-auth')) {
/plugin/bureaucracy/helper/
H A Dactionmail.php131 } else if($file['size'] > $this->getConf('maxEmailAttachmentSize')) {
133 …'attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this->getConf('maxEmailAttachme…

1...<<31323334353637383940>>...44