Searched refs:arr (Results 1 – 4 of 4) sorted by relevance
/curl/tests/ |
H A D | ech_combos.py | 33 def CombinationRepetitionUtil(chosen, arr, badarr, index, argument 65 chosen[index] = arr[start] 70 CombinationRepetitionUtil(chosen, arr, badarr, index + 1, 72 CombinationRepetitionUtil(chosen, arr, badarr, index, 79 def CombinationRepetition(arr, badarr, n, r): argument 87 CombinationRepetitionUtil(chosen, arr, badarr, 0, r, 0, n) 92 arr = badarr + goodarr variable 94 n = len(arr) - 1 96 CombinationRepetition(arr, badarr, n, r)
|
H A D | pathhelp.pm | 171 my ($component, @arr) = @_;
|
H A D | sshhelp.pm | 155 my ($filename, @arr) = @_; 162 foreach my $line (@arr) {
|
H A D | negtelnetserver.py | 224 def send_iac(self, arr): argument 226 message.extend(arr)
|
Completed in 10 milliseconds