Home
last modified time | relevance | path

Searched refs:content (Results 701 – 725 of 1767) sorted by last modified time

1...<<21222324252627282930>>...71

/plugin/diagramsnet/lib/resources/
H A Ddia_he.txt1097 errCantGetIdType=Unexpected Error: Cannot get content id or type.
H A Ddia_mr.txt1097 errCantGetIdType=Unexpected Error: Cannot get content id or type.
H A Ddia_my.txt1097 errCantGetIdType=Unexpected Error: Cannot get content id or type.
H A Ddia_fi.txt1097 errCantGetIdType=Unexpected Error: Cannot get content id or type.
H A Ddia_gl.txt1097 errCantGetIdType=Unexpected Error: Cannot get content id or type.
H A Ddia_hi.txt1097 errCantGetIdType=Unexpected Error: Cannot get content id or type.
H A Ddia_ko.txt1097 errCantGetIdType=Unexpected Error: Cannot get content id or type.
H A Ddia_lt.txt1097 errCantGetIdType=Unexpected Error: Cannot get content id or type.
H A Ddia_ms.txt1097 errCantGetIdType=Unexpected Error: Cannot get content id or type.
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-GCP.js30 this.addPalette('gcpCards', 'GCP / Cards', false, mxUtils.bind(this, function(content) argument
34 content.appendChild(fns[i](content));
H A DSidebar-GCP2.js91 content.appendChild(fns[i](content));
313 content.appendChild(fns[i](content));
562 content.appendChild(fns[i](content));
626 content.appendChild(fns[i](content));
649 content.appendChild(fns[i](content));
670 content.appendChild(fns[i](content));
694 content.appendChild(fns[i](content));
719 content.appendChild(fns[i](content));
735 content.appendChild(fns[i](content));
758 content.appendChild(fns[i](content));
[all …]
H A DSidebar-GCP3.js71 content.appendChild(fns[i](content));
118 content.appendChild(fns[i](content));
174 content.appendChild(fns[i](content));
212 content.appendChild(fns[i](content));
235 content.appendChild(fns[i](content));
267 content.appendChild(fns[i](content));
329 content.appendChild(fns[i](content));
352 content.appendChild(fns[i](content));
390 content.appendChild(fns[i](content));
413 content.appendChild(fns[i](content));
[all …]
H A DSidebar-Ios7.js465 this.addPalette('ios7ui', 'iOS UI', false, mxUtils.bind(this, function(content) argument
469 content.appendChild(fns[i](content));
H A DSidebar-Sitemap.js122 this.addPalette('sitemap', 'Sitemap', false, mxUtils.bind(this, function(content) argument
126 content.appendChild(fns[i](content));
H A DSidebar-Sysml.js137 content.appendChild(fns[i](content));
704 content.appendChild(fns[i](content));
996 content.appendChild(fns[i](content));
1075 content.appendChild(fns[i](content));
1332 content.appendChild(fns[i](content));
1481 content.appendChild(fns[i](content));
1607 content.appendChild(fns[i](content));
1662 content.appendChild(fns[i](content));
1753 content.appendChild(fns[i](content));
2043 content.appendChild(fns[i](content));
[all …]
H A DSidebar-UML25.js1306 …is.addPalette('uml25', mxResources.get('uml') + ' 2.5', false, mxUtils.bind(this, function(content) argument
1310 content.appendChild(fns[i](content));
H A DSidebar-Veeam.js113 content.appendChild(fns[i](content));
198 content.appendChild(fns[i](content));
287 content.appendChild(fns[i](content));
368 content.appendChild(fns[i](content));
439 content.appendChild(fns[i](content));
518 content.appendChild(fns[i](content));
617 content.appendChild(fns[i](content));
674 content.appendChild(fns[i](content));
747 content.appendChild(fns[i](content));
902 this.addPalette('veeam3D', 'Veeam / 3D', false, mxUtils.bind(this, function(content) argument
[all …]
H A DSidebar-Floorplan.js373 ….addPalette('floorplan', mxResources.get('floorplans'), false, mxUtils.bind(this, function(content) argument
377 content.appendChild(fns[i](content));
/plugin/diagramsnet/lib/js/
H A Dapp.min.js21 clip:{cssPropBits:0,cssLitGroup:[J[52]],cssFns:["rect()"]},color:"background-color",content:{cssPro… class in L
381 function mxWindow(a,b,c,d,e,f,g,k,l,m){null!=b&&(g=null!=g?g:!0,this.content=b,this.init(c,d,e,f,m)…
383 …ntMode||7==document.documentMode?6:2;mxWindow.prototype.title=null;mxWindow.prototype.content=null; method in mxWindow
386 …apper.style.width="100%";this.contentWrapper.appendChild(this.content);"DIV"!=this.content.nodeNam…
411 …parentNode.removeChild(this.div),this.div=null);this.contentWrapper=this.content=this.title=null};…
11727 …ources.get("timeAgo",[e],"{1} ago"))+"</span><p>"+mxUtils.htmlEntities(c.content)+"</p>";c.link&&m…
11740 p.status&&299>=p.status){var b=null;m?(b=JSON.parse(p.responseText),b=this.base64ToBlob(b.content,"…
11742 …tus()&&299>=b.getStatus()){if(null!=g){b=JSON.parse(b.getText());var c=b.content;"base64"===b.enco…
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveComment.js1 DriveComment = function(file, id, content, modifiedDate, createdDate, isResolved, user, pCommentId) argument
3 DrawioComment.call(this, file, id, content, modifiedDate, createdDate, isResolved, user);
12 var body = {'content': reply.content}; property in DriveComment.addReply.body
37 this.content = newContent;
H A DExtensions.js7364 …var content = new mxCell('', new mxGeometry(0, 25, w, h - 25), 'rounded=1;arcSize=20;strokeColor=n…
7365 content.value = convertText(p.Action, true);
7366 content.style += addAllStyles(content.style, p, a, content, isLastLblHTML);
7367 content.vertex = true;
7368 v.insert(content);
7378 …var content = new mxCell('', new mxGeometry(0, startSize, w, h - startSize), 'rounded=1;arcSize=10…
7379 content.value = convertText(p.Text, true);
7380 content.style += addAllStyles(content.style, p, a, content, isLastLblHTML);
7381 content.vertex = true;
7382 v.insert(content);
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js687 function setUrlValue(content) argument
690 if (content.type == 'attachment')
692 var pageId = content._expandable.container.match(/\d+/)[0];
695 + '&preview=/' + pageId + '/' + content.id.replace('att', '') + '/'
696 + encodeURIComponent(content.title);
700 urlInput.value = baseUrl + content._links.webui;
H A Dp1.js10 ui.sidebar.addPalette('esolia', 'eSolia', true, function(content) { argument
13content.appendChild(ui.sidebar.createVertexTemplate('shape=image;image=http://download.esolia.net.…
14content.appendChild(ui.sidebar.createVertexTemplate('text;spacingTop=-5;fontFamily=Courier New;fon…
15content.appendChild(ui.sidebar.createVertexTemplate('rounded=1;whiteSpace=wrap;gradientColor=none;…
16content.appendChild(ui.sidebar.createVertexTemplate('curved=1;strokeColor=#004C99;endArrow=oval;en…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js1249 sb.addPalette('trees', 'Trees', true, function(content) argument
1287content.appendChild(sb.createVertexTemplateFromCells([edge, edge2, cell, cell2, cell3], 240, 66, '…
1298 content.appendChild(sb.createVertexTemplateFromCells([cell], 100, 40, 'Central Idea'));
1317 content.appendChild(sb.createVertexTemplateFromCells([edge, cell], 80, 20, 'Branch'));
1335 content.appendChild(sb.createVertexTemplateFromCells([edge, cell], 72, 26, 'Sub Topic'));
1372content.appendChild(sb.createVertexTemplateFromCells([edge, edge2, cell, cell2, cell3], 240, 160, …
1383 content.appendChild(sb.createVertexTemplateFromCells([cell], 120, 60, 'Tree Root'));
1401 content.appendChild(sb.createVertexTemplateFromCells([edge, cell], 100, 60, 'Sub Tree'));
1432content.appendChild(sb.createVertexTemplateFromCells([edge, edge2, cell, cell2], 220, 60, 'Sub Sec…

1...<<21222324252627282930>>...71