diff options
Diffstat (limited to 'find-namespaces-api.html')
-rw-r--r-- | find-namespaces-api.html | 42 |
1 files changed, 28 insertions, 14 deletions
diff --git a/find-namespaces-api.html b/find-namespaces-api.html index 2fd13bd0..f773bd76 100644 --- a/find-namespaces-api.html +++ b/find-namespaces-api.html @@ -99,7 +99,8 @@ 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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L28" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -108,7 +109,8 @@ by <span id="author">Stuart Sierra</span><br /> <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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L88" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -117,7 +119,8 @@ by <span id="author">Stuart Sierra</span><br /> <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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L42" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -127,7 +130,8 @@ by <span id="author">Stuart Sierra</span><br /> </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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L34" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -137,7 +141,8 @@ Returns a sequence of File objects, in breadth-first sort order.</pre> </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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L79" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -148,7 +153,8 @@ source files; returns the symbol names of the declared namespaces.</pre> <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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L112" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -159,7 +165,8 @@ declared namespaces.</pre> <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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L131" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -169,7 +176,8 @@ of the symbol names of the declared namespaces.</pre> </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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L73" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -179,7 +187,8 @@ source files; returns the unevaluated ns declarations.</pre> </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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L104" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -190,7 +199,8 @@ declarations; returns the unevaluated ns declarations.</pre> <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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L122" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -199,7 +209,8 @@ of the unevaluated ns declaration forms.</pre> <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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L47" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -210,7 +221,8 @@ of the unevaluated ns declaration forms.</pre> <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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L65" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -222,7 +234,8 @@ is not a ns declaration.</pre> 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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L52" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -233,7 +246,8 @@ in the file, except for (comment ...) forms.</pre> <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/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L93" id="var-source">Source</a> + <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> </div> |