Home
last modified time | relevance | path

Searched refs:diagrams (Results 1 – 25 of 130) sorted by relevance

123456

/plugin/diagrams/script/
H A DDiagramsForm.js24 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 Dprosemirror.js2 // 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 Dmediafile-editbutton.js2 * 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 DDiagramsMediaManager.js15 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 DDiagramsMenuItemDispatcher.js15 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 DDiagramsEditor.js15 * 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 Dscript.js6 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 DREADME1 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 Dplugin.info.txt1 base diagrams
6 desc Embed diagrams.net editor (formerly draw.io)
7 url https://www.dokuwiki.org/plugin:diagrams
H A Dstyle.less
/plugin/sequencediagram/
H A Dstyle.css1 /** 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 DREADME.md1diagrams.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 Dplugin.info.txt5 name diagrams.net integration plugin
6 desc diagrams.net integration
/plugin/diagramsnet/lib/js/
H A Dexport.js99 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 Dembed.dev.js175 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 DREADME.md5 * BPMN v2.0 diagrams
6 * DMN v1.3 decision requirement diagrams, decision tables and literal expressions
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js175 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 Dsequence-diagram.css1 /** js sequence diagrams
2 * https://bramp.github.io/js-sequence-diagrams/
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.css1 /** js sequence diagrams
2 * https://bramp.github.io/js-sequence-diagrams/
H A Dsequence-diagram-min.css1 /** js sequence diagrams
2 * https://bramp.github.io/js-sequence-diagrams/
/plugin/diagramsnet/lib/resources/
H A Ddia_zh.txt939 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 Ddia_uk.txt823 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 Ddia_fa.txt823 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 Dmediafile.php3 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 DCITATION.cff8 website: "http://www.diagrams.net"
13 url: "https://www.diagrams.net/"

123456