Home
last modified time | relevance | path

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

/scripts/
Dget_dvb_firmware51 my $url = "http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/$sourcefile";
58 wgetfile($sourcefile, $url);
68 my $url = "http://www.avermedia.com/software/$sourcefile";
77 wgetfile($sourcefile, $url);
88 my $url = "http://www.technotrend.de/new/217g/$sourcefile";
95 wgetfile($sourcefile, $url);
106 my $url = "http://technotrend.com.ua/download/software/219/$sourcefile";
113 wgetfile($sourcefile, $url);
124 my $url = "http://www.lifeview.hk/dbimages/document/$sourcefile";
131 wgetfile($sourcefile, $url);
[all …]
Dget_maintainer.pl767 my $url = $1;
770 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`;
778 my $url = $1;
779 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $url`;
/scripts/kconfig/
Dqconf.h198 void clicked (const QUrl &url);
Dqconf.cc1171 void ConfigInfoView::clicked(const QUrl &url) in clicked() argument
1173 QByteArray str = url.toEncoded(); in clicked()