Home
last modified time | relevance | path

Searched refs:exif (Results 1 – 7 of 7) sorted by relevance

/plugin/spatialhelper/helper/
Dindex.php246 $exif = exif_read_data(mediaFN($id), 0, true); variable in helper_plugin_spatialhelper_index
247 if (!$exif || empty($exif ['GPS'])) {
253 $exif ['GPS'] ['GPSLatitude'] [0],
254 $exif ['GPS'] ['GPSLatitude'] [1],
255 $exif ['GPS'] ['GPSLatitude'] [2],
256 $exif ['GPS'] ['GPSLatitudeRef'] ?? 'N'
262 $exif ['GPS'] ['GPSLongitude'] [0],
263 $exif ['GPS'] ['GPSLongitude'] [1],
264 $exif ['GPS'] ['GPSLongitude'] [2],
265 $exif ['GPS'] ['GPSLongitudeRef'] ?? 'E'
/plugin/gallery2/dwgallery/
Ddwgallery.php289 $exif = exif_read_data($gallery['image'][$gallery['pic']-1],'',true,false);
290 $exif_date = htmlentities($exif['DateTime']);
291 $exif_make = htmlentities($exif['Make']);
292 $exif_camera = htmlentities($exif['Model']);
/plugin/advanced/lang/en/
Dconfig.txt21 | ''mediameta.php'' | | [[doku>exif]] …
/plugin/authgoogle/google/contrib/
DGoogle_PlusDomainsService.php1747 public $exif; variable in Google_Media
1781 public function setExif(Google_MediaExif $exif) { argument
1782 $this->exif = $exif;
1785 return $this->exif;
/plugin/jplayer/
Dcomposer.lock93 "ext-exif": "EXIF extension is required for graphic modules.",
/plugin/jplayer/vendor/james-heinrich/getid3/
Dstructure.txt749 ['exif']=>array() // data returned from PHP's exif_read_data() function
Dchangelog.txt527 ¤ [jpg][exif][GPS][computed] now exists when possible with
1995 ['jpg']['exif'] (thanks nebula_djØsofthome*net)