Lines Matching defs:extract
160 // extract() : Extract the content of the archive
558 // given by the user. For an extract function it is the filename
622 // extract($p_path="./", $p_remove_path="")
623 // extract([$p_option, $p_option_value, ...])
626 // This method extract all the files / directories from the archive to the
652 public function extract()
654 //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, "PclZip::extract", "");
773 // This method is doing a partial extract of the archive.
780 // extract. The form of the string is "0,4-6,8-12" with only numbers
2960 // entries and extract the interesting parameters that will be given back.
2963 // extracted in the filesystem (extract).
3106 // ----- Look for the specific extract rules
3109 // ----- Look for extract by name rule
3180 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Extract with no rule (extract all)");
3242 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "No need for extract");
3456 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "Check the extract directory restriction");
3476 // ----- Look for pre-extract callback
3739 // ----- Look for post-extract callback
3789 // ----- Look for pre-extract callback
3863 // ----- Look for post-extract callback
3941 // TBC : error : can not extract a folder in a string
4017 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 4, 'Version need to extract : ('.$p_header['version_extracted'].') \''.($p_header['version_extracted']/10).'.'.($p_header['version_extracted']%10).'\'');
4145 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 4, 'Version need to extract : \''.($p_header['version_extracted']/10).'.'.($p_header['version_extracted']%10).'\'');
4499 // ----- Look for the specific extract rules
4502 // ----- Look for extract by name rule