Home
last modified time | relevance | path

Searched refs:toks (Results 1 – 5 of 5) sorted by relevance

/plugin/cli/
H A Dsyntax.php459 $toks=array();
472 case 'A' : $toks[] = $tok; $tok=''; break;
480 $toks[] = $tok;
487 return $toks;
507 $toks=$this->_tokenize($str);
508 $n=count($toks) ;
514 if( $toks[$i + 1] === '=' ) {
515 $key=$this->_map($toks[$i]);
520 $values[$key]=$toks[$i+2];
529 $values['style'].=' '.$toks[$i];
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js4toks=x.split(">");var type=toks[0].substring(4),text=toks[1];switch(type){case"lpstr":case"lpwstr"… variable
H A Dxlsx.js2710 var toks = x.split('>'); variable
2711 var type = toks[0].substring(4), text = toks[1];
2733 … if(typeof console !== 'undefined') console.warn('Unexpected', x, type, toks);
H A Dxlsx.min.map1 …,"W","Application","CUST_PROPS","custregex","parse_cust_props","xmlnsvt","toks","warn","CUST_PROPS…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5779 var toks = x.split('>');
5780 var type = toks[0].slice(4), text = toks[1];
5803 if(opts.WTF && typeof console !== 'undefined') console.warn('Unexpected', x, type, toks);