Home
last modified time | relevance | path

Searched refs:cref (Results 1 – 4 of 4) sorted by relevance

/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php258 public $cref; variable in Google_Query
305 public function setCref( $cref) { argument
306 $this->cref = $cref;
309 return $this->cref;
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js7434 var ri = 0, x = "", cells = [], cref = [], idx = 0, i=0, cc=0, d="", p;
7457 cref = x.match(rregex); idx = ri; i=0; cc=0;
7459 if(cref !== null && cref.length === 2) {
7460 idx = 0; d=cref[1];
7474 if((cref=d.match(match_v))!== null && cref[1] !== '') p.v=unescapexml(cref[1]);
7475 if(opts.cellFormula && (cref=d.match(match_f))!== null) p.f=unescapexml(cref[1]);
7500 cref = d.match(isregex);
7502 if(cref !== null) { sstr = parse_si(cref[1]); p.v = sstr.t; } else p.v = "";
H A Dxlsx.min.map1 …lregex","rowregex","isregex","match_v","match_f","sdata","guess","cells","cref","tagr","tagc","sst…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs15615 if(cref != null && cref.length === 2) {
15616 idx = 0; d=cref[1];
15630 …if((cref=d.match(match_v))!= null && /*::cref != null && */cref[1] !== '') p.v=unescapexml(cref[1]…
15632 if((cref=d.match(match_f))!= null && /*::cref != null && */cref[1] !== '') {
15636 if(/*::cref != null && cref[0] != null && */cref[0].indexOf('t="array"') > -1) {
15639 } else if(/*::cref != null && cref[0] != null && */cref[0].indexOf('t="shared"') > -1) {
15641 ftag = parsexmltag(cref[0]);
15646 } else if((cref=d.match(/<f[^>]*\/>/))) {
15647 ftag = parsexmltag(cref[0]);
15692 cref = d.match(isregex);
[all …]