aboutsummaryrefslogtreecommitdiff
path: root/branch-1.1.x/repl-ln-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'branch-1.1.x/repl-ln-api.html')
-rw-r--r--branch-1.1.x/repl-ln-api.html17
1 files changed, 7 insertions, 10 deletions
diff --git a/branch-1.1.x/repl-ln-api.html b/branch-1.1.x/repl-ln-api.html
index bec9a319..86fff452 100644
--- a/branch-1.1.x/repl-ln-api.html
+++ b/branch-1.1.x/repl-ln-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" />
@@ -99,7 +96,7 @@ input stream.</pre>
<pre id="var-docstr">Prints info about the current repl</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L208" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L208" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -123,7 +120,7 @@ for clojure.main/repl with the following change and additions:
default: the prompt-fmt of the parent repl, or "%S:%L %N=&gt; "</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L217" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L217" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -134,7 +131,7 @@ for clojure.main/repl with the following change and additions:
<pre id="var-docstr">Returns a map of info about the current repl</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L202" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L202" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -145,7 +142,7 @@ for clojure.main/repl with the following change and additions:
<pre id="var-docstr">Returns the current repl prompt based on this repl's prompt-fmt</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L148" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L148" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -164,7 +161,7 @@ codes in the name to make the corresponding dynamic values part of it:
With no arguments, resets the repl name to its default: "repl-%S"</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L157" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L157" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -185,7 +182,7 @@ the corresponding dynamic values part of it:
With no arguments, resets the repl pompt to its default: "%S:%L %N=&gt; "</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L180" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L180" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -200,7 +197,7 @@ System/out, and System/err using UTF-8 encoding. Also supports all the
options provided by clojure.contrib.repl-ln/repl.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L119" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L119" id="var-source">Source</a>
</div>