Lines Matching refs:text

204             if (value.text || value.hyperlink) {
205 return value.hyperlink || value.text || '';
523 return this.text;
531 text: this._value.value,
704 return _.escapeHtml(this.text);
989 return t.text;
995 return "\"".concat(this.text.replace(/"/g, '""'), "\"");
1093 text: value ? value.text : undefined,
1113 return this.model.text;
1119 text: this.model.text,
1131 text: value.text,
1142 return this.model.text;
1145 this.model.text = value;
1417 if (v.text && v.hyperlink) {
1685 if (value.text && value.hyperlink) {
1901 this.headers.forEach(function (text, index) {
1902 _this._worksheet.getCell(index + 1, _this.number).value = text;
2583 text: this.note
2605 this.note = texts[0].text;
6835 value: function addText(text) {
6838 …var inPos = this._inPos + this._buf.write(text, this._inPos, this._encoding); // if we've hit (or …
6842 …this._grow(this._inPos + text.length); // keep trying to write until we've completely written the …
6845 inPos = this._inPos + this._buf.write(text, this._inPos, this._encoding);
7151 xmlEncode: function xmlEncode(text) {
7152 var regexResult = xmlDecodeRegex.exec(text);
7153 if (!regexResult) return text;
7159 for (; i < text.length; i++) {
7160 var charCode = text.charCodeAt(i);
7203 if (lastIndex !== i) result += text.substring(lastIndex, i);
7208 if (lastIndex !== i) return result + text.substring(lastIndex, i);
7211 xmlDecode: function xmlDecode(text) {
7212 return text.replace(/&([a-z]*);/g, function (c) {
7366 value: function writeText(text) {
7375 xml.push(utils.xmlEncode(text.toString()));
7410 value: function leafNode(name, attributes, text) {
7413 if (text !== undefined) {
7415 this.writeText(text);
7964 value: function parseText(text) {// chunk of text encountered for current node
8342 value: function parseText(text) {
8343 this._parsedText.push(text);
8918 value: function parseText(text) {
8920 this.parser.parseText(text);
9131 model.note.texts.forEach(function (text) {
9132 _this.richTextXform.render(xmlStream, text);
9164 parseText: function parseText(text) {
9166 this.parser.parseText(text);
9252 parseText: function parseText(text) {
9254 this.parser.parseText(text);
9413 this.text = '';
9422 value: function parseText(text) {
9423 this.text = text;
9518 this.text = '';
9527 value: function parseText(text) {
9528 this.text = text;
9657 value: function parseText(text) {
9659 this.parser.parseText(text);
9688 this.model.anchor = this.map['x:Anchor'].text;
9689 this.model.protection.locked = this.map['x:Locked'].text;
9690 this.model.protection.lockText = this.map['x:LockText'].text;
9818 value: function parseText(text) {
9820 this.parser.parseText(text);
9976 value: function parseText(text) {
9978 this.parser.parseText(text);
10218 value: function parseText(text) {
10221 this.parser.parseText(text);
10505 value: function parseText(text) {
10507 this.parser.parseText(text);
10867 value: function parseText(text) {
10869 this.parser.parseText(text);
11087 value: function parseText(text) {
11089 this.parser.parseText(text);
11192 value: function parseText(text) {
11194 this.parser.parseText(text);
11729 value: function parseText(text) {
11731 this.parser.parseText(text);
11881 value: function parseText(text) {
11883 this.parser.parseText(text);
12818 value: function parseText(text) {
12820 this.parser.parseText(text);
13008 if (v.text && v.hyperlink) {
13080 if (options.sharedStrings && model.text !== undefined && model.text !== null) {
13081 model.ssId = options.sharedStrings.add(model.text);
13247 model.value.richText.forEach(function (text) {
13248 _this2.richTextXForm.render(xmlStream, text);
13268 xmlStream.leafNode('v', null, model.text);
13335 value: function parseText(text) {
13337 this.parser.parseText(text);
13343 this.model.formula = this.model.formula ? this.model.formula + text : text;
13349 …this.model.value.richText.text = this.model.value.richText.text ? this.model.value.richText.text +…
13351 this.model.value = this.model.value ? this.model.value + text : text;
13524 model.text = model.result;
13527 model.text = model.value;
14265 value: function parseText(text) {
14266 this.model += text;
14471 value: function parseText(text) {
14472 this.model += text;
14554 return "NOT(ISERROR(SEARCH(\"".concat(model.text, "\",").concat(tl, ")))");
15242 value: function parseText(text) {
15244 this.parser.parseText(text);
15432 value: function parseText(text) {
15433 this.model += text;
15593 value: function parseText(text) {
15594 this.model += text;
16133 value: function parseText(text) {
16135 this._formula.push(text);
16660 value: function parseText(text) {
16663 this.model.oddHeader = text;
16667 this.model.oddFooter = text;
16671 this.model.evenHeader = text;
16675 this.model.evenFooter = text;
16679 this.model.firstHeader = text;
16683 this.model.firstFooter = text;
17872 value: function parseText(text) {
17874 this.parser.parseText(text);
18123 value: function parseText(text) {
18125 this.parser.parseText(text);
19119 value: function parseText(text) {
19121 this.parser.parseText(text);
19447 this.text = [];
19453 value: function parseText(text) {
19455 this.text.push(text);
19462 this.model = this._parse(this.text.join(''));
19547 this.text = [];
19557 value: function parseText(text) {
19559 this.text.push(text);
19566 this.model = parseInt(this.text.join('') || 0, 10);
19648 this.text = [];
19654 value: function parseText(text) {
19656 this.text.push(text);
19663 this.model = this.text.join('');
19848 model.richText.forEach(function (text) {
19849 r.render(xmlStream, text);
19852 this.map.t.render(xmlStream, model.text);
19886 value: function parseText(text) {
19888 this.parser.parseText(text);
19910 this.model.text = this.parser.model;
20009 this.textXform.render(xmlStream, model.text);
20041 value: function parseText(text) {
20043 this.parser.parseText(text);
20054 this.model.text = this.parser.model;
20165 model.richText.forEach(function (text) {
20166 _this2.map.r.render(xmlStream, text);
20203 value: function parseText(text) {
20205 this.parser.parseText(text);
20393 value: function parseText(text) {
20395 this.parser.parseText(text);
20511 value: function parseText(text) {
20512 this._text.push(text);
20848 value: function parseText(text) {
20850 this.parser.parseText(text);
20979 value: function parseText(text) {
20981 this.parser.parseText(text);
21270 value: function parseText(text) {
21272 this.parser.parseText(text);
21481 value: function parseText(text) {
21483 this.parser.parseText(text);
21644 value: function parseText(text) {
21646 this.parser.parseText(text);
21746 value: function parseText(text) {
21748 this.parser.parseText(text);
21982 value: function parseText(text) {
21984 this.parser.parseText(text);
22389 value: function parseText(text) {
22391 this.parser.parseText(text);
22720 value: function parseText(text) {
22722 this.parser.parseText(text);
23355 value: function parseText(text) {
23357 this.parser.parseText(text);
23783 value: function parseText(text) {
23785 this.parser.parseText(text);
64774 …put_byte(s, (s.gzhead.text ? 1 : 0) + (s.gzhead.hcrc ? 2 : 0) + (!s.gzhead.extra ? 0 : 4) + (!s.gz…
65274 this.text = 0;
66531 state.head.text = hold >> 8 & 1;
75806 text: "textHandler",
75891 this.text = "";
76329 this.text += chunk.slice(start, this.prevI);
76334 this.text += "".concat(chunk.slice(start, this.prevI), "\n");
76360 this.text += "".concat(chunk.slice(start, this.prevI), "\n");
76366 this.text += chunk.slice(start);
76373 this.text += chunk.slice(start, this.prevI);
76482 if (this.text.length !== 0) {
76508 … (_a = this.doctypeHandler) === null || _a === void 0 ? void 0 : _a.call(this, this.text);
76509 this.text = "";
76520 this.text += String.fromCodePoint(c);
76537 this.text += String.fromCodePoint(q);
76551 this.text += String.fromCodePoint(c);
76568 this.text += String.fromCodePoint(q);
76577 this.text += String.fromCodePoint(c);
76598 this.text += char;
76609 this.text += "-";
76617 this.text += String.fromCodePoint(c);
76624 this.text += String.fromCodePoint(c);
76639 this.text += "?";
76647 this.text += String.fromCodePoint(c);
76706 this.text += parsed;
76821 (_a = this.commentHandler) === null || _a === void 0 ? void 0 : _a.call(this, this.text);
76822 this.text = "";
76824 this.text += "-".concat(String.fromCodePoint(c));
76837 this.text += "--".concat(String.fromCodePoint(c));
76858 this.text += "]".concat(String.fromCodePoint(c));
76873 (_a = this.cdataHandler) === null || _a === void 0 ? void 0 : _a.call(this, this.text);
76874 this.text = "";
76880 this.text += "]";
76884 this.text += "]]".concat(String.fromCodePoint(c));
76952 if (this.text.length === 0) {
76958 this.text = String.fromCodePoint(c);
76983 body: this.text
76985 this.piTarget = this.text = "";
76992 this.text += "?";
76994 this.text += "?".concat(String.fromCodePoint(c));
77025 this.name += this.text;
77026 this.text = "";
77035 this.name += this.text;
77036 this.text = "";
77110 this.text = "";
77119 var value = this.text;
77120 this.text = "";
77202 this.piTarget = this.text = "";
77301 this.name = this.text = "";
77324 this.text = "";
77365 this.pushAttrib(this.name, this.text + chunk.slice(start, this.prevI));
77366 this.name = this.text = "";
77372 this.text += chunk.slice(start, this.prevI);
77380 this.text += "".concat(chunk.slice(start, this.prevI), " ");
77385 this.text += chunk.slice(start, this.prevI);
77390 this.text += chunk.slice(start);
77440 if (this.text.includes("]]>")) {
77444 this.pushAttrib(this.name, this.text);
77445 this.name = this.text = "";
77508 var text = this.text;
77511 if (text.length !== 0) {
77512 handler(text + slice);
77513 this.text = "";
77529 this.text += chunk.slice(start, this.prevI);
77565 this.text += "".concat(chunk.slice(start, this.prevI), "\n");
77574 this.text += chunk.slice(start);
77609 var text = this.text;
77612 if (text.length !== 0) {
77613 handler(text + slice);
77614 this.text = "";
77629 this.text += chunk.slice(start, this.prevI);
77638 this.text += "".concat(chunk.slice(start, this.prevI), "\n");
77646 this.text += chunk.slice(start);
77752 var text = this.text;
77754 if (text.length !== 0) {
77756 (_a = this.textHandler) === null || _a === void 0 ? void 0 : _a.call(this, text);
77757 this.text = "";
78021 this.text += "</>";
78045 this.text += "</".concat(name, ">");
81410 this.text = utf16Text;
81421 this.text = base64Text;
81451 if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);
81457 StringDecoder.prototype.text = utf8Text; // Attempts to complete a partial non-UTF-8 character usin…