Lines Matching refs:execute

127execute:function(a,b,c,d){d||(d=s.random(8));a=w.create({keySize:b+c}).compute(a,d);c=s.create(a.w…
128 …function(b,c,d,l){l=this.cfg.extend(l);c=this._parse(c,l.format);d=l.kdf.execute(d,b.keySize,b.ivS…
286 …')"},linkAction:function(a,b,c,d,e){return mxUtils.link(a,b,function(){c.execute(d)},e)},linkInvok…
450 …var a=this.changes.length-1;0<=a;a--){var b=this.changes[a];null!=b.execute?b.execute():null!=b.un…
451 …ar a=this.changes.length,b=0;b<a;b++){var c=this.changes[b];null!=c.execute?c.execute():null!=c.re…
775 …};mxGraphLayout.prototype.resizeCell=function(a,b){};mxGraphLayout.prototype.execute=function(a){}; method in mxGraphLayout
793 mxStackLayout.prototype.execute=function(a){if(null!=a){var b=this.getParentSize(a),c=this.isHorizo… method in mxStackLayout
801 mxPartitionLayout.prototype.execute=function(a){var b=this.isHorizontal(),c=this.graph.getModel(),d… method in mxPartitionLayout
807 mxCompactTreeLayout.prototype.execute=function(a,b){this.parent=a;var c=this.graph.getModel();if(nu… method in mxCompactTreeLayout
830 …reeLayout.prototype.execute=function(a,b){this.parent=a;this.edgeRouting=this.useBoundingBox=!1;mx… method in mxCompactTreeLayout
837 mxFastOrganicLayout.prototype.execute=function(a){var b=this.graph.getModel();this.vertexArray=[];f… method in mxFastOrganicLayout
847 mxCircleLayout.prototype.execute=function(a){var b=this.graph.getModel();b.beginUpdate();try{for(va… method in mxCircleLayout
849 …allelEdgeLayout.prototype.checkOverlap=!1;mxParallelEdgeLayout.prototype.execute=function(a,b){var… method in mxParallelEdgeLayout
854 …t.prototype.execute=function(a){var b=this.graph.getModel();b.beginUpdate();try{for(var c=0;c<this… method in mxCompositeLayout
855 mxEdgeLabelLayout.prototype.constructor=mxEdgeLabelLayout;mxEdgeLabelLayout.prototype.execute=funct… method in mxEdgeLabelLayout
893 …unction mxHierarchicalLayoutStage(){}mxHierarchicalLayoutStage.prototype.execute=function(a){};fun… method in mxHierarchicalLayoutStage
895 mxMedianHybridCrossingReduction.prototype.execute=function(a){a=this.layout.getModel();this.nestedB… method in mxMedianHybridCrossingReduction
905 mxMinimumCycleRemover.prototype.execute=function(a){a=this.layout.getModel();for(var b={},c=a.verte… method in mxMinimumCycleRemover
911 mxCoordinateAssignment.prototype.execute=function(a){this.jettyPositions={};a=this.layout.getModel(… method in mxCoordinateAssignment
941 mxSwimlaneOrdering.prototype.execute=function(a){a=this.layout.getModel();var b=mxUtils.clone(a.ver… method in mxSwimlaneOrdering
946 mxHierarchicalLayout.prototype.execute=function(a,b){this.parent=a;var c=this.graph.model;this.edge… method in mxHierarchicalLayout
957execute(a)};mxHierarchicalLayout.prototype.layeringStage=function(){this.model.initialRank();this.…
958 …s.orientation,a,this.parallelEdgeSpacing);c.fineTuning=this.fineTuning;c.execute(b);return c.limit…
962 mxSwimlaneLayout.prototype.execute=function(a,b){this.parent=a;var c=this.graph.model;this.edgesCac… method in mxSwimlaneLayout
976execute(a)};mxSwimlaneLayout.prototype.layeringStage=function(){this.model.initialRank();this.mode…
977 …s.orientation,a,this.parallelEdgeSpacing);c.fineTuning=this.fineTuning;c.execute(b);return c.limit…
980 …s.getParent(a);return b};mxGraphModel.prototype.setRoot=function(a){this.execute(new mxRootChange(…
982 …l!=b){null==c&&(c=this.getChildCount(a));var d=a!=this.getParent(b);this.execute(new mxChildChange…
987 …unction(a){a==this.root?this.setRoot(null):null!=this.getParent(a)&&this.execute(new mxChildChange…
991 mxGraphModel.prototype.setTerminal=function(a,b,c){var d=b!=this.getTerminal(a,c);this.execute(new …
998execute(new mxValueChange(this,a,b));return b};mxGraphModel.prototype.valueForCellChanged=function…
999 …;mxGraphModel.prototype.setStyle=function(a,b){b!=this.getStyle(a)&&this.execute(new mxStyleChange…
1000execute(new mxCollapseChange(this,a,b));return b};mxGraphModel.prototype.collapsedStateForCellChan…
1001 …isVisible(a);a.setVisible(b);return c};mxGraphModel.prototype.execute=function(a){a.execute();this… method in mxGraphModel
1009 mxRootChange.prototype.execute=function(){this.root=this.previous;this.previous=this.model.rootChan… method in mxRootChange
1010 mxChildChange.prototype.execute=function(){if(null!=this.child){var a=this.model.getParent(this.chi… method in mxChildChange
1012 …b;this.previous=this.terminal=c;this.source=d}mxTerminalChange.prototype.execute=function(){null!=… method in mxTerminalChange
1013execute=function(){null!=this.cell&&(this.value=this.previous,this.previous=this.model.valueForCel… method in mxValueChange
1014execute=function(){null!=this.cell&&(this.geometry=this.previous,this.previous=this.model.geometry… method in mxCollapseChange
1015 …del=a;this.cell=b;this.previous=this.visible=c}mxVisibleChange.prototype.execute=function(){null!=… method in mxVisibleChange
1016 mxCellAttributeChange.prototype.execute=function(){if(null!=this.cell){var a=this.cell.getAttribute… method in mxCellAttributeChange
1098 …null!=b&&0<b.length&&null!=b[0]){var c=new mxSelectionChange(this,a,b);c.execute();var d=new mxUnd…
1100 mxSelectionChange.prototype.execute=function(){var a=mxLog.enter("mxSelectionChange.execute");windo… method in mxSelectionChange
1224 …ction(a){if(this.currentRoot!=a){var b=new mxCurrentRootChange(this,a);b.execute();var c=new mxUnd…
1294 mxCurrentRootChange.prototype.execute=function(){var a=this.view.currentRoot;this.view.currentRoot=… method in mxCurrentRootChange
1573 …c=this.getLayout(a,b?mxEvent.BEGIN_UPDATE:mxEvent.END_UPDATE);null!=c&&c.execute(a)};mxLayoutManag…
1761 …ar c=this.isActive();this.reset();c&&(this.execute(b.getEvent()),b.consume())};mxRubberband.protot… method in mxRubberband
1766 …a){};mxHandle.prototype.setPosition=function(a,b,c){};mxHandle.prototype.execute=function(a){};mxH… method in mxHandle
1819 d].execute(b);null!=this.customHandles&&null!=this.customHandles[mxEvent.CUSTOM_HANDLE-d]&&(this.st…
1896 …tModel();f.beginUpdate();try{this.customHandles[mxEvent.CUSTOM_HANDLE-d].execute(b),null!=this.sha…
2098 ….done=a;this.args=null};OpenFile.prototype.setConsumer=function(a){this.consumer=a;this.execute()};
2099 …s.args=arguments;this.execute()};OpenFile.prototype.error=function(a){this.cancel(!0);mxUtils.aler…
2128 …t.height==b.previousFormat.height&&b.ignoreColor&&b.ignoreImage||e.model.execute(b)});v.className=…
2202 …ShapePicker();f.apply(this,arguments)};var k=this.hoverIcons.execute;this.hoverIcons.execute=funct…
2275 …on ChangeGridColor(a,b){this.ui=a;this.color=b}ChangeGridColor.prototype.execute=function(){var a=…
2277 ChangePageSetup.prototype.execute=function(){var a=this.ui.editor.graph;if(!this.ignoreColor){this.…
2328 …ew ChangePageSetup(this,null,a);a.ignoreColor=!0;this.editor.graph.model.execute(a)});var d=mxUtil…
2644 …var d=a.absolutePoints.slice(),e=a.segments,c=a.length,f=d.length;return{execute:mxUtils.bind(this…
2646 …function(a,b){var d=new mxRectangle.fromRectangle(a.shape.bounds);return{execute:mxUtils.bind(this…
2647 …e<a.length;e++)a[e].stop();null!=b&&b()}else for(e=0;e<a.length;e++)a[e].execute(f,d);f++}),c=wind…
2713 …ibleTerminalState(!0)!=a&&c.getVisibleTerminalState(!1)!=a?null!=a&&this.execute(a,b,d):(this.grap…
2714 HoverIcons.prototype.execute=function(a,b,d){d=d.getEvent();this.graph.selectCellsForConnectVertex(…
2743 TableLayout.prototype.execute=function(a){if(null!=a){var b=this.graph.getActualStartSize(a,!0),d=t…
2888 …vent());null==m||p||(n=Math.min(n,m.width-Graph.minTableColumnWidth))};g.execute=function(a){if(0!…
2890 …(a,b,c){h=Math.max(Graph.minTableRowHeight-a.height,b.y-a.y-a.height)};c.execute=function(a){if(0!… function
3216 …w ChangePageSetup(b,null!=l?l.background:null);p.ignoreImage=!0;e.execute(p);e.execute(new ChangeG…
3226 …kground},function(a){a=new ChangePageSetup(b,a);a.ignoreImage=!0;d.model.execute(a)},"#ffffff",{in…
3236 …ChangePageSetup(b,null,null,a),a.ignoreColor=!0,a.ignoreImage=!0,d.model.execute(a)});this.addKeyH…
3413 … h=new mxHandle(a,null,mxVertexHandler.prototype.secondaryHandleImage);h.execute=function(a){for(v… function
3532 …eSetup(d,null,null,null,a/100),a.ignoreColor=!0,a.ignoreImage=!0,c.model.execute(a))}),mxResources…
3534 …noreColor=!0;a.ignoreImage=!0;a.foldingEnabled=!c.foldingEnabled;c.model.execute(a)});k.setToggleA…
3578execute(b.getDefaultParent(),0==c.length?null:c)},!0)}),c);a.addItem(mxResources.get("verticalFlow…
3579 …s,function(c){e.levelDistance=c;this.editorUi.executeLayout(function(){e.execute(b.getDefaultParen…
3580 …s,function(c){e.levelDistance=c;this.editorUi.executeLayout(function(){e.execute(b.getDefaultParen…
3581 …s,function(c){e.levelDistance=c;this.editorUi.executeLayout(function(){e.execute(b.getDefaultParen…
3582 …();if(null==c||0==b.getModel().getChildCount(c))c=b.getDefaultParent();a.execute(c);b.getModel().i…
3583 b.getSelectionCell();if(null==c||0==b.getModel().getChildCount(c))c=b.getDefaultParent();a.execute(…
3588 …ction(a,b,d){var e=this.get(a);null!=e&&(b.showDisabled||e.isEnabled())&&this.get(a).execute(b,d)};
3627 …led=a,this.fireEvent(new mxEventObject("stateChanged")))};Menu.prototype.execute=function(a,b){thi…
10108 …ll!=p){var q=function(b,c){k.getModel().beginUpdate();try{null!=b&&b(),p.execute(k.getDefaultParen…
10136 …EdgeStyle=!1;p.forceConstant=120;p.execute(m.getDefaultParent());t=new mxParallelEdgeLayout(m);t.s…
10265 …b.pages.length;while(!l(!0,d,e)&&c!=J);t&&(t=null,e?b.editor.graph.model.execute(new SelectPage(b,…
10278 A-x.length,p.getCurrentCellStyle(m))),d++)}c!=b.currentPage&&b.editor.graph.model.execute(new Selec…
10544 !0;d.shadowVisible=b;f.model.execute(d)},{install:function(b){this.listener=function(){b(f.shadowVi…
10683 …ld(m);this.container=l};var L=ChangePageSetup.prototype.execute;ChangePageSetup.prototype.execute=…
10711 …=g.getName()&&g.setName(mxResources.get("pageWithNumber",[e+1]));c.model.execute(new ChangePage(th…
10712execute(new ChangePage(this,this.currentPage,this.currentPage,0))),this.editor.setGraphXml(b),null…
10770 …{if(y.isSelectionEmpty())y.getRubberband().isActive()?(y.getRubberband().execute(b),y.getRubberban…
10785 …ew ChangePageSetup(this,null,b);f.ignoreColor=!0;this.editor.graph.model.execute(f)}});var f=new B…
10882 [1]))){var t=q[0].getAttribute("name");null!=t&&""!=t&&this.editor.graph.model.execute(new RenamePa…
10883 G.getName()&&G.setName(mxResources.get("pageWithNumber",[E+1]));l.model.execute(new ChangePage(this…
11814 …ignoreColor=!0;b.ignoreImage=!0;b.mathEnabled=!c.isMathEnabled();g.model.execute(b)}),p.setToggleA…
11837 …<b.model.getChildCount(b.getSelectionCell())&&(l=b.getSelectionCell());k.execute(l);g=!1}},l=docum…
11840 …dgeLayout(g);b.checkOverlap=!0;b.spacing=20;c.executeLayout(function(){b.execute(g.getDefaultParen…
11921 …Items(b,["print"],d);this.addMenuItems(b,["-","close"])}})));b.prototype.execute=function(){var b=… method in b
11926 …e(e,1);break}e=new b(this.editorUi,k,l);this.editorUi.editor.graph.model.execute(e)}this.editorUi.…
11930 …nd(this,function(){var d=new b(this.editorUi,[],[]);c.editor.graph.model.execute(d)}),e);d.addSepa…
11935 …,d){this.ui=b;this.page=e;this.previous=this.name=d}RenamePage.prototype.execute=function(){var b=…
11936 function MovePage(b,e,d){this.ui=b;this.oldIndex=e;this.newIndex=d}MovePage.prototype.execute=funct…
11938 SelectPage.prototype.execute=function(){var b=mxUtils.indexOf(this.ui.pages,this.previousPage);if(n…
11941execute=function(){this.ui.editor.fireEvent(new mxEventObject("beforePageChange","change",this));t… method in noSelect
11968 …el.createUndoableEdit();c.ignoreEdit=!0;var g=new SelectPage(this,b,d);g.execute();c.add(g);c.noti…
11970 …is.pages.length;var d=new ChangePage(this,b,b,e);this.editor.graph.model.execute(d)}return b};Edit…
11972 …th&&(c=this.insertPage(),e.model.execute(new RenamePage(this,c,mxResources.get("pageWithNumber",[1…
11974 …Utils.bind(this,function(d){null!=d&&0<d.length&&this.editor.graph.model.execute(new RenamePage(th…
11975 EditorUi.prototype.movePage=function(b,e){this.editor.graph.model.execute(new MovePage(this,b,e))};…