Home
last modified time | relevance | path

Searched refs:vv (Results 1 – 25 of 35) sorted by relevance

12

/plugin/pgn4web/pgn4web/
Dparsing-tests.js17 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/
DQuery.php100 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/
DQuery.php101 foreach ($v as $vv) {
103 if ($vv !== null) {
104 $qs .= '=' . $encoder($vv);
DHeader.php63 foreach (preg_split('/,(?=([^"]*"[^"]*")*[^"]*$)/', $v) as $vv) {
64 $result[] = trim($vv);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php473 $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/
Drsalib.js98 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 Dsphinxapi.php1464 foreach ($v as $vv)
1465 assert(is_int($vv));
1486 foreach ($v as $vv)
1487 $req .= pack("N", $vv);
/plugin/sphinxsearch/
Dsphinxapi.php1502 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/
Dxlsx.js739 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 …]
Dxlsx.min.js2vv="",myv,ostr;if(nstr.length>0){myv=v<0&&nstr.charCodeAt(0)===45?-v:v;ostr=write_num(nstr.charCod…
3vv,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/
Dviewer.properties16 previous.title=Əvvəlki səhifə
17 previous_label=Əvvəlkini tap
/plugin/mantis/lib/
Dclass.wsdl.php1692 $vv = $v;
1693 foreach ($vv as $k => $v) {
Dnusoap.php6223 $vv = $v;
6224 foreach ($vv as $k => $v) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js15vv;rr="0".charCodeAt(0);for(vv=0;vv<=9;++vv)BI_RC[rr++]=vv;rr="a".charCodeAt(0);for(vv=10;vv<36;++
Dvorbis.js19vv;rr="0".charCodeAt(0);for(vv=0;vv<=9;++vv)BI_RC[rr++]=vv;rr="a".charCodeAt(0);for(vv=10;vv<36;++
Dopus.js23vv;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/
Dcola.min.js1vv=this}return a}();c.VisibilityVertex=D;var E=function(){function a(a,b){this.source=a,this.targe…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php7260 $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/
Dqrv18_0.dat353 …n���b��ے`���ۑpJAXn�vˍp�|��dr�QtJ�l����f`�v��ے`�J`�JXQ�rl��JtAdQv���nX�vv���n�rXJ`�ے����t��bdQ…
Dqrv26_1.dat481 …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/
Dxlsx.mjs1128 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/
DREADME.md143 $ node count.js -vv
/plugin/googlesearch/
Dnusoap.php5579 $vv = $v;
5580 foreach ($vv as $k => $v) {
/plugin/flowcharts/
Dmermaid.min.js1vv(){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/
Dmermaid.min.js1vv};function k(t,e){return function(n){var r,i,a,o=[],s=-1,c=0,u=t.length;for(n instanceof Date||(…

12