Home
last modified time | relevance | path

Searched refs:view (Results 26 – 50 of 861) sorted by relevance

12345678910>>...35

/plugin/jdraw/lib/
H A Djgraphx.jar ... mxICostFunction) public int compare (com.mxgraph.view.mxCellState, com.mxgraph.view.mxCellState ...
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DView.svelte11 #view-page {
17 <div id="view-page">
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js6647 var view = t.view;
6871 var view = t.view;
6941 var view = t.view;
7363 var view = this.view;
7458 var view = this.view;
7742 var view = this.view;
7782 var view = this.view;
7827 var view = this.view;
10739 var view = this.view;
10747 var view = this.view;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DArea120Tables.php158 'view' => [
182 'view' => [
212 'view' => [
230 'view' => [
H A DBlogger.php118 'view' => [
132 'view' => [
160 'view' => [
234 'view' => [
277 'view' => [
421 'view' => [
466 'view' => [
628 'view' => [
684 'view' => [
707 'view' => [
[all …]
H A DStreetViewPublish.php95 'view' => [
145 'view' => [
174 'view' => [
H A DWorkflowExecutions.php115 'view' => [
137 'view' => [
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js198 var state = graph.view.getState(parent);
435 var state = graph.view.getState(cell);
637 var state = graph.view.getState(cell);
703 if (graph.view.currentRoot != parent)
710 var state = graph.view.getState(cell);
711 var s = graph.view.scale;
836 if (graph.view.currentRoot != parent)
950 if (graph.view.currentRoot == parent)
966 var tr = graph.view.translate;
967 var s = graph.view.scale;
[all …]
H A DmxFreehand.js4 …var svgElement = (graph.view != null && graph.view.canvas != null) ? graph.view.canvas.ownerSVGEle…
204 var s = graph.view.scale;
205 var tr = graph.view.translate;
277 strokeWidth = Math.max(1, strokeWidth * graph.view.scale);
325 var tr = graph.view.translate;
H A DP2PCollab.js52 var tr = graph.view.translate;
53 var s = graph.view.scale;
100 var tr = graph.view.translate;
101 var s = graph.view.scale;
H A DGraphViewer.js198 var bounds = this.view.graphBounds;
199 var tr = this.view.translate;
386 var t = this.view.translate;
387 var s = this.view.scale;
468 scale: this.graph.view.scale
692 this.graph.view.scale = 1;
725 scale: this.graph.view.scale
863 scale: this.graph.view.scale
1011 var s = graph.view.scale;
1015 graph.view.setTranslate(x0, y0);
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorToolBar.java32 import com.mxgraph.view.mxGraph;
33 import com.mxgraph.view.mxGraphView;
183 final mxGraphView view = editor.getGraphComponent().getGraph() in EditorToolBar() local
207 zoomCombo.setSelectedItem((int) Math.round(100 * view 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 DSchemaGraphComponent.java11 import com.mxgraph.view.mxCellState;
12 import com.mxgraph.view.mxGraph;
13 import com.mxgraph.view.mxGraphView;
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js329 var s = this.view.scale;
2731 this.view.scale = 1;
3339 this.view.validate();
3938 var s = this.view.scale;
4659 this.zoom((this.view.scale + 0.01) / this.view.scale);
4679 this.zoom((this.view.scale - 0.01) / this.view.scale);
7651 geo.x = state.x / state.view.scale - state.view.translate.x;
7652 geo.y = state.y / state.view.scale - state.view.translate.y;
8974 var view = this.view;
8998 this.view.scale - this.view.translate.x - bbox.width / 2)),
[all …]
H A DSidebar.js363 this.graph2.view.scale = 1;
2602 var view = graph.view;
2620 geo2.x = p0.x / view.scale - view.translate.x - geo2.width / 2;
2621 geo2.y = p0.y / view.scale - view.translate.y - geo2.height / 2;
2625 geo2.x = pe.x / view.scale - view.translate.x - geo2.width / 2;
2626 geo2.y = pe.y / view.scale - view.translate.y - geo2.height / 2;
2635 geo.x = (state.x - view.translate.x) / view.scale;
2636 geo.y = (state.y - view.translate.y) / view.scale;
2972 var view = graph.view;
2995 var dx = view.translate.x * view.scale;
[all …]
H A DEditor.js451 this.graph.view.setScale(1);
549 this.graph.view.scale = 1;
609 if (this.graph.view.translate.x != 0 || this.graph.view.translate.y != 0)
644 graph.view.validateBackground();
2511 var canvas = graph.view.canvas;
2578 var canvas = this.view.canvas;
2585 var phase = this.gridSize * this.view.scale * this.view.gridSteps;
2586 …var position = -Math.round(phase - mxUtils.mod(this.view.translate.x * this.view.scale + dx, phase…
2587 -Math.round(phase - mxUtils.mod(this.view.translate.y * this.view.scale + dy, phase)) + 'px';
2595 var scale = this.view.scale;
[all …]
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js264 var state = graph.view.getState(cell);
459 var state = graph.view.getState(cell);
530 var state = graph.view.getState(cell);
531 var s = graph.view.scale;
563 var sibling = graph.view.getState(temp);
716 var bbox = graph.view.getBounds(targets);
718 var tr = graph.view.translate;
719 var s = graph.view.scale;
757 var state = graph.view.getState(ref);
810 var state = graph.view.getState(cell);
[all …]
/plugin/diffpreview/
H A DREADME.md11 This plugin adds the option to view a diff of your changes, which can be useful if you don't want t…
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DCustomCanvas.java13 import com.mxgraph.swing.view.mxInteractiveCanvas;
14 import com.mxgraph.view.mxCellState;
15 import com.mxgraph.view.mxGraph;
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DMakefile6 view-docs:
27 view-coverage:
/plugin/multiorphan/
H A Dscript.js9 view : function(type) { method in AnonymousClass08a2519f0101
241 …onse(page, data.href, data.amount, $currentResults.pages, $pagesOut, [ORPHANACTIONS.view('Page')]);
244 …ponse(page, data.href, data.amount, $currentResults.pages, $pagesOut, [ORPHANACTIONS.view('URL')]);
247 …se(media, data.href, data.amount, $currentResults.media, $mediaOut, [ORPHANACTIONS.view('Media')]);
284 …addGUIEntry($pagesOut, orphan, null, null, null, [ORPHANACTIONS.view('Page'), ORPHANACTIONS.delete…
288 …addGUIEntry($mediaOut, orphan, null, null, null, [ORPHANACTIONS.view('Media'), ORPHANACTIONS.delet…
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js214 graph.view.states.visit(function(id, state)
233 graph.view.invalidate(state.cell, true, false);
248 graph.view.validate();
264 for (var key in graph.view.states.map)
266 var cell = graph.view.states.map[key].cell;
/plugin/geonav/tpl/startermap/
H A Dtpl_functions.php90 function _tpl_toolsevent($toolsname, $items, $view='main') { argument
92 'view' => $view,
/plugin/twcheckliste/
H A DREADME.md17 - H2 = Section (contains Areas). To adapt checklist before generating print-view
18 - H3 = Area (contains checkpoints). To adapt checklist before generating print-view
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DView.svelte76 console.log('view fail', e);
102 #view {
114 <div id="view" class="{codeClasses} {configClasses}">

12345678910>>...35