aboutsummaryrefslogtreecommitdiff
path: root/pprint-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'pprint-api.html')
-rw-r--r--pprint-api.html64
1 files changed, 32 insertions, 32 deletions
diff --git a/pprint-api.html b/pprint-api.html
index ff69b3da..f10218b8 100644
--- a/pprint-api.html
+++ b/pprint-api.html
@@ -182,7 +182,7 @@ documentation on the the clojure-contrib web site on github.</pre>
<pre id="var-docstr">The base to use for printing integers and rationals.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L78" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -192,7 +192,7 @@ documentation on the the clojure-contrib web site on github.</pre>
<pre id="var-docstr">Mark circular structures (N.B. This is not yet used)</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L56" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -202,7 +202,7 @@ documentation on the the clojure-contrib web site on github.</pre>
<pre id="var-docstr">Maximum number of lines to print in a pretty print instance (N.B. This is not yet used)</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L51" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -214,7 +214,7 @@ miser style add newlines in more places to try to keep lines short allowing for
levels of nesting.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L44" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -225,7 +225,7 @@ levels of nesting.</pre>
to modify.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L33" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -235,7 +235,7 @@ to modify.</pre>
<pre id="var-docstr">Bind to true if you want write to use pretty printing</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L29" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -247,7 +247,7 @@ or 16, then the radix specifier used is #b, #o, or #x, respectively. Otherwise t
radix specifier is in the form #XXr where XX is the decimal value of *print-base* </pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L72" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -259,7 +259,7 @@ Set it to nil to have pprint let the line be arbitrarily long. This will ignore
non-mandatory newlines.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L38" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -269,7 +269,7 @@ non-mandatory newlines.</pre>
<pre id="var-docstr">Mark repeated structures rather than repeat them (N.B. This is not yet used)</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L61" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -280,7 +280,7 @@ non-mandatory newlines.</pre>
pretty printing the results of macro expansions</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L65" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -328,7 +328,7 @@ and in the Common Lisp HyperSpec at
<a href="http://www.lispworks.com/documentation/HyperSpec/Body/22_c.htm">http://www.lispworks.com/documentation/HyperSpec/Body/22_c.htm</a></pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5a703b33391e9486548af9ae7d8c3601d6f44505/src/main/clojure/clojure/contrib/pprint/cl_format.clj#L26" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -341,7 +341,7 @@ to cl-format just like a plain format string. Use this function for improved
performance when you're using the same format string repeatedly</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5a703b33391e9486548af9ae7d8c3601d6f44505/src/main/clojure/clojure/contrib/pprint/cl_format.clj#L1749" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -356,7 +356,7 @@ output to a string) in which case it returns the resulting string.
format-in can be either a control string or a previously compiled format.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5a703b33391e9486548af9ae7d8c3601d6f44505/src/main/clojure/clojure/contrib/pprint/cl_format.clj#L1817" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -372,7 +372,7 @@ this is meant to be used as part of a pretty printer dispatch method.
format-in can be either a control string or a previously compiled format.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5a703b33391e9486548af9ae7d8c3601d6f44505/src/main/clojure/clojure/contrib/pprint/cl_format.clj#L1831" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -384,7 +384,7 @@ format-in can be either a control string or a previously compiled format.</pre>
N.B. Only works on ColumnWriters right now.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5a703b33391e9486548af9ae7d8c3601d6f44505/src/main/clojure/clojure/contrib/pprint/cl_format.clj#L1153" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -396,7 +396,7 @@ N.B. Only works on ColumnWriters right now.</pre>
exactly equivalent to (pprint *1).</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L241" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -409,7 +409,7 @@ exactly equivalent to (pprint *1).</pre>
print the object to the currently bound value of *out*.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L229" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -425,7 +425,7 @@ the current column position. n is an offset.
Output is sent to *out* which must be a pretty printing writer.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L315" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -441,7 +441,7 @@ Before the body, the caller can optionally specify options: :prefix, :per-line-p
and :suffix.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L286" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -455,7 +455,7 @@ newline is :linear, :miser, :fill, or :mandatory.
Output is sent to *out* which must be a pretty printing writer.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L306" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -474,7 +474,7 @@ Output is sent to *out* which must be a pretty printing writer.
THIS FUNCTION IS NOT YET IMPLEMENTED.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L327" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -490,7 +490,7 @@ For example functions, see *simple-dispatch* and *code-dispatch* in
clojure.contrib.pprint.dispatch.clj.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L246" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -501,7 +501,7 @@ clojure.contrib.pprint.dispatch.clj.</pre>
<pre id="var-docstr">Installs a function as a new method of multimethod associated with dispatch-value. </pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/pprint/dispatch.clj#L19" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -512,7 +512,7 @@ clojure.contrib.pprint.dispatch.clj.</pre>
<pre id="var-docstr">Execute body with the pretty print dispatch function bound to function.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L259" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -543,7 +543,7 @@ The following keyword arguments can be passed with values:
* = not yet supported</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L186" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -563,7 +563,7 @@ already know that the pretty printer will have set up their environment appropri
Normal library clients should use the standard "write" interface. </pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/661dcfde7965c3e6650d169afca4a20ef146c940/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L161" id="var-source">Source</a>
</div>
<h2 id="namespace-name">pprint.examples.json</h2>
<pre id="namespace-docstr">Pretty printing JavaScript Object Notation (JSON) generator.
@@ -585,7 +585,7 @@ This is an example of using a pretty printer dispatch function to generate JSON
<pre id="var-docstr">The dispatch function for printing objects as JSON</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5d30e632710faf1b74ef7826ba5bf1bde737e5ef/src/examples/clojure/clojure/contrib/pprint/examples/json.clj#L28" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.pprint.examples.json/json-str">json-str</h2>
@@ -595,7 +595,7 @@ This is an example of using a pretty printer dispatch function to generate JSON
<pre id="var-docstr">Converts x to a JSON-formatted string.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5d30e632710faf1b74ef7826ba5bf1bde737e5ef/src/examples/clojure/clojure/contrib/pprint/examples/json.clj#L96" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.pprint.examples.json/print-json">print-json</h2>
@@ -609,7 +609,7 @@ arrays. Unicode characters in strings are escaped as \uXXXX.
Numbers print as with pr.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5d30e632710faf1b74ef7826ba5bf1bde737e5ef/src/examples/clojure/clojure/contrib/pprint/examples/json.clj#L87" id="var-source">Source</a>
</div>
<h2 id="namespace-name">pprint.examples.xml</h2>
<pre id="namespace-docstr">A version of prxml that uses a pretty print dispatch function.</pre>
@@ -624,7 +624,7 @@ Numbers print as with pr.</pre>
<pre id="var-docstr">If true, empty tags will have a space before the closing /&gt;</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5d30e632710faf1b74ef7826ba5bf1bde737e5ef/src/examples/clojure/clojure/contrib/pprint/examples/xml.clj#L26" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.pprint.examples.xml/*prxml-indent*">*prxml-indent*</h2>
@@ -633,7 +633,7 @@ Numbers print as with pr.</pre>
<pre id="var-docstr">The number of spaces to indent sub-tags.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5d30e632710faf1b74ef7826ba5bf1bde737e5ef/src/examples/clojure/clojure/contrib/pprint/examples/xml.clj#L30" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.pprint.examples.xml/prxml">prxml</h2>
@@ -664,7 +664,7 @@ PSEUDO-TAGS: some keywords have special meaning:
; =&gt; &lt;?xml version="1.1" encoding="UTF-8"?&gt;</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5d30e632710faf1b74ef7826ba5bf1bde737e5ef/src/examples/clojure/clojure/contrib/pprint/examples/xml.clj#L96" id="var-source">Source</a>
</div>