Searched refs:isEnabled (Results 1 – 11 of 11) sorted by relevance
/webtrees/resources/views/admin/ |
H A D | modules.phtml | 143 <td class="text-center" data-sort="<?= $module->isEnabled() ?>"> 144 …box', ['label' => '', 'name' => 'status-' . $module->name(), 'checked' => $module->isEnabled()]) ?> 157 <?php if ($module->isEnabled()) : ?>
|
H A D | components.phtml | 61 <?php if ($module->isEnabled()) : ?> 85 … id="status-<?= e($module->name()) ?>" <?= $module->isEnabled() ? 'checked' : '' ?>>
|
H A D | control-panel.phtml | 763 <?php if ($module->isEnabled()) : ?>
|
/webtrees/app/Module/ |
H A D | ModuleInterface.php | 64 public function isEnabled(): bool; function
|
H A D | AbstractModule.php | 153 final public function isEnabled(): bool function in Fisharebest\\Webtrees\\Module\\AbstractModule
|
/webtrees/app/Http/RequestHandlers/ |
H A D | ModulesAllAction.php | 60 $old_status = $module->isEnabled();
|
H A D | AbstractModuleComponentAction.php | 70 if ($enabled !== $module->isEnabled()) {
|
/webtrees/app/Services/ |
H A D | ModuleService.php | 651 'status' => $module->isEnabled() ? 'enabled' : 'disabled', 741 … return static fn (ModuleInterface $module): bool => $include_disabled || $module->isEnabled();
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/link/dialogs/ |
H A D | link.js | 8 …etSelectedText());q=this.getValue()},commit:function(a){a.linkText=this.isEnabled()?this.getValue(…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/table/dialogs/ |
H A D | table.js | 20 …ools.trim(a.getText()),this.setValue(a))}},commit:function(d,e){if(this.isEnabled()){var b=this.ge…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 583 isVisible:function(){return this.getElement().getFirst().isVisible()},isEnabled:function(){return!t… method 662 …isEnabled:function(){return!this.getElement().hasClass("cke_disabled")},isVisible:function(){retur…
|