Home
last modified time | relevance | path

Searched refs:retrieve_all (Results 1 – 25 of 94) sorted by relevance

1234

/dports/net/py-python-neutronclient/python-neutronclient-7.2.1/neutronclient/v2_0/
H A Dclient.py365 if retrieve_all:
835 retrieve_all, **_params)
935 retrieve_all, **_params)
1022 retrieve_all, **_params)
1046 retrieve_all, **_params)
1078 retrieve_all, **_params)
1122 retrieve_all,
1170 retrieve_all,
1192 retrieve_all, **_params)
1226 retrieve_all, **_params)
[all …]
/dports/databases/p5-Class-DBI-Plugin-Iterator/Class-DBI-Plugin-Iterator-0.13/t/
H A D01-iterator.t17 Film->retrieve_all->delete_all;
18 NewFilm->retrieve_all->delete_all;
38 my $it1 = NewFilm->retrieve_all;
41 my $it2 = NewFilm->retrieve_all;
51 my $it1 = Film->retrieve_all;
54 my $it2 = NewFilm->retrieve_all;
64 my $it = NewFilm->retrieve_all;
76 my $it = NewFilm->retrieve_all;
84 my $it = NewFilm->retrieve_all;
H A D02-pager.t45 my $itr = Film->retrieve_all;
59 my $iterator = $pager->retrieve_all;
78 my $iterator = $pager->retrieve_all;
/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/Utils/
H A DModelHelper.pm101 return $class->retrieve_all( order_by => $params->{order_by} );
104 return $class->retrieve_all(
109 return $class->retrieve_all( );
123 return( $class->retrieve_all( order_by => $order_fields ) );
155 my @foreign_display_rows = $foreign_table->retrieve_all(
/dports/databases/p5-Class-DBI-Sweet/Class-DBI-Sweet-0.11/t/cdbi-t/
H A D21-iterator.t12 Film->retrieve_all->delete_all;
24 my $it1 = Film->retrieve_all;
27 my $it2 = Film->retrieve_all;
37 my $it = Film->retrieve_all;
49 my $it = Film->retrieve_all;
57 my $it = Film->retrieve_all;
/dports/databases/p5-Class-DBI/Class-DBI-v3.0.17/t/
H A D21-iterator.t12 Film->retrieve_all->delete_all;
24 my $it1 = Film->retrieve_all;
27 my $it2 = Film->retrieve_all;
37 my $it = Film->retrieve_all;
49 my $it = Film->retrieve_all;
57 my $it = Film->retrieve_all;
/dports/databases/p5-Class-DBI-Sweet/Class-DBI-Sweet-0.11/t/cdbi-t-rescache/
H A D21-iterator.t18 Film->retrieve_all->delete_all;
30 my $it1 = Film->retrieve_all;
33 my $it2 = Film->retrieve_all;
43 my $it = Film->retrieve_all;
55 my $it = Film->retrieve_all;
63 my $it = Film->retrieve_all;
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/cdbi/
H A D21-iterator.t20 my $it1 = Film->retrieve_all;
23 my $it2 = Film->retrieve_all;
33 my $it = Film->retrieve_all;
45 my $it = Film->retrieve_all;
53 my $it = Film->retrieve_all;
78 my $it = Film->retrieve_all;
/dports/databases/p5-Class-DBI-Sweet/Class-DBI-Sweet-0.11/t/cdbi-t-ocache/
H A D21-iterator.t18 Film->retrieve_all->delete_all;
30 my $it1 = Film->retrieve_all;
33 my $it2 = Film->retrieve_all;
43 my $it = Film->retrieve_all;
55 my $it = Film->retrieve_all;
63 my $it = Film->retrieve_all;
/dports/databases/p5-Class-DBI-Plugin-RetrieveAll/Class-DBI-Plugin-RetrieveAll-1.04/
H A DREADME2 Class::DBI::Plugin::RetrieveAll - more complex retrieve_all() for
15 my @by_date = My::Class->retrieve_all;
19 sorting of the results of a retrieve_all().
27 field that any retrieve_all() will use for sorting.
47 This method changes the default retrieve_all() in the Class to be
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/lib/Netdot/Model/
H A DVlanGroup.pm73 my @groups = VlanGroup->retrieve_all();
111 foreach my $vlan ( Vlan->retrieve_all ){
200 my $groups = VlanGroup->retrieve_all();
/dports/databases/p5-Class-DBI-Plugin-RetrieveAll/Class-DBI-Plugin-RetrieveAll-1.04/t/
H A D01.t56 my @films = My::Film->retrieve_all;
76 my @films = My::Film->retrieve_all;
/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/Control/C/
H A DPages.pm67 my @rows = $AUTH_PAGES->retrieve_all(
304 foreach ( $AUTH_GROUPS->retrieve_all( { order_by => 'name' } ) ) {
313 foreach ( $AUTH_USERS->retrieve_all(
H A DUsers.pm71 my @rows = $AUTH_USERS->retrieve_all(
203 my @users = $AUTH_USERS->retrieve_all();
H A DGroups.pm71 my @rows = Gantry::Control::Model::auth_groups->retrieve_all(
200 my @users = Gantry::Control::Model::auth_users->retrieve_all(
/dports/databases/p5-Class-DBI-AsForm/Class-DBI-AsForm-2.42/t/
H A D01.t26 sub retrieve_all {
46 my $x = bless({id => 1, bar => Bar->retrieve_all(), baz => "Hello there"}, "Foo");
/dports/databases/p5-Class-DBI-Plugin-Pager/Class-DBI-Plugin-Pager-0.566/t/
H A D02.main.t160 lives_ok { @results = $pager->retrieve_all( @args ) } '@args passed to retrieve_all';
170 lives_ok { @results = $pager->retrieve_all } 'retrieve_all without args';
/dports/databases/p5-Class-DBI-Pager/Class-DBI-Pager-0.08/
H A DREADME16 my @disks = $pager->retrieve_all;
36 my $movies = $pager->retrieve_all;
/dports/databases/p5-Class-DBI-Pager/Class-DBI-Pager-0.08/t/
H A D01_pager.t46 my $iterator = $pager->retrieve_all;
65 my $iterator = $pager->retrieve_all;
/dports/databases/p5-Class-DBI-DATA-Schema/Class-DBI-DATA-Schema-1.00/t/
H A Ddata.t21 is Film->retrieve_all, 1, "We have one film automatically set up";
/dports/databases/p5-Class-DBI-Plugin-Iterator/Class-DBI-Plugin-Iterator-0.13/
H A DREADME13 my $itr = CD->retrieve_all;
/dports/devel/py-moto/moto-2.2.16/tests/test_ec2/
H A Dtest_virtual_private_gateways.py91 all_gateways = retrieve_all(
161 my_gateways = retrieve_all(ec2, [{"Name": "type", "Values": ["ipsec.1"]}])
392 def retrieve_all(client, filters=[]): # pylint: disable=W0102 function
/dports/databases/p5-Class-DBI-SQLite/Class-DBI-SQLite-0.11/t/
H A D01_sqlite.t24 my @movies = Film->retrieve_all;
/dports/chinese/libpinyin/libpinyin-2.3.0/src/storage/
H A Dngram.h79 bool retrieve_all(/* out */ BigramPhraseWithCountArray array) const;
/dports/chinese/libpinyin/libpinyin-2.3.0/utils/training/
H A Dmerge_k_mixture_model.cpp171 target_single_gram->retrieve_all(target_array); in merge_array_items()
175 new_single_gram->retrieve_all(new_array); in merge_array_items()

1234