Searched refs:p_entry (Results 1 – 2 of 2) sorted by relevance
/plugin/tindexmenu/inc/ |
H A D | pclzip.lib.php | 3531 $p_entry['filename'] = basename($p_entry['filename']); 3556 $p_entry['filename'] = substr($p_entry['filename'], $p_remove_path_size); 3564 $p_entry['filename'] = $p_path."/".$p_entry['filename']; 3620 if ($p_entry['status'] == 'ok') { 3675 else if (filemtime($p_entry['filename']) > $p_entry['mtime']) 3710 … if ((($p_entry['external']&0x00000010)==0x00000010) || (substr($p_entry['filename'], -1) == '/')) 3732 if ($p_entry['status'] == 'ok') { 3775 touch($p_entry['filename'], $p_entry['mtime']); 3839 @touch($p_entry['filename'], $p_entry['mtime']); 3856 $p_entry['status'] = "skipped"; [all …]
|
/plugin/indexmenu/inc/ |
H A D | pclzip.lib.php | 3393 public function privExtractFile(&$p_entry, $p_path, $p_remove_path, $p_remove_all_path, &$p_options) 3407 // ----- Check that the file header is coherent with $p_entry info 3408 if ($this->privCheckFileHeaders($v_header, $p_entry) != 1) { 3415 if (($p_entry['external'] & 0x00000010) == 0x00000010) { 3418 $p_entry['status'] = "filtered"; 3425 $p_entry['filename'] = basename($p_entry['filename']); 3428 if (PclZipUtilPathInclusion($p_remove_path, $p_entry['filename']) == 2) { 3429 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "The folder is the same as the removed path '".$p_entry['filename']."'"); 3432 $p_entry['statu 3497 privExtractFile(& $p_entry, $p_path, $p_remove_path, $p_remove_all_path, & $p_options) global() argument 3891 privExtractFileInOutput(& $p_entry, & $p_options) global() argument 4016 privExtractFileAsString(& $p_entry, & $p_string) global() argument [all...] |