Home
last modified time | relevance | path

Searched refs:expand (Results 126 – 150 of 318) sorted by last modified time

12345678910>>...13

/plugin/diagramsnet/lib/resources/
H A Ddia_ru.txt132 collapse-expand=Щёлкните, чтобы свернуть/развернуть\nShift+щелчок – перемещение соседних элементов\…
269 expand=Развернуть
H A Ddia_si.txt132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
269 expand=Expand
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_sl.txt132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
269 expand=Expand
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_ta.txt132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
269 expand=Expand
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_vi.txt132 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…
269 expand=Mở rộng
H A Ddia_ar.txt132 collapse-expand=‫إخفاء/ إظهار الصفحات المفتوحة‬
269 expand=‫إظهار‬
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_bg.txt132 collapse-expand="Кликни за свиване/разтягане\кликване на nShift-за преместване на съседни \кликване…
269 expand=Разтягане
H A Ddia_bn.txt132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
269 expand=Expand
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_ca.txt132 collapse-expand=Feu clic per reduir/xtendre\nPremeu Shift i feu clic per moure els veïns\nPremeu Al…
269 expand=Amplia
H A Ddia_cs.txt132 collapse-expand=Kliknutím sbalíte/rozbalíte\nKliknutím při držení klávesy Shift přesouvejte sousedn…
269 expand=Rozšířit
H A Ddia_da.txt132 collapse-expand=Klik for at kollapse/udvide\nShift-klik for at flytte naboer\nAlt-klik for at besky…
269 expand=Udvid
H A Ddia_el.txt132 collapse-expand=Πατήστε κλικ για Σύμπτυξη/Επέκταση\n Shift-κλικ για μετακίνηση των επόμενων\n Alt-κ…
269 expand=Επέκταση
H A Ddia_eo.txt132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
269 expand=Expand
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_es.txt132 collapse-expand=Haga clic para reducir/expandir\nShift+clic para mover los vecinos\nAlt+clic para p…
269 expand=Expandir
H A Ddia_fil.txt132 collapse-expand=Pindutin para pakitirin/palawakin\nShift-pindutin para galawin ang mga katabi\nAlt-…
269 expand=Palawakin
H A Ddia_fr.txt132 collapse-expand=Cliquer pour réduire/agrandir\nShift+clic pour déplacer les voisins\nAlt+clic pour …
269 expand=Agrandir
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js2532 …nt(b);if(null!=f){var c=this.getCurrentCellStyle(f);if(null!=c.expand)return"0"!=c.expand}return d…
H A Dviewer.min.js2532 …nt(b);if(null!=f){var c=this.getCurrentCellStyle(f);if(null!=c.expand)return"0"!=c.expand}return d…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js1566 ….repeat,this);this.keyMapping[sre.EventUtil.KeyCode.DASH]=goog.bind(this.expand,this);this.keyMapp…
1577 sre.AbstractWalker.prototype.expand=function(){var a=this.getFocus().getDomPrimary();a=this.actiona… method in sre.AbstractWalker
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js801 Sidebar.prototype.addSearchPalette = function(expand) argument
816 if (!expand)
1145 Sidebar.prototype.addGeneralPalette = function(expand) argument
1315 …this.addPaletteFunctions('general', mxResources.get('general'), (expand != null) ? expand : true, …
1322 Sidebar.prototype.addMiscPalette = function(expand) argument
1434 this.addPaletteFunctions('misc', mxResources.get('misc'), (expand != null) ? expand : true, fns);
1440 Sidebar.prototype.addAdvancedPalette = function(expand) argument
1443 …this.addPaletteFunctions('advanced', mxResources.get('advanced'), (expand != null) ? expand : fals…
1606 Sidebar.prototype.addUmlPalette = function(expand) argument
2036 this.addPaletteFunctions('uml', mxResources.get('uml'), expand || false, fns);
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r… method in w.cssHooks
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2 …y key: {0} is found in advanced.queryParameters",r)));var i=t.select,n=t.expand;i&&n?this.queryPar…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js3096 EditorUi.prototype.loadLibrary = function(file, expand) argument
3103 this.libraryLoaded(file, images, doc.documentElement.getAttribute('title'), expand);
3128 EditorUi.prototype.libraryLoaded = function(file, images, optionalTitle, expand) argument
3181 (expand != null) ? expand : true, mxUtils.bind(this, function(content)
H A DGraphViewer.js2393 var expand = element.resizeSensor.childNodes[0];
2394 var expandChild = expand.childNodes[0];
2401 expand.scrollLeft = 100000;
2402 expand.scrollTop = 100000;
2444 addEvent(expand, 'scroll', onScroll);

12345678910>>...13