From 137b3e8d9e612ba57b1861f84b56da562b13e10b Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Fri, 25 Jun 2010 14:20:49 -0700 Subject: Autodoc commit for master/29b42bdf, 1.1.x/d132c5f1 --- http.agent-api.html | 40 ++++++++++++++++++++-------------------- math-api.html | 18 +++++++++--------- pprint-api.html | 10 +++++----- 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/http.agent-api.html b/http.agent-api.html index 544664e1..ad5fee1f 100644 --- a/http.agent-api.html +++ b/http.agent-api.html @@ -169,7 +169,7 @@ body in a java.io.ByteArrayOutputStream, which can later be retrieved with the 'stream', 'string', and 'bytes' functions. - Source + Source


@@ -181,7 +181,7 @@ retrieved with the 'stream', 'string', and 'bytes' functions. nil if the content is not yet available. - Source + Source


@@ -192,7 +192,7 @@ nil if the content is not yet available.
Returns true if the HTTP response code was in the 400-499 range.
- Source + Source


@@ -203,7 +203,7 @@ nil if the content is not yet available.
Returns true if the HTTP request/response has completed.
- Source + Source


@@ -215,7 +215,7 @@ nil if the content is not yet available. the 500-599 range. - Source + Source


@@ -228,7 +228,7 @@ to keywords in all lower-case Header values are strings. If a header appears more than once, only the last value is returned. - Source + Source


@@ -241,7 +241,7 @@ header appears more than once, only the last value is returned. HTTP status line. - Source + Source


@@ -299,7 +299,7 @@ response stream in a memory buffer. - Source + Source


@@ -311,7 +311,7 @@ response stream in a memory buffer. request, or nil if the response has not yet been received. - Source + Source


@@ -322,7 +322,7 @@ request, or nil if the response has not yet been received.
Returns the HTTP method name used by this HTTP agent, as a String.
- Source + Source


@@ -337,7 +337,7 @@ redirects will be followed automatically and a the agent will never return a 3xx response code. - Source + Source


@@ -351,7 +351,7 @@ Note: if the request body was an InputStream or a Reader, it will no longer be usable. - Source + Source


@@ -362,7 +362,7 @@ longer be usable.
Returns the request headers specified for this HTTP agent.
- Source + Source


@@ -373,7 +373,7 @@ longer be usable.
Returns the URI/URL requested by this HTTP agent, as a String.
- Source + Source


@@ -386,7 +386,7 @@ agent; blocks until the HTTP request is completed. The default handler function returns a ByteArrayOutputStream. - Source + Source


@@ -397,7 +397,7 @@ handler function returns a ByteArrayOutputStream.
Returns true if the HTTP response code was in the 500-599 range.
- Source + Source


@@ -410,7 +410,7 @@ request, as an Integer, or nil if the status has not yet been received. - Source + Source


@@ -426,7 +426,7 @@ If the default handler function was used, this function returns a ByteArrayInputStream on the buffered response body. - Source + Source


@@ -443,7 +443,7 @@ headers, or clojure.contrib.io/*default-encoding* if it is not specified. - Source + Source


@@ -454,7 +454,7 @@ not specified.
Returns true if the HTTP response code was in the 200-299 range.
- Source + Source
diff --git a/math-api.html b/math-api.html index 99328648..eb4365ca 100644 --- a/math-api.html +++ b/math-api.html @@ -140,7 +140,7 @@ exact-integer-sqrt - Implements a math function from the R6RS Scheme
(abs n) is the absolute value of n
- Source + Source


@@ -152,7 +152,7 @@ exact-integer-sqrt - Implements a math function from the R6RS Scheme If n is an exact number, ceil returns an integer, otherwise a double. - Source + Source


@@ -164,7 +164,7 @@ If n is an exact number, ceil returns an integer, otherwise a double. For example, (exact-integer-sqrt 15) is [3 6] because 15 = 3^2+6. - Source + Source


@@ -176,7 +176,7 @@ For example, (exact-integer-sqrt 15) is [3 6] because 15 = 3^2+6. Returns an exact number if the base is an exact number and the power is an integer, otherwise returns a double. - Source + Source


@@ -188,7 +188,7 @@ Returns an exact number if the base is an exact number and the power is an integ If n is an exact number, floor returns an integer, otherwise a double. - Source + Source


@@ -199,7 +199,7 @@ If n is an exact number, floor returns an integer, otherwise a double.
(gcd a b) returns the greatest common divisor of a and b
- Source + Source


@@ -210,7 +210,7 @@ If n is an exact number, floor returns an integer, otherwise a double.
(lcm a b) returns the least common multiple of a and b
- Source + Source


@@ -222,7 +222,7 @@ If n is an exact number, floor returns an integer, otherwise a double. round always returns an integer. Rounds up for values exactly in between two integers. - Source + Source


@@ -233,7 +233,7 @@ round always returns an integer. Rounds up for values exactly in between two in
Square root, but returns exact number if possible.
- Source + Source
diff --git a/pprint-api.html b/pprint-api.html index f10218b8..ea328e8f 100644 --- a/pprint-api.html +++ b/pprint-api.html @@ -328,7 +328,7 @@ and in the Common Lisp HyperSpec at http://www.lispworks.com/documentation/HyperSpec/Body/22_c.htm - Source + Source


@@ -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 - Source + Source


@@ -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. - Source + Source


@@ -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. - Source + Source


@@ -384,7 +384,7 @@ format-in can be either a control string or a previously compiled format. N.B. Only works on ColumnWriters right now. - Source + Source


-- cgit v1.2.3-18-g5258