Home
last modified time | relevance | path

Searched refs:isEnabled (Results 1 – 25 of 83) sorted by last modified time

1234

/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/recommend/
H A Daction.php195 if (!is_null($captcha) && $captcha->isEnabled() && !$captcha->check()) {
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php39 if(!is_null($helper) && $helper->isEnabled()){
72 if(!is_null($helper) && $helper->isEnabled()){
/plugin/combo/syntax/
H A Dheadingwiki.php42 public static function isEnabled(): int function in syntax_plugin_combo_headingwiki
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php354 public function isEnabled() function in Facebook\\WebDriver\\Remote\\RemoteWebElement
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php427 if ($element !== null && $element->isEnabled()) {
450 $element->isEnabled();
H A DWebDriverElement.php104 public function isEnabled(); function
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php301 public function isEnabled() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebElement
304 return $this->element->isEnabled();
/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
/plugin/blogtng/helper/
H A Dcomments.php516 if ($captcha && $captcha->isEnabled()) {
/plugin/edittable/lib/
H A Dhandsontable.full.js5026 if (this.isEnabled && this.isEnabled()) {
5158 if (this.isEnabled) {
36704 value: function isEnabled() {
37373 value: function isEnabled() {
37973 value: function isEnabled() {
39003 value: function isEnabled() {
41329 value: function isEnabled() {
42295 value: function isEnabled() {
42805 value: function isEnabled() {
43771 value: function isEnabled() {
[all …]
/plugin/captcha/
H A Dhelper.php38 public function isEnabled()
32 public function isEnabled() global() function in helper_plugin_captcha
/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/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php239 public function isEnabled() function in Elastica\\Connection
/plugin/ckgedit/action/
H A Dedit.php921 <?php if($this->captcha && $this->captcha->isEnabled()) echo $this->captcha->getHTML(); ?>
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc11129 isEnabled: function() {
12605 isEnabled: function() {
12612 return this.isEnabled() && this.isVisible() ? !0 : !1
H A Dckeditor.js563 isVisible:function(){return this.getElement().getFirst().isVisible()},isEnabled:function(){return!t…
641isEnabled:function(){return!this.getElement().hasClass("cke_disabled")},isVisible:function(){retur…
/plugin/discussion/
H A Daction.php1054 if ($captcha && $captcha->isEnabled()) {
1060 if ($recaptcha && $recaptcha->isEnabled()) {
1540 if ($captcha->isEnabled() && !$captcha->check()) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DUsersettingsNotesExport.php29 public $isEnabled; variable in Google\\Service\\Books\\UsersettingsNotesExport
48 public function setIsEnabled($isEnabled) argument
50 $this->isEnabled = $isEnabled;
57 return $this->isEnabled;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1TargetServer.php33 public $isEnabled; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServer
80 public function setIsEnabled($isEnabled) argument
82 $this->isEnabled = $isEnabled;
89 return $this->isEnabled;

1234