diff options
Diffstat (limited to 'branch-1.1.x/pprint-api.html')
-rw-r--r-- | branch-1.1.x/pprint-api.html | 71 |
1 files changed, 34 insertions, 37 deletions
diff --git a/branch-1.1.x/pprint-api.html b/branch-1.1.x/pprint-api.html index c3afd14a..9edefdba 100644 --- a/branch-1.1.x/pprint-api.html +++ b/branch-1.1.x/pprint-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" /> @@ -174,7 +171,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/clojure/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L354" id="var-source">Source</a> + <a href="https://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 /> @@ -184,7 +181,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L78" id="var-source">Source</a> + <a href="https://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 /> @@ -194,7 +191,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L56" id="var-source">Source</a> + <a href="https://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 /> @@ -204,7 +201,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L51" id="var-source">Source</a> + <a href="https://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 /> @@ -216,7 +213,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L44" id="var-source">Source</a> + <a href="https://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 /> @@ -227,7 +224,7 @@ levels of nesting.</pre> to modify.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L33" id="var-source">Source</a> + <a href="https://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 /> @@ -237,7 +234,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L29" id="var-source">Source</a> + <a href="https://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 /> @@ -249,7 +246,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L72" id="var-source">Source</a> + <a href="https://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 /> @@ -261,7 +258,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L38" id="var-source">Source</a> + <a href="https://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 /> @@ -271,7 +268,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L61" id="var-source">Source</a> + <a href="https://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 /> @@ -282,7 +279,7 @@ non-mandatory newlines.</pre> pretty printing the results of macro expansions</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L65" id="var-source">Source</a> + <a href="https://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 /> @@ -293,7 +290,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/clojure/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L125" id="var-source">Source</a> + <a href="https://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 /> @@ -330,7 +327,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L26" id="var-source">Source</a> + <a href="https://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 /> @@ -343,7 +340,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1748" id="var-source">Source</a> + <a href="https://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 /> @@ -358,7 +355,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1816" id="var-source">Source</a> + <a href="https://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 /> @@ -374,7 +371,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1830" id="var-source">Source</a> + <a href="https://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 /> @@ -386,7 +383,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1152" id="var-source">Source</a> + <a href="https://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 /> @@ -398,7 +395,7 @@ N.B. Only works on ColumnWriters right now.</pre> exactly equivalent to (pprint *1).</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L241" id="var-source">Source</a> + <a href="https://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 /> @@ -411,7 +408,7 @@ exactly equivalent to (pprint *1).</pre> print the object to the currently bound value of *out*.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L229" id="var-source">Source</a> + <a href="https://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 /> @@ -427,7 +424,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L315" id="var-source">Source</a> + <a href="https://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 /> @@ -443,7 +440,7 @@ Before the body, the caller can optionally specify options: :prefix, :per-line-p and :suffix.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L286" id="var-source">Source</a> + <a href="https://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 /> @@ -457,7 +454,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L306" id="var-source">Source</a> + <a href="https://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 /> @@ -476,7 +473,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L327" id="var-source">Source</a> + <a href="https://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 /> @@ -492,7 +489,7 @@ For example functions, see *simple-dispatch* and *code-dispatch* in clojure.contrib.pprint.dispatch.clj.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L246" id="var-source">Source</a> + <a href="https://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 /> @@ -503,7 +500,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/clojure/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L19" id="var-source">Source</a> + <a href="https://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 /> @@ -514,7 +511,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L259" id="var-source">Source</a> + <a href="https://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 /> @@ -545,7 +542,7 @@ The following keyword arguments can be passed with values: * = not yet supported</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L186" id="var-source">Source</a> + <a href="https://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 /> @@ -565,7 +562,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/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L161" id="var-source">Source</a> + <a href="https://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. @@ -587,7 +584,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/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L28" id="var-source">Source</a> + <a href="https://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> @@ -597,7 +594,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/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L96" id="var-source">Source</a> + <a href="https://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> @@ -611,7 +608,7 @@ arrays. Unicode characters in strings are escaped as \uXXXX. Numbers print as with pr.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L87" id="var-source">Source</a> + <a href="https://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> @@ -626,7 +623,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/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L27" id="var-source">Source</a> + <a href="https://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> @@ -635,7 +632,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/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L31" id="var-source">Source</a> + <a href="https://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> @@ -666,7 +663,7 @@ PSEUDO-TAGS: some keywords have special meaning: ; => <?xml version="1.1" encoding="UTF-8"?></pre> - <a href="http://github.com/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L92" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L92" id="var-source">Source</a> </div> |