Lines Matching defs:node

23892 function getNumericValue(node, factor) {  argument
23906 function getAngle(node) { argument
23914 function isColorConstructor(node) { argument
23926 function isColorValue(node) { argument
24072 function getColorValue(node) { argument
24823 function getNodeAtOffset(node, offset) { argument
24829 node.accept(function (node) { argument
24846 function getNodePath(node, offset) { argument
24855 function getParentDeclaration(node) { argument
24922 Node.prototype.adoptChild = function (node, index) { argument
24971 Node.prototype.setNode = function (field, node, index) { argument
24980 Node.prototype.addChild = function (node) { argument
24991 Node.prototype.updateOffsetAndLength = function (node) { argument
25227 AtApplyRule.prototype.setIdentifier = function (node) { argument
25259 CustomPropertyDeclaration.prototype.setProperty = function (node) { argument
25309 Declaration.prototype.setProperty = function (node) { argument
25434 FunctionParameter.prototype.setIdentifier = function (node) { argument
25443 FunctionParameter.prototype.setDefaultValue = function (node) { argument
25464 FunctionArgument.prototype.setIdentifier = function (node) { argument
25473 FunctionArgument.prototype.setValue = function (node) { argument
25494 IfStatement.prototype.setExpression = function (node) { argument
25515 ForStatement.prototype.setVariable = function (node) { argument
25584 FunctionDeclaration.prototype.setIdentifier = function (node) { argument
25665 Keyframe.prototype.setIdentifier = function (node) { argument
25704 Import.prototype.setMedialist = function (node) { argument
25732 Use.prototype.setIdentifier = function (node) { argument
25753 ModuleConfiguration.prototype.setIdentifier = function (node) { argument
25762 ModuleConfiguration.prototype.setValue = function (node) { argument
25783 Forward.prototype.setIdentifier = function (node) { argument
25804 ForwardVisibility.prototype.setIdentifier = function (node) { argument
26139 VariableDeclaration.prototype.setVariable = function (node) { argument
26153 VariableDeclaration.prototype.setValue = function (node) { argument
26282 MixinReference.prototype.setIdentifier = function (node) { argument
26297 MixinReference.prototype.setContent = function (node) { argument
26318 MixinDeclaration.prototype.setIdentifier = function (node) { argument
26333 MixinDeclaration.prototype.setGuard = function (node) { argument
26376 ListEntry.prototype.setKey = function (node) { argument
26379 ListEntry.prototype.setValue = function (node) { argument
26404 GuardCondition.prototype.setVariable = function (node) { argument
26422 Module.prototype.setIdentifier = function (node) { argument
26438 function Marker(node, rule, level, message, offset, length) { argument
26633 ParseErrorCollector.entries = function (node) { argument
26638 ParseErrorCollector.prototype.visitNode = function (node) { argument
26829 Parser.prototype.finish = function (node, error, resyncTokens, resyncStopTokens) { argument
26845 Parser.prototype.markError = function (node, error, resyncTokens, resyncStopTokens) { argument
27000 Parser.prototype._needsSemicolonAfter = function (node) { argument
27060 Parser.prototype._parseBody = function (node, parseDeclaration) { argument
28813 function Symbol(name, value, node, type) { argument
28826 ScopeBuilder.prototype.addSymbol = function (node, name, value, type) { argument
28834 ScopeBuilder.prototype.addScope = function (node) { argument
28846 ScopeBuilder.prototype.addSymbolToChildScope = function (scopeNode, node, name, value, type) { argument
28854 ScopeBuilder.prototype.visitNode = function (node) { argument
28899 ScopeBuilder.prototype.visitRuleSet = function (node) { argument
28913 ScopeBuilder.prototype.visitVariableDeclarationNode = function (node) { argument
28918 ScopeBuilder.prototype.visitFunctionParameterNode = function (node) { argument
28928 ScopeBuilder.prototype.visitCustomPropertyDeclarationNode = function (node) { argument
28933 ScopeBuilder.prototype.addCSSVariable = function (node, name, value, type) { argument
28942 function Symbols(node) { argument
28963 Symbols.prototype.internalFindSymbol = function (node, referenceTypes) { argument
28994 Symbols.prototype.evaluateReferenceTypes = function (node) { argument
29024 Symbols.prototype.findSymbolFromNode = function (node) { argument
29037 Symbols.prototype.matchesSymbol = function (node, symbol) { argument
29261 LESSParser.prototype._addLookupChildren = function (node) { argument
29483 LESSParser.prototype._acceptInterpolatedIdent = function (node, identRegex) { argument
29609 LESSParser.prototype._completeExtends = function (node) { argument
31346 CSSCompletion.prototype.getCompletionsForDeclarationValue = function (node, result) { argument
31462 CSSCompletion.prototype.getCompletionsForInterpolation = function (node, result) { argument
32089 function visitValue(node) { argument
32099 function vistNode(node) { argument
32119 ColorValueCollector.prototype.visitNode = function (node) { argument
32389 function getRange(node) { argument
32651 CSSNavigation.prototype.isRawStringDocumentLinkNode = function (node) { argument
32741 stylesheet.accept(function (node) { argument
32792 stylesheet.accept(function (node) { argument
32913 function getColorInformation(node, document) { argument
32921 function getRange(node, document) { argument
32924 function getHighlightKind(node) { argument
33531 NodesByRootMap.prototype.add = function (root, name, node) { argument
33565 LintVisitor.entries = function (node, document, settings, cssDataManager, entryFilter) { argument
33600 expression.accept(function (node) { argument
33614 LintVisitor.prototype.addEntry = function (node, rule, details) { argument
33640 LintVisitor.prototype.visitNode = function (node) { argument
33668 LintVisitor.prototype.visitUnknownAtRule = function (node) { argument
33680 LintVisitor.prototype.visitKeyframe = function (node) { argument
33716 LintVisitor.prototype.visitSimpleSelector = function (node) { argument
33732 LintVisitor.prototype.visitImport = function (node) { argument
33739 LintVisitor.prototype.visitRuleSet = function (node) { argument
33942 LintVisitor.prototype.visitPrio = function (node) { argument
33949 LintVisitor.prototype.visitNumericValue = function (node) { argument
33972 LintVisitor.prototype.visitFontFace = function (node) { argument
34000 LintVisitor.prototype.isCSSDeclaration = function (node) { argument
34017 LintVisitor.prototype.visitHexColorValue = function (node) { argument
34025 LintVisitor.prototype.visitFunction = function (node) { argument
34265 return nodes.map(function (node) { return checkLineWidth(node, allowsKeywords); }); argument
34283 return nodes.map(function (node) { return checkLineStyle(node, allowsKeywords); }); argument
34285 function checkBorderShorthand(node) { argument
35108 SCSSNavigation.prototype.isRawStringDocumentLinkNode = function (node) { argument
35450 function toElement(node, parentElement) { argument
35553 SelectorPrinting.prototype.selectorToMarkedString = function (node) { argument
35564 SelectorPrinting.prototype.simpleSelectorToMarkedString = function (node) { argument
35577 SelectorPrinting.prototype.selectorToSpecificityMarkedString = function (node) { argument
35580 var calculateScore = function (node) { argument
35673 function isNewSelectorContext(node) { argument
35681 function selectorToElement(node) { argument