Home
last modified time | relevance | path

Searched refs:vv (Results 26 – 34 of 34) sorted by last modified time

12

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A 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);
780 out[i].v = vv;
7392 var vv = "";
7396 case 'n': vv = ''+cell.v; break;
7406 default: vv = cell.v; break;
7919 var vv = "";
[all …]
H A Dxlsx.min.js2vv="",myv,ostr;if(nstr.length>0){myv=v<0&&nstr.charCodeAt(0)===45?-v:v;ostr=write_num(nstr.charCod… variable
3vv,i,loc;switch(t){case"dbcs":loc=this.l;if(has_buf&&Buffer.isBuffer(this))o=this.slice(this.l,thi…
H A Dxlsx.min.map1 …e","eval_fmt","flen","lst","dt","hr","toLowerCase","bt","ssm","nstr","jj","vv","myv","ostr","decpt…
/plugin/scrape/
H A DphpQuery-onefile.php
/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/mantis/lib/
H A Dclass.wsdl.php1692 $vv = $v;
1693 foreach ($vv as $k => $v) {
H A Dnusoap.php6223 $vv = $v;
6224 foreach ($vv as $k => $v) {
/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/googlesearch/
H A Dnusoap.php5579 $vv = $v;
5580 foreach ($vv as $k => $v) {

12