HomeSort by relevance Sort by last modified time
    Searched refs:Github (Results 1 - 4 of 4) sorted by null

  /external/nanohttpd/
README.md 5 It is being developed at Github and uses Apache Maven for builds & unit testing:
84 This text has to be extrended with an example, so for now take a look at the unit tests for the usage. <https://github.com/NanoHttpd/nanohttpd/blob/master/nanolets/src/test/java/fi/iki/elonen/router/AppNanolets.java>
88 We are currently in the process of stabilizing NanoHttpd from the many pull requests and feature requests that were integrated over the last few months. The next release will come soon, and there will not be any more "intended" major changes before the next release. If you want to use the bleeding edge version, you can clone it from Github, or get it from sonatype.org (see "Maven dependencies / Living on the edge" below).
217 The latest Github master version can be fetched through sonatype.org:
  /external/nanohttpd/src/site/markdown/
index.md 5 It is being developed at Github and uses Apache Maven for builds & unit testing:
84 This text has to be extrended with an example, so for now take a look at the unit tests for the usage. <https://github.com/NanoHttpd/nanohttpd/blob/master/nanolets/src/test/java/fi/iki/elonen/router/AppNanolets.java>
88 We are currently in the process of stabilizing NanoHttpd from the many pull requests and feature requests that were integrated over the last few months. The next release will come soon, and there will not be any more "intended" major changes before the next release. If you want to use the bleeding edge version, you can clone it from Github, or get it from sonatype.org (see "Maven dependencies / Living on the edge" below).
213 The latest Github master version can be fetched through sonatype.org:
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs.go 189 // Eg, "git@github.com:user/repo" becomes
190 // "ssh://git@github.com/user/repo".
853 // commonly-used VCS hosting sites (github.com/user/dir)
857 // Github
859 prefix: "github.com/",
860 re: `^(?P<root>github\.com/[A-Za-z0-9_.\-]+/[A-Za-z0-9_.\-]+)(/[A-Za-z0-9_.\-]+)*$`,
  /prebuilts/go/linux-x86/src/cmd/go/
vcs.go 189 // Eg, "git@github.com:user/repo" becomes
190 // "ssh://git@github.com/user/repo".
853 // commonly-used VCS hosting sites (github.com/user/dir)
857 // Github
859 prefix: "github.com/",
860 re: `^(?P<root>github\.com/[A-Za-z0-9_.\-]+/[A-Za-z0-9_.\-]+)(/[A-Za-z0-9_.\-]+)*$`,

Completed in 142 milliseconds