Home
last modified time | relevance | path

Searched refs:getConf (Results 151 – 175 of 1091) sorted by last modified time

12345678910>>...44

/plugin/slacknotifier/
H A Daction.php
/plugin/slacknotifier/helper/
H A DConfig.php30 return $this->plugin->getConf($name, null);
/plugin/katex/action/
H A Dload.php45 if ( $this->getConf( 'extension-mhchem' ) ) {
52 if ( $this->getConf( 'extension-copy-tex' ) ) {
84 $cdn_provider = $this->getConf( 'cdn-provider' );
H A Dsetup.php42 $conf_option_output = $this->getConf( 'option-output' );
56 $conf_option_delimiters = $this->getConf( 'option-delimiters' );
84 $conf_option_ignored_tags = $this->getConf( 'option-ignored-tags' );
112 $conf_option_ignored_classes = $this->getConf( 'option-ignored-classes' );
139 $conf_option_throwonerror = $this->getConf( 'option-throwonerror' );
149 $conf_option_error_color = $this->getConf( 'option-error-color' );
180 $conf_option_macros = $this->getConf( 'option-macros' );
/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/bbcodeextensions/syntax/
H A Danchor.php48 $renderer->doc .= $this->getConf('anchor_symbol');
H A Dclassspan.php37 $defcl= $this->getConf('class_preffix') ?? 'bbcodeextensions';
H A Dclassdiv.php34 $defcl= $this->getConf('class_preffix') ?? 'bbcodeextensions';
/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/oauth/
H A DOAuthManager.php256 $auth->getConf('overwrite-groups')
265 } elseif (actionOK('register') || $auth->getConf('register-on-auth')) {
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'), ','));
H A DAdapter.php381 return $this->getConf('key');
391 return $this->getConf('secret');
H A Dauth.php46 if ($this->getConf('singleService')) {
/plugin/oauth/action/
H A Dlogin.php91 $singleService = $this->getConf('singleService');
121 $singleService = $this->getConf('singleService');
173 $singleService = $this->getConf('singleService');
204 if ($this->getConf('singleService')) {
/plugin/smtp/
H A Daction.php56 $this->getConf('smtp_host'),
57 $this->getConf('smtp_port'),
58 $this->getConf('smtp_ssl')
60 if($this->getConf('auth_user')){
62 $this->getConf('auth_user'),
63 $this->getConf('auth_pass')
67 helper_plugin_smtp::getEHLO($this->getConf('localdomain'))
81 if(!$ok && $this->getConf('debug')) {
/plugin/embeddedphp/syntax/
H A Dphpinline.php105 $allow = ($this->getConf('embedphpok') == 1) &&
106 ($this->getConf('privatewiki') == 1);
/plugin/htmlokalt/
H A Dcommon.php19 if (intval($this->getConf('use_sure')) < 1) return false;
21 if (intval($this->getConf('use_really_sure')) < 1) return false;
/plugin/statistics/inc/
H A DStatisticsLogger.class.php88 $tolog = $this->hlp->getConf('loggroups');
/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/farmer/action/
H A Ddisable.php30 if ($this->getConf('disable_new_plugins')) {
/plugin/farmer/admin/
H A Dnew.php335 $deactivatedPluginsList = explode(',', $this->getConf('deactivated plugins'));
/plugin/approve/action/
H A Dviewmode.php29 if (!$this->getConf('viewmode')) return;
45 if (!$this->getConf('viewmode')) return false;
57 if (!$this->getConf('viewmode')) return false;
H A Dmigration.php73 $apr_namespaces = preg_split('/\s+/', $this->getConf('apr_namespaces', ''),
91 $no_apr_namespaces = $this->getConf('no_apr_namespaces', '');
140 if ($this->getConf('ready_for_approval') &&
141 $summary == $this->getConf('sum ready for approval')) {
144 } elseif($summary == $this->getConf('sum approved')) {
206 if ($revInfo['sum'] == $this->getConf('sum approved')) {
233 if ($revInfo['sum'] == $this->getConf('sum approved')) {
H A Dnotification.php58 if ($this->getConf('ready_for_approval_notification')) {
/plugin/approve/syntax/
H A Dtable.php188 } elseif ($this->getConf('ready_for_approval') && $ready_for_approval) {
241 if($this->getConf('ready_for_approval')) {

12345678910>>...44