Home
last modified time | relevance | path

Searched refs:temp (Results 101 – 125 of 244) sorted by path

12345678910

/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js490 var temp = spans[0];
491 temp.style.opacity = '0';
789 var temp = [];
804 temp = [];
816 temp = [];
824 temp = [];
834 if (temp.length > 0)
955 var temp = [];
973 temp = [];
985 temp = [];
[all …]
H A DDriveClient.js1138 var temp = (window.atob && !mxClient.IS_IE && !mxClient.IS_IE11) ?
1141 mxUtils.parseXml(temp).documentElement, true);
1149 data = temp;
1172 var temp = data.substring(22);
1173 data = (window.atob && !mxClient.IS_SF) ? atob(temp) : Base64.decode(temp);
1489 var temp = reasons.join(', ');
1490 error({message: mxResources.get('errorSavingFile') + ': ' + temp}, resp);
1498 this.ui.hashValue(resp.etag) + ((temp.length > 0) ? '-errors-' + temp : ''),
1825 var temp = canvas.toDataURL();
1826 temp = temp.substring(temp.indexOf(',') + 1).replace(/\+/g, '-').replace(/\//g, '_');
[all …]
H A DEditor.js1508 if (temp.length > 0)
3027 if (temp != null && temp.length > 0)
6507 var temp = null;
6560 if (temp != null)
7092 if (temp != '')
7120 var temp = [];
7130 result = temp;
7305 var temp = {};
7333 var temp = {};
7388 temp = (temp.length > 0) ? temp + ' ' + tag : tag;
[all …]
H A DEditorUi.js1283 temp, null, resolveReferences);
2928 var temp = 0;
2937 temp = ((temp << 5) - temp + str.charCodeAt(i)) << 0;
2940 hash = hash ^ temp;
6639 if (!isNaN(temp) && temp > 0)
6641 scale = temp;
6649 if (!isNaN(temp) && temp > 0)
6651 border = temp;
11286 temp = true;
13455 var temp = afterInsert;
[all …]
H A DElectronApp.js1013 EditorUi.prototype.openFiles = function(files, temp) argument
1180 LocalFile = function(ui, data, title, temp) argument
H A DEmbed.js572 var temp = mxUtils.getChildNodes(diagrams[0]);
574 if (temp.length > 0)
578 newDocument.appendChild(newDocument.importNode(temp[0], true));
H A DGitHubClient.js236 if (temp != null && temp.message != null)
238 defaultText = temp.message;
310 if (temp != null && temp.errors != null && temp.errors.length > 0)
844 var temp = listItem.cloneNode();
845 temp.style.padding = padding;
846 temp.appendChild(link);
848 link = temp;
1015 temp.appendChild(typeImg);
1031 div.appendChild(temp);
1144 div.appendChild(temp);
[all …]
H A DGitLabClient.js248 if (temp != null && temp.errors != null && temp.errors.length > 0)
830 var temp = listItem.cloneNode();
831 temp.style.padding = padding;
832 temp.appendChild(link);
834 link = temp;
999 temp.appendChild(typeImg);
1015 div.appendChild(temp);
1116 var temp = listItem.cloneNode();
1127 div.appendChild(temp);
1321 div.appendChild(temp);
[all …]
H A DLocalFile.js11 LocalFile = function(ui, data, title, temp, fileHandle, desc) argument
16 this.mode = (temp) ? null : App.MODE_DEVICE;
H A DMenus.js1726 var temp = childs[id].pop();
1727 visit(temp);
4317 var temp = state.style['fontSource'];
4319 if (temp != null)
4321 temp = decodeURIComponent(temp);
4323 if (Graph.isGoogleFontUrl(temp))
4330 curUrl = temp;
H A DMinimal.js2529 var temp = node.nextSibling;
2536 node = temp;
2549 var temp = (small) ? addMenu('diagram', null, Editor.drawLogoImage) : null;
2551 if (temp != null)
2553 appElt = temp;
H A DNotionClient.js571 var temp = listItem.cloneNode();
572 temp.style.padding = padding;
573 temp.appendChild(link);
575 link = temp;
692 var temp = listItem.cloneNode();
693 temp.style.backgroundColor = (gray) ?
703 temp.appendChild(typeImg);
711 div.appendChild(temp);
790 var temp = listItem.cloneNode();
791 temp.style.backgroundColor = (idx % 2 == 0) ?
[all …]
H A DPages.js1374 var temp = this.createControlTab(4, '&nbsp;&#10094;&nbsp;');
1375 temp.style.position = 'absolute';
1376 temp.style.right = (this.editor.chromeless) ? '29px' : '55px';
1377 temp.style.fontSize = '13pt';
1379 this.tabContainer.appendChild(temp);
1397 mxUtils.setOpacity(temp, (wrapper.scrollLeft > 0) ? 100 : fade);
1402 mxUtils.setOpacity(temp, (wrapper.scrollLeft > 0) ? 100 : fade);
1932 var temp = node.ownerDocument.createElement('diagram');
1933 temp.setAttribute('id', node.getAttribute('relatedPage'));
1934 temp.setAttribute('name', node.getAttribute('name'));
[all …]
H A DTrees.js430 var temp = cells.slice(0);
434 var cell = temp[i];
565 var temp = newSource;
567 if (temp == null || temp == graph.model.getParent(cells[i]))
916 var temp = style['newEdgeStyle'];
918 if (temp != null)
922 var styles = JSON.parse(temp);
1018 if (temp != null && ((!horizontal && (Math.min(temp.x + temp.width,
1020 (horizontal && (Math.min(temp.y + temp.height, state.y + state.height) >=
1021 Math.max(temp.y, state.y)))))
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js405 var temp = all.join(';').split(';');
410 for (var i = 0; i < temp.length; i++)
412 visible[this.libAliases[temp[i]] || temp[i]] = true;
987 this.editorUi.editor.loadUrl(url, mxUtils.bind(this, function(temp) argument
991 var doc = mxUtils.parseXml(temp);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js883 var temp = null;
887 temp = graph.stylesheet;
902 if (temp != null)
904 graph.stylesheet = temp;
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js572 var temp = mxUtils.getChildNodes(diagrams[0]);
574 if (temp.length > 0)
578 newDocument.appendChild(newDocument.importNode(temp[0], true));
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js580 var temp = graph.ungroupCells();
595 temp.push(cells[i]);
605 if (temp.length > 0)
607 graph.setSelectionCells(temp);
620 var temp = [];
627 temp.push(cells[i]);
631 graph.removeCellsFromParent(temp);
890 var temp = document.createElement('div');
891 temp.innerHTML = graph.sanitizeHtml(label);
892 label = mxUtils.extractTextWithWhitespace(temp.childNodes);
H A DDialogs.js1362 var temp = mxUtils.getValue(ui.editor.graph.getCurrentCellStyle(cell), 'metaData', null);
1364 if (temp != null)
1366 meta = JSON.parse(temp);
1462 var temp = [];
1469 temp.push({name: attrs[i].nodeName, value: attrs[i].nodeValue});
1474 temp.sort(function(a, b)
1530 for (var i = 0; i < temp.length; i++)
1532 addTextArea(count, temp[i].name, temp[i].value);
H A DEditor.js2838 var temp = this.graph.isCellSelected(parent);
2839 selected = selected || temp;
2841 if (temp || (!selected && (this.graph.isTableCell(cell) ||
H A DEditorUi.js221 var temp = [];
225 temp = temp.concat(model.getDescendants(cells[i]));
228 cells = temp;
1281 while (temp != null && graph.model.isVertex(temp) && geo != null && geo.relative)
1283 cell = temp;
3526 this.color = temp;
4657 mxUtils.setTextContent(elt, temp);
4669 var temp = img.getAttribute('src');
4671 if (temp != null)
4679 temp = xml;
[all …]
H A DFormat.js1103 var temp = (cells != null) ? cells : self.format.getSelectionState().cells;
1105 graph.setCellStyles(key, value, temp);
1109 fn(temp, value);
1113 [key], 'values', [value], 'cells', temp));
4336 temp = mxUtils.getCurrentStyle(elts[i]);
4337 fontSize = Math.max(getAbsoluteFontSize(temp), fontSize);
4338 var lh = getRelativeLineHeight(fontSize, temp, elts[i]);
H A DGraph.js2269 cell = temp;
2483 cell = temp;
2498 var temp = [];
2508 cells = temp;
2673 if (temp != null)
3821 var temp = [];
3829 temp.push(newCell);
4747 var temp = [];
4783 if (temp[i].name != 'link' || !this.isCustomLink(temp[i].value))
6296 last = temp;
[all …]
H A DShapes.js5060 var temp = [];
5064 temp.push(mxUtils.clone(pts[i]));
5070 FilledEdge.prototype.origPaintEdgeShape.apply(this, [c, temp, rounded]); argument
5834 var temp = [];
5843 temp.push(cells[i]);
5848 state.style[mxConstants.STYLE_STARTSIZE], temp);
6248 var temp = fn(this.state);
6250 if (temp != null)
6254 handles = temp;
6258 handles = handles.concat(temp);
H A DSidebar.js372 var temp = this.graph2.cloneCells(cells);
373 this.editorUi.insertHandler(temp, null, this.graph2.model,
377 this.graph2.addCells(temp);
1151 var temp = parseInt(this.editorUi.editor.graph.defaultVertexStyle['fontSize']);
1152 var fontSize = !isNaN(temp) ? 'fontSize=' + Math.min(16, temp) + ';' : '';
3505 var temp = graph.getEditableCells(graph.getSelectionCells());
3506 this.updateShapes(cells[0], temp);
3507 graph.scrollCellToVisible(temp);

12345678910