Home
last modified time | relevance | path

Searched full:isenabled (Results 51 – 75 of 128) sorted by relevance

123456

/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js705 tooltips: this.tooltipHandler.isEnabled(),
706 connect: this.connectionHandler.isEnabled(),
1020 if (this.editor.graph.isEnabled())
1105 if (graph.isEnabled() && tmp >= 0)
1167 if (graph.isEnabled())
1214 if (graph.isEnabled())
1298 if (graph.isEnabled())
1533 if (this.editor.graph.isEnabled())
1672 if (graph.isEnabled() && !graph.isMouseDown &&
H A DTrees.js247 if (graph.isEnabled() && graph.getSelectionCount() == 1)
269 if (graph.isEnabled() && graph.getSelectionCount() == 1)
296 if (graph.isEnabled() && graph.getSelectionCount() == 1)
312 if (graph.isEnabled() && graph.model.isVertex(cell))
1094 if (graph.isEnabled() && !graph.isEditing() &&
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php186 $class .= ($extension->isEnabled()) ? ' enabled' : ' disabled';
588 if ($extension->isEnabled()) {
598 $extension->isEnabled() &&
660 $status[] = $extension->isEnabled()
H A Dextension.php189 public function isEnabled()
198 return $plugin_controller->isEnabled($this->base);
390 if (!$plugin_controller->isEnabled($dependency)) {
737 if ($this->isEnabled()) return $this->getLang('alreadyenabled');
761 if (!$this->isEnabled()) return $this->getLang('alreadydisabled');
795 } elseif (!$this->isTemplate() && $this->isEnabled()) {
169 public function isEnabled() global() function in helper_plugin_extension_extension
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1isEnabled","input","select","textarea","button","toLowerCase","hasAttribute","getClassName","class…
/dokuwiki/inc/
H A Dpluginutils.php68 return !$plugin_controller->isEnabled($plugin);
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DColors.php94 public function isEnabled() function in splitbrain\\phpcli\\Colors
H A DBase.php303 if ($this->colors->isEnabled()) {
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php94 public function isEnabled() function in splitbrain\\phpcli\\Colors
H A DBase.php232 if (!$this->colors->isEnabled()) $prefix = '';
/plugin/struct/meta/
H A DSchemaBuilder.php184 $enabled = (bool)($this->data['cols'][$column->getColref()]['isenabled'] ?? 0);
263 if (!$column['isenabled']) continue; // we do not add a disabled column
H A DColumn.php143 public function isEnabled() function in dokuwiki\\plugin\\struct\\meta\\Column
H A DCSVImporter.php128 if (!$col->isEnabled()) continue;
/plugin/blogtng/action/
H A Dcomments.php116 if ($captcha && $captcha->isEnabled()) {
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js48 var isGraphEnabled = mxUtils.bind(graph, graph.isEnabled);
532 }))).isEnabled = isGraphEnabled;
619 var enabled = entry.isEnabled();
636 if (menu != null && (popupMenu.showDisabled || menu.isEnabled()))
1391 if (action != null && (menu.showDisabled || action.isEnabled()) && action.visible)
1396 }, parent, sprite, action.isEnabled());
1810 Menu.prototype.isEnabled = function() method in Menu
H A DEditorUi.js66 graph.isEnabled = function() { return false; };
1235 if (this.isEnabled())
1625 if (evt.which == 9 && graph.isEnabled() && !mxEvent.isControlDown(evt))
1842 graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent())));
1843 pasteHere.setEnabled(paste.isEnabled());
3847 this.actions.get('guides').setEnabled(graph.isEnabled());
4388 if (graph.isEnabled())
4880 if (graph.isEnabled())
5113 if (!graph.isSelectionEmpty() && graph.isEnabled())
5259 if (graph.isEnabled())
[all …]
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js74 if (graph.isEnabled() && graph.getSelectionCount() == 1)
96 if (graph.isEnabled() && graph.getSelectionCount() == 1)
123 if (graph.isEnabled() && graph.getSelectionCount() == 1)
137 if (graph.isEnabled() && graph.getSelectionCount() == 1)
842 if (graph.isEnabled() && !graph.isEditing() && graph.getSelectionCount() == 1 &&
/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/
H A DWebDriverExpectedCondition.php427 if ($element !== null && $element->isEnabled()) {
450 $element->isEnabled();
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php27 if (!$subscriberManager->isenabled()) {
/template/bootstrap3/tpl/
H A Dmenu-user.php48 if ($extension->updateAvailable() && $extension->isEnabled()) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php239 public function isEnabled() function in Elastica\\Connection
/plugin/recommend/
H A Daction.php195 if (!is_null($captcha) && $captcha->isEnabled() && !$captcha->check()) {
/plugin/struct/
H A Dstyle.less271 td.isenabled {
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php304 if ($log->isEnabled())

123456