Searched refs:url (Results 1 – 4 of 4) sorted by relevance
51 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 …]
767 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`;
198 void clicked (const QUrl &url);
1171 void ConfigInfoView::clicked(const QUrl &url) in clicked() argument1173 QByteArray str = url.toEncoded(); in clicked()