Searched refs:chosen (Results 1 – 8 of 8) sorted by relevance
/curl/tests/ |
H A D | ech_combos.py | 33 def CombinationRepetitionUtil(chosen, arr, badarr, index, argument 43 j = len(chosen) - 1 45 if chosen[j] in badarr: 52 if j != 0 and chosen[j] != chosen[j-1]: 53 print(chosen[j], end = " ") 65 chosen[index] = arr[start] 70 CombinationRepetitionUtil(chosen, arr, badarr, index + 1, 72 CombinationRepetitionUtil(chosen, arr, badarr, index, 83 chosen = [0] * r 87 CombinationRepetitionUtil(chosen, arr, badarr, 0, r, 0, n)
|
/curl/tests/data/ |
H A D | test237 | 29 # The bogus address used here is chosen specifically so that when processed on
|
H A D | test1444 | 49 # Verify the mtime of the file. The mtime is specifically chosen to be an even
|
H A D | test1443 | 37 # Verify the mtime of the file. The mtime is specifically chosen to be an even
|
/curl/docs/libcurl/ |
H A D | curl_global_sslset.md | 132 If the chosen backend is unknown (or support for the chosen backend has not
|
H A D | curl_multi_socket_action.md | 40 events to be chosen from CURL_CSELECT_IN, CURL_CSELECT_OUT or
|
H A D | curl_formadd.md | 145 internally chosen one.
|
/curl/.github/workflows/ |
H A D | linux-old.yml | 9 # Debian stretch is chosen as it closely matches some of the oldest major
|
Completed in 17 milliseconds