Home | History | Annotate | Download | only in parse-only

Lines Matching defs:byTag

2524 		if (!Selectors.Filters.byID(this, id) || !Selectors.Filters.byTag(this, tag)) return false;
2633 return (item && Selectors.Filters.byTag(item, tag)) ? [item] : [];
2713 if (Selectors.Utils.chk(self, uniques) && Selectors.Filters.byTag(self, tag) && Selectors.Filters.byID(self, id)) found.push(self);
2724 if (Selectors.Filters.byTag(self, tag) && Selectors.Filters.byID(self, id)) found.push(self);
2734 byTag: function(self, tag){