Home
last modified time | relevance | path

Searched refs:null (Results 5076 – 5084 of 5084) sorted by last modified time

1...<<201202203204

/plugin/zip/pear/File/Archive/Reader/
H A DMulti.php52 parent::File_Archive_Reader_Relay($tmp = null);
/plugin/zip/pear/File/Archive/
H A DReader.php172 function getDataFilename() { return null; }
249 if ($filename !== null) {
255 while (($data = $this->getData($bufferSize)) !== null) {
287 $mime = null;
/plugin/zip/pear/File/Archive/Writer/
H A DAr.php48 var $_currentFilename = null;
133 if ($this->_currentFilename !== null) {
H A DBzip2.php67 if ($this->filename === null) {
68 $this->newFile(null);
113 if ($this->filename === null) {
H A DMail.php69 var $currentData = null;
75 var $currentFilename = null;
81 var $currentMime = null;
99 if ($mail === null)
140 if ($this->currentFilename === null) {
H A DMemory.php116 function makeReader($filename = null, $stat = null, $mime = null)
121 $filename === null ? $this->filename : $filename,
122 $stat === null ? $this->stat : $stat,
123 $mime === null ? $this->mime : $mime);
H A DMulti.php55 $globalError = null;
84 $globalError = null;
101 $globalError = null;
118 $globalError = null;
H A DTar.php42 var $filename = null;
43 var $stats = null;
136 if ($this->filename !== null) {
/plugin/bibtex/OSBib/
H A DUTF8.php258 function utf8_substr($str, $start, $length=null){

1...<<201202203204