Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 8 of 8) sorted by relevance

/curl/tests/
H A Dech_combos.py33 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 Dtest23729 # The bogus address used here is chosen specifically so that when processed on
H A Dtest144449 # Verify the mtime of the file. The mtime is specifically chosen to be an even
H A Dtest144337 # Verify the mtime of the file. The mtime is specifically chosen to be an even
/curl/docs/libcurl/
H A Dcurl_global_sslset.md132 If the chosen backend is unknown (or support for the chosen backend has not
H A Dcurl_multi_socket_action.md40 events to be chosen from CURL_CSELECT_IN, CURL_CSELECT_OUT or
H A Dcurl_formadd.md145 internally chosen one.
/curl/.github/workflows/
H A Dlinux-old.yml9 # Debian stretch is chosen as it closely matches some of the oldest major

Completed in 17 milliseconds