Home
last modified time | relevance | path

Searched refs:upFile (Results 1 – 7 of 7) sorted by relevance

/dports/ftp/R-cran-RCurl/RCurl/inst/examples/
H A Dupload.R2 upFile = system.file("DESCRIPTION", package = "RCurl") globalVar
4 "fileData" = fileUpload(upFile), .opts = list(verbose = TRUE))
9 "fileData" = fileUpload("", paste(readLines(upFile), collapse = "\n")),
14 "fileData" = fileUpload("", paste(readLines(upFile), collapse = "\n"), "text/plain"),
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tools/
H A DAGSHtml.h45 NSString *upFile; // Not retained variable
H A DAGSHtml.m629 if (upFile != nil)
632 [buf appendFormat: @"<a href=\"%@\">Up</a>\n", upFile];
1093 upFile = [prop objectForKey: @"up"];
1094 upFile = [upFile stringByAppendingPathExtension: @"html"];
1150 if (upFile != nil)
1153 [buf appendFormat: @"<a href=\"%@\">Up</a>\n", upFile];
1160 if (prevFile != nil || upFile != nil || nextFile != nil)
/dports/net-p2p/torrent-file-editor/torrent-file-editor-0.3.17/
H A Dmainwindow.h104 void upFile();
H A Dmainwindow.cpp857 void MainWindow::upFile() in upFile() function in MainWindow
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DOsenc.cpp1233 wxString upFile; in ValidateAndCountUpdates() local
1237 upFile = m_UpFiles->Item(jup); in ValidateAndCountUpdates()
1238 wxFileName upCheck(upFile); in ValidateAndCountUpdates()
1243 targetFile = upFile; in ValidateAndCountUpdates()
/dports/math/R-cran-Amelia/Amelia/R/
H A Dameliagui.r873 upFile <- file.path(ampath, "gui/arrow_up.gif") functionVar
894 putAmelia("upArrowIcon", tcltk::tkimage.create("photo", file = upFile))