Lines Matching full:variable
348 <xsl:variable name="b-t"><xsl:value-of select="@type" /></xsl:variable>
471 <xsl:variable name="error-count"
539 <xsl:variable name="unique-category" select="/BugCollection/BugCategory/@category"/>
551 <xsl:variable name="category-count"
553 <xsl:variable name="category-count-p1"
555 <xsl:variable name="category-count-p2"
557 <xsl:variable name="category-count-p3"
559 <xsl:variable name="category-count-p4"
582 <xsl:variable name="unique-code" select="/BugCollection/BugInstance[@category=$category and not(@last) and generate-id()= generate-id(key('lbc-code-key',concat(@category,@abbrev)))]/@abbrev" />
595 <xsl:variable name="code-count"
597 <xsl:variable name="code-count-p1"
599 <xsl:variable name="code-count-p2"
601 <xsl:variable name="code-count-p3"
603 <xsl:variable name="code-count-p4"
628 <xsl:variable name="unique-bug" select="/BugCollection/BugInstance[@category=$category and not(@last) and @abbrev=$code and generate-id()= generate-id(key('lbc-bug-key',concat(@category,@abbrev,@type)))]/@type" />
643 <xsl:variable name="bug-count"
645 <xsl:variable name="bug-count-p1"
647 <xsl:variable name="bug-count-p2"
649 <xsl:variable name="bug-count-p3"
651 <xsl:variable name="bug-count-p4"
667 <xsl:variable name="cat-code-type">category-<xsl:value-of select="$category" />-and-code-<xsl:value-of select="$code" />-and-bug-<xsl:value-of select="$bug" /></xsl:variable>
668 <xsl:variable name="bug-id">b-uid-<xsl:value-of select="@instanceHash" />-<xsl:value-of select="@instanceOccurrenceNum" /></xsl:variable>
696 <xsl:variable name="package-count-p1">
701 </xsl:variable>
702 <xsl:variable name="package-count-p2">
707 </xsl:variable>
708 <xsl:variable name="package-count-p3">
713 </xsl:variable>
714 <xsl:variable name="package-count-p4">
719 </xsl:variable>
754 <xsl:variable name="class-count"
757 <xsl:variable name="class-count-p1">
762 </xsl:variable>
763 <xsl:variable name="class-count-p2">
768 </xsl:variable>
769 <xsl:variable name="class-count-p3">
774 </xsl:variable>
775 <xsl:variable name="class-count-p4">
780 </xsl:variable>
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" />
820 <xsl:variable name="bug-count"
835 <xsl:variable name="package-class-type">package-<xsl:value-of select="$package" />-and-class-<xsl:value-of select="$class" />-and-type-<xsl:value-of select="$type" /></xsl:variable>
836 <xsl:variable name="bug-id">b-uid-<xsl:value-of select="@instanceHash" />-<xsl:value-of select="@instanceOccurrenceNum" /></xsl:variable>