Home
last modified time | relevance | path

Searched refs:check_rs (Results 1 – 4 of 4) sorted by relevance

/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/
H A D87ordered.t20 ok( check_rs($employees), "intial positions" );
36 ok( check_rs($group_employees), "group intial positions" );
67 check_rs($employees->search_rs({group_id=>1})) && check_rs($employees->search_rs({group_id=>4})),
73 check_rs($employees->search_rs({group_id=>2})) && check_rs($employees->search_rs({group_id=>4})),
81 check_rs($employees->search_rs({group_id=>1})) && check_rs($employees->search_rs({group_id=>4})),
89 check_rs($employees->search_rs({group_id=>2})) && check_rs($employees->search_rs({group_id=>4})),
95 check_rs($employees->search_rs({group_id=>1})) && check_rs($employees->search_rs({group_id=>4})),
233 ok( check_rs($rs), "move_next( $position )" );
237 ok( check_rs($rs), "move_first( $position )" );
241 ok( check_rs($rs), "move_last( $position )" );
[all …]
/dports/devel/R-cran-caret/caret/tests/testthat/
H A Dtest_resamples.R49 check_rs <- function(ind, dat) { function
63 running_sum <- running_sum + sum(vapply(inds, check_rs, logical(1), dat))
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/xoops_lib/modules/protector/admin/
H A Dprefix_manager.php181 $check_rs = $db->queryF("SELECT * FROM {$prefix}_xoopscomments LIMIT 1"); variable
182 if (!$check_rs) {
/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Dmincross.c56 void check_rs(graph_t * g, int null_ok);
1906 void check_rs(graph_t * g, int null_ok) in check_rs() function