Lines Matching refs:text

541 	- text is passed through ("@")
546 The longest 32-bit integer text is "-2147483648", exactly 11 chars
995 case '"': /* Literal text */
2948 "htm": "text/html",
2949 "xml": "text/xml",
2996 function write_quoted_printable(text/*:string*/)/*:string*/ {
2997 var encoded = text.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7E-\xFF=]/g, function(c) {
3661 function raw_unescapexml(text/*:string*/)/*:string*/ { argument
3662 var s = text + '', i = s.indexOf("<![CDATA[");
3667 return function unescapexml(text/*:string*/, xlsx/*:boolean*/) { argument
3668 var out = raw_unescapexml(text);
3674 function escapexml(text/*:string*/)/*:string*/{ argument
3675 var s = text + '';
3678 function escapexmltag(text/*:string*/)/*:string*/{ return escapexml(text).replace(/ /g,"_x0020_"); } argument
3681 function escapehtml(text/*:string*/)/*:string*/{ argument
3682 var s = text + '';
3686 function escapexlml(text/*:string*/)/*:string*/{ argument
3687 var s = text + '';
5780 var type = toks[0].slice(4), text = toks[1];
5784 p[name] = unescapexml(text);
5787 p[name] = parsexmlbool(text);
5790 p[name] = parseInt(text, 10);
5793 p[name] = parseFloat(text);
5796 p[name] = parseDate(text);
5799 p[name] = unescapexml(text);
7632 /* TODO: parse rich text runs */
8433 "Content-type: text/plain; charset=UTF-8"
8476 o.push("valueformat:1:text-wiki");
9233 /* TODO: text encoding */
9906 if(font.u) style.push("text-decoration: underline;");
9907 if(font.uval) style.push("text-underline-style:" + font.uval + ";");
9909 if(font.outline) style.push("text-effect: outline;");
9910 if(font.shadow) style.push("text-shadow: auto;");
11777 case 0x0d: /* text color */
12146 '<v:textbox><div style="text-align:left"></div></v:textbox>',
12219 var textMatch = x.match(/<(?:\w+:)?text>([\s\S]*)<\/(?:\w+:)?text>/);
12259 o.push('<comment ref="' + d[0] + '" authorId="' + iauthor.indexOf(escapexml(c.a)) + '"><text>');
12261 o.push('</text></comment>');
12265 o.push('<comment ref="' + d[0] + '" authorId="' + lastauthor + '"><text>');
12269 o.push('</text></comment>');
12294 case '<text>': case '<text': tidx = idx + x.length; break;
12295 …case '</text>': comment.t = data.slice(tidx, idx).replace(/\r\n/g, "\n").replace(/\r/g, "\n"); bre…
12331 o.push(writextag('threadedComment', writetag('text', c.t||""), tcopts));
18466 case 'text' /*case 'Text'*/: break;
18998 // TODO: formatted text
21852 function parse_text_p(text/*:string*//*::, tag*/)/*:Array<any>*/ { argument
21854 var fixed = text
21856 .replace(/<text:s\/>/g," ")
21857 ….replace(/<text:s text:c="(\d+)"\/>/g, function($$,$1) { return Array(parseInt($1,10)+1).join(" ")…
21858 .replace(/<text:tab[^>]*\/>/g,"\t")
21859 .replace(/<text:line-break\/>/g,"\n");
21880 case 'text-style': // <number:text-style> 16.29.26
21913 case 'text': // <number:text> 16.29.27
22043 case 'text-properties': // <style:text-properties> 16.29.29
22050 case 'text-content': // <number:text-content> 16.29.28
22074 case 'embedded-text': // <number:embedded-text> 16.29.4
22237 if(q.t === 'string' || q.t === 'text' || !q.t) {
22316 case 'text-box': // 10.4.3 <draw:text-box>
22319 case 'list-style': // 16.30 <text:list-style>
22334 case 'text-style': // 16.27.25 <number:text-style>
22387 case 'text': // 16.27.26 <number:text>
22407 case 'text-content': break; // 16.27.27 <number:text-content>
22408 case 'text-properties': break; // 16.27.27 <style:text-properties>
22409 case 'embedded-text': break; // 16.27.4 <number:embedded-text>
22441 case 'tab': break; // 6.1.4 <text:tab>
22442 case 'line-break': break; // 6.1.5 <text:line-break>
22443 case 'span': break; // 6.1.7 <text:span>
22444 case 'p': case '文本串': // 5.1.3 <text:p>
22450 break; // <text:p>
22451 case 's': break; // <text:s>
22483 case 'list-level-style-bullet': break; // 16.31 <text:
22484 case 'list-level-style-number': break; // 16.32 <text:
22529 case 'page-number': break; // TODO <text:page-number>
22530 case 'page-count': break; // TODO <text:page-count>
22531 case 'time': break; // TODO <text:time>
22563 case 'dde-connection-decls': // 14.6.2 <text:
22564 case 'dde-connection-decl': // 14.6.3 <text:
22649 'xmlns:text': "urn:oasis:names:tc:opendocument:xmlns:text:1.0",
22677 if(nf == "@") { type = "text"; payload = "<number:text-content/>"; break j; }
22690 payload += '<number:text>' + escapexml(c.replace(/""/g, '"')) + '</number:text>';
22701 …h - 1 || 0, "number:min-integer-digits": t[1].length }) + "<number:text>%</number:text>"; break j;…
22731 payload += '<number:text>' + escapexml(c.slice(1).replace(/""/g, '"')) + '</number:text>';
22733 case '/': payload += '<number:text>' + escapexml(c) + '</number:text>'; break;
22758 payload += '<number:text>' + escapexml(c.slice(1).replace(/""/g, '"')) + '</number:text>';
22760 case '/': payload += '<number:text>' + escapexml(c) + '</number:text>'; break;
22781 payload += '<number:text>' + escapexml(c.replace(/""/g, '"')) + '</number:text>';
22786 /* number TODO: interstitial text e.g. 000)000-0000 */
22798 /* TODO: interstitial text placeholders */
22803 /* residual text */
22807 payload += '<number:text>' + escapexml(c.replace(/""/g, '"')) + '</number:text>';
22829 var write_text_p = function(text/*:string*/)/*:string*/ { argument
22830 return escapexml(text)
22831 .replace(/ +/g, function($$){return '<text:s text:c="'+$$.length+'"/>';})
22832 .replace(/\t/g, "<text:tab/>")
22833 .replace(/\n/g, "</text:p><text:p>")
22834 .replace(/^ /, "<text:s/>").replace(/ $/, "<text:s/>");
22913 text_p = writextag('text:a', text_p, {'xlink:href': _tgt.replace(/&/g, "&amp;")});
22916 … o.push(' ' + writextag('table:table-cell', writextag('text:p', text_p, {}), ct) + '\n');
22970 o.push(' <number:text>/</number:text>\n');
22972 o.push(' <number:text>/</number:text>\n');
22976 /* number formats, table cells, text */
23009 'xmlns:text': "urn:oasis:names:tc:opendocument:xmlns:text:1.0",
23041 'xmlns:css3t': "http://www.w3.org/TR/css3-text/",
23086 manifest.push([f, "text/xml"]);
23092 manifest.push([f, "text/xml"]);
23098 manifest.push([f, "text/xml"]);
25039 ['cellText', true], /* emit formatted text as .w */
26340 function cell_add_comment(cell/*:Cell*/, text/*:string*/, author/*:?string*/) { argument
26342 cell.c.push({t:text, a:author||"SheetJS"});