/plugin/pgn4web/pgn4web/ |
D | parsing-tests.js | 17 for (var vv = 0; vv < numberOfVars; vv++) { 18 for (var hh = StartPlyVar[vv]; hh <= StartPlyVar[vv] + PlyNumberVar[vv]; hh++) { 19 GoToMove(hh, vv); 37 var vv = 0; 43 vv = 0; 46 vv = Math.floor(numberOfVars * Math.random()); 48 var hh = StartPlyVar[vv] + Math.floor((PlyNumberVar[vv] + 1) * Math.random()); 49 GoToMove(hh, vv);
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
D | Query.php | 100 foreach ($v as $vv) { 102 $vv = is_bool($vv) ? (int) $vv : $vv; 103 if ($vv !== null) { 104 $qs .= '='.$encoder((string) $vv);
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
D | Query.php | 101 foreach ($v as $vv) { 103 if ($vv !== null) { 104 $qs .= '=' . $encoder($vv);
|
D | Header.php | 63 foreach (preg_split('/,(?=([^"]*"[^"]*")*[^"]*$)/', $v) as $vv) { 64 $result[] = trim($vv);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
D | Svg.php | 473 $vv = preg_split('/[ ,]+/', $v); 474 if ($c == 'matrix' && count($vv) == 6) { 477 … sprintf(' %.3F %.3F %.3F %.3F %.3F %.3F cm ', $vv[0], -$vv[1], -$vv[2], $vv[3], $vv[4] * $this->k… 478 } elseif ($c == 'translate' && count($vv)) { 479 $tm[4] = $vv[0]; 480 if (count($vv) == 2) { 481 $t_y = -$vv[1]; 487 } elseif ($c == 'scale' && count($vv)) { 488 if (count($vv) == 2) { 489 $s_y = $vv[1]; [all …]
|
/plugin/securelogin/ |
D | rsalib.js | 98 var rr, vv; variable 100 for (vv = 0; vv <= 9; ++vv) 101 BI_RC[rr++] = vv; 103 for (vv = 10; vv < 36; ++vv) 104 BI_RC[rr++] = vv; 106 for (vv = 10; vv < 36; ++vv) 107 BI_RC[rr++] = vv;
|
/plugin/sphinxsearch-was/ |
H A D | sphinxapi.php | 1464 foreach ($v as $vv) 1465 assert(is_int($vv)); 1486 foreach ($v as $vv) 1487 $req .= pack("N", $vv);
|
/plugin/sphinxsearch/ |
D | sphinxapi.php | 1502 foreach ( $v as $vv ) 1503 assert ( is_int($vv) ); 1527 foreach ( $v as $vv ) 1528 $req .= pack ( "N", $vv );
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
D | xlsx.js | 739 var vv = "", myv, ostr; variable 763 vv = out[i].v.substr(j+1); 765 if(jj>=0 && (out[i].v[j] === "0" || out[i].v[j] === "#")) vv = ostr[jj--] + vv; 767 out[i].v = vv; 776 vv = out[i].v.substr(0,j); 778 if(jj<ostr.length) vv += ostr[jj++]; 780 out[i].v = vv; 1578 var o="", oI, oR, oo=[], w, vv, i, loc; 1608 vv = ReadShift.call(this, size-i, w ? 'dbcs-cont' : 'sbcs-cont'); 1609 return oo.join("") + vv; [all …]
|
D | xlsx.min.js | 2 …vv="",myv,ostr;if(nstr.length>0){myv=v<0&&nstr.charCodeAt(0)===45?-v:v;ostr=write_num(nstr.charCod… 3 …vv,i,loc;switch(t){case"dbcs":loc=this.l;if(has_buf&&Buffer.isBuffer(this))o=this.slice(this.l,thi…
|
/plugin/pdfjs/pdfjs/web/locale/az/ |
D | viewer.properties | 16 previous.title=Əvvəlki səhifə 17 previous_label=Əvvəlkini tap
|
/plugin/mantis/lib/ |
D | class.wsdl.php | 1692 $vv = $v; 1693 foreach ($vv as $k => $v) {
|
D | nusoap.php | 6223 $vv = $v; 6224 foreach ($vv as $k => $v) {
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
D | ogg.js | 15 …vv;rr="0".charCodeAt(0);for(vv=0;vv<=9;++vv)BI_RC[rr++]=vv;rr="a".charCodeAt(0);for(vv=10;vv<36;++…
|
D | vorbis.js | 19 …vv;rr="0".charCodeAt(0);for(vv=0;vv<=9;++vv)BI_RC[rr++]=vv;rr="a".charCodeAt(0);for(vv=10;vv<36;++…
|
D | opus.js | 23 …vv;rr="0".charCodeAt(0);for(vv=0;vv<=9;++vv)BI_RC[rr++]=vv;rr="a".charCodeAt(0);for(vv=10;vv<36;++…
|
/plugin/diagramsnet/lib/plugins/webcola/ |
D | cola.min.js | 1 …vv=this}return a}();c.VisibilityVertex=D;var E=function(){function a(a,b){this.source=a,this.targe…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | Mpdf.php | 7260 $vv = preg_split('/[ ,]+/', $v); 7261 if ($c == 'translate' && count($vv)) { 7262 $translate_x = $this->sizeConverter->convert($vv[0], $maxsize_x, false, false); 7263 if (count($vv) == 2) { 7264 $translate_y = $this->sizeConverter->convert($vv[1], $maxsize_y, false, false); 7269 } elseif ($c == 'translatex' && count($vv)) { 7270 $translate_x = $this->sizeConverter->convert($vv[0], $maxsize_x, false, false); 7272 } elseif ($c == 'translatey' && count($vv)) { 7273 $translate_y = $this->sizeConverter->convert($vv[1], $maxsize_y, false, false); 7275 } elseif ($c == 'scale' && count($vv)) { [all …]
|
/plugin/dw2pdf/vendor/mpdf/qrcode/data/ |
D | qrv18_0.dat | 353 …n���b��ے`���ۑpJAXn�vˍp�|��dr�QtJ�l����f`�v��ے`�J`�JXQ�rl��JtAdQv���nX�vv���n�rXJ`�ے����t��bdQ…
|
D | qrv26_1.dat | 481 …A|���d��r|���d��rp�fH���fH��~��fH��~����˂p�ZXQ�r��˂t��l��JdQ�bt�璕�~H�f�vv���nX�ے���bHAے���bHA…
|
/plugin/xlsx2dw/packages/xlsx/ |
D | xlsx.mjs | 1128 var vv = "", myv, ostr; variable 1161 vv = out[i].v.substr(j+1); 1163 …f(jj>=0 && (out[i].v.charAt(j) === "0" || out[i].v.charAt(j) === "#")) vv = ostr.charAt(jj--) + vv; 1165 out[i].v = vv; 1174 vv = out[i].v.substr(0,j); 1176 if(jj<ostr.length) vv += ostr.charAt(jj++); 1178 out[i].v = vv; 3985 var o="", oI/*:: :number = 0*/, oR, oo=[], w, vv, i, loc; 4025 vv = ReadShift.call(this, size-i, w ? 'dbcs-cont' : 'sbcs-cont'); 4026 return oo.join("") + vv; [all …]
|
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/ |
D | README.md | 143 $ node count.js -vv
|
/plugin/googlesearch/ |
D | nusoap.php | 5579 $vv = $v; 5580 foreach ($vv as $k => $v) {
|
/plugin/flowcharts/ |
D | mermaid.min.js | 1 …vv(){var t,e,n,r,i,a=0,o=1,s=Jp,u=!1;function c(e){return isNaN(e=+e)?i:s(0===n?.5:(e=(r(e)-t)*n,u…
|
/plugin/dirtylittlehelper/script/ |
D | mermaid.min.js | 1 …vv};function k(t,e){return function(n){var r,i,a,o=[],s=-1,c=0,u=t.length;for(n instanceof Date||(…
|