Searched refs:url (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | get_dvb_firmware | 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...] |
H A D | setlocalversion | 83 if git config --get svn-remote.svn.url >/dev/null; then
|
H A D | get_maintainer.pl | 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`;
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_dvb_firmware | 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...] |
H A D | get_maintainer.pl | 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`;
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 87 while IFS=$'\t' read -r name url; do 88 URLS["$name"]="$url"
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | setup.py | 87 url='http://perf.wiki.kernel.org',
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | setup.py | 112 url='http://perf.wiki.kernel.org',
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | qconf.h | 198 void clicked (const QUrl &url);
|
H A D | qconf.cc | 1166 void ConfigInfoView::clicked(const QUrl &url) in clicked() argument 1168 QByteArray str = url.toEncoded(); in clicked()
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | gecko.py | 358 url = 'https://profiler.firefox.com/from-url/' + safe_string 359 webbrowser.open(f'{url}')
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | qconf.h | 198 void clicked (const QUrl &url);
|
H A D | qconf.cc | 1173 void ConfigInfoView::clicked(const QUrl &url) in clicked() argument 1175 QByteArray str = url.toEncoded(); in clicked()
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | sleepgraph.py | 879 fp.write('url%s: %s\n' % (n, testdata['bugurl'])) 4087 data['time'], tVal[0], tVal[1], data['url'], res, 4212 html += tdlink.format(d[5]) if d[5] else td.format('') # url 4227 host, url, devlist = data['host'], data['url'], data['devlist'] 4237 'url': url} 4241 mdevlist[name]['url'] = url 4276 html += tdlink.format(data['url']) # ur [all...] |
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | sleepgraph.py | 928 fp.write('url%s: %s\n' % (n, testdata['bugurl'])) 4344 data['time'], tVal[0], tVal[1], data['url'], res, 4469 html += tdlink.format(d[5]) if d[5] else td.format('') # url 4484 host, url, devlist = data['host'], data['url'], data['devlist'] 4494 'url': url} 4498 mdevlist[name]['url'] = url 4533 html += tdlink.format(data['url']) # ur [all...] |
Completed in 39 milliseconds