/plugin/mediasyntax/tools/ |
H A D | dokuwiki2mediawiki.php | 140 for ($y=1;$y<count($cells)+1;$y=$y+1) variable 142 for ($x=0;$x<count($cells[$y]);$x=$x+1) 144 echo $cells[$y][$x]; echo "|"; 152 for ($y=1;$y<count($cells)+1;$y=$y variable 157 for ($y=1;$y<count($cells);$y=$y+1) global() variable 171 for ($y=1;$y<count($cells)+1;$y=$y+1) global() variable 176 for ($y=1;$y<count($cells)+1;$y=$y+1) global() variable 195 for ($y=1;$y<count($cells)+1;$y=$y+1) global() variable [all...] |
/plugin/sketchcanvas/script/ |
H A D | draw.js | 8 ctx.moveTo(arr[0].x, arr[0].y);
9 ctx.lineTo(arr[1].x, arr[1].y);
10 ctx.lineTo(arr[1].x-c[0].x, arr[1].y-c[0].y);
11 ctx.moveTo(arr[1].x, arr[1].y);
12 ctx.lineTo(arr[1].x-c[1].x, arr[1].y-c[1].y);
20 ctx.moveTo(arr[0].x+c[0].x, arr[0].y+c[0].y);
21 ctx.lineTo(arr[1].x+c[0].x, arr[1].y 142 c[0] = { x:a1x, y:a1y }; global() property in l_vec.c 143 c[1] = { x:a2x, y:a2y }; global() property in l_vec.c 159 c[0] = { x:a1x, y:a1y }; global() property in l_vec9.c 160 c[1] = { x:a2x, y:a2y }; global() property in l_vec9.c [all...] |
H A D | SketchCanvas.js | 155 function drawPos(x, y) {
156 ctx.strokeText('X='+x+' Y='+y, x, y);
243 function drawParts(tool, x, y) {
245 tool.drawTool(x, y);
247 ctx.strokeText(i18n.t('Unimplemented'), x, y);
256 ret.miny += offset.y;
257 ret.maxy += offset.y;
269 function hitRect(r, x, y){
270 return r.minx < x && x < r.maxx && r.miny < y 151 drawPos(x, y) global() argument 239 drawParts(tool, x, y) global() argument 265 hitRect(r, x, y) global() argument 745 var m = {x: mx / scale, y: my / scale}; /// Convert to the logical coordinate system before hit test global() property in SketchCanvas.viewModeClick.m 839 pointHandle(x, y) global() argument 854 offset = {x:0, y:0}; global() property in SketchCanvas.resizeCanvas.offset 861 offset = {x:x1, y:y1}; global() property in SketchCanvas.resizeCanvas.offset 866 drawHandle(x, y, color, circle) global() argument 1400 checkMenu(x, y) global() argument 1412 choiceMenu(x, y) global() argument 1423 choiceTBox(x, y) global() argument 1441 choiceCBox(x, y) global() argument 1450 choiceHBox(x, y) global() argument 1842 appendPoint(x, y) global() argument 1843 addPoint(x, y) global() argument 1884 var coord = {x: mx, y: my}; global() property in Tool.mouseMove.coord [all...] |
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX-Web/ |
H A D | fontdata.js | 19 …y={load:"extra",dir:f};var ag=[8722,E,0,0,0,-0.26,-0.26];aj.Augment({FONTDATA:{version:B,TeX_facto… class
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.fpdf.class.php | 26 $y = $anchor->y; 36 $y = $top - $this->offset; 49 $y = mm2pt($this->media->height()) - $y; 55 $y = $y - $this->offset; 80 function dash($x, $y) { argument 204 $cy = $y; 219 $cy = $y; 233 $cy = $y; 247 $cy = $y; 268 $cy = $y; [all …]
|
H A D | output._interface.class.php | 5 function add_link($x, $y, $w, $h, $target) { } argument 7 function circle($x, $y, $r) { } argument 14 function dash($x, $y) { } argument 22 function field_text($x, $y, $w, $h, $value, $field_name) { } argument 25 function field_pushbutton($x, $y, $w, $h) { } argument 27 function field_pushbuttonreset($x, $y, $w, $h) { } argument 30 function field_checkbox($x, $y, $w, $h, $name, $value) { } argument 44 function image($image, $x, $y, $scale) {} argument 49 function lineto($x, $y) { } argument 50 function moveto($x, $y) { } argument [all …]
|
H A D | output.pdflib.1.6.class.php | 22 $x, $y, $x + $w, $y - $h, 34 $x, $y, $x + $w, $y - $h, 46 $x, $y, $x + $w, $y - $h, 52 function field_pushbutton($x, $y, $w, $h) { argument 56 $x, $y, $x + $w, $y - $h, 72 $x, $y, $x + $w, $y - $h, 89 $x, $y, $x + $w, $y - $h, 106 $x, $y, $x + $w, $y - $h, 117 $x, $y, $x + $w, $y - $h, 134 $x, $y, $x + $w, $y - $h, [all …]
|
H A D | output.png.class.php | 23 function apply(&$x, &$y) { argument 25 $y = floor($this->_y_offset - $y * $this->_y_scale); 153 $y = $this->_fixCoordY($y); 164 $y = $source_y; 167 return $y; 172 $y = $this->_fixSizeY($y); 181 function _fixSizeY($y) { argument 247 $this->_path->set_y($y); 300 function dash($x, $y) { } argument 402 $cy = $y - $dy; [all …]
|
H A D | output.fastps.l2.class.php | 8 function image($image, $x, $y, $scale) { argument 18 $this->moveto($x,$y-$offset*$scale_y); 36 $cy = $y; 43 $cy = $y; 44 while ($cy-$height < $y + $oy) { 68 $cy = $y; 79 $cy = $y; 90 $cy = $y; 91 while ($cy < $y + $oy) { 101 $cy = $y; [all …]
|
H A D | path.rectangle.php | 17 return $this->ur->y - $this->ll->y; 27 if ($this->ur->y < $this->ll->y) { 28 $y = $this->ur->y; 29 $this->ur->y = $this->ll->y; 30 $this->ll->y = $y;
|
H A D | output.pdflib.old.class.php | 7 function field_multiline_text($x, $y, $w, $h, $value, $name) { argument 10 function field_text($x, $y, $w, $h, $value, $name) { argument 13 function field_password($x, $y, $w, $h, $value, $name) { argument 16 function field_pushbutton($x, $y, $w, $h) { argument 19 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { argument 22 function field_pushbuttonreset($x, $y, $w, $h) { argument 25 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { argument 28 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) { argument 31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { argument 34 function field_select($x, $y, $w, $h, $name, $value, $options) { argument
|
H A D | output.pcl.class.php | 245 function add_link($x, $y, $w, $h, $target) { /* N/A */ } argument 247 function circle($x, $y, $r) { } argument 252 function dash($x, $y) { } argument 259 function field_pushbutton($x, $y, $w, $h) { /* N/A */ } argument 261 function field_pushbuttonreset($x, $y, $w, $h) { /* N/A */ } argument 263 function field_checkbox($x, $y, $w, $h, $name, $value) { /* N/A */ } argument 271 function image($image, $x, $y, $scale) {} argument 272 function image_scaled($image, $x, $y, $scale_x, $scale_y) { } argument 276 function lineto($x, $y) { } argument 277 function moveto($x, $y) { } argument [all …]
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
H A D | Integer.php | 201 $y = strrev(BinaryField::base256ToBase2($y)); 207 $y = str_pad($y, $length, '0'); 243 $y = str_pad($y, $length, "\0", STR_PAD_LEFT); 285 * @param string $y 292 $y = unpack('N', $y)[1]; 323 * @param string $y 330 $y = str_pad($y, $length, "\0", STR_PAD_LEFT); 331 return $x ^ $y; 338 * @param string $y 345 $y = str_pad($y, $length, "\0", STR_PAD_LEFT); [all …]
|
/plugin/statdisplay/pchart/ |
H A D | Point.php | 7 public function __construct($x, $y) { argument 9 $this->y = $y; 17 return $this->y; 22 + (($other->y - $this->y) * ($other->y - $this->y))); 29 public function addIncrement($x, $y) { argument 30 return new Point($this->x + $x, $this->Y + $y); 34 return sprintf("Point<%d, %d>", $this->x, $this->y); 38 private $y; variable in Point
|
/plugin/statistics/inc/pchart/ |
H A D | Point.php | 7 public function __construct($x, $y) { argument 9 $this->y = $y; 17 return $this->y; 23 + (($other->y - $this->y) * ($other->y - $this->y)) 31 public function addIncrement($x, $y) { argument 32 return new Point($this->x + $x, $this->Y + $y); 40 private $y; global() variable in Point [all...] |
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/ |
H A D | WebDriverTouchActions.php | 50 * @param int $y 53 public function down($x, $y) argument 56 new WebDriverDownAction($this->touchScreen, $x, $y) 64 * @param int $y 67 public function up($x, $y) argument 70 new WebDriverUpAction($this->touchScreen, $x, $y) 78 * @param int $y 81 public function move($x, $y) argument 84 new WebDriverMoveAction($this->touchScreen, $x, $y) 92 * @param int $y 95 scroll($x, $y) global() argument 110 scrollFromElement(WebDriverElement $element, $x, $y) global() argument 150 flick($x, $y) global() argument 166 flickFromElement(WebDriverElement $element, $x, $y, $speed) global() argument [all...] |
/plugin/openid/Auth/OpenID/ |
H A D | BigMath.php | 185 * @param int $y 192 * @param int $y 199 * @param int $y 206 * @param int $y 238 function add($x, $y) argument 243 function sub($x, $y) argument 253 function cmp($x, $y) argument 268 function mul($x, $y) argument 273 function div($x, $y) argument 328 function add($x, $y) argument [all …]
|
/plugin/webmaster/ |
H A D | action.php | 36 $y = $this->getConf('webmaster_yandexkey'); 37 if(!empty($y)) { 38 $y = array('name' => 'yandex-verification', 'content' => $y); 39 $event->data['meta'][] = $y; 43 $y = $this->getConf('webmaster_pinterestkey'); 44 if(!empty($y)) { 45 $y = array('name' => 'p:domain_verify', 'content' => $y); 46 $event->data['meta'][] = $y;
|
/plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
H A D | Polygon.php | 94 $a = $a + ($p->x() * $points[$j]->y()) - ($p->y() * $points[$j]->x()); 128 $y = 0; 135 $y += $ca['y'] * $ca['area']; 139 $y += $ca['y'] * $ca['area'] * -1; 145 return new Point($x / $totalArea, $y / $totalArea); 159 return ['area' => 0, 'x' => null, 'y' => null]; 162 $y [all...] |
H A D | Point.php | 9 * A Point has an x-coordinate value, a y-coordinate value. 17 protected $y = null; variable in geoPHP\\Geometry\\Point 27 * @param int|float|null $y The y coordinate (or latitude) 32 public function __construct($x = null, $y = null, $z = null, $m = null) argument 35 if ($x !== null && $y !== null) { 36 // Basic validation on x and y 37 if (!is_numeric($x) || !is_numeric($y)) { 38 throw new InvalidGeometryException("Cannot construct Point. x and y should be numeric"); 43 $this->y 101 public function y() global() function in geoPHP\\Geometry\\Point [all...] |
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/es/ |
H A D | es.txt | 4 Adoptada y proclamada por la Asamblea General en su resolución 217 A (III), de 10 de diciembre de 1948 7 Considerando que la libertad, la justicia y la paz en el mundo tienen por base el reconocimiento de la dignidad intrínseca y de los derechos iguales e inalienables de todos los miembros de la familia humana, 9 Considerando que el desconocimiento y el menosprecio de los derechos humanos han originado actos de barbarie ultrajantes para la conciencia de la humanidad; y que se ha proclamado, como la aspiración más elevada del hombre, el advenimiento de un mundo en que los seres humanos, liberados del temor y de la miseria, disfruten de la libertad de palabra y de la libertad de creencias, 11 Considerando esencial que los derechos humanos sean protegidos por un régimen de Derecho, a fin de que el hombre no se vea compelido al supremo recurso de la rebelión contra la tiranía y la opresión, 15 Considerando que los pueblos de las Naciones Unidas han reafirmado en la Carta su fe en los derechos fundamentales del hombre, en la dignidad y el valor de la persona humana y e [all...] |
/plugin/flowchartjs/ |
H A D | flowchart.min.js | 6 !function(t,i){if("object"==typeof exports&&"object"==typeof module)module.exports=i(require("Raphael"));else if("function"==typeof define&&define.amd)define(["Raphael"],i);else{var e=i("object"==typeof exports?require("Raphael"):t.Raphael);for(var s in e)("object"==typeof exports?exports:t)[s]=e[s]}}(this,function(t){return function(t){function i(s){if(e[s])return e[s].exports;var n=e[s]={exports:{},id:s,loaded:!1};return t[s].call(n.exports,n,n.exports,i),n.loaded=!0,n.exports}var e={};return i.m=t,i.c=e,i.p="",i(0)}([function(t,i,e){e(9);var s=e(4);e(15);var n={parse:s};"undefined"!=typeof window&&(window.flowchart=n),t.exports=n},function(t,i){function e(t,i){if(!t||"function"==typeof t)return i;var s={};for(var n in i)s[n]=i[n];for(n in t)t[n]&&("object"==typeof s[n]?s[n]=e(s[n],t[n]):s[n]=t[n]);return s}function s(t,i){if("function"==typeof Object.create)t.super_=i,t.prototype=Object.create(i.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}});else{t.super_=i;var e=function(){};e.prototype=i.prototype,t.prototype=new e,t.prototype.constructor=t}}t.exports={defaults:e,inherits:s}},function(t,i,e){function s(t,i,e){this.chart=t,this.group=this.chart.paper.set(),this.symbol=e,this.connectedTo=[],this.symbolType=i.symbolType,this.flowstate=i.flowstate||"future",this.lineStyle=i.lineStyle||{},this.key=i.key||"",this.leftLines=[],this.rightLines=[],this.topLines=[],this.bottomLines=[],this.params=i.params,this.next_direction=i.next&&i.direction_next?i.direction_next:void 0,this.text=this.chart.paper.text(0,0,i.text),i.key&&(this.text.node.id=i.key+"t"),this.text.node.setAttribute("class",this.getAttr("class")+"t"),this.text.attr({"text-anchor":"start",x:this.getAttr("text-margin"),fill:this.getAttr("font-color"),"font-size":this.getAttr("font-size")});var s=this.getAttr("font"),n=this.getAttr("font-family"),o=this.getAttr("font-weight");s&&this.text.attr({font:s}),n&&this.text.attr({"font-family":n}),o&&this.text.attr({"font-weight":o}),i.link&&this.text.attr("href",i.link),i.function&&(this.text.attr({cursor:"pointer"}),this.text.node.addEventListener("click",function(t){window[i.function](t,i)},!1)),i.target&&this.text.attr("target",i.target);var h=this.getAttr("maxWidth");if(h){for(var r=i.text.split(" "),a="",l=0,p=r.length;l<p;l++){var y=r[l];this.text.attr("text",a+" "+y),a+=this.text.getBBox().width>h?"\n"+y:" "+y}this.text.attr("text",a.substring(1))}if(this.group.push(this.text),e){var x=this.getAttr("text-margin");e.attr({fill:this.getAttr("fill"),stroke:this.getAttr("element-color"),"stroke-width":this.getAttr("line-width"),width:this.text.getBBox().width+2*x,height:this.text.getBBox().height+2*x}),e.node.setAttribute("class",this.getAttr("class"));var g=this.getAttr("roundness");isNaN(g)||(e.node.setAttribute("ry",g),e.node.setAttribute("rx",g)),i.link&&e.attr("href",i.link),i.target&&e.attr("target",i.target),i.function&&(e.node.addEventListener("click",function(t){window[i.function](t,i)},!1),e.attr({cursor:"pointer"})),i.key&&(e.node.id=i.key),this.group.push(e),e.insertBefore(this.text),this.text.attr({y:e.getBBox().height/2}),this.initialize()}}var n=e(3),o=n.drawLine,h=n.checkLineIntersection;s.prototype.getAttr=function(t){if(this.chart){var i,e=this.chart.options?this.chart.options[t]:void 0,s=this.chart.options.symbols?this.chart.options.symbols[this.symbolType][t]:void 0;return this.chart.options.flowstate&&this.chart.options.flowstate[this.flowstate]&&(i=this.chart.options.flowstate[this.flowstate][t]),i||s||e}},s.prototype.initialize=function(){this.group.transform("t"+this.getAttr("line-width")+","+this.getAttr("line-width")),this.width=this.group.getBBox().width,this.height=this.group.getBBox().height},s.prototype.getCenter=function(){return{x:this.getX()+this.width/2,y:this.getY()+this.height/2}},s.prototype.getX=function(){return this.group.getBBox().x},s.prototype.getY=function(){return this.group.getBBox().y},s.prototype.shiftX=function(t){this.group.transform("t"+(this.getX()+t)+","+this.getY())},s.prototype.setX=function(t){this.group.transform("t"+t+","+this.getY())},s.prototype.shiftY=function(t){this.group.transform("t"+this.getX()+","+(this.getY()+t))},s.prototype.setY=function(t){this.group.transform("t"+this.getX()+","+t)},s.prototype.getTop=function(){var t=this.getY(),i=this.getX()+this.width/2;return{x:i,y:t}},s.prototype.getBottom=function(){var t=this.getY()+this.height,i=this.getX()+this.width/2;return{x:i,y:t}},s.prototype.getLeft=function(){var t=this.getY()+this.group.getBBox().height/2,i=this.getX();return{x:i,y [all...] |
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 171 y = this.bounds.y / s; 2354 var y = bounds.y; 2387 p1.y = next.y; 2417 var y = bounds.y; 2460 p1.y = next.y; 2490 var y = bounds.y; 2537 p1.y = next.y; 2602 p1.y = next.y; 5590 var dy = (start) ? p1.y - p0.y : p1.y - p0.y; 5608 var dy = (start) ? p1.y - p0.y : p1.y - p0.y; [all …]
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
H A D | theme.js | 127 wobble(x, y, x + w, y) + 128 wobble(x + w, y, x + w, y + h) + 129 wobble(x + w, y + h, x, y + h) + 130 wobble(x, y + h, x, y); 340 var y = offsetY; 363 var y = offsetY; 377 y += s.height; 388 var y = offsetY + SIGNAL_PADDING + signal.height / 2 + textBB.y; 414 this.drawLine(aX, y, bX, y, signal.linetype, signal.arrowtype); 449 var y = box.y + margin; [all …]
|
/plugin/diagramsnet/lib/shapes/ |
H A D | mxSysML.js | 63 var y2 = y; 170 c.translate(x, y); 254 c.translate(x, y); 370 c.rect(x, y, w, h); 1213 c.moveTo(x, y); 1278 c.moveTo(x, y); 1335 c.moveTo(x, y); 1458 c.translate(x, y); 1543 c.translate(x, y); 1606 c.translate(x, y); [all …]
|