Searched refs:homepage (Results 1 – 25 of 195) sorted by relevance
12345678
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsPackageJson.types | 3 …epository: string; keywords: string[]; author: string; license: string; homepage: string; config: … 4 …epository: string; keywords: string[]; author: string; license: string; homepage: string; config: … 9 …epository: string; keywords: string[]; author: string; license: string; homepage: string; config: … 10 …epository: string; keywords: string[]; author: string; license: string; homepage: string; config: … 11 …epository: string; keywords: string[]; author: string; license: string; homepage: string; config: … 12 …epository: string; keywords: string[]; author: string; license: string; homepage: string; config: … 13 …epository: string; keywords: string[]; author: string; license: string; homepage: string; config: … 17 …homepage": "https://site", "config": { "o": ["a"] }} : { name: string; version: string;… 100 "homepage": "https://site", 101 >"homepage" : string
|
D | jsDeclarationsPackageJson.symbols | 76 "homepage": "https://site", 77 >"homepage" : Symbol("homepage", Decl(package.json, 25, 30))
|
D | jsDeclarationsPackageJson.js | 103 homepage: string;
|
/third_party/pulseaudio/ |
D | Makefile.am | 113 homepage: all dist doxygen target 114 test -d $$HOME/homepage/private 115 …mkdir -p $$HOME/homepage/private/projects/pulseaudio $$HOME/homepage/private/projects/pulseaudio/d… 116 cp pulseaudio-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/pulseaudio 118 cp -a doxygen/html/* $$HOME/homepage/private/projects/pulseaudio/doxygen 142 .PHONY: homepage distcleancheck doxygen
|
D | CODE_OF_CONDUCT.md | 70 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 73 [homepage]: https://www.contributor-covenant.org
|
/third_party/node/deps/npm/node_modules/normalize-package-data/lib/ |
D | fixer.js | 281 if (!data.homepage && data.repository && data.repository.url) { 283 if (hosted && hosted.docs()) data.homepage = hosted.docs() 285 if (!data.homepage) return 287 if(typeof data.homepage !== "string") { 289 return delete data.homepage 291 if(!url.parse(data.homepage).protocol) { 292 data.homepage = "http://" + data.homepage
|
/third_party/PyYAML/ |
D | announcement.msg | 42 PyYAML homepage: https://github.com/yaml/pyyaml 48 YAML homepage: http://yaml.org/ 77 ... homepage: https://github.com/yaml/pyyaml 81 'pickle'], 'homepage': 'https://github.com/yaml/pyyaml', 'description': 86 homepage: https://github.com/yaml/pyyaml
|
/third_party/node/deps/npm/lib/ |
D | outdated.js | 149 var homepage = p[0].package.homepage || '' 159 columns[6] = homepage 187 if (long) out.push(type, dep.package.homepage) 213 out[depname].homepage = dep.package.homepage
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-profile.md | 39 | homepage | | 55 email, fullname, homepage, freenode, twitter, github
|
/third_party/node/deps/npm/node_modules/normalize-package-data/ |
D | README.md | 78 * If `homepage` field is not a string, it will be removed. 79 * If the url in the `homepage` field does not specify a protocol, then http is assumed. For example… 80 * If `homepage` field does not exist, but `repository` field points to a repository hosted on GitHu…
|
/third_party/openssl/ |
D | FAQ.md | 4 The [Frequently Asked Questions][FAQ] are now maintained on the OpenSSL homepage.
|
/third_party/qrcodegen/rust-no-heap/ |
D | Cargo.toml | 6 homepage = "https://www.nayuki.io/page/qr-code-generator-library"
|
/third_party/gstreamer/gstplugins_good/gst/goom2k1/ |
D | README | 2 the Goom homepage found at:
|
/third_party/ejdb/src/bindings/ejdb2_dart/ |
D | pubspec.yaml.in | 4 homepage: https://github.com/Softmotions/ejdb
|
/third_party/ejdb/src/bindings/ejdb2_flutter/ |
D | pubspec.yaml.in | 4 homepage: https://ejdb.org
|
/third_party/qrcodegen/rust/ |
D | Cargo.toml | 6 homepage = "https://www.nayuki.io/page/qr-code-generator-library"
|
/third_party/flutter/flutter/packages/flutter_tools/templates/module/ios/library/Flutter.tmpl/ |
D | projectName.podspec.tmpl | 6 s.homepage = 'https://flutter.dev'
|
/third_party/rust/crates/glob/ |
D | Cargo.toml | 7 homepage = "https://github.com/rust-lang/glob"
|
/third_party/rust/crates/tracing/tracing-macros/ |
D | Cargo.toml | 7 homepage = "https://tokio.rs"
|
/third_party/rust/crates/memchr/bench/ |
D | Cargo.toml | 7 homepage = "https://github.com/BurntSushi/memchr"
|
/third_party/rust/crates/aho-corasick/bench/ |
D | Cargo.toml | 7 homepage = "https://github.com/BurntSushi/aho-corasick"
|
/third_party/json/ |
D | CODE_OF_CONDUCT.md | 43 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a… 45 [homepage]: http://contributor-covenant.org
|
/third_party/json/doc/mkdocs/docs/home/ |
D | code_of_conduct.md | 43 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a… 45 [homepage]: http://contributor-covenant.org
|
/third_party/rust/crates/bitflags/ |
D | CODE_OF_CONDUCT.md | 70 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 73 [homepage]: https://www.contributor-covenant.org
|
/third_party/rust/crates/codespan/ |
D | CODE_OF_CONDUCT.md | 51 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 54 [homepage]: http://contributor-covenant.org
|
12345678