Searched refs:URIs (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSharedFilesCtrl.cpp310 wxString URIs; local
326 case MP_GETMAGNETLINK: URIs += theApp->CreateMagnetLink( file ) + wxT("\n"); break;
327 case MP_GETED2KLINK: URIs += theApp->CreateED2kLink( file ) + wxT("\n"); break;
328 case MP_GETSOURCEED2KLINK: URIs += theApp->CreateED2kLink( file , true) + wxT("\n"); break;
329 case MP_GETCRYPTSOURCEDED2KLINK: URIs += theApp->CreateED2kLink( file , true, false, true) + wxT("\n"); break;
330 case MP_GETHOSTNAMESOURCEED2KLINK: URIs += theApp->CreateED2kLink( file , true, true) + wxT("\n"); break;
331 case MP_GETHOSTNAMECRYPTSOURCEED2KLINK: URIs += theApp->CreateED2kLink( file, true, true, true ) + wxT("\n"); break;
332 case MP_GETAICHED2KLINK: URIs += theApp->CreateED2kAICHLink( file ) + wxT("\n"); break;
338 if ( !URIs.IsEmpty() ) {
339 theApp->CopyTextToClipboard( URIs
[all...]
H A DSearchListCtrl.cpp683 wxString URIs; local
690 URIs += theApp->CreateED2kLink( file ) + wxT("\n");
695 if (!URIs.IsEmpty()) {
696 theApp->CopyTextToClipboard( URIs.RemoveLast() );
H A DDownloadListCtrl.cpp529 wxString URIs; local
535 URIs += theApp->CreateED2kLink( file ) + wxT("\n");
537 URIs += theApp->CreateMagnetLink( file ) + wxT("\n");
541 if ( !URIs.IsEmpty() ) {
542 theApp->CopyTextToClipboard( URIs.BeforeLast(wxT('\n')) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Duri.tex17 For information about URIs, see
22 acceptable URLs are also acceptable URIs.
84 Note that on URIs with a "file" scheme wxURI does not

Completed in 69 milliseconds