Results 1-25 of about 600 results found for 'download' in 0.33 seconds
 1 2345678910...

helper_download_disk.pas
{
Description:
misc procedures related to disk data saving and resuming (during download)
}
unit helper_download_disk;
Language: Delphi
License: GPL
LOC: 698
Spider_20090227_inc : Ares Galaxy (project search) : .../009/aresgalaxy/AresRegular211_12132008.zip/AresRegular211_12132008/helper_download_disk.pas

thread_download.pas
{
Description:
download thread, Ares support pseudo-HTTP download protocol and custom partial-sharing protocol
}
unit thread_download;
Language: Delphi
License: GPL
LOC: 4433
Spider_20090227_inc : Ares Galaxy (project search) : .../009/aresgalaxy/AresRegular211_12132008.zip/AresRegular211_12132008/thread_download.pas

UnitDownloadManager.pas
unit UnitDownloadManager;
interface
uses
Language: Delphi
LOC: 84
Spider_20090120_inc : eemailer - pop3 and imap mail client (project search) : .../006/eemailer/mailer.source.0.27.zip/mailer/UnitDownloadManager.pas

helper_download_misc.pas
{
Description:
misc download functions, covers download logic and chunk selection
}
unit helper_download_misc;
Language: Delphi
License: GPL
LOC: 914
Spider_20090227_inc : Ares Galaxy (project search) : .../009/aresgalaxy/AresRegular211_12132008.zip/AresRegular211_12132008/helper_download_misc.pas

helper_altsources.pas
{
Description:
misc functions to handle alternate sources (download MESH) and hash_results_hits
}
unit helper_altsources;
Language: Delphi
License: GPL
LOC: 464
Spider_20090227_inc : Ares Galaxy (project search) : .../009/aresgalaxy/AresRegular211_12132008.zip/AresRegular211_12132008/helper_altsources.pas

ImportNZBForm.pas
type
  TImportNZBFileForm = class(TForm)
    DownloadToLabel: TLabel;
    DownloadToEditBox: TEdit;
    DownloadToButton: TSpeedButton;
Language: Delphi
LOC: 71
Spider_20090529_inc : B-Grabber (project search) : .../b-grabber/B-Grabber_v0.0.1-src.zip/B-Grabber v0.0.1/UI/ImportNZBForm.pas

AresDLL.pas
type
    ARSearchHandle = Pointer;
    ARDownloadHandle = Pointer;
    ARUploadHandle = Pointer;
const AR_MAX_META_TAGS = 20; { max number of meta data tags per file }
Language: Delphi
(C) 2004 Tom Hargreaves ...
LOC: 241
Spider_20090121_inc : KCeasy - kceasy (project search) : .../kceasy-0.18-gift-src.zip/gift-ares/aresdll/test/AresDLL.pas

SigemConsts.pas
  CANNOT_CONNECT_LOCAL_DB = 'No foi possivel conectar ao banco de dados local';
  MEDIA_URL_NOT_FOUND = 'URL %s no foi encontrada';
  MEDIA_URL_DOWNLOAD_ERROR = 'No foi possivel salvar o arquivo "%s"';
  MEDIA_URL_DOWNLOAD_STARTING = 'Iniciando download do arquivo "%s"';
  SERVICE_DESCRIPTION = 'Sincronizador de banco de dados do SIGEM';
Language: Delphi
LOC: 18
Google : megis - Projeto de estudo (project search) : .../trunk/workspace/player/src/SigemConsts.pas

HttpGetUnit.pas
    FileNameLabel: TLabel;
    procedure CreateParams(var Params: TCreateParams); override;
    function StartDownload(URL: string): Boolean;
    procedure CancelDownload;
    procedure UpdateReceivedStatus;
Language: Delphi
LOC: 193
Spider_20090108_inc : TA Spring (project search) : .../inc_005/springrts/taspring_0.67b2_src.zip/TASClient/HttpGetUnit.pas

ClassScheduler.pas
  procedure FetchUrl;
  var
   DownloadOptions: PDownloadOptions;
  begin
    new(DownloadOptions);
Language: Delphi
LOC: 219
Spider_20090120_inc : Kapere (project search) : .../kapere/kapere_sources.zip/1.2.0.0/Main/ClassScheduler.pas

MaraLogger.pas
  TMaraLogger = class(TLogger)
  public
    procedure LogDownloadStart(AClientIP, AClientName, AFilename: string;
      AStartIndex, AFileSize: Int64);
    procedure LogDownloadEnd(AClientIP, AClientName, AFilename: string;
Language: Delphi
LOC: 36
Novell Forge (SVN) : Mara - simple web server (project search) : .../marahttpd/mara2/trunk/Lib/MaraLogger.pas

MaraLogger.pas
  TMaraLogger = class(TLogger)
  public
    procedure LogDownloadStart(AClientIP, AClientName, AFilename: string;
      AStartIndex, AFileSize: Int64);
    procedure LogDownloadEnd(AClientIP, AClientName, AFilename: string;
Language: Delphi
LOC: 36
Novell Forge (SVN) : Mara - simple web server (project search) : .../mara2/branches/virtualfs/Lib/MaraLogger.pas

MaraLogger.pas
  TMaraLogger = class(TLogger)
  public
    procedure LogDownloadStart(AClientIP, AClientName, AFilename: string;
      AStartIndex, AFileSize: Int64);
    procedure LogDownloadEnd(AClientIP, AClientName, AFilename: string;
Language: Delphi
LOC: 36
Novell Forge (SVN) : Mara - simple web server (project search) : .../mara2/branches/hashing/Lib/MaraLogger.pas

FormFtpPropSmall.pas
  TDownNotifier = class;
  TfoFtpPropSmall = class(TPluginForm)
    DownloadTitle: TLabel;
    DownloadLabel: TLabel;
    SizeLabel: TLabel;
Language: Delphi
LOC: 190
Spider_20090120_inc : Kapere (project search) : .../kapere_sources.zip/1.2.0.0/Plugins/DLFtp/FormFtpPropSmall.pas

FormHttpPropSmall.pas
  TDownNotifier = class;
  TfoHttpPropSmall = class(TPluginForm)
    DownloadTitle: TLabel;
    DownloadLabel: TLabel;
    SizeLabel: TLabel;
Language: Delphi
LOC: 190
Spider_20090120_inc : Kapere (project search) : .../kapere_sources.zip/1.2.0.0/Plugins/DLHttp/FormHttpPropSmall.pas

FormNntpPropSmall.pas
  TDownNotifier = class;
  TfoNntpPropSmall = class(TPluginForm)
    DownloadTitle: TLabel;
    DownloadLabel: TLabel;
    SizeLabel: TLabel;
Language: Delphi
LOC: 190
Spider_20090120_inc : Kapere (project search) : .../kapere_sources.zip/1.2.0.0/Plugins/DLNntp/FormNntpPropSmall.pas

UnitDownload.pas
unit UnitDownload;
interface
uses
Language: Delphi
LOC: 101
Spider_20090107_inc : AudioObj Object Oriented Amp with Delphi (project search) : .../audioobject/aoSource086.zip/Audio Object/Internet/UnitDownload.pas

ClassSucker.pas
  THistoryEvent = procedure(Sender: TObject;const History: TSHistoryItem) of object;
  THintEvent = procedure(Sender: TObject;Text: string) of object;
  TDownloadEvent = procedure(Sender: TObject; const Download: TPluginDownload) of object;
  TSucker = class
  private
Language: Delphi
LOC: 1536
Spider_20090120_inc : Kapere (project search) : .../kapere/kapere_sources.zip/1.2.0.0/Main/ClassSucker.pas

U_Downloader.pas
unit U_Downloader;
interface
uses
Language: Delphi
LOC: 30
Spider_20090226_inc : OCR812 Manager - Downloader (project search) : .../0010/ocr812manager/downloader-1.1-src.zip/downloader/U_Downloader.pas

diagnostics.pas
    procedure dl_frmwClick(Sender: TObject);
    procedure status(ASender: TObject; timeInMs: integer; SizeInBytes: integer; taskNo: Smallint);
    procedure size(ASender: TObject; DownloadSizeInBytes: integer);
    procedure done(ASender: TObject; ErrorCode: Smallint; DownloadNo: Smallint);
  private
Language: Delphi
LOC: 75
Spider_20090107_inc : RemoteCX (project search) : .../remotecx/RemoteCX.ZIP/RemoteCX/Units_Forms/diagnostics.pas

qos.pas
const
  dUpload = 0;
  dDownload = 1;
  dBoth = 2;
  imUpload = 0;
Language: Delphi
License: GPL
(C) 2005-2008 Christian A. Reiter
LOC: 39
Spider_20090401_inc : QOS-Editor (project search) : .../0011/qoseditor/qoseditor-0.9-source.zip/qos.pas

arestest.pas
    QueryEdit: TEdit;
    ResultListView: TListView;
    DownloadBtn: TButton;
    ResultCountLbl: TLabel;
    MetaGrid: TStringGrid;
Language: Delphi
LOC: 475
Spider_20090121_inc : KCeasy - kceasy (project search) : .../kceasy-0.18-gift-src.zip/gift-ares/aresdll/test/arestest.pas

Strings.pas
  RS_SEARCH_NEWSGROUPS:string          =       'Searching for newsgroup';
  RS_SEARCH_REFINE:string              =       'Limit of 1000 groups reached, please refine your search.';
  RS_SEARCH_USESEARCH:string           =       'Downloaded %d groups, now use the search to select a group.';
  RS_ADD_NNTP_DOWNGROUP:string         =       'You should first download the list of newsgroups available for this server.'+
                                                sLineBreak+'Do you want to do it now?';
Language: Delphi
LOC: 36
Spider_20090120_inc : Kapere (project search) : .../kapere_sources.zip/1.2.0.0/Plugins/Nntp Explorer/Strings.pas

helper_ICH.pas
procedure ICH_free_phash_indexs;
procedure ICH_load_phash_indexs;
procedure ICH_loadPieces(download:tdownload);
procedure ICH_SaveDownloadBitField(download:TDownload);
procedure ICH_WriteDlDBHeader(download:TDownload; stream:THandleStream);
Language: Delphi
License: GPL
LOC: 858
Spider_20090227_inc : Ares Galaxy (project search) : .../009/aresgalaxy/AresRegular211_12132008.zip/AresRegular211_12132008/helper_ICH.pas

ClassPNntp.pas
  protected
    procedure SetStatus(const Value: TPStatus);override;
    procedure SetValue(const Download: TPluginDownload;const Name, Value: string);override;
  public
    function LoadFromXml(const Value: TJvSimpleXmlElem):boolean;override;
Language: Delphi
LOC: 190
Spider_20090120_inc : Kapere (project search) : .../kapere/kapere_sources.zip/1.2.0.0/Main/ClassPNntp.pas

 1 2345678910...

Project Matches
 1 2345...

Net__Download__XMLScripted__XMLScripted - Net::Download::XMLScripted::XMLScripted

Apache__OneTimeDownload - Apache::OneTimeDownload

Nicovideo Download API

Net__DownloadMirror - Net::DownloadMirror

Multi Threaded Download Accelerator








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us