Home
last modified time | relevance | path

Searched refs:PclZipUtilPathReduction (Results 1 – 2 of 2) sorted by relevance

/plugin/tindexmenu/inc/
H A Dpclzip.lib.php1855 $p_filedescr['filename'] = PclZipUtilPathReduction($v_value);
1873 $p_filedescr['new_short_name'] = PclZipUtilPathReduction($v_value);
1890 $p_filedescr['new_full_name'] = PclZipUtilPathReduction($v_value);
1959 $v_descr['filename'] = PclZipUtilPathReduction($v_descr['filename']);
2577 $p_header['stored_filename'] = PclZipUtilPathReduction($v_local_header['stored_filename']);
2828 $v_stored_filename = PclZipUtilPathReduction($v_stored_filename);
5421 function PclZipUtilPathReduction($p_dir) function
/plugin/indexmenu/inc/
H A Dpclzip.lib.php1751 $p_filedescr['filename'] = PclZipUtilPathReduction($v_value);
1769 $p_filedescr['new_short_name'] = PclZipUtilPathReduction($v_value);
1786 $p_filedescr['new_full_name'] = PclZipUtilPathReduction($v_value);
1859 $v_descr['filename'] = PclZipUtilPathReduction($v_descr['filename']);
2462 $p_header['stored_filename'] = PclZipUtilPathReduction($v_local_header['stored_filename']);
2710 $v_stored_filename = PclZipUtilPathReduction($v_stored_filename);
5232 // Function : PclZipUtilPathReduction()
5237 function PclZipUtilPathReduction($p_dir)
5239 //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, "PclZipUtilPathReduction", "dir='$p_dir'");
5421 function PclZipUtilPathReduction($p_dir) global() function