Searched refs:upload (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10/ruby-106/ruby/lib/rake/contrib/
H A Dcompositepublisher.rb15 def upload method in class:Rake.CompositePublisher
16 @publishers.each { |p| p.upload }
H A Dpublisher.rb6 # Configuration information about an upload host system.
29 def upload method in class:CompositePublisher
30 @publishers.each { |p| p.upload }
43 def upload method in class:SshDirPublisher
50 def upload method in class:SshFreshDirPublisher
68 def upload method in class:SshFilePublisher
H A Dsshpublisher.rb17 def upload method in class:Rake.SshDirPublisher
24 def upload method in class:Rake.SshFreshDirPublisher
44 def upload method in class:Rake.SshFilePublisher
H A Dftptools.rb132 upload(fn)
144 def upload(file) method in class:Rake
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib591.c46 FILE *upload = NULL; local
51 upload = fopen(libtest_arg3, "rb");
52 if(!upload) {
62 fclose(upload);
78 easy_setopt(easy, CURLOPT_READDATA, upload);
146 fclose(upload);
/macosx-10.10/rsync-45/rsync/packaging/
H A Dnightly-rsync23 our($cvs_update, $make_tar, $upload, $help_opt);
28 'upload|u' => \$upload,
102 if ($upload) {
119 -u, --upload upload the revised nightly dir to samba.org
/macosx-10.10/apache-793/httpd/docs/conf/extra/
H A Dhttpd-dav.conf.in23 AuthName DAV-upload
25 # htdigest -c "@@ServerRoot@@/user.passwd" DAV-upload admin
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dftpuploadresume.c68 /* read data to upload */
83 int upload(CURL *curlhandle, const char * remotepath, const char * localpath, function
168 upload(curlhandle, "ftp://user:pass@example.com/path/file", "C:\\file", 0, 3);
/macosx-10.10/WebCore-7600.1.25/css/
H A DthemeWin.css104 input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
H A Dhtml.css679 input[type="file"]::-webkit-file-upload-button {
686 input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
758 input[type="file"]:disabled::-webkit-file-upload-button, button:disabled,
765 input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input[type="file"]:active::-webkit-file-upload-button, button:active {
769 input[type="button"]:active:disabled, input[type="submit"]:active:disabled, input[type="reset"]:active:disabled, input[type="file"]:active:disabled::-webkit-file-upload-button, button:active:disabled {
1151 input[type="file"]:focus::-webkit-file-upload-button {
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequest.idl80 readonly attribute XMLHttpRequestUpload upload;
H A DXMLHttpRequest.h143 XMLHttpRequestUpload* upload();
H A DXMLHttpRequest.cpp344 XMLHttpRequestUpload* XMLHttpRequest::upload() function in class:WebCore::XMLHttpRequest
726 // The presence of upload event listeners forces us to use preflighting because POSTing to an URL that does not
728 // Also, only async requests support upload progress events.
740 // We also remember whether upload events should be allowed for this request in case the upload listeners are
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSXMLHttpRequestCustom.cpp61 if (XMLHttpRequestUpload* upload = impl().optionalUpload())
62 visitor.addOpaqueRoot(upload);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_rtmp.c212 if(conn->data->set.upload)
243 if(conn->data->set.upload) {
H A Dfile.c241 if(!data->set.upload && (fd == -1)) {
340 /* known size of data to "upload" */
439 if(data->set.upload)
H A Dtftp.c393 /* tsize should be ignored on upload: Who cares about the size of the
395 if(!data->set.upload) {
475 if(data->set.upload) {
501 if(data->set.upload && (data->state.infilesize != -1))
541 if(data->set.upload) {
H A Drtsp.c495 if(data->set.upload) {
513 (data->set.upload ? putsize : postsize));
H A Dimap.c763 * Sends an APPEND command to initiate the upload of a message.
777 /* Check we know the size of the upload */
1620 /* Set the progress upload size */
1623 /* IMAP upload */
1633 /* For final APPEND responses performed after the upload */
1945 (imap->uid || data->set.upload)) {
1947 if(!data->set.upload)
2018 if(conn->data->set.upload)
H A Dssh.c1574 if(data->set.upload)
1732 /* upload data */
2258 if(data->set.upload) {
2260 failf(data, "SCP requires a known file size for upload");
2301 /* upload data */
2383 if(data->set.upload)
H A Dsmtp.c548 * Sends an MAIL command to initiate the upload of a message.
625 * Sends a RCPT TO command for a given recipient as part of the message upload
1358 /* Set the progress upload size */
1361 /* SMTP upload */
1656 else if(!data->set.connect_only && data->set.upload && data->set.mail_rcpt) {
1732 if(data->set.upload && data->set.mail_rcpt)
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dquotavfs.tcl76 Examples -- to set a 10 MB size limit on your ftp upload directory:
77 mount -size -total 10000000 C:/temp/upload C:/vfs/ftp/pub
86 mount -type directory -quota 0 /ftp/upload /intake
/macosx-10.10/curl-83.1.2/curl/tests/
H A Druntests.pl3187 # if this section exists, we verify upload
3188 my @upload = getpart("verify", "upload");
3726 if(@upload) {
3728 my @out = loadarray("$LOGDIR/upload.$testnum");
3729 $res = compare($testnum, $testname, "upload", \@out, \@upload);
3736 $ok .= "-"; # upload not checked
5001 if(($log =~ /^upload\d+/) && ($log !~ /^upload
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dpine.vim179 syn keyword pineConfig upload-command
180 syn keyword pineConfig upload-command-prefix
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhelp.tcl42 httpdist { Fetch/upload updates using the HTTPSYNC protocol

Completed in 770 milliseconds

12