Home
last modified time | relevance | path

Searched refs:isEnabled (Results 26 – 50 of 83) sorted by last modified time

1234

/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/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/diagramsnet/lib/js/diagramly/
H A DmxRuler.js600 if (editorUi.editor.graph.isEnabled() && !editorUi.editor.graph.isMouseDown &&
H A DApp.js6445 if (graph.isEnabled() && !editable)
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() &&
H A DDialogs.js6202 if (editorUi.editor.graph.isEnabled())
7043 if (graph.isEnabled() && !graph.isCellLocked(lastFound.cell))
7063 else if (graph.isEnabled() && !stayOnPage)
7586 if (graph.isEnabled())
H A DEditor.js4108 if (graph.isEnabled())
4146 if (this.isMathOptionVisible() && graph.isEnabled() && typeof(MathJax) !== 'undefined')
5979 Graph.prototype.createTagsDialog = function(isEnabled, invert, addFn) argument
5999 tagCloud.style.border = (graph.isEnabled()) ? '1px solid #808080' : 'none';
6000 tagCloud.style.bottom = (graph.isEnabled()) ? '48px' : '10px';
6108 if (graph.isEnabled())
6206 if (graph.isEnabled())
6296 if (isEnabled())
6336 if (graph.isEnabled())
6885 if (action.select != null && this.isEnabled())
H A DEditorUi.js9751 if (graph.isEnabled())
9789 if (graph.isEnabled())
10138 if (graph.isEnabled())
10155 if (graph.isEnabled())
10922 if (this.editor.graph.isEnabled() || urlParams['embed'] != '1')
10943 if (this.editor.graph.isEnabled() || urlParams['embed'] != '1')
13717 this.editor.graph.isEnabled());
13722 !this.editor.graph.isEnabled()) &&
13732 this.editor.graph.isEnabled();
13743 this.editor.graph.isEnabled()) ||
[all …]
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 DElectronApp.js628 (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent())));
629 pasteHere.setEnabled(paste.isEnabled());
H A DMinimal.js753 if (graph.isEnabled())
776 else if (graph.isSelectionEmpty() && graph.isEnabled())
785 else if (graph.isEnabled())
791 if (graph.isEnabled() && graph.isSelectionEmpty())
1252 }, parent, null, mxUtils.bind(graph, graph.isEnabled));
1646 if (action.isEnabled())
H A DmxFreehand.js68 var setEnabled = function(isEnabled) argument
70 enabled = isEnabled;
71 graph.getRubberband().setEnabled(!isEnabled);
72 graph.graphHandler.setSelectEnabled(!isEnabled);
73 graph.graphHandler.setMoveEnabled(!isEnabled);
74 graph.container.style.cursor = (isEnabled) ? 'crosshair' : '';
201 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
266 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
316 if (path && graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
334 if (path && graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js2094 if (graph.isEnabled())
2126 if (!graph.isEnabled())
2180 if (graph.isEnabled())
2188 if (!graph.isEnabled())
2221 if (graph.isEnabled())
2245 if (!graph.isEnabled())
2261 if (graph.isEnabled())
2279 if (!graph.isEnabled())
2438 if (graph.isEnabled())
2445 if (graph.isEnabled())
[all …]
H A DGraph.js974 if (this.isEnabled())
983 if (this.isEnabled())
1024 if (this.isEnabled() && locked)
1082 if (!this.isEnabled() || this.isCellLocked(cell))
4409 if (this.isEnabled())
4750 if (this.isEnabled())
5575 if (this.graph.tooltipHandler.isEnabled())
5743 if (state != null && this.graph.isEnabled())
8908 if (this.isEnabled())
10809 if (me.getState() == null && this.isEnabled())
[all …]
H A DActions.js24 return Action.prototype.isEnabled.apply(this, arguments) && graph.isEnabled(); method in Action
54 if (graph.isEnabled())
95 }).isEnabled = isGraphEnabled;
552 if (graph.isEnabled())
573 if (graph.isEnabled())
613 if (graph.isEnabled())
638 if (graph.isEnabled())
717 })).isEnabled = isGraphEnabled;
773 })).isEnabled = isGraphEnabled;
776 if (graph.isEnabled())
[all …]
H A DEditor.js618 node.setAttribute('tooltips', (this.graph.tooltipHandler.isEnabled()) ? '1' : '0');
619 node.setAttribute('connect', (this.graph.connectionHandler.isEnabled()) ? '1' : '0');
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 …]
H A DSidebar.js2306 if (elt == null && graph.isEnabled())
H A DFormat.js6579 if (graph.isEnabled())
6628 if (graph.isEnabled())
6703 if (graph.isEnabled())
6732 return graph.connectionHandler.isEnabled();
6742 apply(graph.connectionHandler.isEnabled());
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
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js424 mxUrlConverter.prototype.convert=function(a){this.isEnabled()&&this.isRelativeUrl(a)&&(null==this.g…
1529isEnabled()&&this.beforeUndo(c.getProperty("edit"))});this.moveHandler=mxUtils.bind(this,function(…
1638 …onCellsHandler.prototype.mouseDown=function(a,b){if(this.graph.isEnabled()&&this.isEnabled()){var …
1639isEnabled()&&this.isEnabled()){var c=[a,b];this.handlers.visit(function(a,b){b.mouseMove.apply(b,c…
1723 ….prototype.mouseDown=function(a,b){if(!b.isConsumed()&&this.isEnabled()&&this.graph.isEnabled()&&n…
1755 mxEvent.redirectMouseEvents(d.node,this.graph,this.state);this.graph.isEnabled()&&d.setCursor(a);th…
1917 …dForEvent=function(a){return this.graph.isEnabled()&&!mxEvent.isConsumed(a)&&this.isGraphEvent(a)&…
2190 …clipboard||!mxClipboard.isEmpty())&&b.isEnabled()&&!b.isCellLocked(b.getDefaultParent()));e.setEna…
2684isEnabled=mxUtils.bind(this,function(){return this.state.view.graph.connectionHandler.isEnabled()}…
2957isEnabled=p;this.addAction("save",function(){e.saveFile(!1)},null,null,Editor.ctrlKey+"+S").isEnab…
[all …]
H A Dviewer.min.js424 mxUrlConverter.prototype.convert=function(a){this.isEnabled()&&this.isRelativeUrl(a)&&(null==this.g…
1529isEnabled()&&this.beforeUndo(c.getProperty("edit"))});this.moveHandler=mxUtils.bind(this,function(…
1638 …onCellsHandler.prototype.mouseDown=function(a,b){if(this.graph.isEnabled()&&this.isEnabled()){var …
1639isEnabled()&&this.isEnabled()){var c=[a,b];this.handlers.visit(function(a,b){b.mouseMove.apply(b,c…
1723 ….prototype.mouseDown=function(a,b){if(!b.isConsumed()&&this.isEnabled()&&this.graph.isEnabled()&&n…
1755 mxEvent.redirectMouseEvents(d.node,this.graph,this.state);this.graph.isEnabled()&&d.setCursor(a);th…
1917 …dForEvent=function(a){return this.graph.isEnabled()&&!mxEvent.isConsumed(a)&&this.isGraphEvent(a)&…
2190 …clipboard||!mxClipboard.isEmpty())&&b.isEnabled()&&!b.isCellLocked(b.getDefaultParent()));e.setEna…
2684isEnabled=mxUtils.bind(this,function(){return this.state.view.graph.connectionHandler.isEnabled()}…
2957isEnabled=p;this.addAction("save",function(){e.saveFile(!1)},null,null,Editor.ctrlKey+"+S").isEnab…
[all …]
H A Dapp.min.js1563isEnabled()&&this.beforeUndo(c.getProperty("edit"))});this.moveHandler=mxUtils.bind(this,function(…
1673isEnabled()&&this.isEnabled()){var c=[a,b];this.handlers.visit(function(a,b){b.mouseMove.apply(b,c…
1757 ….prototype.mouseDown=function(a,b){if(!b.isConsumed()&&this.isEnabled()&&this.graph.isEnabled()&&n…
1951 …dForEvent=function(a){return this.graph.isEnabled()&&!mxEvent.isConsumed(a)&&this.isGraphEvent(a)&…
2933isEnabled=mxUtils.bind(this,function(){return this.state.view.graph.connectionHandler.isEnabled()}…
3502isEnabled=f;this.addAction("save",function(){d.saveFile(!1)},null,null,Editor.ctrlKey+"+S").isEnab…
3519isEnabled()&&!c.isCellLocked(c.getDefaultParent())&&(c.clearSelection(),d.actions.get("image").fun…
3588isEnabled(),b.showDisabled||c)&&(d=b.addItem(e||mxResources.get(a),null,null,d,null,c),this.addMen…
3612 … null!=k&&(a.showDisabled||k.isEnabled())&&k.visible?(b=a.addItem(f||k.label,null,function(a){k.fu…
11891isEnabled()&&!g.isCellLocked(g.getDefaultParent())&&A("",120,60,"whiteSpace=wrap;html=1;")}),null,…
[all …]
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js220 mxUrlConverter.prototype.convert=function(a){this.isEnabled()&&this.isRelativeUrl(a)&&(null==this.g…
1090 …gHandler.panningTrigger=!1);this.isEnabled()&&!mxEvent.isConsumed(b)&&!c.isConsumed()&&this.connec…
1325isEnabled()&&this.beforeUndo(c.getProperty("edit"))});this.moveHandler=mxUtils.bind(this,function(…
1336 …{this.isEnabled()&&this.isAddEnabled()&&this.cellsAdded(b.getProperty("cells"))});this.resizeHandl…
1434 …onCellsHandler.prototype.mouseDown=function(a,b){if(this.graph.isEnabled()&&this.isEnabled()){var …
1435isEnabled()&&this.isEnabled()){var c=[a,b];this.handlers.visit(function(a,b){b.mouseMove.apply(b,c…
1468 …pToPreview(b,c);this.currentPoint=c;(null!=this.first||this.isEnabled()&&this.graph.isEnabled())&&…
1473 …cursor);mxEvent.consume(b.getEvent());b.consume()}else this.isEnabled()&&this.graph.isEnabled()?th…
1519 ….prototype.mouseDown=function(a,b){if(!b.isConsumed()&&this.isEnabled()&&this.graph.isEnabled()&&n…
1551 mxEvent.redirectMouseEvents(d.node,this.graph,this.state);this.graph.isEnabled()&&d.setCursor(a);th…
[all …]
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js74 renameAction.isEnabled = function() function

1234