Searched refs:p_path (Results 1 – 2 of 2) sorted by relevance
/plugin/tindexmenu/inc/ |
D | pclzip.lib.php | 3115 …function privExtractByRule(&$p_file_list, $p_path, $p_remove_path, $p_remove_all_path, &$p_options) argument 3124 if ( ($p_path == "") 3125 || ( (substr($p_path, 0, 1) != "/") 3126 && (substr($p_path, 0, 3) != "../") 3127 && (substr($p_path,1,2)!=":/"))) 3128 $p_path = "./".$p_path; 3131 if (($p_path != "./") && ($p_path != "/")) 3134 while (substr($p_path, -1) == "/") 3137 $p_path = substr($p_path, 0, strlen($p_path)-1); 3449 $p_path, $p_remove_path, [all …]
|
/plugin/indexmenu/inc/ |
D | pclzip.lib.php | 3012 …public function privExtractByRule(&$p_file_list, $p_path, $p_remove_path, $p_remove_all_path, &$p_… argument 3022 ($p_path == "") 3023 || ( (substr($p_path, 0, 1) != "/") 3024 && (substr($p_path, 0, 3) != "../") 3025 && (substr($p_path, 1, 2) != ":/")) 3027 $p_path = "./" . $p_path; 3030 if (($p_path != "./") && ($p_path != "/")) { 3032 while (substr($p_path, -1) == "/") { 3034 $p_path = substr($p_path, 0, strlen($p_path) - 1); 3344 $p_path, [all …]
|