Lines Matching full:classname
38 <xsl:key name="lbp-class-b-t" match="/BugCollection/BugInstance" use="concat(Class/@classname,@type)" />
75 document.getElementById("bug-summary-tab").className="menu-tab";
77 document.getElementById("analysis-data-tab").className="menu-tab";
79 //document.getElementById("list-by-b-t-tab").className="menu-tab";
81 document.getElementById("list-by-package-tab").className="menu-tab";
83 document.getElementById("list-by-category-tab").className="menu-tab";
84 document.getElementById(foo+"-tab").className="menu-tab-selected";
804 <xsl:variable name="unique-class-bugs" select="/BugCollection/BugInstance[not(@last) and Class[position()=1 and @classname=$class] and generate-id() = generate-id(key('lbp-class-b-t',concat(Class/@classname,@type)))]/@type" />
821 select="count(/BugCollection/BugInstance[@type=$type and not(@last) and Class[position()=1 and @classname=$class]])" />
837 <xsl:for-each select="/BugCollection/BugInstance[@type=$type and not(@last) and Class[position()=1 and @classname=$class]]">