diff options
Diffstat (limited to 'find-namespaces-api.html')
-rw-r--r-- | find-namespaces-api.html | 42 |
1 files changed, 14 insertions, 28 deletions
diff --git a/find-namespaces-api.html b/find-namespaces-api.html index f773bd76..2fd13bd0 100644 --- a/find-namespaces-api.html +++ b/find-namespaces-api.html @@ -99,8 +99,7 @@ by <span id="author">Stuart Sierra</span><br /> <pre id="var-usage">Usage: (clojure-source-file? file) </pre> <pre id="var-docstr">Returns true if file is a normal file with a .clj extension.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L28" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -109,8 +108,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-usage">Usage: (clojure-sources-in-jar jar-file) </pre> <pre id="var-docstr">Returns a sequence of filenames ending in .clj found in the JAR file.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L88" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L88" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -119,8 +117,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-usage">Usage: (comment? form) </pre> <pre id="var-docstr">Returns true if form is a (comment ...)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L42" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L42" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -130,8 +127,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace </pre> <pre id="var-docstr">Searches recursively under dir for Clojure source files (.clj). Returns a sequence of File objects, in breadth-first sort order.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L34" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L34" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -141,8 +137,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace </pre> <pre id="var-docstr">Searches dir recursively for (ns ...) declarations in Clojure source files; returns the symbol names of the declared namespaces.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L79" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L79" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -153,8 +148,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-docstr">Searches the JAR file for Clojure source files containing (ns ...) declarations. Returns a sequence of the symbol names of the declared namespaces.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L112" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L112" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -165,8 +159,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-docstr">Searches CLASSPATH (both directories and JAR files) for Clojure source files containing (ns ...) declarations. Returns a sequence of the symbol names of the declared namespaces.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L131" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L131" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -176,8 +169,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace </pre> <pre id="var-docstr">Searches dir recursively for (ns ...) declarations in Clojure source files; returns the unevaluated ns declarations.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L73" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L73" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -187,8 +179,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace </pre> <pre id="var-docstr">Searches the JAR file for Clojure source files containing (ns ...) declarations; returns the unevaluated ns declarations.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L104" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L104" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -199,8 +190,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-docstr">Searches CLASSPATH (both directories and JAR files) for Clojure source files containing (ns ...) declarations. Returns a sequence of the unevaluated ns declaration forms.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L122" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L122" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -209,8 +199,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-usage">Usage: (ns-decl? form) </pre> <pre id="var-docstr">Returns true if form is a (ns ...) declaration.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L47" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L47" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -221,8 +210,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-docstr">Attempts to read a (ns ...) declaration from file, and returns the unevaluated form. Returns nil if read fails, or if the first form is not a ns declaration.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L65" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L65" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -234,8 +222,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace unevaluated form. Returns nil if read fails or if a ns declaration cannot be found. The ns declaration must be the first Clojure form in the file, except for (comment ...) forms.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L52" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L52" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -246,8 +233,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-docstr">Attempts to read a (ns ...) declaration from the named entry in the JAR file, and returns the unevaluated form. Returns nil if the read fails, or if the first form is not a ns declaration.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L93" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L93" id="var-source">Source</a> </div> |