Home
last modified time | relevance | path

Searched refs:arr (Results 1 – 4 of 4) sorted by last modified time

/curl/tests/
H A Dech_combos.py33 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 Dpathhelp.pm565 my @arr;
574 @arr = split(m{\/|\\}, $3);
586 @arr = split(m{\/|\\}, $path);
592 for my $el (@arr) {
781 my ($component, @arr) = @_;
H A Dsshhelp.pm155 my ($filename, @arr) = @_;
162 foreach my $line (@arr) {
H A Dnegtelnetserver.py231 def send_iac(self, arr): argument
233 message.extend(arr)

Completed in 15 milliseconds