Home
last modified time | relevance | path

Searched refs:viewer (Results 1 – 25 of 105) sorted by path

12345

/plugin/acronymedit/
H A DREADME.md5 Initial goal is to provide online editor for dokuwiki acronyms. Basicly it is very simple viewer an…
/plugin/badbehaviour/
H A Dbadbehavior.readme88 2. Bad Behavior's built in log viewer (WordPress) shows why requests were
/plugin/bpmnio/
H A Ddeleted.files5 action/viewer.php
/plugin/bpmnio/script/
H A Dbpmnio_render.js5 async function renderDiagram(xml, container, viewer, computeSizeFn) { argument
7 const result = await viewer.importXML(xml);
13 const size = computeSizeFn(viewer);
24 function computeBpmnDiagramSize(viewer) { argument
25 const canvas = viewer.get("canvas");
40 function computeDmnDiagramSize(viewer) { argument
41 const activeView = viewer.getActiveView();
44 const activeEditor = viewer.getActiveViewer();
67 const viewer = new BpmnViewer({ container });
74 const viewer = new DmnViewer({ container });
[all …]
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md206 * `FIX`: create drilldown overlays on `viewer.open` ([`574a67438`](https://github.com/bpmn-io/bpmn-…
239 * Reworked `viewer.open` behavior for single planes ([#1576](https://github.com/bpmn-io/bpmn-js/pul…
524 * `FEAT`: provide base viewer / modeler distributions ([`bb94b206`](https://github.com/bpmn-io/bpmn…
811 * `FIX`: make viewer IE 9 compatible
H A DREADME.md22 const viewer = new BpmnJS({
27 const { warnings } = await viewer.importXML(xml);
40 You may attach or detach the viewer dynamically to any element on the page, too:
43 const viewer = new BpmnJS();
46 viewer.attachTo('#container');
49 viewer.detach();
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md117 * `FIX`: consistently display decision entries in viewer and editor ([#651](https://github.com/bpmn…
H A DREADME.md22 var viewer = new DmnJS({
26 viewer.importXML(xml, function(err) {
42 You may attach or detach the viewer dynamically to any element on the page, too:
45 var viewer = new DmnJS();
48 viewer.attachTo('#container');
51 viewer.detach();
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-literal-expression.css31 .dmn-literal-expression-container .viewer-container {
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2viewer:n})),n}},{key:"_createViewer",value:function(e){var t=I(this._getViewProviders(),(function(…
H A Ddmn-navigated-viewer.production.min.js2 …iewers[t]=this._createViewer(e.type),this._emit("viewer.created",{type:t,viewer:n})),n}},{key:"_cr…
16 …ules,n=e.additionalModules,r=Su(e,Ou),i=t||this.getModules(),o=n||[],a=[{viewer:["value",this]}];r…
H A Ddmn-viewer.production.min.js2 …iewers[t]=this._createViewer(e.type),this._emit("viewer.created",{type:t,viewer:n})),n}},{key:"_cr…
16 …ules,n=e.additionalModules,r=iu(e,ru),i=t||this.getModules(),o=n||[],a=[{viewer:["value",this]}];r…
/plugin/bpmnioeditor/
H A Dscript.js164 var viewer;
169 viewer = new BpmnJS.Viewer({
173 window.bpmn[""+index]['view'] = viewer;
175 viewer = window.bpmn[""+index]['view'];
186 viewer.importXML(xml);
188 viewer.get('canvas').zoom('fit-viewport');
/plugin/codemirror/dist/modes/
H A Dsas.min.js.map1 … http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/viewer.htm#a003167023.htm…
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md79 - Disable JSON viewer in Firefox to let JSON response be rendered as-is.
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10624 ….defaultStylesheet};Graph.prototype.isViewer=function(){return urlParams.viewer};var F=Graph.proto…
H A Dviewer-static.min.js3292 ….defaultStylesheet};Graph.prototype.isViewer=function(){return urlParams.viewer};var M=Graph.proto…
H A Dviewer.min.js3292 ….defaultStylesheet};Graph.prototype.isViewer=function(){return urlParams.viewer};var M=Graph.proto…
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js2147 var viewer = new GraphViewer(element, xmlDoc.documentElement, config);
2151 callback(viewer);
/plugin/diagramsnet/lib/resources/
H A Ddia.txt552 otherViewer=other viewer
1071 widthOfViewer=Width of the viewer (px)
1072 heightOfViewer=Height of the viewer (px)
1073 autoSetViewerSize=Automatically set the size of the viewer
H A Ddia_am.txt552 otherViewer=other viewer
1071 widthOfViewer=Width of the viewer (px)
1072 heightOfViewer=Height of the viewer (px)
1073 autoSetViewerSize=Automatically set the size of the viewer
H A Ddia_ar.txt1071 widthOfViewer=Width of the viewer (px)
1072 heightOfViewer=Height of the viewer (px)
1073 autoSetViewerSize=Automatically set the size of the viewer
H A Ddia_bn.txt552 otherViewer=other viewer
1071 widthOfViewer=Width of the viewer (px)
1072 heightOfViewer=Height of the viewer (px)
1073 autoSetViewerSize=Automatically set the size of the viewer
H A Ddia_bs.txt1071 widthOfViewer=Width of the viewer (px)
1072 heightOfViewer=Height of the viewer (px)
1073 autoSetViewerSize=Automatically set the size of the viewer
H A Ddia_ca.txt1071 widthOfViewer=Width of the viewer (px)
1072 heightOfViewer=Height of the viewer (px)
1073 autoSetViewerSize=Automatically set the size of the viewer

12345