Lines Matching refs:find
135 inner.$collection = inner.options.$parent.find(inner.options.selector);
816 this.$window.find('.hidden-on-start').show()
817 this.$window.find(".symbol-name").text(this.symbol);
818 this.$window.find(".symbol-description").text(this.getSymbolDescription(this.place))
822 this.$search_defs = this.$search_defs || this.$window.find('.search-defs')
823 this.$search_refs = this.$search_refs || this.$window.find('.search-refs')
824 this.$search_full = this.$search_full || this.$window.find('.search-full')
825 this.$search_files = this.$search_files || this.$window.find('.search-files')
826 this.$search_google = this.$search_google || this.$window.find('.search-google')
1095 this.$selectionContainer.find("[data-messages]").mouseenter(function () {
1198 $that.find('.markdown-content[data-markdown-download]').each(function () {
1213 .find('[data-markdown-original]')
1750 thisCell.find(".rev-message-summary").addClass("rev-message-hidden");
1751 thisCell.find(".rev-message-full").removeClass("rev-message-hidden");
1756 thisCell.find(".rev-message-full").addClass("rev-message-hidden");
1757 thisCell.find(".rev-message-summary").removeClass("rev-message-hidden");