Home
last modified time | relevance | path

Searched refs:homepage (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dverify-homepage.py29 def wgetHomepage(pn, homepage): argument
30 result = subprocess.call('wget ' + '-q -T 5 -t 1 --spider ' + homepage, shell = True)
32 logger.warning("%s: failed to verify HOMEPAGE: %s " % (pn, homepage))
49 homepage = data.getVar("HOMEPAGE")
50 if homepage:
52 urllib.request.urlopen(homepage, timeout=5)
54 count = count + wgetHomepage(os.path.basename(realfn), homepage)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcache_extra.py38 self.homepage = self.getvar('HOMEPAGE', metadata)
50 cachedata.homepage = {}
60 cachedata.homepage[fn] = self.homepage
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Doelint.bbclass17 homepage = d.getVar("HOMEPAGE", False)
18 if homepage == '':
20 elif not homepage.startswith("http://") and not homepage.startswith("https://"):
H A Dcreate-spdx.bbclass464 homepage = d.getVar("HOMEPAGE")
465 if homepage:
466 recipe.homepage = homepage
/OK3568_Linux_fs/buildroot/utils/
H A Dscancpan736 … my $homepage = $dist->{resources}->{homepage} || qq{https://metacpan.org/release/${distname}};
748 say {$fh} qq{\t ${homepage}};
/OK3568_Linux_fs/buildroot/package/luarocks/
H A Dbuildroot.lua156 local homepage = rockspec.description.homepage or '???'
175 f:write('\n\t ' .. homepage .. '\n')
/OK3568_Linux_fs/yocto/meta-clang/
H A DCODE_OF_CONDUCT.md70 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
73 [homepage]: https://www.contributor-covenant.org
/OK3568_Linux_fs/buildroot/package/libedit/
H A DConfig.in10 The official homepage is at:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/mg/
H A Dmg_20210609.bb2 HOMEPAGE = "http://homepage.boetes.org/software/mg/"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py277 ro.homepage = index.recipes[id].homepage
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pigz/
H A Dpigz_2.7.bb15 # Point this at the homepage in case /fossils/ isn't updated
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Duserspace-tools.rst19 setup monitoring limits etc. You can get them on their homepage
/OK3568_Linux_fs/kernel/fs/fuse/
H A DKconfig10 from the FUSE homepage:
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A DKconfig43 PC/SC ifdhandler provided from the Omnikey homepage
/OK3568_Linux_fs/buildroot/board/pine64/rock64/
H A Dreadme.txt8 Board homepage: https://www.pine64.org/?page_id=7147
/OK3568_Linux_fs/kernel/drivers/staging/media/zoran/
H A DKconfig10 a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Dwalkera0701.rst9 Devel homepage and download:
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dspdx.py222 homepage = _String() variable in SPDXPackage
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A D__init__.py1280 homepage="", bugtracker="", provides="", bbclassextend="", argument
1291 self.homepage = homepage
H A Dcooker.py280 license='?', homepage='?', bugtracker='?',
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DREADME.osx48 Please consult wget's homepage for access to source code as well
H A DREADME.win3280 Please consult wget's homepage for access to source code as well as
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py184 self.assertEqual(recipe.homepage, "")
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2-common.dtsi80 homepage-key {
83 label = "homepage key";
/OK3568_Linux_fs/kernel/Documentation/driver-api/acpi/
H A Dlinuxized-acpica.rst30 The homepage of ACPICA project is: www.acpica.org, it is maintained and

12