Home
last modified time | relevance | path

Searched refs:_column_headers (Results 1 – 7 of 7) sorted by relevance

/dports/net/p5-Net-Google-Analytics/Net-Google-Analytics-3.03/lib/Net/Google/Analytics/
H A DResponse.pm55 $self->_column_headers(\@column_headers);
102 my $column_headers = $self->_column_headers;
118 my $column_headers = $self->_column_headers;
172 _column_headers => \@proj_column_headers,
H A DRow.pm48 sub _column_headers { subroutine
58 my $column_headers = $self->_column_headers;
/dports/biology/p5-transdecoder/TransDecoder-TransDecoder-v5.4.0/PerlLib/
H A DDelimParser.pm23 _column_headers => [],
48 return(@{$self->{_column_headers}});
56 $self->{_column_headers} = \@columns;
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-wp-list-table.php80 protected $_column_headers; variable in WP_List_Table
1113 if ( isset( $this->_column_headers ) && is_array( $this->_column_headers ) ) {
1122 foreach ( $this->_column_headers as $key => $value ) {
1160 $this->_column_headers = array( $columns, $hidden, $sortable, $primary );
1162 return $this->_column_headers;
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-wp-list-table.php80 protected $_column_headers; variable in WP_List_Table
1113 if ( isset( $this->_column_headers ) && is_array( $this->_column_headers ) ) {
1122 foreach ( $this->_column_headers as $key => $value ) {
1160 $this->_column_headers = array( $columns, $hidden, $sortable, $primary );
1162 return $this->_column_headers;
/dports/net/p5-Net-Google-Analytics/Net-Google-Analytics-3.03/t/
H A D02-realtime.t123 my $column_headers = $res->_column_headers;
H A D01-test.t159 my $column_headers = $res->_column_headers;