diff options
Diffstat (limited to 'repl-utils-api.html')
-rw-r--r-- | repl-utils-api.html | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/repl-utils-api.html b/repl-utils-api.html index b199a8c9..5df0d7bd 100644 --- a/repl-utils-api.html +++ b/repl-utils-api.html @@ -122,8 +122,7 @@ Javadocs.</pre> <pre id="var-docstr">Add the given thread to break-threads so that it will be stopped any time the user presses Ctrl-C. Calls start-handling-break for you. Adds the current thread if none is given.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L150" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L150" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -150,8 +149,7 @@ beginning of the package name that has docs at this URL.</pre> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Threads to stop when Ctrl-C is pressed. See 'add-break-thread!'</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L131" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L131" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -166,8 +164,7 @@ not type info can be determined at compile-time. Example: (expression-info '(+ (int 5) (float 10))) Returns: {:class float, :primitive? true}</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L163" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L163" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -192,8 +189,7 @@ it can't find the source. For most REPL usage, 'source' is more convenient. Example: (get-source 'filter)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L97" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L97" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -213,8 +209,7 @@ Tries *local-javadocs* first, then *remote-javadocs*.</pre> </pre> <pre id="var-docstr">Loads the specified namespace and invokes its "main" function with optional args. ns-name is not evaluated.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L188" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L188" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -224,8 +219,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj </pre> <pre id="var-docstr">Loads the specified namespace and invokes its "main" function with optional args.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L181" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L181" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -250,8 +244,7 @@ predicate will be passed a single argument, a map that includes the all the properies of the member object as translated by 'bean'. Examples: (show Integer) (show []) (show String 23) (show String "case")</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L59" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -264,8 +257,7 @@ This requires that the symbol resolve to a Var defined in a namespace for which the .clj is in the classpath. Example: (source filter)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L119" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L119" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -275,8 +267,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj </pre> <pre id="var-docstr">Register INT signal handler. After calling this, Ctrl-C will cause all break-threads to be stopped. See 'add-break-thread!'</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L135" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L135" id="var-source">Source</a> </div> |