Lines Matching refs:comment

45 	* @var string Optionnal comment to add to the zip
48 var $comment = "";
63 * Set a comment on the ZIP file
65 function setComment($comment) { $this->comment = $comment; }
164 …try($compmethod, $mtime, $crc32, $complength, $uncomplength, $filename, $comment, $corrupt, &$offs…
166 settype($comment, 'string');
171 …VVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment),0x00,0x00,
173 $filename . $comment;
179 …VVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment),0x00,0x00,
181 $filename . $comment;
187 …VVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment),0x00,0x00,
189 $filename . $comment;
195 …vvvVV", $crc32 + 1, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment),0x00,0x00,
197 $filename . $comment;
203 …vvvVV", $crc32, $complength - 1, $uncomplength, strlen($filename), 0x00,strlen($comment),0x00,0x00,
205 $filename . $comment;
211 …vvvVV", $crc32, $complength, $uncomplength - 1, strlen($filename), 0x00,strlen($comment),0x00,0x00,
213 $filename . $comment;
219 …vvvVV", $crc32, $complength, $uncomplength, strlen($filename) - 1, 0x00,strlen($comment),0x00,0x00,
221 $filename . $comment;
227 …VVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment),0x00,0x00,
229 $filename . $comment;
232 case 'comment' :
235 …vvvVV", $crc32, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment) + 1,0x00,0x00,
237 $filename . $comment;
244 …, $crc32, $complength, $uncomplength, strlen($filename), strlen($extra),strlen($comment),0x00,0x00,
246 $filename . $extra . $comment;
253 …function addFile($filename, $mtime, $data, $comment = null, $compress = null, $filecorrupt = null,…
275 …try($compmethod, $mtime, $crc32, $complength, $uncomplength, $filename, $comment, $centralcorrupt,…
289 strlen($this->comment)) . $this->comment;
295 strlen($this->comment)) . $this->comment;
301 strlen($this->comment)) . $this->comment;
307 strlen($this->comment)) . $this->comment;
313 strlen($this->comment)) . $this->comment;
319 strlen($this->comment)) . $this->comment;
321 case 'comment' :
325 strlen($this->comment) + 1) . $this->comment;