Searched refs:_parseSelectorIdent (Results 1 – 3 of 3) sorted by relevance
1 …_parseSelectorIdent=function(){return this._parseIdent()},e.prototype._parseHash=function(){if(!th… method in t
27779 Parser.prototype._parseSelectorIdent = function () { method in Parser27788 if (this.hasWhitespace() || !node.addChild(this._parseSelectorIdent())) {27804 if (this.hasWhitespace() || !node.addChild(this._parseSelectorIdent())) {27814 if (!node.addChild(this._parseSelectorIdent()) && !this.acceptDelim('*')) {29431 LESSParser.prototype._parseSelectorIdent = function () { method in LESSParser
1 …_parseSelectorIdent = function () {\n return this._parseIdent();\n };\n Parser.protot…