Home
last modified time | relevance | path

Searched refs:rx (Results 151 – 174 of 174) sorted by last modified time

1234567

/plugin/socialite/images/
H A Dreddit.svg5 rx="15%"
6 fill="#f40"/><g fill="#fff"><ellipse cx="256" cy="307" rx="166" ry="117"/><circle cx="106" cy="256"…
H A Dstumbleupon.svg5 rx="15%"
H A Dtwitter.svg5 rx="15%"
/plugin/switchpanel/images/
H A DgreenIt.svg3 <rect fill="green" x="22" y="1" width="7" height="7" rx="1" ry="1" style="fill:#bdbcbc;"></rect>
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc654 var rx = DOKU_BASE + 'doku.php';
655 if(!attrs[i].escaped.match(rx)) {
/plugin/chordsheets/js/
H A Draphael.js1rx:0,ry:0,src:"",stroke:"#000","stroke-dasharray":"","stroke-linecap":"butt","stroke-linejoin":"bu… property in o.attrs
/plugin/spellcheck/
H A Daspell.php246 $rx = array(); // The program's stdout/stderr
247 if (!$stdoutDone) $rx[] = $pipes[1];
248 if (!$stderrDone) $rx[] = $pipes[2];
251 stream_select($rx, $tx, $ex = NULL, NULL, NULL); // Block til r/w possible
259 foreach ($rx as $r) {
/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/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/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js28927 rx = Math.abs(rx);
28931 pl = (px * px) / (rx * rx) + (py * py) / (ry * ry);
28934 rx *= pl;
28937 a00 = cos_th / rx;
28938 a01 = sin_th / rx;
28976 a00 = cos_th * rx;
28978 a10 = sin_th * rx;
66236 var rx = x + firstInline.x;
66237 pdfKitDoc.rect(rx, y, totalWidth, lw).clip();
66240 pdfKitDoc.rect(rx, y-lw/2, lw, lw).fill();
[all …]
H A Dpdfmake.min.js.map1rx","ry","seg","segs","sweep","rotateX","a00","a01","a10","a11","cos_th","pl","segments","sfactor"…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js315 …,ellipse:function(a,b,c,e,h){var f=new d.AmDObject("ellipse",this);f.attr({rx:c,ry:e,cx:a,cy:b});t…
316 -f,k.node.style.marginTop=-f);1>c&&(c=1);1>e&&(e=1);k.attr({x:a,y:b,width:c,height:e,rx:h,ry:h,"str…
/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/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js598 rx = new RegExp('^[ ]*$','g');
599 wval = wval.replace(rx,'');
1076 var rx = new RegExp('(^\/[^ ]+) *(.*)','ig');
1491 var rx = null;
1535 msg = msg.replace(rx, '$1');
1537 msg = msg.replace(rx, '$1');
1541 rx = new RegExp(' (?= )(?![^<]*>)','g');
1542 msg = msg.replace(rx, '&nbsp;');
1545 rx = new RegExp('\\[b\\](.+?)\\[\/b\\]','ig');
1547 rx = new RegExp('\\[i\\](.+?)\\[\/i\\]','ig');
[all …]
H A Dpfcgui.js303 var rx = new RegExp('^\\[[0-9]+\\](.*)','ig');
304 document.title = document.title.replace(rx,'$1');
322 var rx = new RegExp('^\\[[0-9]+\\](.*)','ig');
323 document.title = document.title.replace(rx,'$1');
/plugin/indexnumber/
H A Dscript.js7 var rx = new RegExp('<idxnum\\s+' + text + '\\s+#(\\d+)', 'g'),
11 while ((result = rx.exec(editor.value)) !== null) {
/plugin/html2pdf/multilingual/
H A Dsyntax.php91 $rx = '/^'.$this->hlp->tns.'(('.join('|',$this->hlp->trans).'):)?/';
92 $idpart = preg_replace($rx,'',$ID);
/plugin/advrack/
H A Djquery.qtip.js3138 ellipse: function(cx, cy, rx, ry, corner) {
3140 rxc = c === 0 ? 0 : rx * Math.cos( c * Math.PI ),
3144 width: (rx * 2) - Math.abs(rxc),
3190 (elem.rx || elem.r).baseVal.value + strokeWidth2,
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/translation3/
H A Dhelper.php52 $rx = '/^'.$this->tns.'('.join('|',$this->trans).'):/';
53 if(preg_match($rx,$id,$match)){
64 $rx = '/(^|,|:|;|-)('.join('|',$this->trans).')($|,|:|;|-)/i';
65 if(preg_match($rx,$_SERVER['HTTP_ACCEPT_LANGUAGE'],$match)){
120 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';
121 $idpart = preg_replace($rx,'',$ID);
187 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';
188 $idpart = preg_replace($rx,'',$ID);
391 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';
392 $idpart = preg_replace($rx,'',$ID);
/plugin/processing/
H A Dscript.js2900 var rx, ry;
2902 rx = ry = this.element.getFloatAttribute("r");
2904 rx = this.element.getFloatAttribute("rx");
2907 this.params[0] -= rx;
2910 this.params[2] = rx*2;
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf1994 https?:\/\/([^\/]*\.)?crestor-rx\.one2you\.info
/plugin/nsrelation/
H A Dsyntax.php118 $rx = '/^'.$this->rootns.'(('.join('|',$this->relatedns).'):)?/';
119 $idpart = preg_replace($rx,'',$ID);

1234567