Home
last modified time | relevance | path

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

1234

/plugin/swiftmail/Swift/Plugin/
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/asciidocjs/node_modules/lodash/
D_getView.js15 function getView(start, end, transforms) { function
33 module.exports = getView;
D_lazyValue.js2 getView = require('./_getView'), variable
26 view = getView(0, arrLength, this.__views__),
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
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()
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()
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()
/plugin/schedule/lib/
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/
Dearth_a.js68 ge.getView().setAbstractView(lookAt);
93 ge.getView().setAbstractView(lookAt);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
DCountArtifactsRequest.php53 public function getView() function in Google\\Service\\Vault\\CountArtifactsRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
DCreateRowRequest.php71 public function getView() function in Google\\Service\\Area120Tables\\CreateRowRequest
DUpdateRowRequest.php71 public function getView() function in Google\\Service\\Area120Tables\\UpdateRowRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
DQueryGrantableRolesRequest.php91 public function getView() function in Google\\Service\\Iam\\QueryGrantableRolesRequest
/plugin/openlayersmap/
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/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_drag_timeline.js13getView(t.$config.scrollX).getScrollState().position,y:gantt.$ui.getView(t.$config.scrollY).getScr…
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/ShoppingContent/
DAccountsCustomBatchRequestEntry.php196 public function getView() function in Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DDatasetAccess.php175 public function getView() function in Google\\Service\\Bigquery\\DatasetAccess
DTableListTables.php225 public function getView() function in Google\\Service\\Bigquery\\TableListTables
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
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);
Ddhtmlxgantt_smart_rendering.js123 var timeline = gantt.$ui.getView("timeline");
124 var grid = gantt.$ui.getView("grid");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
DTask.php209 public function getView() function in Google\\Service\\CloudTasks\\Task
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
DPermission.php286 public function getView() function in Google\\Service\\Drive\\Permission
/plugin/diagramsnet/lib/plugins/webcola/
DmxWebColaLayout.js108 var view = graph.getView();
280 var view = this.graph.getView();
/plugin/jdraw/src/com/mxgraph/examples/swing/
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/diagramsnet/lib/plugins/
Dnumber.js73 var scale = graph.getView().getScale();

1234