Lines Matching refs:getText

1427 …&& Is.func(candidate.getText) && Is.func(candidate.positionAt) && Is.func(candidate.offsetAt) ? tr…
1431 var text = document.getText();
1517 FullTextDocument.prototype.getText = function (range) { method in FullTextDocument
23893 var val = node.getText();
23907 var val = node.getText();
23937 var candidateColor = node.getText().toLowerCase();
24074 var text = node.getText();
24117 var candidateColor = node.getText().toLowerCase();
24899 Node.prototype.getText = function () { method in Node
25234 return this.identifier ? this.identifier.getText() : '';
25369 …return Object(_utils_strings_js__WEBPACK_IMPORTED_MODULE_0__["trim"])(this.getText(), /[_\+]+$/); …
25417 return this.identifier ? this.identifier.getText() : '';
25441 return this.identifier ? this.identifier.getText() : '';
25471 return this.identifier ? this.identifier.getText() : '';
25591 return this.identifier ? this.identifier.getText() : '';
25672 return this.identifier ? this.identifier.getText() : '';
25760 return this.identifier ? this.identifier.getText() : '';
26105 var raw = this.getText();
26196 return this.getText();
26289 return this.identifier ? this.identifier.getText() : '';
26325 return this.identifier ? this.identifier.getText() : '';
26856 var text = textDocument.getText();
28906 …current.addSymbol(new Symbol(child.getChild(0).getText(), void 0, child, _cssNodes_js__WEBPACK_IMP…
28914 var value = node.getValue() ? node.getValue().getText() : void 0;
28923 var value = valueNode ? valueNode.getText() : void 0;
28929 var value = node.getValue() ? node.getValue().getText() : '';
28980 var name = node.getText();
31751 …if (!existingNode && this.offset - this.currentWord.length > 0 && this.textDocument.getText()[this…
31808 var docText = this.textDocument.getText();
31944 …_parser_cssNodes_js__WEBPACK_IMPORTED_MODULE_0__["FunctionParameter"]) ? c.getName() : c.getText();
32004 uriValue = uriValueNode.getText();
32024 pathValue: importPathNode.getText(),
32091 entries.add(node.getText());
32122 this.entries.add(node.getText());
32131 var text = document.getText();
32205 scanner.setSource(document.getText());
32412 … if (!Object(_utils_strings_js__WEBPACK_IMPORTED_MODULE_3__["startsWith"])(node.getText(), '@')) {
32438 var atRuleName = node.getText();
32455 var selectorName = node.getText();
32629 var name = node.getText();
32705 var rawUri = uriStringNode.getText();
32729 var rawText = candidate.getText();
32749 entry.name = node.getText();
32778 entry.name = '@media ' + mediaList.getText();
33550 this.documentText = document.getText();
33673 var atDirective = this.cssDataManager.getAtDirective(atRuleName.getText());
33677 …s__WEBPACK_IMPORTED_MODULE_1__["Rules"].UnknownAtRules, "Unknown at rule " + atRuleName.getText());
33685 var text = keyword.getText();
34261 return parseFloat(value.getText()) !== 0;
35457 var segments = child.getText().split('&');
35484 var text = child.getText();
35488 result.addAttr('class', unescape(child.getText().substring(1)));
35491 result.addAttr('id', unescape(child.getText().substring(1)));
35497 result.addAttr(unescape(child.getText()), '');
35507 switch (unescape(operator.getText())) {
35510 value = quotes.remove(unescape(expression.getText())) + "-\u2026";
35514 value = quotes.remove(unescape(expression.getText())) + "\u2026";
35518 value = "\u2026" + quotes.remove(unescape(expression.getText()));
35522 … value = " \u2026 " + quotes.remove(unescape(expression.getText())) + " \u2026 ";
35526 … value = "\u2026" + quotes.remove(unescape(expression.getText())) + "\u2026";
35529 value = quotes.remove(unescape(expression.getText()));
35533 result.addAttr(unescape(identifier.getText()), value);
35599 var text = element.getText();
36057 FullTextDocument.prototype.getText = function (range) { method in FullTextDocument
36202 var text = document.getText();