Home
last modified time | relevance | path

Searched refs:x (Results 501 – 525 of 1696) sorted by relevance

1...<<21222324252627282930>>...68

/plugin/diagramsnet/lib/shapes/
H A DmxElectrical.js37 c.translate(x, y);
96 c.translate(x, y);
166 c.translate(x, y);
242 c.translate(x, y);
324 c.translate(x, y);
411 c.translate(x, y);
527 c.translate(x, y);
661 c.translate(x, y);
749 c.translate(x, y);
1131 c.translate(x, y);
[all …]
/plugin/captcha/
H A Dhelper.php286 $x = ($w * 0.05) + $i * floor($w * 0.9 / $txtlen);
290 imagettftext($img, $size, $angle, $x, $y, $color, $font, $text[$i]);
339 $x = 0; // where we start to draw
353 $svg->addText($char, $x, random_int(0, round($y - $size))); // random up and down
356 $x += $w;
359 $svg->addAttribute('width', $x . 'px');
361 $svg->addAttribute('viewbox', "0 0 $x $y");
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML.js46x:3.5,y:5,bwidth:1,bcolor:"#A6D",hwidth:"15px",hcolor:"#83A"},button:{x:-6,y:-3,wx:-2},fadeinInc:0… property in o.button
47x=s.Zoom(p,w,u,l,t);if(this.msiePositionBug){if(this.msieSizeBug){z.style.height=x.zH+"px";z.style… variable
48x){for(var w=0,u=this.items.length;w<u;w++){if(this.items[w].name[y]===v){if(x.length){if(!this.it… argument
51x=function(){g=MathJax.ElementJax.mml;var ab=g.mbase.prototype.Init;g.mbase.Augment({firstChild:nu… function
52x=0.5;if(p<127){if(v.match(/[A-Za-ehik-or-xz0-9]/)){u=0}if(v.match(/[A-HK-Z]/)){x=0.67}else{if(v.m…
H A DTeX-MML-AM_SVG-full.js56x:3.5,y:5,bwidth:1,bcolor:"#A6D",hwidth:"15px",hcolor:"#83A"},button:{x:-6,y:-3,wx:-2},fadeinInc:0… property in o.button
57x=s.Zoom(p,w,u,l,t);if(this.msiePositionBug){if(this.msieSizeBug){z.style.height=x.zH+"px";z.style… variable
58x){for(var w=0,u=this.items.length;w<u;w++){if(this.items[w].name[y]===v){if(x.length){if(!this.it… argument
67x=function(){g=MathJax.ElementJax.mml;var ab=g.mbase.prototype.Init;g.mbase.Augment({firstChild:nu… function
68x=this.config.linebreaks.width;if(q){t=(x.match(/^\s*(\d+(\.\d*)?%\s*)?container\s*$/)!=null);if(t… argument
69 …Data(o);return o},SVGhandleSpace:function(e){if(!this.hasFrame&&!e.width){e.x=e.X=167}this.SUPER(a…
70x=0.5;if(p<127){if(v.match(/[A-Za-ehik-or-xz0-9]/)){u=0}if(v.match(/[A-HK-Z]/)){x=0.67}else{if(v.m…
H A DAM_HTMLorMML-full.js49x:3.5,y:5,bwidth:1,bcolor:"#A6D",hwidth:"15px",hcolor:"#83A"},button:{x:-6,y:-3,wx:-2},fadeinInc:0… variable
50x=s.Zoom(p,w,u,l,t);if(this.msiePositionBug){if(this.msieSizeBug){z.style.height=x.zH+"px";z.style… variable
51x){for(var w=0,u=this.items.length;w<u;w++){if(this.items[w].name[y]===v){if(x.length){if(!this.it… argument
54x=function(){g=MathJax.ElementJax.mml;var ab=g.mbase.prototype.Init;g.mbase.Augment({firstChild:nu… function
55x=(z.Get("display")==="block"?"div":"span");A=e.Element(x,{className:"MathJax_MathML",id:n.inputID…
56x=this.config.linebreaks.width;if(q){t=(x.match(/^\s*(\d+(\.\d*)?%\s*)?container\s*$/)!=null);if(t… argument
58x=0.5;if(p<127){if(v.match(/[A-Za-ehik-or-xz0-9]/)){u=0}if(v.match(/[A-HK-Z]/)){x=0.67}else{if(v.m…
/plugin/credits/
H A Dsyntax.php207 for ($x=0; $x < strlen($email); $x++) $encode .= '&#x' . bin2hex($email{$x}).';';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DWmf.php254 function _MoveTo($x, $y) argument
256 return "$x $y m\n";
260 function _LineTo($x, $y) argument
262 return "$x $y l\n";
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php392 * @param float|int|array $x The abscissa of upper-left corner. Alternatively you could use an assoc array
393 * with the keys "x", "y", "width", "height", "adjustPageSize".
401 public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
403 if (\is_array($x)) {
405 unset($x['pageId']);
406 \extract($x, EXTR_IF_EXISTS);
408 if (\is_array($x)) {
409 $x = 0;
431 $x * $this->k,
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DTWKB.php213 $x = round(
214 $this->lastPoint->x() + $this->reader->readSVarInt() / $options['precisionFactor'],
230 $this->lastPoint = new Point($x, $y, $z, $m);
460 $x = round($geometry->x() * $this->writeOptions['xyFactor']);
465 $twkb = $this->writer->writeSVarInt($x - $this->lastPoint->x());
474 $this->lastPoint = new Point($x, $y, $this->writeOptions['hasZ'] ? $z : null, $this->writeOptions['hasM'] ? $m : null);
/plugin/combo/resources/theme/default/pages/templates/
H A Dlanding.css1 /* No gutter on x otherwise there is a overflow on the right */
3 --bs-gutter-x: 0;
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js41 var tx = graph.view.translate.x;
214 var dx = t.x;
235 graph.cellsMoved(cells, x - bb.x, y - bb.y);
750 linkCell.geometry.x = pt.x;
993 bounds.x = bounds.x / s - t.x;
1017 bounds.x -= b.x;
1019 bounds.width += b.width + b.x;
1495 var dx = t.x;
1503 dx += pgeo.x;
1561 geo.x = 0;
[all …]
/plugin/patchpanel/
H A Dsyntax.php210 for($x=3;$x<=$matchcount;$x++) {
211 $item['comment'] .= " ".( isset( $matches[0][$x] ) ? $matches[0][$x] : '' );
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Asana-Math/
H A Dfontdata.js19x="AsanaMathJax_Misc",E="AsanaMathJax_Monospace",z="AsanaMathJax_NonUnicode",s="AsanaMathJax_Norma… variable
/plugin/diagramsnet/lib/img/lib/mscae/
H A DPeerings.svg1 …1 1 3.6 0 1.79 1.79 0 1 1-3.6 0z"/><use xlink:href="#B" x="19.4" y="19.4"/><use xlink:href="#B" x=…
H A DClassicIPAddress.svg1 …<g fill="#0072c6"><use xlink:href="#B"/><use xlink:href="#B" x="8.9"/><use xlink:href="#B" x="17.8…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCodabar.php22 $this->data['lightmL'] = ($quiet_zone_left !== null ? $quiet_zone_left : 10); // LEFT light margin = x X-dim (spec.)
23 $this->data['lightmR'] = ($quiet_zone_right !== null ? $quiet_zone_right : 10); // RIGHT light margin = x X-dim (spec.)
24 $this->data['lightTB'] = 0; // TOP/BOTTOM light margin = x X-dim (non-spec.)
76 $x = $seq[$j];
77 if ($x == 2) {
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js126 var x=0, y=0;
129 x += e1.offsetLeft;
134 x -= e2.scrollLeft;
137 return [x, y];
147 var x = 0, y = 0;
150 x = e.offsetX;
153 x = e.layerX;
156 return { x: x, y: y };
534 function drawPicker(x, y) {
614 p.boxB.style.left = x+'px';
[all …]
/plugin/dpicorrect/
H A Daction.php92 $x = (ord(substr($string, $pos+1, 1)) << 8) + ord(substr($string, $pos+2, 1));
97 if($unit==2) { $x *= 2.54; $y *= 2.54; }
99 return array("x"=>$x, "y"=>$y);
/plugin/abc2/abc-libraries/abc2svg/
H A Dambitus-1.js18 if(s.clef_type!=undefined&&s.nhd>0){s.x-=26;this.set_scale(s);this.draw_note(s)
19 if(s.notes[1].pit-s.notes[0].pit>4){this.xypath(s.x,3*(s.notes[1].pit-18)+staff_tb[s.st].y);this.out_svg('v'+
21 s.x+=26;s.nhd=0
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php246 function ($x, $y, $z) {
247 return [$x, $y, $z];
262 function ($x, $y, $z) {
263 return [$x, $y, $z];
/plugin/codemirror/dist/modes/
H A Dscheme.min.js1x=false,y=true;if(h.eat(/[ei]/i)){x=true}else{h.backUp(1)}if(h.match(/^#b/i)){w=r}else if(h.match(…
/plugin/amcharts/assets/amcharts/
H A Dgantt.js3x=e[this.segmentsField],m;this.ganttDataProvider.push(l);e=e[w];this.colors[a]||(this.colors[a]=c.…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/
H A DMultiLineConditionSniff.php202 for ($x = ($prev + 1); $x < $next; $x++) {
203 $phpcsFile->fixer->replaceToken($x, '');
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DLarge_Building.svg1x="77.633" y="97.011" width="46.715" height="27.885"><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 …
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._generic.class.php268 function rect($x, $y, $w, $h) { argument
269 $this->moveto($x, $y);
270 $this->lineto($x + $w, $y);
271 $this->lineto($x + $w, $y + $h);
272 $this->lineto($x, $y + $h);

1...<<21222324252627282930>>...68