Home
last modified time | relevance | path

Searched refs:isEnabled (Results 51 – 75 of 83) sorted by path

1234

/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/
H A DConnectionPool.php65 if ($connection->isEnabled()) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/
H A DSimple.php21 if ($connection->isEnabled()) {
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php194 if (!$pro->isEnabled()) $class[] = 'disabled';
198 $checked = $pro->isEnabled() ? ' checked="checked"' : '';
207 …__p_'.$id.'">'.$pro->getImageXHTML().$pro->getName().'</label>'.(!$pro->isEnabled()?'<span class="…
/plugin/fedauth/classes/
H A Dfa_provider.class.php68 $this->data['disabled'] = $this->isEnabled() ? 1 : 0;
76 public function isEnabled() { function in fa_provider
/plugin/fedauth/classes/usr/
H A Dfa_login.usr.class.php153 if (!$pro->isEnabled() || ($pro->getURL() == null)) continue;
182 if (!$pro->isEnabled() || !$pro->hasUsername()) {
201 if (!$pro->isEnabled()) {
/plugin/issuetracker/
H A Daction.php1765 if(!is_null($helper) && $helper->isEnabled())
1808 if(!is_null($helper) && $helper->isEnabled())
2049 if(!is_null($helper) && $helper->isEnabled())
2148 if(!is_null($helper) && $helper->isEnabled())
2208 if(!is_null($helper) && $helper->isEnabled())
2291 if(!is_null($helper) && $helper->isEnabled())
2444 if(!is_null($helper) && $helper->isEnabled())
2525 if(!is_null($helper) && $helper->isEnabled())
2588 if(!is_null($helper) && $helper->isEnabled())
3042 if(!is_null($helper) && $helper->isEnabled()) { return $helper->check(); }
H A Dsyntax.php92 if(!is_null($helper) && $helper->isEnabled())
1449 if(!is_null($helper) && $helper->isEnabled())
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js14802 if (!smask.transferMap && webGLContext.isEnabled) {
16406 if (webGLContext.isEnabled) {
H A Dpdf.js.map1isEnabled) {\n let composed = webGLContext.composeSMask({\n layer: layerCtx.canvas,\n …
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DPolicyHintsControl.php38 protected $isEnabled;
41 * @param bool $isEnabled
43 public function __construct(bool $isEnabled = true)
45 $this->isEnabled = $isEnabled;
50 * @param bool $isEnabled argument
53 public function setIsEnabled(bool $isEnabled)
55 $this->isEnabled = $isEnabled;
65 return $this->isEnabled;
35 protected $isEnabled; global() variable in FreeDSx\\Ldap\\Control\\Ad\\PolicyHintsControl
40 __construct(bool $isEnabled = true) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php100 * @param bool $isEnabled
103 public static function policyHints(bool $isEnabled = true): PolicyHintsControl
105 return new PolicyHintsControl($isEnabled);
102 policyHints(bool $isEnabled = true) global() argument
/plugin/recaptcha/
H A Dhelper.php19 function isEnabled(){ function in helper_plugin_recaptcha
/plugin/recaptcha2/
H A Dhelper.php20 function isEnabled(){ function in helper_plugin_recaptcha2
/plugin/recommend/
H A Daction.php195 if (!is_null($captcha) && $captcha->isEnabled() && !$captcha->check()) {
/plugin/requiz/
H A Dhelper.php18 function isEnabled(){ function in helper_plugin_requiz
/plugin/struct/meta/
H A DCSVImporter.php128 if (!$col->isEnabled()) continue;
H A DColumn.php143 public function isEnabled() function in dokuwiki\\plugin\\struct\\meta\\Column
H A DSchema.php328 static fn(Column $col) => $col->isEnabled()
346 if ($col->isEnabled() && PhpString::strtolower($col->getLabel()) === PhpString::strtolower($name)) {
387 'isenabled' => $column->isEnabled(),
H A DSchemaEditor.php119 $class = $col->isEnabled() ? '' : 'disabled';
155 $checked = $col->isEnabled() ? 'checked="checked"' : '';
/plugin/swiftmail/
H A DSwift.php88 if ($this->hasOption(self::ENABLE_LOGGING) && !$log->isEnabled())
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php304 if ($log->isEnabled())
/plugin/swiftmail/Swift/
H A DLog.php88 public function isEnabled() function in Swift_Log
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php232 if (!$this->colors->isEnabled()) $prefix = '';
H A DColors.php94 public function isEnabled() function in splitbrain\\phpcli\\Colors

1234