Searched refs:homepage (Results 1 – 25 of 189) 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
|
/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/boost/libs/outcome/doc/src/themes/boostdoc/ |
D | theme.toml | 8 homepage = "http://example.com/" 15 homepage = "https://github.com/ned14/boostdoc"
|
/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
|
D | docs.js | 37 var url = d.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/gstreamer/gstplugins_good/gst/goom2k1/ |
D | README | 2 the Goom homepage found at:
|
/third_party/ejdb/src/bindings/ejdb2_flutter/ |
D | pubspec.yaml.in | 4 homepage: https://ejdb.org
|
/third_party/ejdb/src/bindings/ejdb2_dart/ |
D | pubspec.yaml.in | 4 homepage: https://github.com/Softmotions/ejdb
|
/third_party/flatbuffers/rust/flatbuffers/ |
D | Cargo.toml | 8 homepage = "https://google.github.io/flatbuffers/"
|
/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/grpc/templates/ |
D | composer.json.template | 8 "homepage": "https://grpc.io",
|
/third_party/grpc/test/distrib/ruby/ |
D | distribtest.gemspec | 9 s.homepage = 'https://github.com/grpc/grpc'
|
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/ios.tmpl/ |
D | projectName.podspec.tmpl | 11 s.homepage = 'http://example.com'
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | README | 2 the Goom homepage found at:
|
/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/grpc/examples/ruby/ |
D | grpc-demo.gemspec | 9 s.homepage = 'https://github.com/grpc/grpc'
|
/third_party/grpc/src/ruby/tools/ |
D | grpc-tools.gemspec | 9 s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby/tools'
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/ |
D | Flutter.podspec | 12 s.homepage = 'https://flutter.io'
|
/third_party/node/deps/npm/test/tap/ |
D | legacy-platform-all.js | 22 homepage: 'http://www.zombo.com/', property
|
12345678