Home
last modified time | relevance | path

Searched refs:rx (Results 101 – 125 of 174) sorted by relevance

1234567

/plugin/diagramsnet/lib/img/lib/ibm/blockchain/
H A De_cert.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65.8 65.5"><ellipse cx="32.9" cy="32.8" rx="32…
/plugin/diagramsnet/lib/img/lib/ibm/miscellaneous/
H A Dibm_containers.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.7 59.9"><ellipse cx="29.8" cy="30" rx="28.8…
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
H A Dr.js19 …:"\u22CC",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",ruluhar:"\u2968",rx:"\u211E"});MathJax.A…
/plugin/diagramsnet/lib/img/lib/ibm/security/
H A Dfirewall.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.6 59.3"><ellipse cx="29.8" cy="29.7" rx="29…
/plugin/diagramsnet/lib/img/lib/ibm/applications/
H A Dservice_broker.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64.5 64.2"><ellipse cx="32.3" cy="32.1" rx="32…
/plugin/diagramsnet/lib/img/lib/ibm/infrastructure/
H A Dchannels.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 59.7"><ellipse cx="30" cy="29.9" rx="30" ry…
/plugin/combo/resources/theme/default/components/css/
H A Dminimap.css11 background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="250" height="195"><g fill="rgb(204,204,204)" transform="translate(-7.897 -268.6)"><rect rx="0" y="286.829" x="12.897" height="175" width="200" opacity=".517"/><path d="M13.23 458.808l39.687-132.291h198.437l-39.687 132.291z" fill-rule="evenodd"/><rect rx="0" y="273.6" x="39.688" height="13" width="90"/></g></svg>');
/plugin/minimap/
H A Dstyle.css12rx="0" y="286.829" x="12.897" height="175" width="200" opacity=".517"/><path d="M13.23 458.808l39.…
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php564 $rx = '/(';
566 $rx .= '.{65535}';
569 $rx .= '.{'.$split_length.'})/us';
571 return preg_split($rx, $string, null, \PREG_SPLIT_DELIM_CAPTURE | \PREG_SPLIT_NO_EMPTY);
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js4139 rx: value,
4625 ry = rx;
4636 if (rx != null) {
4637 attr.rx = rx;
4759 rx: rx, property in proto.ellipse.attr
5778 ry = rx;
5782 rx = +rx;
5790 res = [["M", x1, y1], ["A", rx, rx, 0, +(a - ry > 180), 0, x2, y2]];
6081 var h = (x * x) / (rx * rx) + (y * y) / (ry * ry);
6084 rx = h * rx;
[all …]
/plugin/callflow/
H A Draphael.js580 rx: 0,
610 rx: nu,
647 ry = rx;
2239 var h = (x * x) / (rx * rx) + (y * y) / (ry * ry);
2242 rx = h * rx;
2245 var rx2 = rx * rx,
6932 res.attrs = {cx: x, cy: y, rx: rx, ry: ry, fill: "none", stroke: "#000"}; property in res.attrs
7311 rx = +a.rx || +a.r || 0,
7884 res.X = x - rx;
7886 res.W = rx * 2;
[all …]
/plugin/advrack/
H A Draphael.js580 rx: 0,
610 rx: nu,
647 ry = rx;
2239 var h = (x * x) / (rx * rx) + (y * y) / (ry * ry);
2242 rx = h * rx;
2245 var rx2 = rx * rx,
6938 res.attrs = {cx: x, cy: y, rx: rx, ry: ry, fill: "none", stroke: "#000"}; property in res.attrs
7317 rx = +a.rx || +a.r || 0,
7890 res.X = x - rx;
7892 res.W = rx * 2;
[all …]
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmenclose.js19rx=Math.floor((e-g)/2);j.ry=Math.floor((i+k-g)/2);this.SUPER(arguments).Init.call(this,j);this.w=t…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js183 rx: 0,
214 rx: nu,
249 ellipsePath = function (x, y, rx, ry) { argument
251 ry = rx;
253 …return [["M", x, y], ["m", 0, -ry], ["a", rx, ry, 0, 1, 1, 0, 2 * ry], ["a", rx, ry, 0, 1, 1, 0, -…
1853 var h = (x * x) / (rx * rx) + (y * y) / (ry * ry);
1856 rx = h * rx;
1859 var rx2 = rx * rx,
1890 x2 = cx + rx * math.cos(f2);
1900 hx = 4 / 3 * rx * t,
[all …]
H A Draphael.svg.js462 $(node, {rx: value, ry: value});
1221 …res.attrs = {x: x, y: y, width: w, height: h, rx: r || 0, ry: r || 0, fill: "none", stroke: "#000"… property in res.attrs
1226 R._engine.ellipse = function (svg, x, y, rx, ry) { argument
1230 res.attrs = {cx: x, cy: y, rx: rx, ry: ry, fill: "none", stroke: "#000"}; property in res.attrs
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1rx=point.x*cos-point.y*sin,ry=point.x*sin+point.y*cos;return new fabric.Point(rx,ry).addEquals(ori… argument
4 …=null&&gradientUnits==="objectBoundingBox"&&object.rx!==object.ry){var scaleFactor=object.ry/objec…
8rx:0,ry:0,initialize:function(options){options=options||{};this.callSuper("initialize",options);th…
H A Dfabric.js893 rx = Math.abs(rx);
898 rx2 = rx * rx, ry2 = ry * ry, py2 = py * py, px2 = px * px,
904 rx *= s;
990 var rx = coords[0],
14216 rx: 0,
14250 this.rx = value;
14306 'rx="', this.rx,
14330 this.rx,
14438 rx: 0,
14491 var rx = this.rx ? Math.min(this.rx, this.width / 2) : 0,
[all …]
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js458 mxJsCanvas.prototype.arcTo = function(rx, ry, angle, largeArcFlag, sweepFlag, x, y) argument
460 …var curves = mxUtils.arcToCurves(this.lastMoveX, this.lastMoveY, rx, ry, angle, largeArcFlag, swee…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19rx:this.HTMLpx(Math.min(K+P,o)/4)})}break;case a.NOTATION.CIRCLE:if(b.useVML){if(!g){g=this.HTMLvm…
/plugin/tablelayout/
H A Dyarn.lock1261 rx-lite "^4.0.8"
1262 rx-lite-aggregates "^4.0.8"
2153 rx-lite-aggregates@^4.0.8:
2155 …resolved "https://registry.yarnpkg.com/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz#753b87a89…
2157 rx-lite "*"
2159 rx-lite@*, rx-lite@^4.0.8:
2161 …resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42…
/plugin/translation/flags/
H A Dmt.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"><g fill-rule="evenodd" stroke-width="1pt"><path fill="#ce0000" d="M320 0h320v480H320z"/><path fill="#fff" d="M0 0h320v480H0z"/></g><g transform="translate(-12.4 -30.8) scale(1.5986)"><path fill="#f1eeee" fill-rule="evenodd" d="M104.8 108c0 .9-.9 1.5-2 1.5-1.2 0-2-.6-2-1.4 0-.8.8-1.5 2-1.5 1.1 0 2 .7 2 1.5z"/><path fill="#c00" fill-rule="evenodd" d="M40.7 101v37.2H78c0 6.2 6.2 12.4 12.4 12.4v37.2h37.3v-37.2c6.2 0 12.4-6.2 12.4-12.4h37.2V101H140c0-6.2-6.2-12.4-12.4-12.4V51.4H90.4v37.2c-6.3 0-12.5 6.2-12.5 12.4H40.7z"/><path fill="#ffe600" fill-rule="evenodd" d="M42 102.2V137h37.2c0 6.2 6.2 12.4 12.4 12.4v37.2h34.7v-37.1c6.2 0 12.4-6.2 12.4-12.4H176v-34.8h-37.2c0-6.2-6.2-12.4-12.4-12.4V52.6H91.6v37.2c-6.2 0-12.4 6.2-12.4 12.4H42z"/><path fill="#707070" fill-rule="evenodd" d="M43.2 103.5v32.2h37.2c0 6.2 6.2 12.4 12.4 12.4v37.2h32.3v-37.2c6.2 0 12.4-6.2 12.4-12.4h37.2v-32.2h-37.2c0-6.2-6.2-12.4-12.4-12.4V53.9H92.8V91c-6.2 0-12.4 6.2-12.4 12.4H43.2z"/><path fill="#a0a0a0" fill-rule="evenodd" d="M44.5 104.7v29.8h37.2c0 6.2 6.2 12.4 12.4 12.4V184h29.7v-37.2c6.2 0 12.4-6.2 12.4-12.4h37.2v-29.8h-37.2c0-6.2-6.2-12.4-12.4-12.4V55.1H94.1v37.2c-6.2 0-12.4 6.2-12.4 12.4H44.4z"/><g fill-rule="evenodd"><path fill="#d0d0d0" d="M94.4 89.2c2.1 2.2.4 7.5-4 11.9s-9.6 6-11.8 4c-2.2-2.3-.4-7.6 4-12s9.6-6 11.8-3.9z"/><path fill="gray" d="M91.7 91.8c2.2 2.2 1.6 6.3-1.3 9.3s-7 3.5-9.2 1.3c-2.2-2.2-1.6-6.3 1.3-9.2s7-3.5 9.2-1.4z"/><path fill="#d0d0d0" d="m80.8 98.4.8-.8 3.5 1.7-1.7-3.5.9-.9 3.5 7-7-3.5zm5.2-5.2 1-1 5.2 5.4-.9.8z"/></g><g fill-rule="evenodd"><path fill="#d0d0d0" d="M139.3 105c-2.2 2.2-7.5.4-11.8-4s-6.2-9.6-4-11.8c2.2-2.2 7.5-.4 11.9 4s6 9.6 4 11.8z"/><path fill="gray" d="M136.7 102.4c-2.2 2.2-6.3 1.6-9.2-1.3s-3.5-7-1.4-9.2c2.2-2.2 6.4-1.6 9.3 1.3s3.5 7 1.3 9.2z"/><path fill="#d0d0d0" d="m130.1 91.4.9.9-1.8 3.5 3.5-1.8 1 1-7.1 3.4 3.5-7zm5.3 5.3.8.8-5.2 5.3-.9-.9z"/></g><g fill-rule="evenodd"><path fill="#d0d0d0" d="M123.5 150c-2.2-2.2-.4-7.5 4-11.9s9.6-6.1 11.8-4c2.2 2.2.4 7.5-4 11.9s-9.6 6.1-11.8 4z"/><path fill="gray" d="M126.2 147.3c-2.2-2.2-1.6-6.3 1.3-9.2s7-3.5 9.2-1.3c2.2 2.2 1.6 6.3-1.3 9.2s-7 3.5-9.3 1.3z"/><path fill="#d0d0d0" d="m137.1 140.7-.9 1-3.5-1.8 1.8 3.5-.9.8-3.5-7 7 3.5zM132 146l-1 .9-5.2-5.3.9-.9z"/></g><g fill-rule="evenodd"><path fill="#d0d0d0" d="M78.6 134.2c2.2-2.2 7.5-.4 11.8 3.9s6.1 9.7 4 11.8c-2.2 2.2-7.5.5-11.9-3.9s-6-9.7-4-11.8z"/><path fill="gray" d="M81.2 136.8c2.2-2.2 6.3-1.6 9.2 1.3s3.5 7 1.3 9.2c-2.1 2.2-6.3 1.6-9.2-1.3s-3.5-7-1.3-9.2z"/><path fill="#d0d0d0" d="m87.8 147.8-.9-1 1.8-3.4-3.5 1.7-1-.9 7.1-3.5-3.5 7zm-5.3-5.3-.8-.9 5.2-5.2.9.8z"/></g><path fill="none" stroke="#707070" stroke-width="1pt" d="M269.3 414.6c0 41-34.1 74.4-76.2 74.4S117 455.7 117 414.6s34.1-74.4 76.2-74.4 76.2 33.3 76.2 74.4z" transform="matrix(.34191 0 0 .35003 43 -25.5)"/><path fill="none" stroke="#707070" stroke-width="1pt" d="M269.3 414.6c0 41-34.1 74.4-76.2 74.4S117 455.7 117 414.6s34.1-74.4 76.2-74.4 76.2 33.3 76.2 74.4z" transform="matrix(.2605 0 0 .26669 58.6 9)"/><path fill="#d0d0d0" fill-rule="evenodd" d="M100.3 140.7a1.2 1.2 0 1 1-2.5 0 1.2 1.2 0 0 1 2.5 0zm19.8 0a1.2 1.2 0 1 1-2.5 0 1.2 1.2 0 0 1 2.5 0zm-12 0v1.3h-1.6c-1.7 0-1.7 1.3 0 1.3h1.6v1.2c0 1.4 1.5 1.5 1.6.1v-1.4h1.7c1.7 0 1.7-1.2 0-1.2h-1.6v-1.3c0-1.3-1.7-1.3-1.7 0z"/><path fill="#d0d0d0" fill-rule="evenodd" stroke="#707070" stroke-width=".1" d="M102.8 122.3v.8s-.4.5-2.9.7c-2.5.2-2.9 0-2.9 0 .1.7.6 1.9.4 3.3.1 1.7-.4 3.2-.4 3.2 0 .1-.3.2-.8.1.4-.4.4-1.4.4-3 0-1.4-1.5-3.7-1.2-4.3.3-.6 7.4-.8 7.4-.8zm9.8-2.6 6.5-.1s1 2 .9 3c0 1-.4 2-.8 1.5-.5-.5.2-.4.3-1.5 0-1.2-.8-2.3-.8-2.3s-1.8.7-4.4.6c-2.6-.2-1.4-1.2-1.7-1.2z"/><path fill="#d0d0d0" fill-rule="evenodd" stroke="#707070" stroke-width=".1" d="M113.4 121.6c2.4-.1 4 .2 4 .2s1 2 1 3c-.1 1-.4 2-.9 1.5-.4-.4.2-.3.3-1.5 0-1.1-.8-2.3-.8-2.3s-1.7.7-4.3.6c-2.6-.2-1.8-.3-2.1-.4-.3 0-.4.8-4.3.9-4 0-6-.9-6-.9s-.4.6-2.8.8h-3c.1.6.6 1.8.5 3.3 0 1.6-.5 3.2-.5 3.2h-.7c.4-.3.3-1.4.4-2.9 0-1.5-1.6-3.7-1.3-4.4.4-.6 2.2 0 2.5-.3.3-.4-1.6-2.7-1.2-4.8.3-2.1 2.4-1.5 4.9-1.5 2.5.1 8 .8 9.4 0 1.4-.7.8-3.4 2-5.1a4.1 4.1 0 0 1 3.3-1.5c.9 0 2 3 2 3.7l-.3.4h-.4v.3c-1 .1-1.1-.8-1.7-1.4-.2 1 .8 4.4.8 6.6 0 1.8-.7 2.6-.8 2.5z"/><path fill="#d0d0d0" fill-rule="evenodd" stroke="#707070" stroke-width=".1" d="M105.5 118.4c0 .7-3.1 2.4-3.4 3-.2.7.8 1 .5 1.4-.3.4-.6.2-.7.3l-1.2-2.5s3-1.4 2.9-2c-.1-.6-2.2-1-2.6-2.4s-.2-4.3-.5-4.9c-.3-.6-4-1.2-4-2 0-1 3.8-3.4 4.2-3.8.4-.4.8.4.4.7-.4.4-3.3 2.7-3.3 3 0 .4 2.4.8 3.2.8.9 0 1.3-.4 1.3-.8 0-.3-.9-.3-.9-1s.5-1.2 1.3-1.2c.4 0 1.2.5 1.2 1.1s-.7.7-.8 1.1c-.1.5.8.8 1.6.8s3.6 2.1 4 2.5c.5.3.9.3.5.7-.4.4-.2.8-.6.4a1.5 1.5 0 0 1-.4-.7c0-.3-3-1.8-3.5-1.5-.4.4 0 4.8 0 5.2 0 .7.9.7.8 1.8z"/><path fill="#a7a7a7" fill-rule="evenodd" d="M100.3 109.9h5v5.1h-5z"/><rect width="30.6" height=".4" x="138.6" y="-25.7" fill="gray" fill-rule="evenodd" rx=".5" ry=".2" transform="matrix(.55442 .83223 -.88237 .47055 0 0)"/><path fill="#d0d0d0" fill-rule= (…)
/plugin/dropfiles/
H A Dyarn.lock1374 rx-lite "^4.0.8"
1375 rx-lite-aggregates "^4.0.8"
2458 rx-lite-aggregates@^4.0.8:
2460 …resolved "https://registry.yarnpkg.com/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz#753b87a89…
2462 rx-lite "*"
2464 rx-lite@*, rx-lite@^4.0.8:
2466 …resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42…
/plugin/fetchmedia/
H A Dyarn.lock1767 rx-lite "^4.0.8"
1768 rx-lite-aggregates "^4.0.8"
2714 rx-lite-aggregates@^4.0.8:
2716 …resolved "https://registry.yarnpkg.com/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz#753b87a89…
2718 rx-lite "*"
2720 rx-lite@*, rx-lite@^4.0.8:
2722 …resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42…
/plugin/codemirror/dist/modes/
H A Dz80.min.js.map1 …lr]d|s[lr]a|srl|djnz|nop|[de]i|halt|im|in([di]mr?|ir?|irx|2r?)|ot(dmr?|[id]rx|imr?)|out(0?|[di]r?|…
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.min.js1rx:0,ry:0,src:"",stroke:"#000","stroke-dasharray":"","stroke-linecap":"butt","stroke-linejoin":"bu… property in o.attrs

1234567