Lines Matching refs:j

1655           for ($j=0; $j<sizeof($v_work_list); $j++) {
1657 $v_item_list = explode("-", $v_work_list[$j]);
1666 $v_result_list[$p_options_list[$i]][$j]['start'] = $v_item_list[0];
1667 $v_result_list[$p_options_list[$i]][$j]['end'] = $v_item_list[0];
1671 $v_result_list[$p_options_list[$i]][$j]['start'] = $v_item_list[0];
1672 $v_result_list[$p_options_list[$i]][$j]['end'] = $v_item_list[1];
1686 if ($v_result_list[$p_options_list[$i]][$j]['start'] < $v_sort_value) {
1698 $v_sort_value = $v_result_list[$p_options_list[$i]][$j]['start'];
2448 for ($j=0; ($j<sizeof($p_filedescr_list)) && ($v_result==1); $j++) {
2450 $p_filedescr_list[$j]['filename']
2451 = PclZipUtilTranslateWinPath($p_filedescr_list[$j]['filename'], false);
2457 if ($p_filedescr_list[$j]['filename'] == "") {
2463 if (!file_exists($p_filedescr_list[$j]['filename'])) {
2465 …PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "File '".$p_filedescr_list[$j]['filename']."' does n…
2471 if ( (is_file($p_filedescr_list[$j]['filename']))
2472 || ( is_dir($p_filedescr_list[$j]['filename'])
2477 $v_result = $this->privAddFile($p_filedescr_list[$j], $v_header,
3225 for ($j=0; ($j<sizeof($p_options[PCLZIP_OPT_BY_NAME])) && (!$v_extract); $j++) {
3229 if (substr($p_options[PCLZIP_OPT_BY_NAME][$j], -1) == "/") {
3233 … if ( (strlen($v_header['stored_filename']) > strlen($p_options[PCLZIP_OPT_BY_NAME][$j]))
3234 …d_filename'], 0, strlen($p_options[PCLZIP_OPT_BY_NAME][$j])) == $p_options[PCLZIP_OPT_BY_NAME][$j]…
3240 elseif ($v_header['stored_filename'] == $p_options[PCLZIP_OPT_BY_NAME][$j]) {
3275 for ($j=$j_start; ($j<sizeof($p_options[PCLZIP_OPT_BY_INDEX])) && (!$v_extract); $j++) {
3278 …if (($i>=$p_options[PCLZIP_OPT_BY_INDEX][$j]['start']) && ($i<=$p_options[PCLZIP_OPT_BY_INDEX][$j]…
3282 if ($i>=$p_options[PCLZIP_OPT_BY_INDEX][$j]['end']) {
3284 $j_start = $j+1;
3287 if ($p_options[PCLZIP_OPT_BY_INDEX][$j]['start']>$i) {
4660 for ($j=0; ($j<sizeof($p_options[PCLZIP_OPT_BY_NAME])) && (!$v_found); $j++) {
4664 if (substr($p_options[PCLZIP_OPT_BY_NAME][$j], -1) == "/") {
4668 …n($v_header_list[$v_nb_extracted]['stored_filename']) > strlen($p_options[PCLZIP_OPT_BY_NAME][$j]))
4669 …d_filename'], 0, strlen($p_options[PCLZIP_OPT_BY_NAME][$j])) == $p_options[PCLZIP_OPT_BY_NAME][$j]…
4674 …& ($v_header_list[$v_nb_extracted]['stored_filename'].'/' == $p_options[PCLZIP_OPT_BY_NAME][$j])) {
4680 …elseif ($v_header_list[$v_nb_extracted]['stored_filename'] == $p_options[PCLZIP_OPT_BY_NAME][$j]) {
4715 for ($j=$j_start; ($j<sizeof($p_options[PCLZIP_OPT_BY_INDEX])) && (!$v_found); $j++) {
4718 …if (($i>=$p_options[PCLZIP_OPT_BY_INDEX][$j]['start']) && ($i<=$p_options[PCLZIP_OPT_BY_INDEX][$j]…
4722 if ($i>=$p_options[PCLZIP_OPT_BY_INDEX][$j]['end']) {
4724 $j_start = $j+1;
4727 if ($p_options[PCLZIP_OPT_BY_INDEX][$j]['start']>$i) {
5530 $j = 0;
5531 while (($i < $v_list_dir_size) && ($j < $v_list_path_size) && ($v_result)) {
5539 if ($v_list_path[$j] == '') {
5540 $j++;
5545 …if (($v_list_dir[$i] != $v_list_path[$j]) && ($v_list_dir[$i] != '') && ( $v_list_path[$j] != ''))…
5552 $j++;
5559 while (($j < $v_list_path_size) && ($v_list_path[$j] == '')) $j++;
5563 if (($i >= $v_list_dir_size) && ($j >= $v_list_path_size)) {