Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJpegMeta.php368 if (!isset($this->_info['adobe'])) {
376 if (isset($this->_info['adobe'][$field])) {
377 return $this->_info['adobe'][$field];
452 if (!isset($this->_info['adobe'])) {
460 if ($this->_info['adobe'] == false) {
461 $this->_info['adobe'] = array();
464 $this->_info['adobe'][$field] = $value;
563 if (!isset($this->_info['adobe'])) {
571 if ($this->_info['adobe'] != false) {
572 unset($this->_info['adobe'][
[all...]