Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJpegMeta.php1425 if ($this->_markers == null || $this->_isMarkerDisabled(('jfif'))) {
1497 if ($this->_markers == null || $this->_isMarkerDisabled(('sof'))) {
1565 if ($this->_markers == null || $this->_isMarkerDisabled(('xmp'))) {
1673 if ($this->_markers == null || $this->_isMarkerDisabled(('exif'))) {
2408 function _isMarkerDisabled($name) { function in JpegMeta
2419 if ($this->_markers == null || $this->_isMarkerDisabled('adobe')) {