Searched refs:imgId (Results 1 – 3 of 3) sorted by relevance
215 final public function indexImage(string $imgId): bool argument219 (!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);
256 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 );
646 for (imgId in this.cache) {647 var img = this.cache[imgId];