/plugin/swiftmail/Swift/Plugin/ |
H A D | VerboseSending.php | 53 $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 D | EditorRuler.java | 176 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 D | SchemaEditorToolBar.java | 87 .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 D | EditorToolBar.java | 184 .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 D | SchemaEditorMenuBar.java | 179 mxPoint tr = graphComponent.getGraph().getView() in SchemaEditorMenuBar() 184 graphComponent.getGraph().getView().setTranslate( in SchemaEditorMenuBar()
|
/plugin/schedule/lib/ |
H A D | scheduleCitiesMap.js | 61 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 D | earth_a.js | 68 ge.getView().setAbstractView(lookAt); 93 ge.getView().setAbstractView(lookAt);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/ |
H A D | CountArtifactsRequest.php | 53 public function getView() function in Google\\Service\\Vault\\CountArtifactsRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/ |
H A D | UpdateRowRequest.php | 71 public function getView() function in Google\\Service\\Area120Tables\\UpdateRowRequest
|
H A D | CreateRowRequest.php | 71 public function getView() function in Google\\Service\\Area120Tables\\CreateRowRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/ |
H A D | QueryGrantableRolesRequest.php | 91 public function getView() function in Google\\Service\\Iam\\QueryGrantableRolesRequest
|
/plugin/openlayersmap/ |
H A D | script.js | 255 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 D | DatasetAccess.php | 175 public function getView() function in Google\\Service\\Bigquery\\DatasetAccess
|
H A D | TableListTables.php | 225 public function getView() function in Google\\Service\\Bigquery\\TableListTables
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | AccountsCustomBatchRequestEntry.php | 196 public function getView() function in Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_drag_timeline.js | 13 …getView(t.$config.scrollX).getScrollState().position,y:gantt.$ui.getView(t.$config.scrollY).getScr…
|
H A D | dhtmlxgantt_smart_rendering.js | 13 …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 D | Task.php | 209 public function getView() function in Google\\Service\\CloudTasks\\Task
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_drag_timeline.js | 159 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 D | dhtmlxgantt_smart_rendering.js | 123 var timeline = gantt.$ui.getView("timeline"); 124 var grid = gantt.$ui.getView("grid");
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
H A D | Permission.php | 286 public function getView() function in Google\\Service\\Drive\\Permission
|
/plugin/diagramsnet/lib/plugins/webcola/ |
H A D | mxWebColaLayout.js | 108 var view = graph.getView(); 280 var view = this.graph.getView();
|
/plugin/diagramsnet/lib/plugins/ |
H A D | number.js | 73 var scale = graph.getView().getScale();
|
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | GraphEditor.java | 619 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 D | ol-layerswitcher.js |
|