Searched refs:PclZipUtilTranslateWinPath (Results 1 – 2 of 2) sorted by relevance
/plugin/tindexmenu/inc/ |
H A D | pclzip.lib.php | 1484 … $v_result_list[$p_options_list[$i]] = PclZipUtilTranslateWinPath($p_options_list[$i+1], false); 1503 … $v_result_list[$p_options_list[$i]] = PclZipUtilTranslateWinPath($p_options_list[$i+1], false); 1958 $v_descr['filename'] = PclZipUtilTranslateWinPath($v_descr['filename']); 2451 = PclZipUtilTranslateWinPath($p_filedescr_list[$j]['filename'], false); 5513 $p_dir = PclZipUtilTranslateWinPath(getcwd(), FALSE).'/'.substr($p_dir, 1); 5518 $p_path = PclZipUtilTranslateWinPath(getcwd(), FALSE).'/'.substr($p_path, 1); 5731 function PclZipUtilTranslateWinPath($p_path, $p_remove_disk_letter=true) function
|
/plugin/indexmenu/inc/ |
H A D | pclzip.lib.php | 1384 $v_result_list[$p_options_list[$i]] = PclZipUtilTranslateWinPath($p_options_list[$i + 1], false); 1405 $v_result_list[$p_options_list[$i]] = PclZipUtilTranslateWinPath($p_options_list[$i + 1], false); 1858 $v_descr['filename'] = PclZipUtilTranslateWinPath($v_descr['filename']); 2333 = PclZipUtilTranslateWinPath($p_filedescr_list[$j]['filename'], false); 5321 $p_dir = PclZipUtilTranslateWinPath(getcwd(), false) . '/' . substr($p_dir, 1); 5328 $p_path = PclZipUtilTranslateWinPath(getcwd(), false) . '/' . substr($p_path, 1); 5520 // Function : PclZipUtilTranslateWinPath() 5530 function PclZipUtilTranslateWinPath($p_path, $p_remove_disk_letter = true) 5731 function PclZipUtilTranslateWinPath($p_path, $p_remove_disk_letter=true) global() function
|