Home
last modified time | relevance | path

Searched refs:label (Results 501 – 525 of 1053) sorted by path

1...<<21222324252627282930>>...43

/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js1742 EditorUi.prototype.createPageMenu = function(page, label) argument
1761 this.renamePage(page, label);
H A DTrelloClient.js462 var createLink = mxUtils.bind(this, function(label, fn, preview) argument
483 mxUtils.write(link, label);
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-GCP2.js1519 Sidebar.prototype.addGCP2CardSet = function(label, icon, w1, w2, dt, fns) argument
1523 var label1 = label.replace('\n', ' ');
1576 var label1 = label.replace('\n', ' ');
1626 Sidebar.prototype.addGCP2ServiceCard = function(label, icon, w, h, dt, fns) argument
1630 var label1 = label.replace('\n', ' ');
1649 Sidebar.prototype.addGCP2ExpandedProductCardSet = function(label, icon, w, dt, fns) argument
1653 var label1 = label.replace('\n', ' ');
1693 var label1 = label.replace('\n', ' ');
1827 Sidebar.prototype.addGCP2UserDeviceCard = function(label, icon, scaleX, scaleY, h1, dt, fns) argument
1831 var label1 = label.replace('\n', ' ');
[all …]
H A DSidebar-UML25.js30 label.geometry.relative = true;
31 label.vertex = true;
32 cell.insert(label);
506 label.geometry.relative = true;
507 label.vertex = true;
508 cell.insert(label);
524 label.geometry.relative = true;
525 label.vertex = true;
526 cell.insert(label);
849 label.vertex = true;
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1287 var label = edgeShape.createLabelSubShape(graph, edge);
1288 if (label != null) {
1289label.setStyle(label.getStyle() + ";rotation=" + (rotation > 60 && rotation < 240 ? (rotation + 18…
1290 var geo = label.getGeometry();
1403 var label = edgeShape.createLabelSubShape(graph, edge);
1404 if (label != null) {
1405label.setStyle(label.getStyle() + ";rotation=" + (rotation > 60 && rotation < 240 ? (rotation + 18…
1406 var geo = label.getGeometry();
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js645 function addButton(label, funct) argument
670 mxUtils.write(td, label);
H A Dviewer-static.min.js77 kbd:0,keygen:274,label:0,legend:0,li:1,link:274,map:0,mark:0,menu:0,meta:274,meter:0,nav:0,nobr:0,n… property in $.f
81 label:"HTMLLabelElement",legend:"HTMLLegendElement",li:"HTMLLIElement",link:"HTMLLinkElement",map:"… property in $.Q
1857 …pe.node.style.display="none"));else if(this.isLabel)this.label.x=this.currentPoint.x,this.label.y=…
1862 ….endUpdate()}}}else if(this.isLabel)this.moveLabel(this.state,this.label.x,this.label.y);else if(t…
1878label=new mxPoint(this.state.absoluteOffset.x,this.state.absoluteOffset.y);this.labelShape.bounds=…
1886 …his.labelShape.bounds,b=new mxRectangle(Math.round(this.label.x-a.width/2),Math.round(this.label.y…
2879 …nts.STYLE_STARTSIZE,b.style[mxConstants.STYLE_STARTSIZE],e)}}));return d},label:Ma(),ext:Ma(),rect…
3014 …this.actions[b]};function Action(b,c,e,k,g){mxEventSource.call(this);this.label=b;this.funct=this.…
3028 try{EditorUi.logEvent({category:"CHECKSUM-ERROR-SYNC-FILE-"+this.getHash(),action:g,label:"user_"+d…
3226 …"Fixed Image Aspect",type:"bool",defVal:!0}];mxCellRenderer.defaultShapes.label.prototype.customPr… class in mxCellRenderer.defaultShapes
[all …]
H A Dviewer.min.js77 kbd:0,keygen:274,label:0,legend:0,li:1,link:274,map:0,mark:0,menu:0,meta:274,meter:0,nav:0,nobr:0,n… property in $.f
81 label:"HTMLLabelElement",legend:"HTMLLegendElement",li:"HTMLLIElement",link:"HTMLLinkElement",map:"… property in $.Q
1857 …pe.node.style.display="none"));else if(this.isLabel)this.label.x=this.currentPoint.x,this.label.y=…
1862 ….endUpdate()}}}else if(this.isLabel)this.moveLabel(this.state,this.label.x,this.label.y);else if(t…
1878label=new mxPoint(this.state.absoluteOffset.x,this.state.absoluteOffset.y);this.labelShape.bounds=…
1886 …his.labelShape.bounds,b=new mxRectangle(Math.round(this.label.x-a.width/2),Math.round(this.label.y…
2879 …nts.STYLE_STARTSIZE,b.style[mxConstants.STYLE_STARTSIZE],e)}}));return d},label:Ma(),ext:Ma(),rect…
3014 …this.actions[b]};function Action(b,c,e,k,g){mxEventSource.call(this);this.label=b;this.funct=this.…
3028 try{EditorUi.logEvent({category:"CHECKSUM-ERROR-SYNC-FILE-"+this.getHash(),action:g,label:"user_"+d…
3226 …"Fixed Image Aspect",type:"bool",defVal:!0}];mxCellRenderer.defaultShapes.label.prototype.customPr… class in mxCellRenderer.defaultShapes
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js880 var label = graph.convertValueToString(state.cell);
886 label = label.replace(/\n/g, '').replace(/<br\s*.?>/g, '\n');
891 temp.innerHTML = graph.sanitizeHtml(label);
892 label = mxUtils.extractTextWithWhitespace(temp.childNodes);
894 graph.cellLabelChanged(state.cell, label);
900 var label = mxUtils.htmlEntities(graph.convertValueToString(state.cell), false);
906 label = label.replace(/\n/g, '<br/>');
909 graph.cellLabelChanged(state.cell, graph.sanitizeHtml(label));
1784 function Action(label, funct, enabled, iconCls, shortcut)
1787 this.label = label;
H A DDialogs.js502 (function(label, fn)
504 var customBtn = mxUtils.button(label, function(e)
2199 var label = graph.convertValueToString(layer);
2200 …var dlg = new FilenameDialog(editorUi, label || mxResources.get('background'), mxResources.get('re…
2318 function addLayer(index, label, child, defaultParent) argument
2334 ldiv.setAttribute('title', label);
2472 mxUtils.write(span, label);
2611 var label = graph.convertValueToString(selectionLayer) || mxResources.get('background');
2612 removeLink.setAttribute('title', mxResources.get('removeIt', [label]));
2613 duplicateLink.setAttribute('title', mxResources.get('duplicateIt', [label]));
H A DEditor.js2001 var FilenameDialog = function(editorUi, filename, buttonText, fn, label, validateFn, content, helpL… argument
2020 mxUtils.write(td, (label || mxResources.get('filename')) + ':');
2045 if (label == null && content != null)
2123 if (label != null || content == null)
H A DFormat.js465 label.style.height = '25px';
467 label.style.width = '100%';
549 div.appendChild(label);
620 div.appendChild(label);
645 div.appendChild(label);
997 mxUtils.write(span, label);
1163 mxUtils.write(span, label);
1488 mxUtils.write(div, label);
1576 mxUtils.write(label, title);
1582 div.appendChild(label);
[all …]
H A DGraph.js4162 var label = '';
4180 label = mxUtils.trim(label.replace(/[\x00-\x1F\x7F-\x9F]|\s+/g, ' '));
4182 if (label.length > 0)
4184 labels.push(label);
8612 if (label != null && label.length > 0)
8614 div.innerHTML = label;
9030 label.value = 'Text';
9032 label.vertex = true;
9080 return label;
10716 if (label == null || label.length == 0)
[all …]
H A DMenus.js118 function addItem(label, tag) argument
120 return menu.addItem(label, null, mxUtils.bind(this, function()
613 Menus.prototype.addSubmenu = function(name, menu, parent, label) argument
1013 var label = document.createElement('div');
1014 label.style.padding = '4px';
1015 label.innerHTML = '1x1';
1016 elt2.firstChild.appendChild(label);
1252 return menu.addItem(label, null, mxUtils.bind(this, function()
1393 var item = menu.addItem(label || action.label, null, function(evt)
1705 Menubar.prototype.addMenu = function(label, funct, before) argument
[all …]
H A DSidebar.js2043 Sidebar.prototype.createTitle = function(label) argument
2048 mxUtils.write(elt, label);
H A DToolbar.js793 Toolbar.prototype.addMenu = function(label, tooltip, showLabels, name, c, showAll, ignoreState) argument
796 var elt = this.addMenuFunction(label, tooltip, showLabels, function()
817 Toolbar.prototype.addMenuFunction = function(label, tooltip, showLabels, funct, c, showAll) argument
819 …return this.addMenuFunctionInContainer((c != null) ? c : this.container, label, tooltip, showLabel…
825 Toolbar.prototype.addMenuFunctionInContainer = function(container, label, tooltip, showLabels, func… argument
827 var elt = (showLabels) ? this.createLabel(label) : this.createButton(label);
882 var tooltip = action.label;
1009 Toolbar.prototype.createLabel = function(label, tooltip) argument
1013 mxUtils.write(elt, label);
/plugin/diagramsnet/lib/js/sanitizer/
H A Dsanitizer.min.js73 kbd:0,keygen:274,label:0,legend:0,li:1,link:274,map:0,mark:0,menu:0,meta:274,meter:0,nav:0,nobr:0,n… property in $.f
77 label:"HTMLLabelElement",legend:"HTMLLegendElement",li:"HTMLLIElement",link:"HTMLLinkElement",map:"… property in $.Q
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6 …his._channel.bufferedAmountLowThreshold=u),this.channelName=this._channel.label,this._channel.onme…
/plugin/diagramsnet/lib/math/config/
H A DAccessible-full.js73 …","boldsymbol"],tag:["Extension","AMSmath"],notag:["Extension","AMSmath"],label:["Extension","AMSm…
74label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],substack:["Macro","\\begin{subarray}{…
H A DAccessible.js70 …","boldsymbol"],tag:["Extension","AMSmath"],notag:["Extension","AMSmath"],label:["Extension","AMSm…
71label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],substack:["Macro","\\begin{subarray}{…
H A DTeX-MML-AM_HTMLorMML-full.js70 …","boldsymbol"],tag:["Extension","AMSmath"],notag:["Extension","AMSmath"],label:["Extension","AMSm…
71label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],substack:["Macro","\\begin{subarray}{…
H A DTeX-MML-AM_HTMLorMML.js67 …","boldsymbol"],tag:["Extension","AMSmath"],notag:["Extension","AMSmath"],label:["Extension","AMSm…
68label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],substack:["Macro","\\begin{subarray}{…
H A DTeX-MML-AM_SVG-full.js63 …","boldsymbol"],tag:["Extension","AMSmath"],notag:["Extension","AMSmath"],label:["Extension","AMSm…
64label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],substack:["Macro","\\begin{subarray}{…
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],substack:["Macro","\\begin{subarray}{…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js142 …","set empty":"","set extended":"","set singleton":"","set collection":"",label:"",multiline:"",ma… property in sre.Messages.ROLE
477 …ed":"extension","set singleton":"singleton","set collection":"collection",label:"\u00e9tiquette",m… property in sre.Locale.fr.ROLE

1...<<21222324252627282930>>...43