Home
last modified time | relevance | path

Searched refs:idx (Results 51 – 75 of 242) sorted by path

12345678910

/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js822 if (idx > 0)
824 ui.movePage(idx, idx - 1);
832 if (idx > 0)
834 ui.movePage(idx, 0);
844 ui.movePage(idx, idx + 1);
865 if (idx > 0)
875 if (idx > 0)
926 if (idx >= 0)
930 if (idx2 > idx)
10833 if (idx >= 0 && idx < xml.length - 3)
[all …]
H A DElectronApp.js1457 var idx = name.lastIndexOf('.');
1459 if (idx > 0)
1461 ext = name.substring(idx + 1);
1462 name = name.substring(0, idx);
1504 var idx = name.lastIndexOf('.');
1506 if (idx > 0)
1508 ext = name.substring(idx + 1);
1509 name = name.substring(0, idx);
H A DGitHubClient.js1000 (mxUtils.bind(this, function(file, idx) argument
1131 (mxUtils.bind(this, function(branch, idx) argument
1134 temp.style.backgroundColor = (idx % 2 == 0) ?
1273 (mxUtils.bind(this, function(repository, idx) argument
1276 temp.style.backgroundColor = (idx % 2 == 0) ?
H A DGitLabClient.js1114 (mxUtils.bind(this, function(branch, idx) argument
1117 temp.style.backgroundColor = (idx % 2 == 0) ?
H A DGraphViewer.js1044 var idx = (layers != null && layers.length > 0) ? layers.split(' ') : [];
1049 if (idx.length > 0 || hasLayerIds || sourceGraph != null)
1079 for (var i = 0; i < idx.length; i++)
1081 var layer = model.getChildAt(model.root, parseInt(idx[i]));
H A DNotionClient.js690 (mxUtils.bind(this, function(file, idx) argument
788 (mxUtils.bind(this, function(db, idx, drawioReady) argument
791 temp.style.backgroundColor = (idx % 2 == 0) ?
H A DOneDriveFile.js55 var idx = url.indexOf('/_layouts/15/download.aspx?');
68 url = url.substring(0, idx) + '/_layouts/15/onedrive.aspx?id=' + id + '&parent=' + parent;
H A DTrees.js1066 var idx = mxUtils.indexOf(targets, state);
1068 if (idx >= 0)
1070idx += (direction == mxConstants.DIRECTION_NORTH || direction == mxConstants.DIRECTION_WEST) ? -1 …
1072 if (idx >= 0 && idx <= targets.length - 1)
1074 graph.setSelectionCell(targets[idx].cell);
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1574 var idx = mxUtils.indexOf(names, name);
1576 if (idx >= 0 && texts[idx] != null)
1578 texts[idx].focus();
1586 if (idx >= 0)
1588 names.splice(idx, 1);
1589 texts.splice(idx, 1);
H A DEditor.js2310 var idx = (idx2 > 0) ? idx2 : nameInput.value.lastIndexOf('.');
2317 if (idx > 0)
2319 nameInput.value = nameInput.value.substring(0, idx + 1) + ext;
H A DEditorUi.js4467 var idx = data.indexOf('&lt;mxGraphModel ');
4469 if (idx >= 0)
4473 if (idx2 > idx)
4475 result = data.substring(idx, idx2 + 21).replace(/&gt;/g, '>').
4547 var idx = xml.lastIndexOf('%3E');
4549 if (idx >= 0 && idx < xml.length - 3)
4551 xml = xml.substring(0, idx + 3);
H A DFormat.js542 var idx = 0;
566 addClickHandler(label, diagramPanel, idx++);
575 addClickHandler(label2, stylePanel, idx++);
652 addClickHandler(label, stylePanel, idx++);
675 addClickHandler(label2, textPanel, idx++);
682 addClickHandler(label3, arrangePanel, idx++, true);
H A DGraph.js640 var idx = mxUtils.findNearestSegment(state, me.getGraphX(), me.getGraphY());
642 if (idx < pts.length - 1 && idx >= 0)
644 cursor = (Math.round(pts[idx].x - pts[idx + 1].x) == 0) ?
1720 var idx = data.indexOf('<svg');
1722 if (idx >= 0)
1725 div.innerHTML = data.substring(idx);
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js814 var idx = mxUtils.indexOf(targets, state);
816 if (idx >= 0)
818idx += (direction == mxConstants.DIRECTION_NORTH || direction == mxConstants.DIRECTION_WEST) ? -1 …
820 if (idx >= 0 && idx <= targets.length - 1)
822 graph.setSelectionCell(targets[idx].cell);
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396idx=a,l.distance=this._wordDistance.distance(l.position,l.completion),o.push(l),this._stats.sugges…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js24926 if (idx >= 0) {
28776 if (idx === 0) {
28780 var res = this.children[idx - 1];
36602 if (idx === -1) {
36874 var idx = authority.indexOf('@');
36875 if (idx !== -1) {
36879 idx = userinfo.indexOf(':');
36880 if (idx === -1) {
36892 idx = authority.indexOf(':');
36893 if (idx === -1) {
[all …]
H A D2.2.js.map1idx = node.parent.children.indexOf(node);\n if (idx >= 0) {\n node.paren…
H A D3.3.js.map1idx = findFirst(this.children, function (c) { return offset <= c.start; }) - 1;\n if (idx >…
H A D4.4.js.map1idx = s.schema.enum.indexOf(Parser.getNodeValue(node));\n if (s.schema.…
H A Dbundle.js396idx=a,l.distance=this._wordDistance.distance(l.position,l.completion),o.push(l),this._stats.sugges…
H A Dbundle.js.map1idx = 0;\n\n while (idx >= 0) {\n idx = txt.indexOf('<script');\n\n if (idx >= 0) {\n …
H A Deditor.worker.js.map1idx = parseInt(group, 10);\n return isNaN(idx) || idx < 0 || idx >= args.length ?\n …
H A Djson.worker.js.map1idx = parseInt(group, 10);\n return isNaN(idx) || idx < 0 || idx >= args.length ?\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1idx","lineBreakRegex","breakToPlaceholder","placeholderToBreak","getRows","sanitizeText","htmlLabe…
/plugin/dirtylittlehelper/
H A Dstyle.css224 .dlh_ontheleft ul.idx * {

12345678910