Home
last modified time | relevance | path

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

/plugin/tindexmenu/inc/
H A Dpclzip.lib.php254 $v_options = array();
255 $v_options[PCLZIP_OPT_NO_COMPRESSION] = FALSE;
440 $v_options = array();
441 $v_options[PCLZIP_OPT_NO_COMPRESSION] = FALSE;
698 $v_options = array();
745 if (isset($v_options[PCLZIP_OPT_PATH])) {
746 $v_path = $v_options[PCLZIP_OPT_PATH];
859 $v_options = array();
905 if (isset($v_options[PCLZIP_OPT_PATH])) {
906 $v_path = $v_options[PCLZIP_OPT_PATH];
[all …]
/plugin/indexmenu/inc/
H A Dpclzip.lib.php252 $v_options = [];
253 $v_options[PCLZIP_OPT_NO_COMPRESSION] = false;
276 $v_options,
292 $v_options[PCLZIP_OPT_ADD_PATH] = $v_arg_list[0];
296 $v_options[PCLZIP_OPT_REMOVE_PATH] = $v_arg_list[1];
353 $v_options,
363 $v_result = $this->privFileDescrExpand($v_filedescr_list, $v_options);
370 $v_result = $this->privCreate($v_filedescr_list, $p_result_list, $v_options);
426 $v_options = [];
427 $v_options[PCLZIP_OPT_NO_COMPRESSIO
1828 privFileDescrParseAtt(& $p_file_list, & $p_filedescr, $v_options, $v_requested_options = false) global() argument
[all...]