Home
last modified time | relevance | path

Searched refs:LOOK_COORD (Results 1 – 5 of 5) sorted by relevance

/dports/german/BBBike/BBBike-3.18/
H A DPLZ.pm183 use constant LOOK_COORD => 3; constant
392 my @copy_indexes = (LOOK_NAME, LOOK_COORD);
400 my $eq_coord = $s->[LOOK_COORD] && $s->[LOOK_COORD] eq $r->[LOOK_COORD];
428 my @copy_indexes = (LOOK_NAME, LOOK_COORD);
H A DBBBikeRouting.pm511 if (!$from_res[0]->[$i][PLZ::LOOK_COORD()]) {
527 $new_pos->Coord ($_->[PLZ::LOOK_COORD ()]);
538 $pos_o->Coord ($from_data->[PLZ::LOOK_COORD ()]);
H A DBBBikeAdvanced.pm3431 ")", [$_->[&PLZ::LOOK_COORD]], "X", []];
H A Dbbbike12748 return $match[0]->[PLZ::LOOK_COORD()]; # return coords
/dports/german/BBBike/BBBike-3.18/cgi/
H A Dbbbike.cgi1643 … @$matchref = grep { defined $_->[PLZ::LOOK_COORD()] && $_->[PLZ::LOOK_COORD()] ne "" } @$retref;
1653 if ($seen{$_->[PLZ::LOOK_COORD()]}) {
1656 $seen{$_->[PLZ::LOOK_COORD()]}++;
1688 $q->param($type . 'c', $matches[0]->[PLZ::LOOK_COORD()]);
1774 $q->param($type . 'c', $matchref->[0][PLZ::LOOK_COORD()]);
2445 my $xy = $s->[PLZ::LOOK_COORD()];