Lines Matching refs:_fileName
43 var $_fileName; variable in JpegMeta
61 $this->_fileName = $fileName;
953 $tmpName = tempnam(dirname($this->_fileName),'_metatemp_');
956 return io_rename($tmpName, $this->_fileName);
970 $this->_fileName = $fileName;
986 $this->_fp = @fopen($this->_fileName, 'rb');
988 if (file_exists($this->_fileName)) {
1137 $this->_fp = @fopen($this->_fileName, 'r');
1139 if (file_exists($this->_fileName)) {
1317 if (file_exists($this->_fileName) && is_file($this->_fileName)) {
1319 …$this->_info['file']['Name'] = utf8_decodeFN(\dokuwiki\Utf8\PhpString::basename($this->_fileName));
1320 $this->_info['file']['Path'] = fullpath($this->_fileName);
1321 $this->_info['file']['Size'] = filesize($this->_fileName);
1331 $this->_info['file']['UnixTime'] = filemtime($this->_fileName);
1334 if ($size = getimagesize($this->_fileName)) {
1412 $this->_info['file']['Name'] = \dokuwiki\Utf8\PhpString::basename($this->_fileName);
1413 $this->_info['file']['Url'] = $this->_fileName;
2404 \dokuwiki\ErrorHandler::logException($e, $this->_fileName);
3189 $this->_fileName, strlen($rv), $length, $pos