Home
last modified time | relevance | path

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

/plugin/tindexmenu/inc/
Dpclzip.lib.php1828 …function privFileDescrParseAtt(&$p_file_list, &$p_filedescr, $v_options, $v_requested_options=fals… argument
1855 $p_filedescr['filename'] = PclZipUtilPathReduction($v_value);
1858 if ($p_filedescr['filename'] == '') {
1873 $p_filedescr['new_short_name'] = PclZipUtilPathReduction($v_value);
1876 if ($p_filedescr['new_short_name'] == '') {
1890 $p_filedescr['new_full_name'] = PclZipUtilPathReduction($v_value);
1893 if ($p_filedescr['new_full_name'] == '') {
2502 function privAddFile($p_filedescr, &$p_header, &$p_options) argument
2508 $p_filename = $p_filedescr['filename'];
2521 if (isset($p_filedescr['stored_filename'])) {
[all …]
/plugin/indexmenu/inc/
Dpclzip.lib.php1725 …public function privFileDescrParseAtt(&$p_file_list, &$p_filedescr, $v_options, $v_requested_optio… argument
1751 $p_filedescr['filename'] = PclZipUtilPathReduction($v_value);
1754 if ($p_filedescr['filename'] == '') {
1769 $p_filedescr['new_short_name'] = PclZipUtilPathReduction($v_value);
1772 if ($p_filedescr['new_short_name'] == '') {
1786 $p_filedescr['new_full_name'] = PclZipUtilPathReduction($v_value);
1789 if ($p_filedescr['new_full_name'] == '') {
2388 public function privAddFile($p_filedescr, &$p_header, &$p_options) argument
2394 $p_filename = $p_filedescr['filename'];
2407 if (isset($p_filedescr['stored_filename'])) {
[all …]