Home
last modified time | relevance | path

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

12345678910>>...41

/plugin/catmenu/script/
H A Dprosemirror.js155 function insertParagraphAfterSelectedCatmenu(view) { argument
156 if (!view || !view.state) return false;
157 const selected = findCatmenuAtSelection(view.state);
160 const {schema} = view.state;
165 let tr = view.state.tr.insert(insertPos, paragraph).scrollIntoView();
166 view.dispatch(tr);
169 const SelectionClass = view.state.selection.constructor;
170 const $target = view.state.doc.resolve(insertPos + 1);
172 view.dispatch(view.state.tr.setSelection(selection).scrollIntoView());
177 view.focus();
[all …]
/plugin/visualindex/script/
H A Dprosemirror.js155 function insertParagraphAfterSelectedVisualIndex(view) { argument
156 if (!view || !view.state) return false;
157 const selected = findVisualIndexAtSelection(view.state);
160 const {schema} = view.state;
165 let tr = view.state.tr.insert(insertPos, paragraph).scrollIntoView();
166 view.dispatch(tr);
170 const SelectionClass = view.state.selection.constructor;
171 const $target = view.state.doc.resolve(insertPos + 1);
173 view.dispatch(view.state.tr.setSelection(selection).scrollIntoView());
178 view.focus();
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
Dblob.js17 (function (view) { argument
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
47 , FileReaderSync = view.FileReaderSync
56 , real_URL = view.URL || view.webkitURL || view
60 , btoa = view.btoa
61 , atob = view.atob
63 , ArrayBuffer = view.ArrayBuffer
64 , Uint8Array = view.Uint8Array
[all …]
/plugin/extranet/script/
Dprosemirror.js233 return window.Prosemirror && window.Prosemirror.view ? window.Prosemirror.view : null;
237 const view = getCurrentEditorView();
238 if (!view || !view.state) return false;
239 const macroState = getMacroState(view.state);
240 return persistMacroStateInJsonField(view.state, macroState);
283 const view = getCurrentEditorView();
284 const nextText = applyMacroStateToText(text, getMacroState(view && view.state));
359 function setDocMacroState(view, macroState) { argument
367 … const attrs = view.state && view.state.doc && view.state.doc.attrs ? view.state.doc.attrs : {};
371 const {state} = view;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
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/
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/
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/
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/
DUpdateRowRequest.php31 public $view; variable in Google\\Service\\Area120Tables\\UpdateRowRequest
64 public function setView($view) argument
66 $this->view = $view;
73 return $this->view;
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/
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/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);
17 --view-drd-button-hover-background-color: var(--color-grey-225-10-97);
146 /* view drd */
147 .dmn-literal-expression-container .view-drd {
152 .dmn-literal-expression-container .view-drd .view-drd-button {
153 background: var(--view-drd-button-background-color);
155 border: solid 1px var(--view-drd-button-border-color);
158 color: var(--view-drd-button-color);
[all …]
H A Ddmn-js-boxed-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);
17 --view-drd-button-hover-background-color: var(--color-grey-225-10-97);
115 /* view drd */
116 .dmn-boxed-expression-container .view-drd {
121 .dmn-boxed-expression-container .view-drd .view-drd-button {
122 background: var(--view-drd-button-background-color);
124 border: solid 1px var(--view-drd-button-border-color);
127 color: var(--view-drd-button-color);
[all …]
/plugin/indexmenu/scripts/
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: Indexmen…
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/diagramsnet/lib/js/
Dexport.js55 graph.view.gridSteps = extras.grid.steps;
370 var view = graph.view;
371 var gridImage = btoa(unescape(encodeURIComponent(view.createSvgGrid(gridColor))));
373 var phase = graph.gridSize * view.gridSteps * view.scale;
378 if (view.backgroundPageShape != null)
380 var bds = view.getBackgroundPageBounds();
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';
543 data.scale = Math.min((data.pageHeight * v) / (gb.height / graph.view.scale),
544 (data.pageWidth * h) / (gb.width / graph.view.scale));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
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/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
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/asciidocjs/node_modules/core-js/modules/
D_typed-buffer.js138 function get(view, bytes, index, isLittleEndian) { argument
141 if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);
142 var store = view[$BUFFER]._b;
143 var start = intIndex + view[$OFFSET];
147 function set(view, bytes, index, conversion, value, isLittleEndian) { argument
150 if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);
151 var store = view[$BUFFER]._b;
152 var start = intIndex + view[$OFFSET];
259 var view = new $DataView(new $ArrayBuffer(2)); variable
261 view.setInt8(0, 2147483648);
[all …]
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_typed-buffer.js138 function get(view, bytes, index, isLittleEndian) { argument
141 if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);
142 var store = view[$BUFFER]._b;
143 var start = intIndex + view[$OFFSET];
147 function set(view, bytes, index, conversion, value, isLittleEndian) { argument
150 if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);
151 var store = view[$BUFFER]._b;
152 var start = intIndex + view[$OFFSET];
259 var view = new $DataView(new $ArrayBuffer(2)); variable
261 view.setInt8(0, 2147483648);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DResourceSettings.php78 'view' => [
100 'view' => [
134 'view' => [
156 'view' => [
190 'view' => [
212 'view' => [
/plugin/diagramsnet/lib/plugins/webcola/
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/diagramsnet/lib/plugins/
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)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
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/ol3/
Dtest.js5 var view = new ol.View ({
12 view: view property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DDatasetAccess.php168 public function setView(TableReference $view) argument
170 $this->view = $view;
177 return $this->view;

12345678910>>...41