Lines Matching refs:column
43 my $column = 0;
46 # Keep track of column
48 $column++;
52 if( $column == 1 and $t->[0] eq 'S' and lc $t->[1] =~ 'span') {
53 # First column is always property name, defined inside <span>.
66 if( $column == 3 and $t->[0] eq 'T') {
67 # Third column is default value (simple text).
73 if( $column == 4 and $t->[0] eq 'S' ) {
74 # Fourth column is "Applies to"
117 if( $column == 5 and $t->[0] eq 'T') {
118 # Fifth column is inherit value (simple text).