Home
last modified time | relevance | path

Searched refs:getView (Results 1 – 25 of 71) sorted by relevance

123

/plugin/swiftmail/Swift/Plugin/
H A DVerboseSending.php53 $this->getView()->paintResult($address->getAddress(), $pass);
61 $this->getView()->paintResult($address->getAddress(), $pass);
69 $this->getView()->paintResult($address->getAddress(), $pass);
84 public function getView() function in Swift_Plugin_VerboseSending
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java176 graphComponent.getGraph().getView().addListener( in EditorRuler()
178 graphComponent.getGraph().getView().addListener( in EditorRuler()
180 graphComponent.getGraph().getView().addListener( in EditorRuler()
384 double graphScale = graphComponent.getGraph().getView().getScale(); in updateIncrementAndUnits()
464 mxPoint trans = graph.getView().getTranslate(); in paintComponent()
465 double scale = graph.getView().getScale(); in paintComponent()
H A DSchemaEditorToolBar.java87 .getView(); in SchemaEditorToolBar()
123 view.getGraph().getView().addListener(mxEvent.SCALE, scaleTracker); in SchemaEditorToolBar()
124 view.getGraph().getView().addListener(mxEvent.SCALE_AND_TRANSLATE, in SchemaEditorToolBar()
H A DEditorToolBar.java184 .getView(); in EditorToolBar()
220 view.getGraph().getView().addListener(mxEvent.SCALE, scaleTracker); in EditorToolBar()
221 view.getGraph().getView().addListener(mxEvent.SCALE_AND_TRANSLATE, in EditorToolBar()
H A DSchemaEditorMenuBar.java179 mxPoint tr = graphComponent.getGraph().getView() in SchemaEditorMenuBar()
184 graphComponent.getGraph().getView().setTranslate( in SchemaEditorMenuBar()
/plugin/schedule/lib/
H A DscheduleCitiesMap.js61 scheduleMap.map.getView ().fit (scheduleMap.poi.getExtent (), scheduleMap.map.getSize ());
62 scheduleMap.map.getView ().setZoom (Math.min (scheduleMap.map.getView ().getZoom ()*.9,
66 scheduleMap.map.getView ().setCenter (scheduleGetCoordFromLocation (scheduleCenter));
67 scheduleMap.map.getView ().setZoom (6); //scheduleZoom);
260 …scheduleMap.map.getView ().setCenter (scheduleGetCoordFromLocation ([scheduleSelectedCity.attr ('l…
261 …scheduleMap.map.getView ().setZoom (Math.min (scheduleMap.map.getView ().getZoom (), scheduleZoom)…
/plugin/geonav/js/
H A Dearth_a.js68 ge.getView().setAbstractView(lookAt);
93 ge.getView().setAbstractView(lookAt);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DCountArtifactsRequest.php53 public function getView() function in Google\\Service\\Vault\\CountArtifactsRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DUpdateRowRequest.php71 public function getView() function in Google\\Service\\Area120Tables\\UpdateRowRequest
H A DCreateRowRequest.php71 public function getView() function in Google\\Service\\Area120Tables\\CreateRowRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DQueryGrantableRolesRequest.php91 public function getView() function in Google\\Service\\Iam\\QueryGrantableRolesRequest
/plugin/openlayersmap/
H A Dscript.js255 extent = ol.extent.extend(extent, map.getView().calculateExtent());
312 map.getView().fit(extent, autoZoom_options);
350 map.getView().fit(extent, autoZoom_options);
419 map.getView().fit(extent, autoZoom_options);
470 map.getView().fit(extent, autoZoom_options);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDatasetAccess.php175 public function getView() function in Google\\Service\\Bigquery\\DatasetAccess
H A DTableListTables.php225 public function getView() function in Google\\Service\\Bigquery\\TableListTables
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountsCustomBatchRequestEntry.php196 public function getView() function in Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js13getView(t.$config.scrollX).getScrollState().position,y:gantt.$ui.getView(t.$config.scrollY).getScr…
H A Ddhtmlxgantt_smart_rendering.js13 …tt._smart_render={getViewPort:function(){var t=gantt.$ui.getView("timeline"),e=gantt.$ui.getView("…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DTask.php209 public function getView() function in Google\\Service\\CloudTasks\\Task
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js159 x: gantt.$ui.getView(timeline.$config.scrollX).getScrollState().position,
160 y: gantt.$ui.getView(timeline.$config.scrollY).getScrollState().position
183 gantt.$ui.getView(timeline.$config.scrollX).scroll(coords.x);
184 gantt.$ui.getView(timeline.$config.scrollY).scroll(coords.y);
H A Ddhtmlxgantt_smart_rendering.js123 var timeline = gantt.$ui.getView("timeline");
124 var grid = gantt.$ui.getView("grid");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DPermission.php286 public function getView() function in Google\\Service\\Drive\\Permission
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js108 var view = graph.getView();
280 var view = this.graph.getView();
/plugin/diagramsnet/lib/plugins/
H A Dnumber.js73 var scale = graph.getView().getScale();
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java619 mxCellState state = getView().getState(cell); in getToolTipForCell()
691 mxPoint trans = getView().getTranslate(); in getToolTipForCell()
693 tip += "<br>scale=" + numberFormat.format(getView().getScale()) in getToolTipForCell()
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js

123