Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 69) sorted by relevance

123

/curl/tests/http/
H A Dtest_20_websockets.py57 if not os.path.exists(path):
61 if os.path.exists(path):
90 if not client.exists():
100 if not client.exists():
109 if not client.exists():
118 if not client.exists():
127 if not client.exists():
138 if not client.exists():
H A Dtest_09_push.py42 if not os.path.exists(push_dir):
79 if not client.exists():
83 assert os.path.exists(client.download_file(0))
84 assert os.path.exists(os.path.join(client.run_dir, 'push0')), r.dump_logs()
H A Dtest_30_vsftpd.py62 if os.path.exists(vsftpd.docs_dir):
64 if not os.path.exists(vsftpd.docs_dir):
136 if os.path.exists(path):
196 assert os.path.exists(dfile)
208 assert os.path.exists(srcfile)
209 assert os.path.exists(dstfile)
H A Dtest_31_vsftpds.py69 if os.path.exists(vsftpds.docs_dir):
71 if not os.path.exists(vsftpds.docs_dir):
143 if os.path.exists(path):
227 assert os.path.exists(dfile)
239 assert os.path.exists(srcfile)
240 assert os.path.exists(dstfile)
H A Dtest_02_download.py339 if not client.exists():
359 if not client.exists():
387 if not client.exists():
416 if not client.exists():
445 if not client.exists():
485 if not client.exists():
496 if not client.exists():
545 assert os.path.exists(dfile)
562 if not client.exists():
/curl/tests/
H A Dtest1139.pl297 my $exists;
300 $exists=" tool_getparam.c";
306 $exists.= " curl.1";
312 $exists .= " tool_listhelp.c";
318 print STDERR "$o is not in$missing (but in$exists)\n";
/curl/tests/http/testenv/
H A Dclient.py70 def exists(self) -> bool: member in LocalClient
71 return os.path.exists(self.path)
77 if os.path.exists(path):
81 if os.path.exists(path):
85 if not os.path.exists(path):
H A Dvsftpd.py82 def exists(self): member in VsFTPD
83 return os.path.exists(self._cmd)
174 if os.path.exists(path):
178 if not os.path.exists(path):
H A Dnghttpx.py62 def exists(self): member in Nghttpx
63 return os.path.exists(self._cmd)
159 if os.path.exists(path):
163 if not os.path.exists(path):
H A Dhttpd.py91 if not os.path.exists(self._mods_dir):
104 def exists(self): member in Httpd
105 return os.path.exists(self._cmd)
209 if os.path.exists(path):
213 if not os.path.exists(path):
249 if os.path.exists(os.path.join(self._mods_dir, f'mod_{m}.so')):
H A Dcaddy.py134 if os.path.exists(path):
138 if not os.path.exists(path):
/curl/tests/data/
H A Dtest99438 Note: skips transfer, "%LOGDIR/hey" exists locally
39 Note: skips transfer, "%LOGDIR/ho" exists locally
H A Dtest37932 exists before command runs
65 exists before command runs
H A Dtest99635 Note: skips transfer, "%LOGDIR/there" exists locally
H A Dtest149134 Note: skips transfer, "%LOGDIR/test%TESTNUMBER.txt" exists locally
H A Dtest104020 # The file data that exists at the start of the test must be included in
H A Dtest320438 # Verify that the file still exists with the correct etag value.
H A Dtest127321 # The file data that exists at the start of the test must be included in
H A Dtest147522 # The file data that exists at the start of the test must be included in
H A Dtest143431 # The file data that exists at the start of the test must be included in
H A Dtest63932 …l_client_key.pub -u %USER: -Q "-*rename %PWD/%LOGDIR/test%TESTNUMBER-not-exists-dir %PWD/%LOGDIR/t…
/curl/docs/libcurl/
H A Dlibcurl-env-dbg.md28 Bypass the AltSvc HTTPS protocol restriction if this variable exists.
86 Bypass the HSTS HTTPS protocol restriction if this variable exists.
90 A time of 0 is used for AWS signatures and NTLM if this variable exists.
119 LDAP tracing is enabled if this variable exists and its value is 1 or greater.
125 OpenLDAP tracing is enabled if this variable exists and its value is 1 or
/curl/docs/cmdline-opts/
H A Dremote-name.md29 else, and if it already exists it is overwritten. If you want the server to be
32 already exists it is not overwritten.
H A Dskip-existing.md5 Help: Skip download if local file already exists
/curl/tests/libtest/
H A Dmk-lib1521.pl414 my $exists = "${w}{\n";
416 my $fpref = "${exists}${w2}CURLcode first =\n${w3}curl_easy_setopt(curl, $name,";

Completed in 42 milliseconds

123