Home
last modified time | relevance | path

Searched refs:width (Results 1476 – 1500 of 3734) sorted by last modified time

1...<<51525354555657585960>>...150

/plugin/diagramsnet/lib/plugins/
H A DedgeConnection.js24 geo.x = this.graph.snap(point.x - geo.width / 2) - this.graph.panDx / this.graph.view.scale;
H A Dexplore.js37 container.style.width = '100%';
156 cell.geometry.x = cx - cell.geometry.width / 2;
224 geo.x = cx - geo.width / 2;
251 geo.x = cx - geo.width / 2;
H A Dtickets.js365 cell.geometry.width = Math.max(220, cell.geometry.width);
/plugin/diagramsnet/lib/img/lib/atlassian/
H A DJira_Core_Logo.svg1 <svg xmlns="http://www.w3.org/2000/svg" contentScriptType="text/ecmascript" width="55.3" baseProfil…
H A DJira_Logo.svg1 …:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" width="72.2" baseProfile…
H A DSourcetree_Logo.svg1 <svg xmlns="http://www.w3.org/2000/svg" contentScriptType="text/ecmascript" width="57.4" baseProfil…
H A DStatuspage_Logo.svg1 <svg xmlns="http://www.w3.org/2000/svg" contentScriptType="text/ecmascript" width="75" baseProfile=…
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
H A DImage.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="100.032" height="100.032" viewBox="0 0 75 75" fill="…
H A DInternet.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="93.312" height="91.968" viewBox="0 0 69.971 68.995" …
H A DInternetServices.svg1width="100.032" height="100.032" viewBox="0 0 75 75" fill="none" fill-rule="evenodd" overflow="vis…
H A DKey.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="100.032" height="100.032" viewBox="0 0 75 75" fill="…
H A DLoadBalancer.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="100.032" height="100.032" viewBox="0 0 75 75" fill="…
H A DRules.svg1 …ptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" width="100.032" preserve…
H A DVPCTag.svg1 …svg xmlns="http://www.w3.org/2000/svg" width="742.409" height="742.409" viewBox="0 0 196.429 196.4…
H A DVPN.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="100.032" height="100.032" viewBox="0 0 75 75" fill="…
/plugin/diagramsnet/lib/img/lib/allied_telesis/storage/
H A DDatacenter_Server_Rack.svg1width:2.7}.M{fill:#416895}.N{fill:#7d91b4}.O{fill:#607ba4}.P{stroke:#dfe0df}.Q{stroke-width:.675}.…
/plugin/diagramsnet/lib/img/lib/mscae/
H A DEvent_Hubs.svg1 …/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-163 237 29 30" width="29" height="30"><…
H A DExchange_On_premises_Access.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="28" height="48.05"><path d="M27.96.702c-.002-.01-.00…
H A DExtensions.svg1 <svg xmlns="http://www.w3.org/2000/svg" height="50" width="50" viewBox="0 0 100 100"><path fill="#5…
H A DGearAlternate_2.svg1 <svg xmlns="http://www.w3.org/2000/svg" height="50" width="50"><path fill="#7a7a7a" d="M50 27.7V22l…
H A DGear_2.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50"><path fill="#7a7a7a" d="M50 27.726v-…
H A DGlobeWarning.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="43.656" height="50"><path d="M20.987 40.35h-3.95c.95…
/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js15 defaultFormatWidth: (screen.width < 600) ? '0' : '240',
H A DmxRuler.js101 canvas.width = container.offsetWidth;
143 ctx.clearRect(0, 0, canvas.width, canvas.height);
174 pageShift = layout.x * graph.pageFormat.width;
223 …ical? bgPages.height: bgPages.width), isVertical? canvas.height : canvas.width) : (isVertical? can…
253 if (rEnd < canvas.width)
255 ctx.fillRect(rEnd, 0, canvas.width, RULER_THICKNESS);
335 if (canvas.width != newW)
337 canvas.width = newW;
338 container.style.width = newW + 'px';
462 x2 = x1 + bounds.width / 2;
[all …]
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1692 x += width;
1817 width = Math.max(width, subX);
1818 cell.geometry.width = width;
1819 x += width;
1841 geo.width = min;
1846 var w = geo.width;
1848 geo.width = h;
1879 geo.width = parseFloat(w);
1999 style["exitX"] = (srcX + srcGeo.width/2) / srcGeo.width;
2012 style["entryX"] = (trgX + trgGeo.width/2) / trgGeo.width;
[all …]

1...<<51525354555657585960>>...150