diff options
Diffstat (limited to 'repl-utils-api.html')
-rw-r--r-- | repl-utils-api.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/repl-utils-api.html b/repl-utils-api.html index 845d20f2..a35675c9 100644 --- a/repl-utils-api.html +++ b/repl-utils-api.html @@ -122,7 +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/f0f48b03c2704a9247ef462b9d009cb752b57649/src/clojure/contrib/repl_utils.clj#L149" 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 /> @@ -149,7 +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/f0f48b03c2704a9247ef462b9d009cb752b57649/src/clojure/contrib/repl_utils.clj#L130" 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 /> @@ -164,7 +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/f0f48b03c2704a9247ef462b9d009cb752b57649/src/clojure/contrib/repl_utils.clj#L162" 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 /> @@ -189,7 +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/f0f48b03c2704a9247ef462b9d009cb752b57649/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 /> @@ -209,7 +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/f0f48b03c2704a9247ef462b9d009cb752b57649/src/clojure/contrib/repl_utils.clj#L187" 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 /> @@ -219,7 +219,7 @@ optional args. ns-name is not evaluated.</pre> </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/f0f48b03c2704a9247ef462b9d009cb752b57649/src/clojure/contrib/repl_utils.clj#L180" 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 /> @@ -244,7 +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/f0f48b03c2704a9247ef462b9d009cb752b57649/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 /> @@ -257,7 +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/f0f48b03c2704a9247ef462b9d009cb752b57649/src/clojure/contrib/repl_utils.clj#L118" 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 /> @@ -267,7 +267,7 @@ Example: (source filter)</pre> </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/f0f48b03c2704a9247ef462b9d009cb752b57649/src/clojure/contrib/repl_utils.clj#L134" 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> |