Home
last modified time | relevance | path

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

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