Home
last modified time | relevance | path

Searched refs:vv (Results 26 – 34 of 34) sorted by path

12

/plugin/ol3/
H A Dscript.js8vv=function(t){function e(e){var r=this,n=e||{},i=O({},n);return delete i.imageRatio,(r=t.call(thi…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …he index is binary presentation: 0dddvvhh, ddd - sum of Di (0..4),\n // vv - sum of Vi (0..2), …
/plugin/pdfjs/pdfjs/web/locale/az/
H A Dviewer.properties16 previous.title=Əvvəlki səhifə
17 previous_label=Əvvəlkini tap
/plugin/pgn4web/pgn4web/
H A 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/scrape/
H A DphpQuery-onefile.php
/plugin/securelogin/
H A 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/
H A Dsphinxapi.php1502 foreach ( $v as $vv )
1503 assert ( is_int($vv) );
1527 foreach ( $v as $vv )
1528 $req .= pack ( "N", $vv );
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1128 var vv = "", myv, ostr; variable
1161 vv = out[i].v.substr(j+1);
1165 out[i].v = vv;
1178 out[i].v = vv;
15502 var vv = "";
16710 var vv = ""; variable
16729 o.t = "s"; o.v = vv;
26074 header_cnt[vv] = 1;
26076 hdr[C] = vv;
26509 header_cnt[vv] = 1;
[all …]

12