diff options
Diffstat (limited to 'branch-1.1.x/pprint-api.html')
-rw-r--r-- | branch-1.1.x/pprint-api.html | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/branch-1.1.x/pprint-api.html b/branch-1.1.x/pprint-api.html index 3ccc0c21..67ecfd7d 100644 --- a/branch-1.1.x/pprint-api.html +++ b/branch-1.1.x/pprint-api.html @@ -177,7 +177,7 @@ documentation on the the clojure-contrib web site on github.</pre> <pre id="var-docstr">The pretty print dispatch function for pretty printing Clojure code.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L354" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L354" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -187,7 +187,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L78" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L78" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -197,7 +197,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L56" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L56" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -207,7 +207,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L51" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L51" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -219,7 +219,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L44" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L44" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -230,7 +230,7 @@ levels of nesting.</pre> to modify.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L33" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L33" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -240,7 +240,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L29" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L29" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -252,7 +252,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L72" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L72" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -264,7 +264,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L38" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L38" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -274,7 +274,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L61" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L61" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -285,7 +285,7 @@ non-mandatory newlines.</pre> pretty printing the results of macro expansions</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L65" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L65" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -296,7 +296,7 @@ pretty printing the results of macro expansions</pre> <pre id="var-docstr">The pretty print dispatch function for simple data structure format.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L125" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L125" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -333,7 +333,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L26" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L26" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -346,7 +346,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1748" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1748" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -361,7 +361,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1816" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1816" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -377,7 +377,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1830" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1830" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -389,7 +389,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1152" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1152" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -401,7 +401,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L241" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L241" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -414,7 +414,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L229" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L229" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -430,7 +430,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L315" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L315" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -446,7 +446,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L286" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L286" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -460,7 +460,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L306" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L306" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -479,7 +479,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L327" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L327" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -495,7 +495,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L246" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L246" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -506,7 +506,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/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L19" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L19" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -517,7 +517,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L259" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L259" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -548,7 +548,7 @@ The following keyword arguments can be passed with values: * = not yet supported</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L186" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L186" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -568,7 +568,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/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L161" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/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. @@ -590,7 +590,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/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L28" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/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> @@ -600,7 +600,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/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L96" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/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> @@ -614,7 +614,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/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L87" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/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> @@ -629,7 +629,7 @@ Numbers print as with pr.</pre> <pre id="var-docstr">If true, empty tags will have a space before the closing /></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L27" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L27" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.pprint.examples.xml/*prxml-indent*">*prxml-indent*</h2> @@ -638,7 +638,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/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L31" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L31" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.pprint.examples.xml/prxml">prxml</h2> @@ -669,7 +669,7 @@ PSEUDO-TAGS: some keywords have special meaning: ; => <?xml version="1.1" encoding="UTF-8"?></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L92" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L92" id="var-source">Source</a> </div> @@ -679,7 +679,7 @@ PSEUDO-TAGS: some keywords have special meaning: </div> </div> <div id="foot"> - <div style="text-align: center;" id="copyright">Copyright 2007-2009 by Rich Hickey and the various contributors</div> + <div style="text-align: center;" id="copyright">Copyright 2007-2010 by Rich Hickey and the various contributors</div> </div> </div> <div id="DesignedBy">Logo & site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br /> |