Home
last modified time | relevance | path

Searched refs:viewer (Results 1 – 25 of 105) sorted by last modified time

12345

/plugin/siteexport/
H A Dscript.js179 var viewer = new $.popupviewer();
180 viewer.showViewer();
183viewer.resizePopup($(window).width(), $(window).height(), null, clone, false, false);
/plugin/mikioplugin/assets/
H A Dexternal.css2 Stylesheet used by the external carousel.php viewer
/plugin/imagemapping/
H A DREADME48 {{https://github.com/i-net-software/dokuwiki-plugin-popupviewer/blob/master/syntax/viewer.php|popupviewer plugin}}.
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md79 - Disable JSON viewer in Firefox to let JSON response be rendered as-is.
/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/bpmnio/
H A Ddeleted.files5 action/viewer.php
/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/popupviewer/
H A Dscript.js15 var viewer = null; variable
32 if ( viewer == null ) {
34 viewer = $('<div id="popupviewer"/>').click(_.hideViewer).appendTo('body');
39 viewerIsFixed = viewer.css('position');
47 appendTo(viewer);
56 viewer.show();
61 if ( viewer != null ) {
79 viewer.hide();
112 if ( !viewer.is(":visible") ) return;
/plugin/passpolicy/
H A D10k-common-passwords.txt7917 viewer
/plugin/diagramsnet/lib/resources/
H A Ddia_fa.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_ja.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_kn.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_si.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_sl.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_ta.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_vi.txt1071 widthOfViewer=Width of the viewer (px)
1072 heightOfViewer=Height of the viewer (px)
1073 autoSetViewerSize=Automatically set the size of the viewer
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js3292 ….defaultStylesheet};Graph.prototype.isViewer=function(){return urlParams.viewer};var M=Graph.proto…

12345