Home
last modified time | relevance | path

Searched refs:update (Results 451 – 475 of 801) sorted by path

1...<<11121314151617181920>>...33

/plugin/diagramsnet/lib/js/
H A Dapp.min.js119 …create(),u=b.words,q=p.keySize,p=p.iterations;u.length<q;){n&&s.update(n);var n=s.update(d).finali…
1543update(!1)});mxEvent.addListener(this.source.container,"scroll",this.scrollHandler);this.source.ad…
1556 mxOutline.prototype.update=function(a){null!=this.source&&null!=this.source.container&&(null!=this.… method in mxOutline
1759 …l==this.div&&(this.div=this.createShape()),mxUtils.clearSelection(),this.update(d,c),b.consume()}};
1763 this.currentX=0;this.div=this.first=null};mxRubberband.prototype.update=function(a,b){this.currentX… method in mxRubberband
2329 …Outline(this.editor.graph);mxEvent.addListener(window,"resize",function(){b.update(!1)});return b};
2703update(d)}this.setDisplay("none")}),mouseMove:mxUtils.bind(this,function(a,e){var c=e.getEvent();t…
2858 …y(this,arguments)};var v=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update
2961update=mxUtils.bind(this,function(a,b){this.clearSelectionState();this.refresh()});d.getSelectionM…
10744 …ull!=b.update){var l=null!=b.interval?parseInt(b.interval):6E4,m=null,g=mxUtils.bind(this,function…
[all …]
H A Dviewer-static.min.js1509update(!1)});mxEvent.addListener(this.source.container,"scroll",this.scrollHandler);this.source.ad…
1522 mxOutline.prototype.update=function(a){null!=this.source&&null!=this.source.container&&(null!=this.… method in mxOutline
1725 …l==this.div&&(this.div=this.createShape()),mxUtils.clearSelection(),this.update(d,c),b.consume()}};
1729 this.currentX=0;this.div=this.first=null};mxRubberband.prototype.update=function(a,b){this.currentX… method in mxRubberband
2171 c.hoverIcons.update(b.view.getState(d))},function(d){b.selectCellsForConnectVertex(d)},l,this.hover…
2177 q.scrollCellToVisible(f);q.startEditingAtCell(f);null!=l.hoverIcons&&l.hoverIcons.update(q.view.get…
2295 …Outline(this.editor.graph);mxEvent.addListener(window,"resize",function(){c.update(!1)});return c};
2454update(p)}this.setDisplay("none")}),mouseMove:mxUtils.bind(this,function(b,k){var e=k.getEvent();t…
2455 …this.graph.model.isEdge(this.graph.getSelectionCell())?this.reset():this.update(this.getState(this…
2609 …y(this,arguments)};var y=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update
[all …]
H A Dviewer.min.js1509update(!1)});mxEvent.addListener(this.source.container,"scroll",this.scrollHandler);this.source.ad…
1522 mxOutline.prototype.update=function(a){null!=this.source&&null!=this.source.container&&(null!=this.… method in mxOutline
1725 …l==this.div&&(this.div=this.createShape()),mxUtils.clearSelection(),this.update(d,c),b.consume()}};
1729 this.currentX=0;this.div=this.first=null};mxRubberband.prototype.update=function(a,b){this.currentX… method in mxRubberband
2171 c.hoverIcons.update(b.view.getState(d))},function(d){b.selectCellsForConnectVertex(d)},l,this.hover…
2177 q.scrollCellToVisible(f);q.startEditingAtCell(f);null!=l.hoverIcons&&l.hoverIcons.update(q.view.get…
2295 …Outline(this.editor.graph);mxEvent.addListener(window,"resize",function(){c.update(!1)});return c};
2454update(p)}this.setDisplay("none")}),mouseMove:mxUtils.bind(this,function(b,k){var e=k.getEvent();t…
2455 …this.graph.model.isEdge(this.graph.getSelectionCell())?this.reset():this.update(this.getState(this…
2609 …y(this,arguments)};var y=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update
[all …]
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.js1update.call(t,n),t.$&&"undefined"==typeof Prototype?t.$(t.element).trigger("update.croppie",n):(wi…
/plugin/diagramsnet/lib/js/cryptojs/
H A Daes.min.js12 …nd(a);this.reset()},reset:function(){q.reset.call(this);this._doReset()},update:function(a){this._…
22 …create(),u=b.words,q=p.keySize,p=p.iterations;u.length<q;){n&&s.update(n);var n=s.update(d).finali…
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js1081 function update() function
1174 mxEvent.addListener(panCheckBox, 'change', update);
1175 mxEvent.addListener(zoomCheckBox, 'change', update);
1177 mxEvent.addListener(fitCheckBox, 'change', update);
1178 mxEvent.addListener(editCheckBox, 'change', update);
1180 mxEvent.addListener(embedCheckBox, 'change', update);
1181 mxEvent.addListener(heightInput, 'change', update);
1182 mxEvent.addListener(topInput, 'change', update);
1183 mxEvent.addListener(borderInput, 'change', update);
1184 mxEvent.addListener(urlInput, 'change', update);
[all …]
H A DEditor.js4004 this.editorUi.editor.addListener('fileLoaded', this.update);
H A DEditorUi.js2219 if (desc.update != null)
2228 mxUtils.post(desc.update, 'xml=' + encodeURIComponent(
10736 this.hoverIcons.update(graph.view.getState(graph.getSelectionCell()));
H A DGraphViewer.js334 var update = mxUtils.bind(this, function()
399 this.addListener('xmlNodeChanged', update);
400 update();
1362 var update = mxUtils.bind(this, function()
1372 this.addListener('graphChanged', update);
1373 update();
H A DMenus.js3012 editorUi.hoverIcons.update(graph.view.getState(cell));
H A DMinimal.js1971 var hoverIconsUpdate = ui.hoverIcons.update;
1973 ui.hoverIcons.update = function() function
H A DTrees.js1127 ui.hoverIcons.update(graph.view.getState(graph.getSelectionCell()));
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js1879 var update = function(evt, selectChanged) function
1936 update(evt);
1943 update(evt);
1947 mxEvent.addListener(widthInput, 'blur', update);
1948 mxEvent.addListener(widthInput, 'click', update);
1949 mxEvent.addListener(heightInput, 'blur', update);
1950 mxEvent.addListener(heightInput, 'click', update);
1951 mxEvent.addListener(landscapeCheckBox, 'change', update);
1952 mxEvent.addListener(portraitCheckBox, 'change', update);
1957 update(evt, true);
[all …]
H A DEditorUi.js723 ui.hoverIcons.update(graph.view.getState(cells[cells.length - 1]));
910 var update = mxUtils.bind(this, function()
931 graph.getSelectionModel().addListener(mxEvent.CHANGE, update);
932 graph.getModel().addListener(mxEvent.CHANGE, update);
1297 ui.hoverIcons.update(graph.view.getState(cell));
1344 ui.hoverIcons.update(graph.view.getState(cell));
1533 ui.hoverIcons.update(graph.view.getState(clone));
5055 outline.update(false);
5299 editorUi.hoverIcons.update(graph.view.getState(graph.getSelectionCell()));
H A DFormat.js820 return update;
896 if (update != null)
898 update(evt);
922 if (update != null)
924 update(evt);
2303 var update = null;
2736 function update(evt) function
2799 return update;
2862 return update;
5121 function update(evt) function
[all …]
H A DGraph.js3704 function update() function
3721 update();
3729 update();
5087 this.update(state);
5103 this.update(this.getState(me.getState()),
5721 this.update(state, x, y);
12691 this.update(x, y);
13031 var update = mxUtils.bind(this, function()
13047 update();
13175 var update = mxUtils.bind(this, function()
[all …]
H A DSidebar.js2837 this.editorUi.hoverIcons.update(graph.view.getState(graph.getSelectionCell()));
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js1564 …pth=function(){};sre.Walker.prototype.move=function(a){};sre.Walker.prototype.update=function(a){}; method in sre.Walker
1588 …ocus();this.levels=a.levels;return a.focus};sre.AbstractWalker.prototype.update=function(a){this.g… method in sre.AbstractWalker
1589 …earspeak":"mathspeak";a.style=sre.Engine.DOMAIN_TO_STYLES[a.domain];this.update(a);this.moved=sre.…
1591 …ity)return this.getFocus();a.style=this.nextStyle(a.domain,a.style);this.update(a);this.moved=sre.…
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js1304 …this.container=a;this.updateHandler=mxUtils.bind(this,function(a,c){this.update(!0)});this.source.…
1305update(!1)});mxEvent.addListener(this.source.container,"scroll",this.scrollHandler);this.source.ad…
1318 mxOutline.prototype.update=function(a){null!=this.source&&null!=this.source.container&&(null!=this.… method in mxOutline
1460 mxConnectionHandler.prototype.updateCurrentState=function(a,b){this.constraintHandler.update(a,null…
1505 mxConstraintHandler.prototype.update=function(a,b,c,d){if(this.isEnabled()&&!this.isEventIgnored(a)… method in mxConstraintHandler
1521 …l==this.div&&(this.div=this.createShape()),mxUtils.clearSelection(),this.update(d,c),b.consume()}};
1525 this.currentX=0;this.div=this.first=null};mxRubberband.prototype.update=function(a,b){this.currentX… method in mxRubberband
1639 mxEdgeHandler.prototype.getPreviewTerminalState=function(a){this.constraintHandler.update(a,this.is…
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js874 ui.hoverIcons.update(graph.view.getState(graph.getSelectionCell()));
/plugin/diagramsnet/lib/plugins/
H A Dupdate.js220 update.setAttribute('id', cell.id);
225 status.appendChild(update);
230 update.setAttribute('id', cell.id);
234 status.appendChild(update);
253 update.setAttribute('id', cell.id);
261 status.appendChild(update);
270 status.appendChild(update);
276 update.setAttribute('id', cell.id);
278 update.setAttribute('value',
280 update.setAttribute('icon', '');
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js54 var update = function (isUndoable) { method in mxWebColaLayout.execute
59 this.layout.updatePositions = update;
/plugin/diagramsnet/lib/resources/
H A Ddia.txt1005 confANoLnksInDrgm=No links to update in: {1}
H A Ddia_am.txt1005 confANoLnksInDrgm=No links to update in: {1}
H A Ddia_ar.txt1005 confANoLnksInDrgm=No links to update in: {1}

1...<<11121314151617181920>>...33