Lines Matching refs:_fileName
43 var $_fileName; variable in JpegMeta
61 $this->_fileName = $fileName;
954 $tmpName = tempnam(dirname($this->_fileName),'_metatemp_');
957 return io_rename($tmpName, $this->_fileName);
971 $this->_fileName = $fileName;
987 $this->_fp = @fopen($this->_fileName, 'rb');
989 if (file_exists($this->_fileName)) {
1138 $this->_fp = @fopen($this->_fileName, 'r');
1140 if (file_exists($this->_fileName)) {
1318 if (file_exists($this->_fileName) && is_file($this->_fileName)) {
1320 …$this->_info['file']['Name'] = utf8_decodeFN(\dokuwiki\Utf8\PhpString::basename($this->_fileName));
1321 $this->_info['file']['Path'] = fullpath($this->_fileName);
1322 $this->_info['file']['Size'] = filesize($this->_fileName);
1332 $this->_info['file']['UnixTime'] = filemtime($this->_fileName);
1335 if ($size = getimagesize($this->_fileName)) {
1413 $this->_info['file']['Name'] = \dokuwiki\Utf8\PhpString::basename($this->_fileName);
1414 $this->_info['file']['Url'] = $this->_fileName;
2401 \dokuwiki\ErrorHandler::logException($e, $this->_fileName);
3185 $this->_fileName, strlen($rv), $length, $pos