Home
last modified time | relevance | path

Searched refs:imgId (Results 1 – 3 of 3) sorted by relevance

/plugin/spatialhelper/helper/
Dindex.php215 final public function indexImage(string $imgId): bool argument
219 (!str_ends_with(strtolower($imgId), '.jpg')) &&
220 (!str_ends_with(strtolower($imgId), '.jpeg'))
222 Logger::debug("indexImage:: " . $imgId . " is not a supported image file.");
226 $geometry = $this->getCoordsFromExif($imgId);
234 return $this->addToIndex($geohash, 'media__' . $imgId);
/plugin/file2dw/
Daction.php256 foreach ($this->importedImages as $imgId) {
257 media_delete($imgId, null);
337 $imgId = $this->nsName.':'.$imgBasename;
338 $destFile = mediaFN( $imgId );
353 $this->importedImages[] = $imgId;
355 $this->result = str_replace( '{{'.$imgPath, '{{:'.$imgId, $this->result );
/plugin/panoview/
H A Dscript.js646 for (imgId in this.cache) {
647 var img = this.cache[imgId];