Lines Matching refs:p_options_list

1347 …public function privParseOptions(&$p_options_list, $p_size, &$v_result_list, $v_requested_options …  argument
1358 if (!isset($v_requested_options[$p_options_list[$i]])) {
1360 …rLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid optional parameter '" . $p_options_list[$i] . "' for t…
1368 switch ($p_options_list[$i]) {
1376 …N_VALUE, "Missing parameter value for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1384 … $v_result_list[$p_options_list[$i]] = PclZipUtilTranslateWinPath($p_options_list[$i + 1], false);
1393 …N_VALUE, "Missing parameter value for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1402 is_string($p_options_list[$i + 1])
1403 && ($p_options_list[$i + 1] != '')
1405 … $v_result_list[$p_options_list[$i]] = PclZipUtilTranslateWinPath($p_options_list[$i + 1], false);
1418 …N_VALUE, "Missing parameter value for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1426 if (is_string($p_options_list[$i + 1])) {
1427 $v_result_list[$p_options_list[$i]][0] = $p_options_list[$i + 1];
1428 } elseif (is_array($p_options_list[$i + 1])) {
1429 $v_result_list[$p_options_list[$i]] = $p_options_list[$i + 1];
1432 …ION_VALUE, "Wrong parameter value for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1449 …N_VALUE, "Missing parameter value for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1457 if (is_string($p_options_list[$i + 1])) {
1458 $v_result_list[$p_options_list[$i]] = $p_options_list[$i + 1];
1461 …ION_VALUE, "Wrong parameter value for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1481 . PclZipUtilOptionText($p_options_list[$i])
1491 if (is_string($p_options_list[$i + 1])) {
1492 $v_result_list[$p_options_list[$i]] = $p_options_list[$i + 1];
1498 . PclZipUtilOptionText($p_options_list[$i])
1515 …N_VALUE, "Missing parameter value for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1524 if (is_string($p_options_list[$i + 1])) {
1527 $p_options_list[$i + 1] = strtr($p_options_list[$i + 1], ' ', '');
1529 $v_work_list = explode(",", $p_options_list[$i + 1]);
1530 } elseif (is_int($p_options_list[$i + 1])) {
1532 $v_work_list[0] = $p_options_list[$i + 1] . '-' . $p_options_list[$i + 1];
1533 } elseif (is_array($p_options_list[$i + 1])) {
1535 $v_work_list = $p_options_list[$i + 1];
1538 … must be integer, string or array for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1563 $v_result_list[$p_options_list[$i]][$j]['start'] = $v_item_list[0];
1564 $v_result_list[$p_options_list[$i]][$j]['end'] = $v_item_list[0];
1567 $v_result_list[$p_options_list[$i]][$j]['start'] = $v_item_list[0];
1568 $v_result_list[$p_options_list[$i]][$j]['end'] = $v_item_list[1];
1571 …, "Too many values in index range for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1581 if ($v_result_list[$p_options_list[$i]][$j]['start'] < $v_sort_value) {
1587 …UE, "Invalid order of index range for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1593 $v_sort_value = $v_result_list[$p_options_list[$i]][$j]['start'];
1613 $v_result_list[$p_options_list[$i]] = true;
1622 …N_VALUE, "Missing parameter value for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1630 $v_result_list[$p_options_list[$i]] = $p_options_list[$i + 1];
1649 …N_VALUE, "Missing parameter value for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1657 $v_function_name = $p_options_list[$i + 1];
1663 … "()' is not an existing function for option '" . PclZipUtilOptionText($p_options_list[$i]) . "'");
1671 $v_result_list[$p_options_list[$i]] = $v_function_name;
1680 . $p_options_list[$i] . "'"