Searched refs:download (Results 101 - 125 of 172) sorted by relevance

1234567

/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_remote_fetcher.rb254 assert_equal a1_cache_gem, fetcher.download(@a1, 'http://gems.example.com')
265 assert_equal @a1.cache_file, inst.download(@a1, 'http://gems.example.com')
277 assert_equal @a1.cache_file, inst.download(@a1, local_path)
291 assert_equal @a1.cache_file, inst.download(@a1, local_path)
305 actual = fetcher.download(@a1, 'http://gems.example.com', install_dir)
326 inst.download(@a1, local_path))
336 fetcher.download(@a1, 'http://gems.example.com')
363 assert_equal e1_cache_gem, fetcher.download(e1, 'http://gems.example.com')
384 assert_equal cache_path, inst.download(gem.spec, cache_path)
391 inst.download
[all...]
H A Dtest_gem_commands_install_command.rb194 assert_match(%r!Unable to download data from http://not-there.nothing!, errs.shift)
601 assert_match %r!Unable to download data from http://not-there\.nothing!, @ui.error
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/raw/
H A Dqrawwebview_p_p.h52 virtual void handleDownloadRequest(WebKit::DownloadProxy* download);
H A Dqrawwebview.cpp45 void QRawWebViewPrivate::handleDownloadRequest(WebKit::DownloadProxy* download) argument
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dmk-ca-bundle.vbs64 MsgBox("Failed to download '" & myCdFile & "': " & objHttp.statusText), vbCritical, mySelf
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dinittab.vim6 " URL: http://physics.muni.cz/~yeti/download/syntax/inittab.vim
H A Dppwiz.vim4 " URL: http://www.ndh.net/home/sschwarzer/download/ppwiz.vim
H A Dremind.vim9 " you can download remind from:
H A Dpovini.vim6 " URL: http://physics.muni.cz/~yeti/download/syntax/povini.vim
H A Delinks.vim44 syn keyword elinksPrefix format memory download dump history global html
H A Dquake.vim75 syn keyword quake2Command cmd demomap +use condump download drop gamemap
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Ddependency_resolver.rb158 # from IndexSet. Used to delay needed to download full
402 def download(path) method in class:Gem.DependencyResolver.ActivationRequest
411 source.download full_spec, path
H A Dremote_fetcher.rb114 # Should probably be integrated with #download below, but that will be a
124 download spec, source.uri.to_s
132 def download(spec, source_uri, install_dir = Gem.dir) method in class:Gem
507 # perform download progress reporter only for gems
H A Ddependency_installer.rb350 local_gem_path = source.download spec, @cache_dir
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view_private.h127 void ewk_view_download_request(Evas_Object* ewkView, Ewk_Download* download);
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dgetscript.vim425 " call Decho(".try#".itry." to download description of <".aicmmnt."> with addr=".scriptaddr)
442 let findpkg= search('Click on the package to download','W')
465 " call Decho('found "Click on the package to download"')
507 " the plugin has been updated since we last obtained it, so download a new copy
/macosx-10.9.5/vim-53/src/
H A DMake_bc5.mak1088 -@IF NOT EXIST $@ ECHO You must download tclstub$(TCL_VER)-bor.lib separately and\
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DDateFormat.pm345 http://download.oracle.com/javase/1.4.2/docs/api/java/text/SimpleDateFormat.html
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKContext.cpp109 return toAPI(toImpl(contextRef)->download(0, toImpl(requestRef)->resourceRequest()));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebContext.h156 DownloadProxy* download(WebPageProxy* initiatingPage, const WebCore::ResourceRequest&);
H A DWebPageProxy.cpp1538 // Create a download proxy.
1539 DownloadProxy* download = m_process->context()->createDownloadProxy(); local
1540 downloadID = download->downloadID();
1543 handleDownloadRequest(download);
2947 void WebPageProxy::handleDownloadRequest(DownloadProxy* download) argument
2949 m_pageClient->handleDownloadRequest(download);
3349 m_process->context()->download(this, KURL(KURL(), m_activeContextMenuHitTestResultData.absoluteImageURL));
3353 m_process->context()->download(this, KURL(KURL(), m_activeContextMenuHitTestResultData.absoluteLinkURL));
3357 m_process->context()->download(this, KURL(KURL(), m_activeContextMenuHitTestResultData.absoluteMediaURL));
/macosx-10.9.5/cups-372.4/cups/
H A DMakefile306 --download-url http://www.cups.org/org.cups.docset.xar \
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/
H A DSSLeay.pm175 download via ppm) projects include a MingW based compiler distribution and
218 for more information on this issue. You may be able to download a PPM for
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebview.cpp1849 * type and the content disposition is not a download; if WebKit
1854 * header. A value of "attachment" usually indicates a download
1907 * WebKitWebView::download-requested:
1909 * @download: a #WebKitDownload object that lets you control the
1910 * download process
1913 * not handled, the download is cancelled. If you handle the download
1929 * files you want your application to download (a common solution
1930 * is to download anything that WebKit can't handle, which you can
1933 * Return value: TRUE if the download shoul
3869 WebKitDownload* download; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitWebView.cpp477 GRefPtr<WebKitDownload> download = webkitWebContextGetOrCreateDownload(downloadProxy); local
478 webkitDownloadSetWebView(download.get(), WEBKIT_WEB_VIEW(webViewBase));
960 * not to download a resource. The #WebKitNavigationPolicyDecision passed in the
2935 * @uri: the URI to download
2940 * the download operation.
2947 WebKitDownload* download = webkitWebContextStartDownload(webView->priv->context, uri, getPage(webView)); local
2948 webkitDownloadSetWebView(download, webView);
2950 return download;

Completed in 215 milliseconds

1234567