Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 74) 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 Dconftest.py62 if os.path.exists(buildinfo_fn):
98 if not httpd.exists():
110 if nghttpx.exists() and (env.have_h3() or nghttpx.https_port > 0):
119 if nghttpx.exists() and (env.have_h3() or nghttpx.https_port > 0):
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):
235 assert os.path.exists(dstfile)
244 assert os.path.exists(dfile)
256 assert os.path.exists(srcfile)
257 assert os.path.exists(dstfile)
H A Dtest_02_download.py337 if not client.exists():
357 if not client.exists():
385 if not client.exists():
414 if not client.exists():
443 if not client.exists():
477 if not client.exists():
488 if not client.exists():
537 assert os.path.exists(dfile)
554 if not client.exists():
604 if not client.exists():
/curl/tests/
H A Dtest1139.pl298 my $exists;
301 $exists=" tool_getparam.c";
307 $exists.= " curl.1";
313 $exists .= " tool_listhelp.c";
319 print STDERR "$o is not in$missing (but in$exists)\n";
/curl/tests/http/testenv/
H A Dclient.py66 def exists(self) -> bool: member in LocalClient
67 return os.path.exists(self.path)
73 if os.path.exists(path):
77 if os.path.exists(path):
81 if not os.path.exists(path):
H A Dvsftpd.py80 def exists(self): member in VsFTPD
81 return os.path.exists(self._cmd)
156 if os.path.exists(path):
160 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)
207 if os.path.exists(path):
211 if not os.path.exists(path):
250 if os.path.exists(os.path.join(self._mods_dir, f'mod_{m}.so')):
H A Dnghttpx.py66 def exists(self): member in Nghttpx
67 return self._cmd and os.path.exists(self._cmd)
178 if os.path.exists(path):
182 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 Dtest146043 # Warning: Failed to open the file log/name1460: File exists
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 Dtest63932 …ient_key.pub -u %USER: -Q "-*rename %SSH_PWD/%LOGDIR/test%TESTNUMBER-not-exists-dir %SSH_PWD/%LOGD…
H A Dtest143431 # The file data that exists at the start of the test must be included in
/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

Completed in 50 milliseconds

123