Home
last modified time | relevance | path

Searched refs:downFile (Results 1 – 4 of 4) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/SRB2Updater/
H A DLauncher.cs51 string downFile; field in SRB2Updater.Launcher
190 downFile = fileRow.Cells["filename"].Value.ToString(); in updateList()
215 …lblProgress.Text = downFile + " - " + (BytesRead / 1024) + "KB of " + (TotalBytes / 1024) + "KB ("… in UpdateProgress()
216 this.Text = formTitle + " :: Downloading " + downFile + " (" + PercentProgress + "%)"; in UpdateProgress()
285 … webRequest = (HttpWebRequest)WebRequest.Create("http://update.srb2.org/files_beta/" + downFile); in Download()
300 …strLocal = new FileStream(downFile, FileMode.Create, FileAccess.Write, FileShare.None); … in Download()
328 if (downFile == "srb2update.update" && loadedBat != true) in Download()
/dports/net-p2p/torrent-file-editor/torrent-file-editor-0.3.17/
H A Dmainwindow.h105 void downFile();
H A Dmainwindow.cpp874 void MainWindow::downFile() in downFile() function in MainWindow
/dports/math/R-cran-Amelia/Amelia/R/
H A Dameliagui.r874 downFile <- file.path(ampath, "gui/arrow_down.gif") functionVar
895 putAmelia("downArrowIcon", tcltk::tkimage.create("photo", file = downFile))