/plugin/diagrams/script/ |
H A D | DiagramsForm.js | 24 const name = LANG.plugins.diagrams.formtitle; 59 editButton.className = 'diagrams-btn-edit'; 61 editButton.innerText = LANG.plugins.diagrams.editButton; 83 selectButton.innerText = LANG.plugins.diagrams.selectSource; 84 selectButton.className = 'diagrams-btn-select'; 105 type: 'select', 'label': LANG.plugins.diagrams.alignment, 'name': 'align', 'options': 108 {value: 'left', label: LANG.plugins.diagrams.left}, 109 {value: 'right', label: LANG.plugins.diagrams.right}, 110 {value: 'center', label: LANG.plugins.diagrams.center} 114 label: LANG.plugins.diagrams [all...] |
H A D | prosemirror.js | 2 // define diagrams schema 4 nodes = nodes.addToEnd('diagrams', { 36 class: 'media diagrams-svg' + alignclass, 61 window.Prosemirror.pluginNodeViews.diagrams = function diagrams(node, outerview, getPos) { function 66 if (JSINFO.plugins.diagrams && (JSINFO.plugins.diagrams.mode & 1)) { 71 if (JSINFO.plugins.diagrams && (JSINFO.plugins.diagrams.mode & 2)) {
|
H A D | mediafile-editbutton.js | 2 * Attach editing button to media file diagrams in pages 6 // get all diagrams images and their IDs 7 const diagrams = document.querySelectorAll('object.diagrams-svg[data-id]'); 8 const diagramIDs = Array.from(diagrams).map(image => image.getAttribute('data-id')); 10 // check which of the found diagrams are editable 12 body.set('diagrams', JSON.stringify(diagramIDs)); 20 // add edit button to editable diagrams 21 diagrams.forEach(image => { 24 button.className = 'diagrams [all...] |
H A D | DiagramsMediaManager.js | 15 createLink.innerText = LANG.plugins.diagrams.createLink; 43 if (actionList.querySelector('button.diagrams-btn')) continue; // already added 47 DOKU_BASE + 'lib/exe/ajax.php?call=plugin_diagrams_mediafile_editcheck&diagrams=' + 57 editButton.classList.add('diagrams-btn'); 58 editButton.innerText = LANG.plugins.diagrams.editButton; 82 alert(LANG.plugins.diagrams.createForbidden); 88 title: LANG.plugins.diagrams.createLink, 153 intro.innerText = LANG.plugins.diagrams.createIntro; 162 input.name = 'diagrams-create-filename'; 166 button.innerText = LANG.plugins.diagrams [all...] |
H A D | DiagramsMenuItemDispatcher.js | 15 return !!schema.nodes.diagrams; 26 svgIcon.src = DOKU_BASE + 'lib/plugins/diagrams/img/diagramsnet.svg'; 53 if (!$from.parent.canReplaceWith(index, index, schema.nodes.diagrams)) { 72 schema.nodes.diagrams.create(attributes) 82 label: LANG.plugins.diagrams['PMMenuItem-' + this.type],
|
H A D | DiagramsEditor.js | 15 * This class encapsulates all interaction with the diagrams editor 18 * and saving diagrams. 43 * Create a new diagrams editor 97 alert(LANG.plugins.diagrams.errorLoading); 195 this.#diagramsEditor.src = JSINFO['plugins']['diagrams']['service_url']; 251 spin: LANG.plugins.diagrams.saving 265 spin: LANG.plugins.diagrams.saving 273 alert(LANG.plugins.diagrams.errorSaving); 283 alert(LANG.plugins.diagrams.errorSaving); 286 alert(LANG.plugins.diagrams [all...] |
/plugin/diagrams/ |
H A D | script.js | 6 if (JSINFO.plugins.diagrams && (JSINFO.plugins.diagrams.mode & 1)) { 12 if (JSINFO.plugins.diagrams && (JSINFO.plugins.diagrams.mode & 2)) { 19 // open links in diagrams in the browser window instead of SVG frame
|
H A D | README | 1 diagrams Plugin for DokuWiki 3 Integration of diagrams.net. Create and edit diagrams in DokuWiki. 6 https://www.dokuwiki.org/plugin:diagrams 9 lib/plugins/diagrams/ - if the folder is called different it
|
H A D | plugin.info.txt | 1 base diagrams 6 desc Embed diagrams.net editor (formerly draw.io) 7 url https://www.dokuwiki.org/plugin:diagrams
|
H A D | style.less |
|
/plugin/sequencediagram/ |
H A D | style.css | 1 /** js sequence diagrams 2 * https://bramp.github.io/js-sequence-diagrams/ 8 src: url('bower_components/js-sequence-diagrams/dist/danielbd.woff2') format('woff2'), 9 url('bower_components/js-sequence-diagrams/dist/danielbd.woff') format('woff');
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/ |
H A D | README.md | 1 …diagrams.svg)](https://libraries.io/bower/js-sequence-diagrams) [![Build Status](https://img.shiel… 3 **Generates UML sequence diagrams from simple text** 4 <https://bramp.github.io/js-sequence-diagrams/> 19 ![Sample generated UML diagram](https://bramp.github.io/js-sequence-diagrams/images/sample.svg) 31 Run `bower install bramp/js-sequence-diagrams` and include the scripts below: 37 <script src="{{ bower directory }}/js-sequence-diagrams/dist/sequence-diagram-min.js" /> 43 <link href="{{ bower directory }}/js-sequence-diagrams/dist/sequence-diagram-min.css" rel="styleshe… 72 For full examples check out [the demo site](https://bramp.github.io/js-sequence-diagrams/). 119 Version 1.x of this library used [Raphaël](http://raphaeljs.com/) for drawing the diagrams, however… 183 * Dozens of other issues on https://github.com/bramp/js-sequence-diagrams/issues [all …]
|
/plugin/diagramsnet/ |
H A D | plugin.info.txt | 5 name diagrams.net integration plugin 6 desc diagrams.net integration
|
/plugin/diagramsnet/lib/js/ |
H A D | export.js | 99 var diagrams = null; 129 diagrams = xmlDoc.documentElement.getElementsByTagName('diagram'); 199 var pageCount = diagrams != null? diagrams.length : 1; 800 if (diagrams != null && diagrams.length > 0) 802 var to = diagrams.length - 1; 809 for (var i = 0; i < diagrams.length; i++) 811 if (data.pageId == diagrams[i].getAttribute('id')) 837 return (diagrams == null) ? 'Page-1' : 850 if (diagrams[i] != null) 854 pageId = diagrams[i].getAttribute('id') [all …]
|
H A D | embed.dev.js | 175 var diagrams = null; 179 diagrams = xmlDocument.documentElement.getElementsByTagName('diagram'); 182 if (diagrams.length > 0) 184 xml = mxUtils.getTextContent(diagrams[0]); 203 if (diagrams != null && diagrams.length > 0) 214 return diagrams[0].getAttribute('name') || 'Page-1'; 222 return diagrams.length; 554 var diagrams = newDocument.documentElement.getElementsByTagName('diagram'); 556 if (diagrams.length > 0) 558 var text = mxUtils.trim(mxUtils.getTextContent(diagrams[0])); [all …]
|
/plugin/bpmnio/ |
H A D | README.md | 5 * BPMN v2.0 diagrams 6 * DMN v1.3 decision requirement diagrams, decision tables and literal expressions
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Embed.js | 175 var diagrams = null; 179 diagrams = xmlDocument.documentElement.getElementsByTagName('diagram'); 182 if (diagrams.length > 0) 184 xml = mxUtils.getTextContent(diagrams[0]); 203 if (diagrams != null && diagrams.length > 0) 214 return diagrams[0].getAttribute('name') || 'Page-1'; 222 return diagrams.length; 554 var diagrams = newDocument.documentElement.getElementsByTagName('diagram'); 556 if (diagrams.length > 0) 558 var text = mxUtils.trim(mxUtils.getTextContent(diagrams[0])); [all …]
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
H A D | sequence-diagram.css | 1 /** js sequence diagrams 2 * https://bramp.github.io/js-sequence-diagrams/
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
H A D | sequence-diagram.css | 1 /** js sequence diagrams 2 * https://bramp.github.io/js-sequence-diagrams/
|
H A D | sequence-diagram-min.css | 1 /** js sequence diagrams 2 * https://bramp.github.io/js-sequence-diagrams/
|
/plugin/diagramsnet/lib/resources/ |
H A D | dia_zh.txt | 939 confANoDiagFoundInPage=No {1} diagrams found in page "{2}". 941 confANoDiagFound=No {1} diagrams found. Process finished. 949 confACheckBrokenDiagLnk=Checking for broken diagrams links. 959 confACheckPagesWDraw=Checking pages having draw.io diagrams. 999 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}" 1047 confAErrFetchDrawList=Error fetching diagrams list. Some diagrams are skipped. 1056 confAReimportStarted=Re-import {1} diagrams started... 1085 noRecentDiags=No recent diagrams found 1086 fetchingRecentFailed=Failed to fetch recent diagrams 1124 officeNoDiagramsSelected=No diagrams found in the selection [all …]
|
H A D | dia_uk.txt | 823 noDiagrams=No diagrams found 836 officeMainHeader=Adds draw.io diagrams to your document. 939 confANoDiagFoundInPage=No {1} diagrams found in page "{2}". 941 confANoDiagFound=No {1} diagrams found. Process finished. 949 confACheckBrokenDiagLnk=Checking for broken diagrams links. 1047 confAErrFetchDrawList=Error fetching diagrams list. Some diagrams are skipped. 1056 confAReimportStarted=Re-import {1} diagrams started... 1085 noRecentDiags=No recent diagrams found 1086 fetchingRecentFailed=Failed to fetch recent diagrams 1124 officeNoDiagramsSelected=No diagrams found in the selection [all …]
|
H A D | dia_fa.txt | 823 noDiagrams=No diagrams found 836 officeMainHeader=Adds draw.io diagrams to your document. 939 confANoDiagFoundInPage=No {1} diagrams found in page "{2}". 941 confANoDiagFound=No {1} diagrams found. Process finished. 949 confACheckBrokenDiagLnk=Checking for broken diagrams links. 1047 confAErrFetchDrawList=Error fetching diagrams list. Some diagrams are skipped. 1056 confAReimportStarted=Re-import {1} diagrams started... 1085 noRecentDiags=No recent diagrams found 1086 fetchingRecentFailed=Failed to fetch recent diagrams 1124 officeNoDiagramsSelected=No diagrams found in the selection [all …]
|
/plugin/diagrams/action/ |
H A D | mediafile.php | 3 use dokuwiki\plugin\diagrams\Diagrams; 6 * Action component of diagrams plugin 8 * This handles operations related to mediafile based diagrams 32 $this->helper = plugin_load('helper', 'diagrams'); 50 * Check all supplied diagrams and return only editable diagrams 61 $diagrams = (array)json_decode($INPUT->str('diagrams')); 64 foreach ($diagrams as $image) { 127 * Set custom CSP for SVG diagrams [all...] |
/plugin/diagramsnet/lib/ |
H A D | CITATION.cff | 8 website: "http://www.diagrams.net" 13 url: "https://www.diagrams.net/"
|