Home
last modified time | relevance | path

Searched refs:x (Results 51 – 75 of 1696) sorted by relevance

12345678910>>...68

/plugin/html2pdf/html2pdf/html2ps/
H A Dbackground.position.php15 var $x; variable in BackgroundPosition
38 * @param float $x X-offset value
43 function BackgroundPosition($x, $x_percentage, $y, $y_percentage) { argument
44 $this->x = $x;
56 $value =& new BackgroundPosition($this->x, $this->x_percentage,
66 $this->x == 0 &&
79 $this->x = units2pt($this->x, $font_size);
H A Doutput.pdflib.class.php68 function circle($x, $y, $r) { argument
86 function dash($x, $y) { argument
180 $cx = $x;
187 $cx = $x;
205 $cx = $x;
216 $cx = $x;
227 $cx = $x;
238 $cx = $x;
250 function lineto($x, $y) { argument
254 function moveto($x, $y) { argument
[all …]
H A Dpath.php28 $rect->ur->x = max($rect->ur->x, $point->x);
30 $rect->ll->x = min($rect->ll->x, $point->x);
56 $result[] = $point->x;
118 $x = $this->get_x();
121 $transform->apply($x, $y);
127 $x,
150 function set_x($x) { argument
151 $this->_x = $x;
159 $x = $this->get_x();
162 $transform->apply($x, $y);
[all …]
H A Dflow_context.class.inc.php58 function float_left_x($x, $y) { argument
80 $x = max($x, $float->get_right_margin());
85 return $x;
134 if ($x1 + EPSILON > $x + $width) {
152 $x = $parent->get_left();
182 function float_right_x($x, $y) { argument
204 $x = min($x, $float->get_left_margin());
209 return $x;
256 if ($x1 - EPSILON < $x - $width) {
272 $x = $parent->get_right();
[all …]
H A Dps.l3.image.encoder.stream.inc.php50 for ($x = 0; $x < $size_x; $x++) {
52 $rgb = ImageColorAt($dest_img, $x, $y);
109 for ($x = 0; $x < $size_x; $x++) {
111 $rgb = ImageColorAt($dest_img, $x, $y);
141 for ($x = 0; $x < $size_x; $x++) {
143 if (ImageColorAt($src_img, $x, $y) == $transparent) {
151 if ($bit_ctr >= 8 || $x + 1 == $size_x) {
213 for ($x = 0; $x < $size_x; $x++) {
215 $colors = imagecolorsforindex($src_img, imagecolorat($src_img, $x, $y));
H A Dps.image.encoder.simple.inc.php51 for ($x = 0; $x < $size_x; $x++) {
53 $rgb = ImageColorAt($dest_img, $x, $y);
61 if ($ctr > MAX_IMAGE_ROW_LEN || ($x + 1 == $size_x)) {
62 $row_next = ($size_x - $x - 1 + $size_x * ($size_y - $y - 1) == 0) ? 1 : $row+1;
103 for ($x = 0; $x < $size_x; $x++) {
105 $rgb = ImageColorAt($dest_img, $x, $y);
111 if (ImageColorAt($src_img, $x, $y) == $transparent) {
126 if ($ctr > MAX_TRANSPARENT_IMAGE_ROW_LEN || ($x + 1 == $size_x)) {
181 for ($x = 0; $x < $size_x; $x++) {
183 $colors = imagecolorsforindex($src_img, imagecolorat($src_img, $x, $y));
[all …]
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php193 function add($x, $y) argument
195 return bcadd($x, $y);
198 function sub($x, $y) argument
208 function cmp($x, $y) argument
223 function mul($x, $y) argument
228 function div($x, $y) argument
279 function add($x, $y) argument
284 function sub($x, $y) argument
294 function cmp($x, $y) argument
309 function mul($x, $y) argument
[all …]
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Sampler/
H A DRandom.php56 ->when($x = $sampler->getInteger())
58 ->integer($x);
67 ->integer($x)
83 ->when($x = $sampler->getInteger())
85 ->integer($x)
98 ->integer($x)
145 ->when($x = $sampler->getFloat())
147 ->float($x);
156 ->float($x)
171 ->when($x = $sampler->getFloat())
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js118 this._Popup.show( x, y, 0, 0, relElement ) ;
146 x = x - iMainWidth + 1 ;
148 x = ( x * -1 ) + relElement.offsetWidth - iMainWidth ;
198 x = ( x * -1 ) ;
200 x += oPos.X ;
206 x = x - iMainWidth + 1 ;
208 x = x + relElement.offsetWidth - iMainWidth ;
219 x -= x + iMainWidth - iViewPaneWidth ;
225 if ( x < 0 )
226 x = 0 ;
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxFloorplan.js42 c.translate(x, y);
91 c.translate(x, y);
148 c.translate(x, y);
207 c.translate(x, y);
267 c.translate(x, y);
320 c.translate(x, y);
375 c.translate(x, y);
430 c.translate(x, y);
570 c.translate(x, y);
643 c.translate(x, y);
[all …]
/plugin/panoview/
H A Dscript.js448 this.x += motion.x;
586 this.x + (coords.x - this.mark.x),
613 'x': (coords.x - this.x), property in PanoJS.zoom.before
622 this.x = coords.x - after.x;
680 coords.x += this.x;
721 'x': coords.x + motion.x, property in PanoJS.recenter.newcoords
767 this.x += (after.x - before.x);
800 this.x += motion.x;
822 return (coords.x < this.x ||
973 this.x = x;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DGMP.php73 if ($x instanceof \GMP) {
74 $this->value = $x;
197 * @param GMP $x
269 * @param GMP $x
272 public function equals(GMP $x) argument
346 * @param GMP $x
360 * @param GMP $x
374 * @param GMP $x
489 * @param Engine $x
503 $x = new self($x->value - 1);
[all …]
H A DBCMath.php76 parent::__construct($x, $base);
99 0x1000000 * ord($x[$i]) + ((ord($x[$i + 1]) << 16) | (ord(
100 $x[$i + 2]
198 * @param BCMath $x
329 * @param BCMath $x
340 * @param BCMath $x
351 * @param BCMath $x
419 * @param BCMath $x
422 public function equals(BCMath $x) argument
663 public function testBit($x) argument
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java28 setBounds(x-grabRange, y-grabRange, grabRange*2+1, grabRange*2+1); in Region()
63 imageLocation = new Point(Math.max(0, x), Math.max(0, y)); in grabImage()
78 for (int x=0; x<imageWidth; ++x) { in grabImage()
80 int xt = x + imageLocation.x; in grabImage()
85 bImage.setRGB(x, y, pixelRGB); in grabImage()
115 boolean merge(int x, int y) { in merge() argument
119 if (contains(x, y)) { in merge()
120 int newMinX = Math.min(x-grabRange, this.x); in merge()
122 int newMaxX = Math.max(x+grabRange, this.x+this.width); in merge()
143 int newMinX = Math.min(region.x, this.x); in merge()
[all …]
/plugin/imagecarousel/vendor/slick/fonts/
H A Dslick.woff1 …������J�Jmaxp��p�������P�name��x������n'��post��T������ ��x�=��oA�g)['��V 6A��k{7z…
2 HP�ƣH�'x�Mz�YJ�$o���y���7
10x������x�c```d��s�o��� +�a4�Zy���x�c`d``�b `b`B0��v�7x�c`fb`�������Ø������2H2�0001�r2�…
11 �m�JF�7� ��x�c```f�`F���| �����d30$*()NP���?X������ˇ���l �B�,T0��
12 f���9-x�c`d``�b;�0�x~�� �L p���N�2�2�f�
13 �r0���� R��x�c`d``��������@6#*`�0b������%�%�%�%����P����x�m�=j�@�?ْC~H�"�ڥAB�\��R�7f"B�…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php176 $this->value = clone $x;
274 * @param BigInteger $x
347 'x' => new static($x),
509 * @param BigInteger $x
512 public function equals(BigInteger $x) argument
530 * @param BigInteger $x
541 * @param BigInteger $x
552 * @param BigInteger $x
821 * @param int $x
824 public function testBit($x) argument
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js28 var xShift = delta.x;
39 newState.x = bounds.x + xShift;
58 if (((newState.x >= state.x && newState.x <= (state.x + state.width))
59 || (state.x >= newState.x && state.x <= (newState.x + newState.width)))
66 …&& (newState.x > state.x + state.width + 4 || newState.x + newState.width + 4 < state.x)) // + 4 t…
170 return s1.x - s2.x;
186 midDx = (s3.x - s1.x - s1.width - newState.width) / 2;
199 var curDx = s2.x - s1.x - s1.width;
342 newX = s1.x + s1.width + (s3.x - s1.x - s1.width - newState.width) / 2;
462 eqPoint.x = newPoint.x;
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverPoint.php10 private $x; variable in Facebook\\WebDriver\\WebDriverPoint
13 public function __construct($x, $y) argument
15 $this->x = $x;
20 * Get the x-coordinate.
22 * @return int The x-coordinate of the point.
26 return (int) $this->x;
48 $this->x = $new_x;
63 $this->x += $x_offset;
73 * @return bool Whether the x an
[all...]
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md4 | [Master (2.x)][Master] | [1.x][1.x] |
6 | [![Build status][Master image]][Master] | [![Build status][1.x image]][1.x] |
7 …Master coverage image]][Master coverage] | [![Coverage Status][1.x coverage image]][1.x coverage] |
51 [1.x image]: https://img.shields.io/travis/schmittjoh/metadata/1.x.svg?style=flat-square
52 [1.x]: https://github.com/schmittjoh/metadata/tree/1.x
53 …[1.x coverage image]: https://img.shields.io/scrutinizer/coverage/g/schmittjoh/metadata/1.x.svg?st…
54 [1.x coverage]: https://scrutinizer-ci.com/g/schmittjoh/metadata/?branch=1.x
/plugin/vkeyboard/
H A Dvkeyboard.js1x in this.VKI_layout){var y=new RegExp(VKI_KBLAYOUT,"i");if(this.VKI_layout[x].name.match(y)){retu… variable
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php145 public function equals(self $x) argument
147 static::checkInstance($this, $x);
157 public function compare(self $x) argument
159 static::checkInstance($this, $x);
169 public function add(self $x) argument
171 static::checkInstance($this, $x);
187 public function subtract(self $x) argument
189 static::checkInstance($this, $x);
205 public function multiply(self $x) argument
217 public function divide(self $x) argument
[all …]
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DSearch.php54 * @param string $x Needle.
58 public static function approximated($y, $x, $k) argument
60 $x = (string) $x;
62 $m = strlen($x);
81 $a = substr($x, $l + 1, $m - $l);
100 * @param string $x Word.
104 public static function lcp($x, $y) argument
106 $max = min(strlen($x), strlen($y));
109 while ($i < $max && $x[$i] == $y[$i]) {
/plugin/weiqi/
H A Dweiqi_parser.php184 for($x=1;$x<=$width;$x++) {
205 $x=0;
214 $x++;
234 for($x=1;$x<=$width;$x++) {
251 function weiqi_code($str, $x, $y, $width, $height) { argument
260 if ( $x==$width && $y==1 ) return 'ur';
261 if ( $x==1 && $y==1 ) return 'ul';
268 if ( $x==1 ) return 'el';
269 if ( $x==$width ) return 'er';
379 if ( $x==1 ) return 'el'.$ch2;
[all …]
/plugin/dokucrypt/
H A Dscript.js200 var x,y;
207 crypt_keys[lock]=x;
208 return(x);
236 ret+=x.substring(pos);
249 x=x+"</" + tag + ">";
261 ret+=x.substring(pos);
1437 function jcF(x, y, z) { argument
1438 return or(and(x, y), and(not(x), z));
1441 function jcG(x, y, z) { argument
1445 function jcH(x, y, z) { argument
[all …]
/plugin/dokucrypt2/
H A Dscript.js270 var x,y;
271 x=prompt("Enter passphrase key for lock " + lock);
272 if(x===null) { return(false); }
275 if(x!=y) { crypt_debug("passwords do not match\n"); return(false); }
276 crypt_debug("x=" + x + " y=" + y);
277 crypt_keys[lock]=x;
278 return(x);
289 function decryptMixedText(x) { argument
293 while((cur=x
310 encryptMixedText(x) global() argument
628 mult_GF256(x, y) global() argument
1509 jcF(x, y, z) global() argument
1513 jcG(x, y, z) global() argument
1517 jcH(x, y, z) global() argument
1521 jcI(x, y, z) global() argument
1529 jcFF(a, b, c, d, x, s, ac) global() argument
1536 jcGG(a, b, c, d, x, s, ac) global() argument
1543 jcHH(a, b, c, d, x, s, ac) global() argument
1550 jcII(a, b, c, d, x, s, ac) global() argument
[all...]

12345678910>>...68