Lines Matching refs:geohash
53 // handle HTML eg. /dokuwiki/doku.php?id=start&do=findnearby&geohash=u15vk4
61 // handles AJAX/json eg: jQuery.post("/dokuwiki/lib/exe/ajax.php?id=start&call=findnearby&geohash=u15vk4");
210 } elseif ($INPUT->has('geohash')) {
211 $results = $helper->findNearby($INPUT->str('geohash'));
255 $geohash = (string)$searchresults ['geohash'];
279 . ' (geohash: ' . $geohash . ')'
303 . ' (geohash: ' . $geohash . ')'
310 if (strlen($geohash) > 1) {
313 ['do' => 'findnearby', 'geohash' => substr($geohash, 0, -1)]