Searched refs:p_comment (Results 1 – 3 of 3) sorted by relevance
/plugin/tindexmenu/inc/ |
H A D | pclzip.lib.php | 2949 function privWriteCentralHeader($p_nb_entries, $p_size, $p_offset, $p_comment) argument 2957 $p_offset, strlen($p_comment)); 2963 if (strlen($p_comment) != 0) 2965 fputs($this->zip_fd, $p_comment, strlen($p_comment));
|
/plugin/indexmenu/inc/ |
H A D | pclzip.lib.php | 2844 public function privWriteCentralHeader($p_nb_entries, $p_size, $p_offset, $p_comment) 2846 //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, "PclZip::privWriteCentralHeader", 'nb_entries='.$p_nb_entries.', size='.$p_size.', offset='.$p_offset.', comment="'.$p_comment.'"'); 2859 strlen($p_comment) 2866 if (strlen($p_comment) != 0) { 2867 fwrite($this->zip_fd, $p_comment, strlen($p_comment)); 2949 privWriteCentralHeader($p_nb_entries, $p_size, $p_offset, $p_comment) global() argument
|
/plugin/scrape/ |
H A D | HTMLPurifier.standalone.php |
|