Home
last modified time | relevance | path

Searched refs:collapse (Results 151 – 175 of 397) sorted by last modified time

12345678910>>...16

/plugin/diagramsnet/lib/resources/
H A Ddia_ta.txt130 collapse=Collapse
132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
H A Ddia_vi.txt130 collapse=Thu gọn
132 collapse-expand=Nhấp chuột để thu gọn/mở rộng\nShift - nhấp chuột để di chuyển những thành phần lân…
H A Ddia_ar.txt130 collapse=‫إخفاء‬
132 collapse-expand=‫إخفاء/ إظهار الصفحات المفتوحة‬
H A Ddia_bg.txt130 collapse=Свиване
132 collapse-expand="Кликни за свиване/разтягане\кликване на nShift-за преместване на съседни \кликване…
H A Ddia_bn.txt130 collapse=Collapse
132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
H A Ddia_ca.txt130 collapse=Minimitza
132 collapse-expand=Feu clic per reduir/xtendre\nPremeu Shift i feu clic per moure els veïns\nPremeu Al…
H A Ddia_cs.txt130 collapse=Sbalit
132 collapse-expand=Kliknutím sbalíte/rozbalíte\nKliknutím při držení klávesy Shift přesouvejte sousedn…
H A Ddia_da.txt130 collapse=Kollaps
132 collapse-expand=Klik for at kollapse/udvide\nShift-klik for at flytte naboer\nAlt-klik for at besky…
H A Ddia_el.txt130 collapse=Σύμπτυξη
132 collapse-expand=Πατήστε κλικ για Σύμπτυξη/Επέκταση\n Shift-κλικ για μετακίνηση των επόμενων\n Alt-κ…
H A Ddia_eo.txt130 collapse=Collapse
132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
H A Ddia_es.txt130 collapse=Reducir
132 collapse-expand=Haga clic para reducir/expandir\nShift+clic para mover los vecinos\nAlt+clic para p…
H A Ddia_fil.txt130 collapse=Pakitirin
132 collapse-expand=Pindutin para pakitirin/palawakin\nShift-pindutin para galawin ang mga katabi\nAlt-…
H A Ddia_fr.txt130 collapse=Réduire
132 collapse-expand=Cliquer pour réduire/agrandir\nShift+clic pour déplacer les voisins\nAlt+clic pour …
H A Ddia_he.txt130 collapse=‫כווץ‬
132 collapse-expand=‫‫לחץ כדי לכווץ/להרחיב/n החזק את Shift ולחץ כדי להזיז שכנים /n החזק את Alt ולחץ כדי…
H A Ddia_mr.txt130 collapse=Collapse
132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
H A Ddia_my.txt130 collapse=Collapse
132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js4350 Graph.prototype.foldCells = function(collapse, recurse, cells, checkFoldable, evt) argument
4356 cells = this.getFoldableCells(this.getSelectionCells(), collapse);
10144 originalRange.collapse(true);
H A DEditorUi.js1698 range.collapse(false);
/plugin/diagramsnet/lib/styles/
H A Dgrapheditor.css462 border-collapse:collapse;
754 border-collapse:collapse;
1555 border-collapse: collapse;
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js2184 …de(b.which),b=document.createRange(),b.selectNodeContents(c.textarea),b.collapse(!1),c=window.getS…
2591 …f)}}else(d=document.selection)&&"Control"!=d.type&&(b=d.createRange(),b.collapse(!0),f=d.createRan…
H A Dviewer.min.js2184 …de(b.which),b=document.createRange(),b.selectNodeContents(c.textarea),b.collapse(!1),c=window.getS…
2591 …f)}}else(d=document.selection)&&"Control"!=d.type&&(b=d.createRange(),b.collapse(!0),f=d.createRan…
H A Dapp.min.js2218 …de(a.which),a=document.createRange(),a.selectNodeContents(b.textarea),a.collapse(!1),b=window.getS…
2840 …c)}}else(b=document.selection)&&"Control"!=b.type&&(a=b.createRange(),a.collapse(!0),c=b.createRan…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dauto-collapse.js60 collapse: [], property in n
70 for (var e = t.collapse; t.i < t.m; ) {
155 … MathJax.Extension.collapse ? a() : MathJax.Hub.Register.StartupHook("Auto Collapse Ready", a);
H A Dwgxpath.install.js42 …|a.document;c=d.createRange();c.selectNode(a);c.collapse(!0);d=d.createRange();d.selectNode(b);d.c…
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js17 Graph.prototype.foldCells = function(collapse, recurse, cells, checkFoldable, evt) argument
23 cells = this.getFoldableCells(this.getSelectionCells(), collapse);
39 this.foldTreeCell(collapse, cells[i]);
57 Graph.prototype.foldTreeCell = function(collapse, cell) argument
83 this.model.setCollapsed(cell, collapse);
87 this.model.setVisible(tmp[i], !collapse);

12345678910>>...16