diff options
Diffstat (limited to 'repl-utils-api.html')
-rw-r--r-- | repl-utils-api.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/repl-utils-api.html b/repl-utils-api.html index 70497adb..3a4f35c5 100644 --- a/repl-utils-api.html +++ b/repl-utils-api.html @@ -139,7 +139,7 @@ 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/4f9a78d13217a8de4c29221d74aca0a67cec8c1a/src/main/clojure/clojure/contrib/repl_utils.clj#L162" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -175,7 +175,7 @@ all definitions in all currently-loaded namespaces that match the str-or-pattern.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/4f9a78d13217a8de4c29221d74aca0a67cec8c1a/src/main/clojure/clojure/contrib/repl_utils.clj#L128" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -185,7 +185,7 @@ str-or-pattern.</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/4f9a78d13217a8de4c29221d74aca0a67cec8c1a/src/main/clojure/clojure/contrib/repl_utils.clj#L143" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -202,7 +202,7 @@ Example: (expression-info '(+ (int 5) (float 10))) Returns: {:class float, :primitive? true}</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/4f9a78d13217a8de4c29221d74aca0a67cec8c1a/src/main/clojure/clojure/contrib/repl_utils.clj#L175" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -231,7 +231,7 @@ convenient. Example: (get-source 'filter)</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/4f9a78d13217a8de4c29221d74aca0a67cec8c1a/src/main/clojure/clojure/contrib/repl_utils.clj#L97" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -255,7 +255,7 @@ Tries *local-javadocs* first, then *remote-javadocs*.</pre> optional args. ns-name is not evaluated.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/4f9a78d13217a8de4c29221d74aca0a67cec8c1a/src/main/clojure/clojure/contrib/repl_utils.clj#L200" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -267,7 +267,7 @@ optional args. ns-name is not evaluated.</pre> optional args.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/4f9a78d13217a8de4c29221d74aca0a67cec8c1a/src/main/clojure/clojure/contrib/repl_utils.clj#L193" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -294,7 +294,7 @@ 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/4f9a78d13217a8de4c29221d74aca0a67cec8c1a/src/main/clojure/clojure/contrib/repl_utils.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -309,7 +309,7 @@ namespace for which the .clj is in the classpath. Example: (source filter)</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/4f9a78d13217a8de4c29221d74aca0a67cec8c1a/src/main/clojure/clojure/contrib/repl_utils.clj#L119" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -321,7 +321,7 @@ Example: (source filter)</pre> all break-threads to be stopped. See 'add-break-thread!'</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/4f9a78d13217a8de4c29221d74aca0a67cec8c1a/src/main/clojure/clojure/contrib/repl_utils.clj#L147" id="var-source">Source</a> </div> |