/plugin/virtualkeyboard/vk/extensions/ |
D | stringextensions.js | 181 var x = arguments 188 if (!isUndefined(x[3]) && x[3].indexOf("*")==0) { 189 x[3] = parseInt(x[3].replace(/\D/g,"")) field 190 if (isNaN(x[3])) { 191 x[3] = args[index]; 197 x[3] = args[x[3]] 203 if ("" != x[4]) { 204 if (x[4].indexOf("*")==1) { 205 x[4] = parseInt(x[4].replace(/\D/g,"")) 206 if (isNaN(x[4])) { [all …]
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
D | Integer.php | 104 private static function checkInstance(self $x, self $y) argument 106 if ($x->instanceID != $y->instanceID) { 116 public function equals(self $x) argument 118 static::checkInstance($this, $x); 120 return $this->value == $x->value; 128 public function compare(self $x) argument 130 static::checkInstance($this, $x); 133 $b = $x->value; 146 * @param string $x 149 private static function deg($x) argument [all …]
|
/plugin/sketchcanvas/script/ |
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+c[0].y); 22 ctx.moveTo(arr[0].x+c[1].x, arr[0].y+c[1].y); 23 ctx.lineTo(arr[1].x+c[1].x, arr[1].y+c[1].y); 24 ctx.moveTo(arr[1].x-d[0].x, arr[1].y-d[0].y); [all …]
|
D | SketchCanvas.js | 155 function drawPos(x, y) { argument 156 ctx.strokeText('X='+x+' Y='+y, x, y); 205 var x = mx2+(mw2+10)*i; 206 ctx.fillRect(x, my0, mw2, mh0); 212 ctx.rect(x, my0, mw2, mh0); 218 ctx.strokeText('○', x+9, my0+20); 243 function drawParts(tool, x, y) { argument 245 tool.drawTool(x, y); 247 ctx.strokeText(i18n.t('Unimplemented'), x, y); 254 ret.minx += offset.x; [all …]
|
/plugin/freechat/phpfreechat/data/public/js/ |
D | md5.js | 80 'core_md5' : function(x, len) argument 82 x[len >> 5] |= 0x80 << ((len) % 32); 83 x[(((len + 64) >>> 9) << 4) + 14] = len; 90 for(var i = 0; i < x.length; i += 16) 97 a = this.md5_ff(a, b, c, d, x[i+ 0], 7 , -680876936); 98 d = this.md5_ff(d, a, b, c, x[i+ 1], 12, -389564586); 99 c = this.md5_ff(c, d, a, b, x[i+ 2], 17, 606105819); 100 b = this.md5_ff(b, c, d, a, x[i+ 3], 22, -1044525330); 101 a = this.md5_ff(a, b, c, d, x[i+ 4], 7 , -176418897); 102 d = this.md5_ff(d, a, b, c, x[i+ 5], 12, 1200080426); [all …]
|
/plugin/indexmenu2/cms/extensions/dom/ |
D | selectbox.js | 13 …x,X,z,Z){var w=0;if(!isRegExp(i)){i=RegExp.escape(i);if(!isString(Z))Z='start';switch(Z.toLowerCas… argument
|
/plugin/mediasyntax/tools/ |
D | dokuwiki2mediawiki.php | 142 for ($x=0;$x<count($cells[$y]);$x=$x+1) variable 144 echo $cells[$y][$x]; echo "|"; 153 for ($x=0;$x<count($cells[$y]);$x=$x+1) variable 154 $rowspancells[$y][$x]=1; 159 for ($x=0;$x<count($cells[$y]);$x=$x+1) variable 162 while (($y+$z<=count($cells)) && (preg_match("/ *::: */",$cells[$y+$z][$x]))) 164 $rowspancells[$y][$x]+=1; 172 for ($x=0;$x<count($cells[$y]);$x=$x+1) variable 173 if (preg_match("/ *::: */",$cells[$y][$x])) $rowspancells[$y][$x]=0; 178 for ($x=0;$x<count($cells[$y]);$x=$x+1) variable [all …]
|
/plugin/html2pdf/html2pdf/html2ps/ |
D | output.fpdf.class.php | 18 function add_link($x, $y, $w, $h, $target) { argument 19 $this->_coords2pdf_annotation($x, $y); 20 $this->pdf->add_link_external($x, $y, $w, $h, $target); 25 $x = 0; 27 $this->_coords2pdf($x, $y); 35 $x = $left; 37 $this->_coords2pdf($x, $y); 39 $this->pdf->add_link_internal($x, 48 function _coords2pdf(&$x, &$y) { argument 54 function _coords2pdf_annotation(&$x, &$y) { argument [all …]
|
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 21 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { } argument 22 function field_text($x, $y, $w, $h, $value, $field_name) { } argument 23 function field_password($x, $y, $w, $h, $value, $field_name) { } argument 25 function field_pushbutton($x, $y, $w, $h) { } argument 26 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { } argument 27 function field_pushbuttonreset($x, $y, $w, $h) { } argument 28 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { } argument [all …]
|
D | output.pdflib.1.6.class.php | 19 function field_multiline_text($x, $y, $w, $h, $value, $name) { argument 22 $x, $y, $x + $w, $y - $h, 31 function field_text($x, $y, $w, $h, $value, $name) { argument 34 $x, $y, $x + $w, $y - $h, 43 function field_password($x, $y, $w, $h, $value, $name) { argument 46 $x, $y, $x + $w, $y - $h, 52 function field_pushbutton($x, $y, $w, $h) { argument 56 $x, $y, $x + $w, $y - $h, 64 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { argument 72 $x, $y, $x + $w, $y - $h, [all …]
|
/plugin/groupmanager/ |
D | script.js | 11 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; 20 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { 22 if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; 23 for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); 24 if(!x && d.getElementById) x=d.getElementById(n); return x; 28 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) 29 if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
/plugin/asciidocjs/node_modules/resolve/lib/ |
D | sync.js | 39 var defaultRealpathSync = function realpathSync(x) { argument 41 return realpathFS(x); 47 return x; 50 var maybeRealpathSync = function maybeRealpathSync(realpathSync, x, opts) { argument 52 return realpathSync(x); 54 return x; 65 var getPackageCandidates = function getPackageCandidates(x, start, opts) { argument 66 var dirs = nodeModulesPaths(start, opts, x); 68 dirs[i] = path.join(dirs[i], x); 73 module.exports = function resolveSync(x, options) { argument [all …]
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/ |
D | Base.php | 77 * @param PHP $x 83 protected static function powModHelper(PHP $x, PHP $e, PHP $n, $class) argument 88 return $x->normalize($temp); 92 list(, $temp) = $x->divide($n); 93 return $x->normalize($temp); 98 $temp->value = $class::square($x->value); 100 return $x->normalize($temp); 103 return $x->normalize(static::slidingWindow($x, $e, $n, $class)); 109 * @param array $x 115 protected static function prepareReduce(array $x, array $n, $class) argument [all …]
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/ |
D | Base.php | 57 * @param BCMath $x 63 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n, $class) argument 68 return $x->normalize($temp); 71 return $x->normalize(static::slidingWindow($x, $e, $n, $class)); 77 * @param string $x 83 protected static function prepareReduce($x, $n, $class) argument 85 return static::reduce($x, $n); 91 * @param string $x 98 protected static function multiplyReduce($x, $y, $n, $class) argument 100 return static::reduce(bcmul($x, $y), $n); [all …]
|
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/STIX-Web/ |
D | fontdata-extra.js | 19 …x="STIXMathJax_Arrows",g="STIXMathJax_DoubleStruck-bold-italic",i="STIXMathJax_DoubleStruck-bold",…
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX-Web/ |
D | fontdata-extra.js | 19 …x="STIXMathJax_Arrows",g="STIXMathJax_DoubleStruck-bold-italic",i="STIXMathJax_DoubleStruck-bold",…
|
/plugin/diagramsnet/lib/math/ |
D | latest.js | 19 …x=z.replace(/.*?\/latest\.js(\?|$)/,"$1");var y=(z.match(/(\d+\.\d+\.\d+)(\/unpacked)?\/latest.js\… argument
|
/plugin/statistics/inc/pchart/ |
D | Point.php | 7 public function __construct($x, $y) { argument 8 $this->x = $x; 13 return $this->x; 22 (($other->x - $this->x) * ($other->x - $this->x)) 31 public function addIncrement($x, $y) { argument 32 return new Point($this->x + $x, $this->Y + $y); 36 return sprintf("Point<%d, %d>", $this->x, $this->y); 39 private $x; variable in Point
|
/plugin/statdisplay/pchart/ |
D | Point.php | 7 public function __construct($x, $y) { argument 8 $this->x = $x; 13 return $this->x; 21 return sqrt((($other->x - $this->x) * ($other->x - $this->x)) 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); 37 private $x; variable in Point
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/ |
D | PHP.php | 783 for ($x = ($stackPtr + 1); $x < $numTokens; $x++) { 784 if (is_array($tokens[$x]) === false 785 || isset(PHP_CodeSniffer_Tokens::$emptyTokens[$tokens[$x][0]]) === false 792 if ($x < $numTokens && is_array($tokens[$x]) === true) { 793 $tokens[$x][0] = T_STRING; 864 for ($x = ($newStackPtr - 1); $x > 0; $x--) { 865 if (isset($stopTokens[$finalTokens[$x]['code']]) === true) { 870 if ($finalTokens[$x]['code'] !== T_CASE 871 && $finalTokens[$x]['code'] !== T_INLINE_THEN 1163 for ($x = ($i + 1); $x < $numTokens; $x++) { [all …]
|
/plugin/securelogin/ |
D | rsalib.js | 38 function am1(i, x, w, j, c, n) { argument 40 var v = x * this[i++] + w[j] + c; 49 function am2(i, x, w, j, c, n) { argument 50 var xl = x & 0x7fff, xh = x >> 15; 63 function am3(i, x, w, j, c, n) { argument 64 var xl = x & 0x3fff, xh = x >> 14; 126 function bnpFromInt(x) { argument 128 this.s = (x < 0) ? -1 : 0; 129 if (x > 0) 130 this[0] = x; [all …]
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
D | module.graphic.pcd.php | 80 for ($x = 0; $x < $PCD_width; $x++) { 82 …$PCD_width - $x][$y] = $this->YCbCr2RGB(ord($PCD_data_Y1[$x]), ord($PCD_data_Cb[(int) floor($x… 83 …$PCD_width - $x][$y + 1] = $this->YCbCr2RGB(ord($PCD_data_Y2[$x]), ord($PCD_data_Cb[(int) floor($x… 85 …ta'][$y][$x] = $this->YCbCr2RGB(ord($PCD_data_Y1[$x]), ord($PCD_data_Cb[(int) flo… 86 …'][$y + 1][$x] = $this->YCbCr2RGB(ord($PCD_data_Y2[$x]), ord($PCD_data_Cb[(int) floor…
|
/plugin/flowchartjs/ |
D | flowchart.min.js | 6 …x:this.getAttr("text-margin"),fill:this.getAttr("font-color"),"font-size":this.getAttr("font-size"… property
|
/plugin/asciidocjs/node_modules/core-js/modules/ |
D | es6.number.to-fixed.js | 40 var pow = function (x, n, acc) { argument 41 return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc); 43 var log = function (x) { argument 45 var x2 = x; 66 var x = aNumberValue(this, ERROR); variable 73 if (x != x) return 'NaN'; 74 if (x <= -1e21 || x >= 1e21) return String(x); 75 if (x < 0) { 77 x = -x; 79 if (x > 1e-21) { [all …]
|
/plugin/asciidocjs/node_modules/core-js/library/modules/ |
D | es6.number.to-fixed.js | 40 var pow = function (x, n, acc) { argument 41 return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc); 43 var log = function (x) { argument 45 var x2 = x; 66 var x = aNumberValue(this, ERROR); variable 73 if (x != x) return 'NaN'; 74 if (x <= -1e21 || x >= 1e21) return String(x); 75 if (x < 0) { 77 x = -x; 79 if (x > 1e-21) { [all …]
|