aboutsummaryrefslogtreecommitdiff
path: root/branch-1.1.x/repl-utils-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'branch-1.1.x/repl-utils-api.html')
-rw-r--r--branch-1.1.x/repl-utils-api.html33
1 files changed, 15 insertions, 18 deletions
diff --git a/branch-1.1.x/repl-utils-api.html b/branch-1.1.x/repl-utils-api.html
index 0f6c6ac9..affd3516 100644
--- a/branch-1.1.x/repl-utils-api.html
+++ b/branch-1.1.x/repl-utils-api.html
@@ -6,9 +6,6 @@
<link media="all" type="text/css" href="../static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/internal.css" rel="stylesheet" />
- <!-- TODO: are we using these (from clojure.org)? If so, add the files -->
- <script src="file/view/code_highlighter.js" type="text/javascript"></script>
- <script src="file/view/clojure.js" type="text/javascript"></script>
<style>.menuWrapper{height: 36px;}</style>
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" />
@@ -114,7 +111,7 @@ namespace.
files.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L18" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L18" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -125,7 +122,7 @@ files.</pre>
Javadocs.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L28" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L28" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -139,7 +136,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/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L150" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L150" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -150,7 +147,7 @@ you. Adds the current thread if none is given.</pre>
<pre id="var-docstr">Adds to the list of local Javadoc paths.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L43" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L43" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -162,7 +159,7 @@ you. Adds the current thread if none is given.</pre>
beginning of the package name that has docs at this URL.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L48" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L48" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -172,7 +169,7 @@ beginning of the package name that has docs at this URL.</pre>
<pre id="var-docstr">Threads to stop when Ctrl-C is pressed. See 'add-break-thread!'</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L131" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L131" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -189,7 +186,7 @@ Example: (expression-info '(+ (int 5) (float 10)))
Returns: {:class float, :primitive? true}</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L163" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L163" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -201,7 +198,7 @@ Returns: {:class float, :primitive? true}</pre>
*local-javadocs* first, then *remote-javadocs*. Returns a string.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L54" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L54" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -218,7 +215,7 @@ convenient.
Example: (get-source 'filter)</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L97" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L97" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -230,7 +227,7 @@ Example: (get-source 'filter)</pre>
Tries *local-javadocs* first, then *remote-javadocs*.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L74" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L74" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -242,7 +239,7 @@ Tries *local-javadocs* first, then *remote-javadocs*.</pre>
optional args. ns-name is not evaluated.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L188" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L188" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -254,7 +251,7 @@ optional args. ns-name is not evaluated.</pre>
optional args.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L181" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L181" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -281,7 +278,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/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L59" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L59" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -296,7 +293,7 @@ namespace for which the .clj is in the classpath.
Example: (source filter)</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L119" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L119" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -308,7 +305,7 @@ Example: (source filter)</pre>
all break-threads to be stopped. See 'add-break-thread!'</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L135" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L135" id="var-source">Source</a>
</div>