Searched refs:exif (Results 1 – 7 of 7) sorted by relevance
| /plugin/spatialhelper/helper/ |
| D | index.php | 246 $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/ |
| D | dwgallery.php | 289 $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/ |
| D | config.txt | 21 | ''mediameta.php'' | | [[doku>exif]] …
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_PlusDomainsService.php | 1747 public $exif; variable in Google_Media 1781 public function setExif(Google_MediaExif $exif) { argument 1782 $this->exif = $exif; 1785 return $this->exif;
|
| /plugin/jplayer/ |
| D | composer.lock | 93 "ext-exif": "EXIF extension is required for graphic modules.",
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | structure.txt | 749 ['exif']=>array() // data returned from PHP's exif_read_data() function
|
| D | changelog.txt | 527 ¤ [jpg][exif][GPS][computed] now exists when possible with 1995 ['jpg']['exif'] (thanks nebula_djØsofthome*net)
|