Home
last modified time | relevance | path

Searched refs:to_cols (Results 1 – 6 of 6) sorted by relevance

/dports/databases/p5-DBIx-Class-Schema-Loader/DBIx-Class-Schema-Loader-0.07049/lib/DBIx/Class/Schema/Loader/
H A DRelBuilder.pm550 $class{to_cols} = [ apply { s/^foreign\.//i } keys %{ $rels[$that]{args}[2] } ];
715 my @to_cols = apply { s/^foreign\.//i }
718 my @adjectives = $self->_adjectives(@to_cols);
747 … $rel->{method}, $local_class, $local_moniker, \@from_cols, $to_class, $remote_moniker, \@to_cols);
788 my (@from_cols, @to_cols, $to_class);
795 @to_cols = apply { s/^foreign\.//i } keys %{
804 @to_cols = apply { s/^foreign\.//i } keys %{ $rel->{args}[2] };
813 … $rel->{method}, $local_class, $local_moniker, \@from_cols, $to_class, $remote_moniker, \@to_cols);
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Domp_matinv.c96 const int to_cols, in copy_matrix() argument
114 assert(j - from_col_first + to_col_first < to_cols); in copy_matrix()
115 to[(i - from_row_first + to_col_first) * to_cols in copy_matrix()
H A Dmatinv.c108 const int to_cols, in copy_matrix() argument
126 assert(j - from_col_first + to_col_first < to_cols); in copy_matrix()
127 to[(i - from_row_first + to_col_first) * to_cols in copy_matrix()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Domp_matinv.c96 const int to_cols, in copy_matrix() argument
114 assert(j - from_col_first + to_col_first < to_cols); in copy_matrix()
115 to[(i - from_row_first + to_col_first) * to_cols in copy_matrix()
H A Dmatinv.c108 const int to_cols, in copy_matrix() argument
126 assert(j - from_col_first + to_col_first < to_cols); in copy_matrix()
127 to[(i - from_row_first + to_col_first) * to_cols in copy_matrix()
/dports/devel/p5-Alzabo/Alzabo-0.92/lib/Alzabo/RDBMSRules/
H A DPostgreSQL.pm1368 my @to_cols = split ' ', $row->[3]
1377 foreach (@to_cols)
1390 @to_cols = map { $to_table->column($_) } @to_cols;
1427 ( grep { $_->nullable || $_->is_primary_key } @to_cols ) ? 0 : 1;
1433 columns_to => \@to_cols,