Home
last modified time | relevance | path

Searched refs:type_verbose_of (Results 1 – 9 of 9) sorted by relevance

/dports/misc/p5-Geo-Postcodes-DK/Geo-Postcodes-DK-0.32/t/
H A D1_procedures.t33 is( Geo::Postcodes::DK::type_verbose_of("1171"), "Gadeadresse", "Postcode > Type");
34 is( Geo::Postcodes::type_verbose_of ("1171"), undef, "Postcode > Type");
44 is( Geo::Postcodes::DK::type_verbose_of("215"), "Postboks", "Postcode > Type");
45 is( Geo::Postcodes::type_verbose_of ("215"), undef, "Postcode > Type");
57 # is( Geo::Postcodes::DK::type_verbose_of("0999"), "Personlig ejer", "Postcode > Type");
58 # is( Geo::Postcodes::type_verbose_of ("0999"), undef, "Postcode > Type");
69 is( Geo::Postcodes::DK::type_verbose_of(undef), undef, "Postcode > Type");
70 is( Geo::Postcodes::type_verbose_of (undef), undef, "Postcode > Type");
/dports/misc/p5-Geo-Postcodes-NO/Geo-Postcodes-NO-0.31/t/
H A D1_procedures.t47 is( Geo::Postcodes::NO::type_verbose_of ($postcode), "Gateadresse", "Postcode > Type");
48 is( Geo::Postcodes::type_verbose_of ($postcode), undef, "Postcode > Type");
60 is( Geo::Postcodes::NO::type_verbose_of ($postcode), "Gateadresse", "Postcode > Type");
61 is( Geo::Postcodes::type_verbose_of ($postcode), undef, "Postcode > Type");
/dports/misc/p5-Geo-Postcodes/Geo-Postcodes-0.32/lib/Geo/
H A DPostcodes.pm209 sub type_verbose_of subroutine
/dports/misc/p5-Geo-Postcodes-NO/Geo-Postcodes-NO-0.31/
H A DChanges145 (instead of the description) . Use the new prodeure 'type_verbose_of' and
/dports/misc/p5-Geo-Postcodes-DK/Geo-Postcodes-DK-0.32/
H A DChanges146 (instead of the description) . Use the new prodeure 'type_verbose_of' and
/dports/misc/p5-Geo-Postcodes/Geo-Postcodes-0.32/lib/Geo/Postcodes/
H A DTutorial.pod173 =head2 type_verbose - type_verbose_of
179 $utopian_description = Geo::postcodes::U2::type_verbose_of($postcode);
187 $english_description = Geo::postcodes::type_verbose_of($postcode);
/dports/misc/p5-Geo-Postcodes/Geo-Postcodes-0.32/
H A DChanges196 description). Use the new prodeure 'type_verbose_of' and method
/dports/misc/p5-Geo-Postcodes-DK/Geo-Postcodes-DK-0.32/lib/Geo/Postcodes/
H A DDK.pm157 sub type_verbose_of subroutine
/dports/misc/p5-Geo-Postcodes-NO/Geo-Postcodes-NO-0.31/lib/Geo/Postcodes/
H A DNO.pm227 sub type_verbose_of subroutine