Home
last modified time | relevance | path

Searched refs:view (Results 1 – 25 of 861) sorted by relevance

12345678910>>...35

/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js17 (function (view) {
20 view.URL = view.URL || view.webkitURL;
22 if (view.Blob && view.URL) {
31 …var BlobBuilder = view.BlobBuilder || view.WebKitBlobBuilder || view.MozBlobBuilder || (function(v… argument
56 , real_URL = view.URL || view.webkitURL || view
60 , btoa = view.btoa
61 , atob = view.atob
63 , ArrayBuffer = view.ArrayBuffer
64 , Uint8Array = view.Uint8Array
185 }(view));
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js15 var saveAs = saveAs || (function(view) { argument
22 doc = view.document
25 return view.URL || view.webkitURL || view;
32 "click", true, false, view, 0, 0, 0, 0, 0
37 , webkit_req_fs = view.webkitRequestFileSystem
38 , req_fs = view.requestFileSystem || webkit_req_fs || view.mozRequestFileSystem
40 (view.setImmediate || view.setTimeout)(function() {
58 if (view.chrome) {
106 var new_tab = view.open(object_url, "_blank");
109 view.location.href = object_url
[all …]
/plugin/googleanalytics/
H A Daction.php105 $view = '~search/';
109 $view = '~admin';
111 $view .= '/' . $page;
117 $view = str_replace(':', '/', $ID); // slashes needed for Content Drilldown
121 $view = DOKU_REL . $view;
126 $view .= '?' . $query;
129 return $view;
/plugin/swiftmail/Swift/Plugin/
H A DVerboseSending.php29 protected $view; variable in Swift_Plugin_VerboseSending
35 public function __construct(Swift_Plugin_VerboseSending_AbstractView $view) argument
37 $this->setView($view);
76 public function setView(Swift_Plugin_VerboseSending_AbstractView $view) argument
78 $this->view = $view;
86 return $this->view;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DCountArtifactsRequest.php27 public $view; variable in Google\\Service\\Vault\\CountArtifactsRequest
46 public function setView($view) argument
48 $this->view = $view;
55 return $this->view;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DUpdateRowRequest.php31 public $view; variable in Google\\Service\\Area120Tables\\UpdateRowRequest
64 public function setView($view) argument
66 $this->view = $view;
73 return $this->view;
H A DCreateRowRequest.php31 public $view; variable in Google\\Service\\Area120Tables\\CreateRowRequest
64 public function setView($view) argument
66 $this->view = $view;
73 return $this->view;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DQueryGrantableRolesRequest.php37 public $view; variable in Google\\Service\\Iam\\QueryGrantableRolesRequest
84 public function setView($view) argument
86 $this->view = $view;
93 return $this->view;
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example14 if (!indexmenu_contextmenu['all']['pg']) indexmenu_contextmenu['all']['pg'] = {'view': [] };
15 if (!indexmenu_contextmenu['all']['ns']) indexmenu_contextmenu['all']['ns'] = {'view': [] };
19 //indexmenu_contextmenu['all']['pg']['view'][0] = ['Custom Title'];
22 //indexmenu_contextmenu['all']['pg']['view'].splice(1, 0, ['Input new page', '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\');"']);
26 if (!indexmenu_contextmenu['pg']) indexmenu_contextmenu['pg'] = {'view': []};
27 if (!indexmenu_contextmenu['ns']) indexmenu_contextmenu['ns'] = {'view': []};
36 if (!indexmenu_contextmenu['pg']) indexmenu_contextmenu['pg'] = {'view': []};
37 if (!indexmenu_contextmenu['ns']) indexmenu_contextmenu['ns'] = {'view': []};
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountsCustomBatchRequestEntry.php58 public $view; variable in Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry
189 public function setView($view) argument
191 $this->view = $view;
198 return $this->view;
/plugin/diagramsnet/lib/js/
H A Dexport.js370 var view = graph.view;
373 var phase = graph.gridSize * view.gridSteps * view.scale;
387 …var position = -Math.round(phase - mxUtils.mod(view.translate.x * view.scale - x0, phase)) + 'px '…
388 -Math.round(phase - mxUtils.mod(view.translate.y * view.scale - y0, phase)) + 'px';
591 var x = Math.ceil(bounds.x / this.view.scale - this.view.translate.x);
592 var y = Math.ceil(bounds.y / this.view.scale - this.view.translate.y);
640 graph.view.scaleAndTranslate(s,
678 graph.view.scaleAndTranslate(s,
704 expScale = graph.view.scale || 1;
777 var t = graph.view.translate;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DTask.php57 public $view; variable in Google\\Service\\CloudTasks\\Task
202 public function setView($view) argument
204 $this->view = $view;
211 return $this->view;
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-literal-expression.css14 --view-drd-button-background-color: var(--color-white);
15 --view-drd-button-border-color: var(--color-grey-225-10-75);
16 --view-drd-button-color: var(--color-grey-225-10-15);
150 /* view drd */
151 .dmn-literal-expression-container .view-drd {
156 .dmn-literal-expression-container .view-drd .view-drd-button {
157 background: var(--view-drd-button-background-color);
159 border: solid 1px var(--view-drd-button-border-color);
162 color: var(--view-drd-button-color);
168 .dmn-literal-expression-container .view-drd .view-drd-button:hover {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DResourceSettings.php78 'view' => [
100 'view' => [
134 'view' => [
156 'view' => [
190 'view' => [
212 'view' => [
/plugin/ol3/
H A Dtest.js5 var view = new ol.View ({
12 view: view
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DPermission.php78 public $view; variable in Google\\Service\\Drive\\Permission
279 public function setView($view) argument
281 $this->view = $view;
288 return $this->view;
/plugin/diagramsnet/lib/plugins/
H A Dnumber.js11 return graph.view.redrawNumberShape != null;
21 var graphViewResetValidationState = graph.view.resetValidationState;
23 graph.view.resetValidationState = function()
29 var graphViewValidateCellState = graph.view.validateCellState;
31 graph.view.validateCellState = function(cell, recurse)
46 graph.view.redrawNumberShape = function(state)
H A DedgeConnection.js24 geo.x = this.graph.snap(point.x - geo.width / 2) - this.graph.panDx / this.graph.view.scale;
25 geo.y = this.graph.snap(point.y - geo.height / 2) - this.graph.panDy / this.graph.view.scale;
30 var sourceState = this.graph.view.getState(source);
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js108 var view = graph.getView();
115 var state = view.getState(cell);
116 var bounds = view.getBoundingBox(state, true);
280 var view = this.graph.getView();
286 var state = view.getState(cell);
287 var bounds = view.getBoundingBox(state, true);
339 this.graph.view.invalidate(cell, true, true);
356 var state = view.getState(cell);
357 var bounds = view.getBoundingBox(state, true);
392 this.graph.view.invalidate(cell, true, true);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDatasetAccess.php168 public function setView(TableReference $view) argument
170 $this->view = $view;
177 return $this->view;
H A DTableListTables.php218 public function setView(TableListTablesView $view) argument
220 $this->view = $view;
227 return $this->view;
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js28 var t = this.view.translate;
29 var s = this.view.scale;
1908 geo.x = state.x / state.view.scale - state.view.translate.x;
1909 geo.y = state.y / state.view.scale - state.view.translate.y;
2841 this.cumulativeZoomFactor *= (this.view.scale + 0.05) / this.view.scale;
2855 this.cumulativeZoomFactor *= (this.view.scale - 0.05) / this.view.scale;
3451 var s = graph.view.scale;
3478 tx = graph.view.translate.x * graph.view.scale - graph.container.scrollLeft;
3479 ty = graph.view.translate.y * graph.view.scale - graph.container.scrollTop;
3500 graph.container.scrollLeft = graph.view.translate.x * graph.view.scale - tx;
[all …]
/plugin/menuext/
H A Daction.php63 $view = $event->data['view'];
64 if (!isset($this->menuconf[$view])) return;
66 foreach ($this->menuconf[$view] as $data) {
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaEditorToolBar.java24 import com.mxgraph.view.mxGraphView;
86 final mxGraphView view = editor.getGraphComponent().getGraph() in SchemaEditorToolBar() local
110 zoomCombo.setSelectedItem((int) Math.round(100 * view in SchemaEditorToolBar()
123 view.getGraph().getView().addListener(mxEvent.SCALE, scaleTracker); in SchemaEditorToolBar()
124 view.getGraph().getView().addListener(mxEvent.SCALE_AND_TRANSLATE, in SchemaEditorToolBar()
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js207 graph.view.validate();
559 graph.view.revalidate();
564 graph.container.scrollTop = graph.view.translate.y * graph.view.scale + viewState.scrollTop;
708 scale: this.view.scale,
709 scrollLeft: this.container.scrollLeft - this.view.translate.x * this.view.scale,
710 scrollTop: this.container.scrollTop - this.view.translate.y * this.view.scale,
778 this.view.scale = 1;
785 this.view.currentRoot = null;
802 this.view.currentRoot = null;
803 this.view.scale = 1;
[all …]

12345678910>>...35