Searched refs:p_list (Results 1 – 2 of 2) sorted by relevance
| /plugin/tindexmenu/inc/ |
| D | pclzip.lib.php | 637 $p_list = array(); 638 if (($v_result = $this->privList($p_list)) != 1) 640 unset($p_list); 647 return $p_list; 791 $p_list = array(); 792 $v_result = $this->privExtractByRule($p_list, $v_path, $v_remove_path, 795 unset($p_list); 802 return $p_list; 971 …if (($v_result = $this->privExtractByRule($p_list, $v_path, $v_remove_path, $v_remove_all_path, $v… 978 return $p_list; [all …]
|
| /plugin/indexmenu/inc/ |
| D | pclzip.lib.php | 607 $p_list = []; 608 if (($v_result = $this->privList($p_list)) != 1) { 609 unset($p_list); 616 return $p_list; 746 $p_list = []; 748 $p_list, 755 unset($p_list); 762 return $p_list; 925 …if (($v_result = $this->privExtractByRule($p_list, $v_path, $v_remove_path, $v_remove_all_path, $v… 932 return $p_list; [all …]
|