Home
last modified time | relevance | path

Searched refs:pos_names (Results 1 – 10 of 10) sorted by relevance

/dports/net/p5-Twitter-API/Twitter-API-1.0006/lib/Twitter/API/Role/
H A DRequestArgs.pm124 my @pos_names = shift;
130 @pos_names = @{ $pos_names[0] } if is_arrayref($pos_names[0]);
133 while ( @pos_names ) {
135 $args{shift @pos_names} = shift;
142 while ( my $name = shift @pos_names ) {
/dports/textproc/p5-RDF-Trine/RDF-Trine-1.019/lib/RDF/Trine/Store/
H A DMemory.pm39 my @pos_names;
45 @pos_names = qw(subject predicate object context);
234 my @names = @pos_names[ @pos ];
320 my $name = $pos_names[ $pos ];
332 my @names = @pos_names[ @pos ];
430 foreach my $pos (0 .. $#pos_names) {
431 my $name = $pos_names[ $pos ];
495 my $name = $pos_names[ $pos ];
575 my $name = $pos_names[ $pos ];
584 my @names = @pos_names[ @pos ];
[all …]
H A DLanguagePreference.pm38 my @pos_names;
44 @pos_names = qw(subject predicate object context);
H A DSPARQL.pm37 my @pos_names;
43 @pos_names = qw(subject predicate object context);
443 $nodes[$i] = RDF::Trine::Node::Variable->new( "rt__" . $pos_names[$i] );
H A DDydra.pm38 my @pos_names;
44 @pos_names = qw(subject predicate object context);
H A DRedis.pm44 my @pos_names;
50 @pos_names = qw(subject predicate object context);
/dports/finance/chiapos/chiapos-1.0.3/src-ext/cxxopts/test/
H A Doptions.cpp151 std::vector<std::string> pos_names = {"positional"}; variable
153 options.parse_positional(pos_names.begin(), pos_names.end());
/dports/devel/cxxopts/cxxopts-3.0.0/test/
H A Doptions.cpp151 std::vector<std::string> pos_names = {"positional"}; variable
153 options.parse_positional(pos_names.begin(), pos_names.end());
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dfaction_camp.cpp532 std::vector<std::string> pos_names; in select_camp_option() local
536 pos_names.push_back( it.second.translated() ); in select_camp_option()
539 std::sort( pos_names.begin(), pos_names.end(), localized_compare ); in select_camp_option()
541 choice = uilist( option, pos_names ); in select_camp_option()
543 if( choice < 0 || static_cast<size_t>( choice ) >= pos_names.size() ) { in select_camp_option()
548 std::string selected_name = pos_names[choice]; in select_camp_option()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dfaction_camp.cpp532 std::vector<std::string> pos_names; in select_camp_option() local
536 pos_names.push_back( it.second.translated() ); in select_camp_option()
539 std::sort( pos_names.begin(), pos_names.end(), localized_compare ); in select_camp_option()
541 choice = uilist( option, pos_names ); in select_camp_option()
543 if( choice < 0 || static_cast<size_t>( choice ) >= pos_names.size() ) { in select_camp_option()
548 std::string selected_name = pos_names[choice]; in select_camp_option()