diff options
author | Tom Faulhaber <git_net@infolace.com> | 2010-11-28 19:02:46 -0800 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2010-11-28 19:02:46 -0800 |
commit | 179695b134b8d39531040093c90e90b960834930 (patch) | |
tree | 703fa1cd929837b87909ed0122edf5eb5c956815 | |
parent | 20a4e20a1a96d0ce5337f24afb37ecc1fd6a8b43 (diff) |
Autodoc commit for 1.2.x/e4ea06c9, master/37fba7ef, 1.1.x/d132c5f1
-rw-r--r-- | api-index.json | 11856 | ||||
-rw-r--r-- | branch-1.1.x/api-index.json | 11920 | ||||
-rw-r--r-- | branch-master/api-index.json | 8674 | ||||
-rw-r--r-- | index-v1.1.clj | 11878 | ||||
-rw-r--r-- | index-v1.2.clj | 11820 | ||||
-rw-r--r-- | index-v1.3.clj | 8600 |
6 files changed, 36662 insertions, 28086 deletions
diff --git a/api-index.json b/api-index.json index 8fa53a0f..19159037 100644 --- a/api-index.json +++ b/api-index.json @@ -661,45 +661,53 @@ "name":"clojure.contrib.zip-filter.xml", "doc":null}], "vars": - [{"source-url": + [{"arglists":[["acc", "item"]], + "name":"add", + "namespace":"clojure.contrib.accumulators", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L31", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/add", - "namespace":"clojure.contrib.accumulators", - "line":31, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", - "var-type":"multimethod", - "arglists":[["acc", "item"]], "doc": "Add item to the accumulator acc. The exact meaning of adding an\nan item depends on the type of the accumulator.", - "name":"add"}, - {"source-url": + "var-type":"multimethod", + "line":31, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj"}, + {"arglists":[["acc", "items"]], + "name":"add-items", + "namespace":"clojure.contrib.accumulators", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/add-items", - "namespace":"clojure.contrib.accumulators", - "line":37, - "file":"clojure\/contrib\/accumulators.clj", - "var-type":"function", - "arglists":[["acc", "items"]], "doc": "Add all elements of a collection coll to the accumulator acc.", - "name":"add-items"}, - {"source-url": + "var-type":"function", + "line":37, + "file":"clojure\/contrib\/accumulators.clj"}, + {"arglists":[["&", "accs"]], + "name":"combine", + "namespace":"clojure.contrib.accumulators", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/combine", - "namespace":"clojure.contrib.accumulators", - "line":42, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", - "var-type":"multimethod", - "arglists":[["&", "accs"]], "doc": "Combine the values of the accumulators acc1 and acc2 into a\nsingle accumulator of the same type.", - "name":"combine"}, - {"source-url": + "var-type":"multimethod", + "line":42, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L271", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-counter", @@ -710,7 +718,9 @@ "doc": "An empty counter accumulator. Its value is a map that stores for\nevery item the number of times it was added.", "name":"empty-counter"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L292", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-counter-with-total", @@ -721,7 +731,9 @@ "doc": "An empty counter-with-total accumulator. It works like the counter\naccumulator, except that the total number of items added is stored as the\nvalue of the key :total.", "name":"empty-counter-with-total"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L88", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-list", @@ -732,7 +744,9 @@ "doc": "An empty list accumulator. Adding an item appends it at the beginning.", "name":"empty-list"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L145", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-map", @@ -743,7 +757,9 @@ "doc": "An empty map accumulator. Items to be added must be [key value] pairs.", "name":"empty-map"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L185", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-maximum", @@ -753,7 +769,9 @@ "var-type":"var", "doc":"An empty maximum accumulator. Only numbers can be added.", "name":"empty-maximum"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L232", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-mean-variance", @@ -764,7 +782,9 @@ "doc": "An empty mean-variance accumulator, combining sample mean and\nsample variance. Only numbers can be added.", "name":"empty-mean-variance"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L207", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-min-max", @@ -775,7 +795,9 @@ "doc": "An empty min-max accumulator, combining minimum and maximum.\nOnly numbers can be added.", "name":"empty-min-max"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L191", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-minimum", @@ -785,7 +807,9 @@ "var-type":"var", "doc":"An empty minimum accumulator. Only numbers can be added.", "name":"empty-minimum"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L177", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-product", @@ -795,7 +819,9 @@ "var-type":"var", "doc":"An empty sum accumulator. Only numbers can be added.", "name":"empty-product"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L102", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-queue", @@ -806,7 +832,9 @@ "doc": "An empty queue accumulator. Adding an item appends it at the end.", "name":"empty-queue"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L116", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-set", @@ -816,7 +844,9 @@ "var-type":"var", "doc":"An empty set accumulator.", "name":"empty-set"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L130", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-string", @@ -827,7 +857,9 @@ "doc": "An empty string accumulator. Adding an item (string or character)\nappends it at the end.", "name":"empty-string"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L174", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-sum", @@ -837,19 +869,23 @@ "var-type":"var", "doc":"An empty sum accumulator. Only numbers can be added.", "name":"empty-sum"}, - {"source-url": + {"arglists":[["empty-accumulators"]], + "name":"empty-tuple", + "namespace":"clojure.contrib.accumulators", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L310", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-tuple", - "namespace":"clojure.contrib.accumulators", - "line":310, - "file":"clojure\/contrib\/accumulators.clj", - "var-type":"function", - "arglists":[["empty-accumulators"]], "doc": "Returns an accumulator tuple with the supplied empty-accumulators\nas its value. Accumulator tuples consist of several accumulators that\nwork in parallel. Added items must be sequences whose number of elements\nmatches the number of sub-accumulators.", - "name":"empty-tuple"}, - {"source-url": + "var-type":"function", + "line":310, + "file":"clojure\/contrib\/accumulators.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L74", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-vector", @@ -860,195 +896,227 @@ "doc": "An empty vector accumulator. Adding an item appends it at the end.", "name":"empty-vector"}, - {"source-url": + {"arglists":[["vars", "agent", "action", "&", "args"]], + "name":"capture-and-send", + "namespace":"clojure.contrib.agent-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/agent_utils.clj#L22", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/agent_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/agent-utils-api.html#clojure.contrib.agent-utils\/capture-and-send", - "namespace":"clojure.contrib.agent-utils", - "line":22, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/agent_utils.clj", - "var-type":"macro", - "arglists":[["vars", "agent", "action", "&", "args"]], "doc": "Capture the current value of the specified vars and rebind \nthem on the agent thread before executing the action.\n\nExample:\n (capture-and-send [*out*] a f b c)", - "name":"capture-and-send"}, - {"source-url": + "var-type":"macro", + "line":22, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/agent_utils.clj"}, + {"arglists":[["macro", "&", "args"]], + "name":"apply-macro", + "namespace":"clojure.contrib.apply-macro", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/73accf597eafb8dfcb642702a3b98b057bbdbbdf\/src\/main\/clojure\/clojure\/contrib\/apply_macro.clj#L34", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/73accf597eafb8dfcb642702a3b98b057bbdbbdf\/src\/main\/clojure\/clojure\/contrib\/apply_macro.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/apply-macro-api.html#clojure.contrib.apply-macro\/apply-macro", - "namespace":"clojure.contrib.apply-macro", - "line":34, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/apply_macro.clj", - "var-type":"macro", - "arglists":[["macro", "&", "args"]], "doc": "This is evil. Don't ever use it. It makes a macro behave like a\nfunction. Seriously, how messed up is that?\n\nEvaluates all args, then uses them as arguments to the macro as with\napply.\n\n(def things [true true false])\n(apply-macro and things)\n;; Expands to: (and true true false)", - "name":"apply-macro"}, - {"source-url": + "var-type":"macro", + "line":34, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/apply_macro.clj"}, + {"arglists":[["input", "output", "alphabet", "line-length"]], + "name":"encode", + "namespace":"clojure.contrib.base64", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/base64.clj#L27", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/base64.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/base64-api.html#clojure.contrib.base64\/encode", - "namespace":"clojure.contrib.base64", - "line":27, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/base64.clj", - "var-type":"function", - "arglists":[["input", "output", "alphabet", "line-length"]], "doc": "Encodes bytes of input, writing Base 64 text on output. alphabet\nis a 65-character String containing the 64 characters to use in the\nencoding; the 65th character is the pad character. line-length is\nthe maximum number of characters per line, nil for no line breaks.", - "name":"encode"}, - {"source-url": + "var-type":"function", + "line":27, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/base64.clj"}, + {"arglists":[["s"], ["s", "encoding", "line-length"]], + "name":"encode-str", + "namespace":"clojure.contrib.base64", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/base64.clj#L79", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/base64.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/base64-api.html#clojure.contrib.base64\/encode-str", - "namespace":"clojure.contrib.base64", - "line":79, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/base64.clj", - "var-type":"function", - "arglists":[["s"], ["s", "encoding", "line-length"]], "doc": "Encodes String in base 64; returns a String. If not specified,\nencoding is UTF-8 and line-length is nil.", - "name":"encode-str"}, - {"source-url": + "var-type":"function", + "line":79, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/base64.clj"}, + {"arglists":[[]], + "name":"classpath", + "namespace":"clojure.contrib.classpath", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/classpath.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/classpath.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/classpath-api.html#clojure.contrib.classpath\/classpath", - "namespace":"clojure.contrib.classpath", - "line":23, - "file":"clojure\/contrib\/classpath.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a sequence of File objects of the elements on CLASSPATH.", - "name":"classpath"}, - {"source-url": + "var-type":"function", + "line":23, + "file":"clojure\/contrib\/classpath.clj"}, + {"arglists":[[]], + "name":"classpath-directories", + "namespace":"clojure.contrib.classpath", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/classpath.clj#L30", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/classpath.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/classpath-api.html#clojure.contrib.classpath\/classpath-directories", - "namespace":"clojure.contrib.classpath", - "line":30, - "file":"clojure\/contrib\/classpath.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a sequence of File objects for the directories on classpath.", - "name":"classpath-directories"}, - {"source-url": + "var-type":"function", + "line":30, + "file":"clojure\/contrib\/classpath.clj"}, + {"arglists":[[]], + "name":"classpath-jarfiles", + "namespace":"clojure.contrib.classpath", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/classpath.clj#L35", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/classpath.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/classpath-api.html#clojure.contrib.classpath\/classpath-jarfiles", - "namespace":"clojure.contrib.classpath", - "line":35, - "file":"clojure\/contrib\/classpath.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a sequence of JarFile objects for the JAR files on classpath.", - "name":"classpath-jarfiles"}, - {"source-url": + "var-type":"function", + "line":35, + "file":"clojure\/contrib\/classpath.clj"}, + {"arglists":[["&", "seqs"]], + "name":"cartesian-product", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj#L107", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/cartesian-product", - "namespace":"clojure.contrib.combinatorics", + "doc":"All the ways to take one item from each sequence", + "var-type":"function", "line":107, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["&", "seqs"]], - "doc":"All the ways to take one item from each sequence", - "name":"cartesian-product"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["items", "n"]], + "name":"combinations", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/combinations", - "namespace":"clojure.contrib.combinatorics", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["items", "n"]], "doc": "All the unique ways of taking n different elements from items", - "name":"combinations"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["c"]], + "name":"lex-permutations", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/lex-permutations", - "namespace":"clojure.contrib.combinatorics", - "line":151, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["c"]], "doc": "Fast lexicographic permutation generator for a sequence of numbers", - "name":"lex-permutations"}, - {"source-url": + "var-type":"function", + "line":151, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["items"]], + "name":"permutations", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj#L160", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/permutations", - "namespace":"clojure.contrib.combinatorics", + "doc":"All the permutations of items, lexicographic by index", + "var-type":"function", "line":160, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["items"]], - "doc":"All the permutations of items, lexicographic by index", - "name":"permutations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["items", "n"]], + "name":"selections", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj#L127", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/selections", - "namespace":"clojure.contrib.combinatorics", - "line":127, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["items", "n"]], "doc": "All the ways of taking n (possibly the same) elements from the sequence of items", - "name":"selections"}, - {"source-url": + "var-type":"function", + "line":127, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["items"]], + "name":"subsets", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj#L101", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/subsets", - "namespace":"clojure.contrib.combinatorics", + "doc":"All the subsets of items", + "var-type":"function", "line":101, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["items"]], - "doc":"All the subsets of items", - "name":"subsets"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["args", "desc", "cmdspec", "&", "body"]], + "name":"with-command-line", + "namespace":"clojure.contrib.command-line", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/command_line.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/command_line.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/command-line-api.html#clojure.contrib.command-line\/with-command-line", - "namespace":"clojure.contrib.command-line", + "doc":"Bind locals to command-line args.", + "var-type":"macro", "line":90, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/command_line.clj", - "var-type":"macro", - "arglists":[["args", "desc", "cmdspec", "&", "body"]], - "doc":"Bind locals to command-line args.", - "name":"with-command-line"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/command_line.clj"}, + {"arglists":[["bindings", "&", "clauses"]], + "name":"cond-let", + "namespace":"clojure.contrib.cond", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/cond.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/cond.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/cond-api.html#clojure.contrib.cond\/cond-let", - "namespace":"clojure.contrib.cond", - "line":18, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/cond.clj", - "var-type":"macro", - "arglists":[["bindings", "&", "clauses"]], "doc": "Takes a binding-form and a set of test\/expr pairs. Evaluates each test\none at a time. If a test returns logical true, cond-let evaluates and\nreturns expr with binding-form bound to the value of test and doesn't\nevaluate any of the other tests or exprs. To provide a default value\neither provide a literal that evaluates to logical true and is\nbinding-compatible with binding-form, or use :else as the test and don't\nrefer to any parts of binding-form in the expr. (cond-let binding-form)\nreturns nil.", - "name":"cond-let"}, - {"source-url": + "var-type":"macro", + "line":18, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/cond.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/condition.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/condition.clj#L56", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/*full-stack-traces*", @@ -1060,46 +1128,54 @@ "doc": "Bind to true to include clojure.{core,lang,main} frames in stack\ntraces", "name":"*full-stack-traces*"}, - {"source-url": + {"arglists":[["dispatch-fn", "&", "body"]], + "name":"handler-case", + "namespace":"clojure.contrib.condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/condition.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/handler-case", - "namespace":"clojure.contrib.condition", - "line":71, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/condition.clj", - "var-type":"macro", - "arglists":[["dispatch-fn", "&", "body"]], "doc": "Executes body in a context where raised conditions can be handled.\n\ndispatch-fn accepts a raised condition (a map) and returns a selector\nused to choose a handler. Commonly, dispatch-fn will be :type to dispatch\non the condition's :type value.\n\nHandlers are forms within body:\n\n (handle key\n ...)\n\nIf a condition is raised, executes the body of the first handler whose\nkey satisfies (isa? selector key). If no handlers match, re-raises the\ncondition.\n\nWhile a handler is running, *condition* is bound to the condition being\nhandled and *selector* is bound to to the value returned by dispatch-fn\nthat matched the handler's key.", - "name":"handler-case"}, - {"source-url": + "var-type":"macro", + "line":71, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/condition.clj"}, + {"arglists":[["x"]], + "name":"print-stack-trace", + "namespace":"clojure.contrib.condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/condition.clj#L128", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/print-stack-trace", - "namespace":"clojure.contrib.condition", - "line":128, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/condition.clj", - "var-type":"function", - "arglists":[["x"]], "doc": "Prints a stack trace for a condition or Throwable. Skips frames for\nclasses in clojure.{core,lang,main} unless the *full-stack-traces* is\nbound to logical true", - "name":"print-stack-trace"}, - {"source-url": + "var-type":"function", + "line":128, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/condition.clj"}, + {"arglists":[[], ["m"], ["key", "val", "&", "keyvals"]], + "name":"raise", + "namespace":"clojure.contrib.condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/condition.clj#L60", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/raise", - "namespace":"clojure.contrib.condition", - "line":60, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/condition.clj", - "var-type":"macro", - "arglists":[[], ["m"], ["key", "val", "&", "keyvals"]], "doc": "Raises a condition. With no arguments, re-raises the current condition.\nWith one argument (a map), raises the argument. With two or more\narguments, raises a map with keys and values from the arguments.", - "name":"raise"}, - {"source-url": + "var-type":"macro", + "line":60, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/condition.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/condition.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/condition.clj#L106", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/stack-trace-info", @@ -1111,165 +1187,193 @@ "doc": "Returns header, stack-trace, and cause info from conditions and\nThrowables", "name":"stack-trace-info"}, - {"source-url": + {"arglists":[["x", "form"], ["x", "form", "&", "forms"]], + "name":"-?>", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/core.clj#L30", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/-?>", - "namespace":"clojure.contrib.core", - "line":30, - "file":"clojure\/contrib\/core.clj", - "var-type":"macro", - "arglists":[["x", "form"], ["x", "form", "&", "forms"]], "doc": "Same as clojure.core\/-> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(-?> \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(-?> nil .toUpperCase (.substring 1)) returns nil\n", - "name":"-?>"}, - {"source-url": + "var-type":"macro", + "line":30, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["x", "form"], ["x", "form", "&", "forms"]], + "name":"-?>>", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/core.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/-?>>", - "namespace":"clojure.contrib.core", - "line":46, - "file":"clojure\/contrib\/core.clj", - "var-type":"macro", - "arglists":[["x", "form"], ["x", "form", "&", "forms"]], "doc": "Same as clojure.core\/->> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(-?>> (range 5) (map inc)) returns (1 2 3 4 5)\n(-?>> [] seq (map inc)) returns nil\n", - "name":"-?>>"}, - {"source-url": + "var-type":"macro", + "line":46, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["x", "form"], ["x", "form", "&", "forms"]], + "name":".?.", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/core.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/.?.", - "namespace":"clojure.contrib.core", - "line":38, - "file":"clojure\/contrib\/core.clj", - "var-type":"macro", - "arglists":[["x", "form"], ["x", "form", "&", "forms"]], "doc": "Same as clojure.core\/.. but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(.?. \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(.?. nil .toUpperCase (.substring 1)) returns nil\n", - "name":".?."}, - {"source-url": + "var-type":"macro", + "line":38, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["m", ["k", "&", "ks", "as", "keys"]]], + "name":"dissoc-in", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/core.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/dissoc-in", - "namespace":"clojure.contrib.core", - "line":57, - "file":"clojure\/contrib\/core.clj", - "var-type":"function", - "arglists":[["m", ["k", "&", "ks", "as", "keys"]]], "doc": "Dissociates an entry from a nested associative structure returning a new\nnested structure. keys is a sequence of keys. Any empty maps that result\nwill not be present in the new structure.", - "name":"dissoc-in"}, - {"source-url": + "var-type":"function", + "line":57, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["class-name", "&", "args"]], + "name":"new-by-name", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/core.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/new-by-name", - "namespace":"clojure.contrib.core", - "line":71, - "file":"clojure\/contrib\/core.clj", - "var-type":"function", - "arglists":[["class-name", "&", "args"]], "doc": "Constructs a Java object whose class is specified by a String.", - "name":"new-by-name"}, - {"source-url": + "var-type":"function", + "line":71, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["x"]], + "name":"seqable?", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/core.clj#L78", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/seqable?", - "namespace":"clojure.contrib.core", - "line":78, - "file":"clojure\/contrib\/core.clj", - "var-type":"function", - "arglists":[["x"]], "doc":"Returns true if (seq x) will succeed, false otherwise.", - "name":"seqable?"}, - {"source-url": + "var-type":"function", + "line":78, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["cell", "key", "fun"]], + "name":"add-cell-watcher", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L461", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/add-cell-watcher", - "namespace":"clojure.contrib.dataflow", - "line":461, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["cell", "key", "fun"]], "doc": "Adds a watcher to a cell to respond to changes of value. The is a\nfunction of 4 values: a key, the cell, its old value, its new\nvalue. This is implemented using Clojure's add-watch to the\nunderlying ref, and shared its sematics", - "name":"add-cell-watcher"}, - {"source-url": + "var-type":"function", + "line":461, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "cells"]], + "name":"add-cells", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L211", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/add-cells", - "namespace":"clojure.contrib.dataflow", + "doc":"Given a collection of cells, add them to the dataflow.", + "var-type":"function", "line":211, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "cells"]], - "doc":"Given a collection of cells, add them to the dataflow.", - "name":"add-cells"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["cs"]], + "name":"build-dataflow", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L189", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/build-dataflow", - "namespace":"clojure.contrib.dataflow", - "line":189, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["cs"]], "doc": "Given a collection of cells, build and return a dataflow object", - "name":"build-dataflow"}, - {"source-url": + "var-type":"function", + "line":189, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["name", "init"]], + "name":"build-source-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L232", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/build-source-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Builds a source cell", + "var-type":"function", "line":232, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["name", "init"]], - "doc":"Builds a source cell", - "name":"build-source-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["name", "deps", "fun", "expr"]], + "name":"build-standard-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L293", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/build-standard-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Builds a standard cell", + "var-type":"function", "line":293, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["name", "deps", "fun", "expr"]], - "doc":"Builds a standard cell", - "name":"build-standard-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["deps", "fun", "expr"]], + "name":"build-validator-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L299", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/build-validator-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Builds a validator cell", + "var-type":"function", "line":299, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["deps", "fun", "expr"]], - "doc":"Builds a validator cell", - "name":"build-validator-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["type", "&", "data"]], + "name":"cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L305", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/cell", - "namespace":"clojure.contrib.dataflow", - "line":305, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"macro", - "arglists":[["type", "&", "data"]], "doc": "Build a standard cell, like this:\n\n (cell fred\n (* ?mary ?joe))\n\nWhich creates a cell named fred that is the product of a cell mary and cell joe\n\nOr:\n\n (cell joe\n (apply * ?*sally))\n\nWhich creates a cell that applies * to the collection of all cells named sally\n\nOr:\n\n (cell :source fred 0)\n\nWhich builds a source cell fred with initial value 0\n\nOr:\n\n (cell :validator (when (< ?fred ?sally)\n (throwf \"%s must be greater than %s\" ?fred ?sally))\n\nWhich will perform the validation", - "name":"cell"}, - {"source-url": + "var-type":"macro", + "line":305, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L349", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/display-cell", @@ -1280,7 +1384,9 @@ "var-type":"multimethod", "doc":"A 'readable' form of the cell", "name":"display-cell"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L373", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/eval-cell", @@ -1291,317 +1397,369 @@ "var-type":"multimethod", "doc":"Evaluate a dataflow cell. Return [changed, old val]", "name":"eval-cell"}, - {"source-url": + {"arglists":[["df", "name"]], + "name":"get-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Get the single cell named by name", + "var-type":"function", "line":95, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "name"]], - "doc":"Get the single cell named by name", - "name":"get-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "name"]], + "name":"get-cells", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-cells", - "namespace":"clojure.contrib.dataflow", + "doc":"Get all the cells named by name", + "var-type":"function", "line":90, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "name"]], - "doc":"Get all the cells named by name", - "name":"get-cells"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "env", "name"]], + "name":"get-old-value", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L137", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-old-value", - "namespace":"clojure.contrib.dataflow", + "doc":"Looks up an old value", + "var-type":"function", "line":137, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "env", "name"]], - "doc":"Looks up an old value", - "name":"get-old-value"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df"]], + "name":"get-source-cells", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L109", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-source-cells", - "namespace":"clojure.contrib.dataflow", + "doc":"Returns a collection of source cells from the dataflow", + "var-type":"function", "line":109, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df"]], - "doc":"Returns a collection of source cells from the dataflow", - "name":"get-source-cells"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "name"]], + "name":"get-value", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L116", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-value", - "namespace":"clojure.contrib.dataflow", - "line":116, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "name"]], "doc": "Gets a value from the df matching the passed symbol.\nSignals an error if the name is not present, or if it not a single\nvalue.", - "name":"get-value"}, - {"source-url": + "var-type":"function", + "line":116, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["cell"]], + "name":"get-value-from-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L144", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-value-from-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Given a cell, get its value", + "var-type":"function", "line":144, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["cell"]], - "doc":"Given a cell, get its value", - "name":"get-value-from-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "name"]], + "name":"get-values", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L127", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-values", - "namespace":"clojure.contrib.dataflow", + "doc":"Gets a collection of values from the df by name", + "var-type":"function", "line":127, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "name"]], - "doc":"Gets a collection of values from the df by name", - "name":"get-values"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df"]], + "name":"print-dataflow", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L200", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/print-dataflow", - "namespace":"clojure.contrib.dataflow", + "doc":"Prints a dataflow, one cell per line", + "var-type":"function", "line":200, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df"]], - "doc":"Prints a dataflow, one cell per line", - "name":"print-dataflow"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "cells"]], + "name":"remove-cells", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L219", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/remove-cells", - "namespace":"clojure.contrib.dataflow", - "line":219, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "cells"]], "doc": "Given a collection of cells, remove them from the dataflow.", - "name":"remove-cells"}, - {"source-url": + "var-type":"function", + "line":219, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["cell"]], + "name":"source-cell?", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L104", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/source-cell?", - "namespace":"clojure.contrib.dataflow", + "doc":"Is this cell a source cell?", + "var-type":"function", "line":104, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["cell"]], - "doc":"Is this cell a source cell?", - "name":"source-cell?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "data"]], + "name":"update-values", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L439", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/update-values", - "namespace":"clojure.contrib.dataflow", - "line":439, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "data"]], "doc": "Given a dataflow, and a map of name-value pairs, update the\ndataflow by binding the new values. Each name must be of a source\ncell", - "name":"update-values"}, - {"source-url": + "var-type":"function", + "line":439, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["rules", "query"]], + "name":"build-work-plan", + "namespace":"clojure.contrib.datalog", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog\/build-work-plan", - "namespace":"clojure.contrib.datalog", - "line":46, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog.clj", - "var-type":"function", - "arglists":[["rules", "query"]], "doc": "Given a list of rules and a query, build a work plan that can be\nused to execute the query.", - "name":"build-work-plan"}, - {"source-url": + "var-type":"function", + "line":46, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog.clj"}, + {"arglists":[["work-plan", "database", "query-bindings"]], + "name":"run-work-plan", + "namespace":"clojure.contrib.datalog", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog.clj#L56", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog\/run-work-plan", - "namespace":"clojure.contrib.datalog", - "line":56, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog.clj", - "var-type":"function", - "arglists":[["work-plan", "database", "query-bindings"]], "doc": "Given a work plan, a database, and some query bindings, run the\nwork plan and return the results.", - "name":"run-work-plan"}, - {"source-url": + "var-type":"function", + "line":56, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog.clj"}, + {"arglists":[["name", "orig"], ["name", "orig", "doc"]], + "name":"defalias", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defalias", - "namespace":"clojure.contrib.def", - "line":66, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "orig"], ["name", "orig", "doc"]], "doc": "Defines an alias for a var: a new var with the same root binding (if\nany) and similar metadata. The metadata of the alias is its initial\nmetadata (as provided by def) merged into the metadata of the original.", - "name":"defalias"}, - {"source-url": + "var-type":"macro", + "line":66, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["sym", "init"]], + "name":"defhinted", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj#L85", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defhinted", - "namespace":"clojure.contrib.def", - "line":85, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["sym", "init"]], "doc": "Defines a var with a type hint matching the class of the given\ninit. Be careful about using any form of 'def' or 'binding' to a\nvalue of a different type. See http:\/\/paste.lisp.org\/display\/73344", - "name":"defhinted"}, - {"source-url": + "var-type":"macro", + "line":85, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "&", "decls"]], + "name":"defmacro-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj#L39", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defmacro-", - "namespace":"clojure.contrib.def", + "doc":"Same as defmacro but yields a private definition", + "var-type":"macro", "line":39, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "&", "decls"]], - "doc":"Same as defmacro but yields a private definition", - "name":"defmacro-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["fn-name", "&", "defn-stuff"]], + "name":"defn-memo", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj#L143", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defn-memo", - "namespace":"clojure.contrib.def", - "line":143, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["fn-name", "&", "defn-stuff"]], "doc": "Just like defn, but memoizes the function using clojure.core\/memoize", - "name":"defn-memo"}, - {"source-url": + "var-type":"macro", + "line":143, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["fn-name", "&", "fn-tail"]], + "name":"defnk", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj#L122", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defnk", - "namespace":"clojure.contrib.def", - "line":122, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["fn-name", "&", "fn-tail"]], "doc": "Define a function accepting keyword arguments. Symbols up to the first\nkeyword in the parameter list are taken as positional arguments. Then\nan alternating sequence of keywords and defaults values is expected. The\nvalues of the keyword arguments are available in the function body by\nvirtue of the symbol corresponding to the keyword (cf. :keys destructuring).\ndefnk accepts an optional docstring as well as an optional metadata map.", - "name":"defnk"}, - {"source-url": + "var-type":"macro", + "line":122, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "expr"], ["name", "expr", "doc"]], + "name":"defonce-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defonce-", - "namespace":"clojure.contrib.def", + "doc":"Same as defonce but yields a private definition", + "var-type":"macro", "line":59, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "expr"], ["name", "expr", "doc"]], - "doc":"Same as defonce but yields a private definition", - "name":"defonce-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "&", "decls"]], + "name":"defstruct-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defstruct-", - "namespace":"clojure.contrib.def", + "doc":"Same as defstruct but yields a private definition", + "var-type":"macro", "line":54, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "&", "decls"]], - "doc":"Same as defstruct but yields a private definition", - "name":"defstruct-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name"], ["name", "doc"]], + "name":"defunbound", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj#L32", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defunbound", - "namespace":"clojure.contrib.def", + "doc":"Defines an unbound var with optional doc string", + "var-type":"macro", "line":32, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name"], ["name", "doc"]], - "doc":"Defines an unbound var with optional doc string", - "name":"defunbound"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "&", "decls"]], + "name":"defunbound-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defunbound-", - "namespace":"clojure.contrib.def", + "doc":"Same as defunbound but yields a private definition", + "var-type":"macro", "line":49, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "&", "decls"]], - "doc":"Same as defunbound but yields a private definition", - "name":"defunbound-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name"], ["name", "init"], ["name", "init", "doc"]], + "name":"defvar", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defvar", - "namespace":"clojure.contrib.def", + "doc":"Defines a var with an optional intializer and doc string", + "var-type":"macro", "line":23, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name"], ["name", "init"], ["name", "init", "doc"]], - "doc":"Defines a var with an optional intializer and doc string", - "name":"defvar"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "&", "decls"]], + "name":"defvar-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj#L44", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defvar-", - "namespace":"clojure.contrib.def", + "doc":"Same as defvar but yields a private definition", + "var-type":"macro", "line":44, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "&", "decls"]], - "doc":"Same as defvar but yields a private definition", - "name":"defvar-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "macro-args"]], + "name":"name-with-attributes", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj#L96", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/name-with-attributes", - "namespace":"clojure.contrib.def", - "line":96, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"function", - "arglists":[["name", "macro-args"]], "doc": "To be used in macro definitions.\nHandles optional docstrings and attribute maps for a name to be defined\nin a list of macro arguments. If the first macro argument is a string,\nit is added as a docstring to name and removed from the macro argument\nlist. If afterwards the first macro argument is a map, its entries are\nadded to the name's metadata map and the map is removed from the\nmacro argument list. The return value is a vector containing the name\nwith its extended metadata map and the list of unprocessed macro\narguments.", - "name":"name-with-attributes"}, - {"source-url": + "var-type":"function", + "line":96, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L146", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/*append-to-writer*", @@ -1613,7 +1771,9 @@ "doc": "If true, writer and spit will open files in append mode.\nDefaults to false. Use append-writer or append-spit.", "name":"*append-to-writer*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L78", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/*buffer-size*", @@ -1625,7 +1785,9 @@ "doc": "Size, in bytes or characters, of the buffer used when\ncopying streams.", "name":"*buffer-size*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L83", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/*byte-array-type*", @@ -1636,7 +1798,9 @@ "var-type":"var", "doc":"Type object for a Java primitive byte array.", "name":"*byte-array-type*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L72", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/*default-encoding*", @@ -1648,1728 +1812,2006 @@ "doc": "Name of the default encoding to use when reading & writing.\nDefault is UTF-8.", "name":"*default-encoding*"}, - {"source-url": + {"arglists":[["f", "content"]], + "name":"append-spit", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L265", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/append-spit", - "namespace":"clojure.contrib.duck-streams", + "doc":"Like spit but appends to file.", + "var-type":"function", "line":265, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["f", "content"]], - "doc":"Like spit but appends to file.", - "name":"append-spit"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["x"]], + "name":"append-writer", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L217", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/append-writer", - "namespace":"clojure.contrib.duck-streams", - "line":217, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["x"]], "doc": "Like writer but opens file for appending. Does not work on streams\nthat are already open.", - "name":"append-writer"}, - {"source-url": + "var-type":"function", + "line":217, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["input", "output"]], + "name":"copy", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L301", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/copy", - "namespace":"clojure.contrib.duck-streams", - "line":301, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"multimethod", - "arglists":[["input", "output"]], "doc": "Copies input to output. Returns nil.\nInput may be an InputStream, Reader, File, byte[], or String.\nOutput may be an OutputStream, Writer, or File.\n\nDoes not close any streams except those it opens itself \n(on a File).\n\nWriting a File fails if the parent directory does not exist.", - "name":"copy"}, - {"source-url": + "var-type":"multimethod", + "line":301, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["&", "args"]], + "name":"file-str", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/file-str", - "namespace":"clojure.contrib.duck-streams", - "line":88, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Concatenates args as strings and returns a java.io.File. Replaces\nall \/ and \\ with File\/separatorChar. Replaces ~ at the start of\nthe path with the user.home system property.", - "name":"file-str"}, - {"source-url": + "var-type":"function", + "line":88, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["file"]], + "name":"make-parents", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L388", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/make-parents", - "namespace":"clojure.contrib.duck-streams", + "doc":"Creates all parent directories of file.", + "var-type":"function", "line":388, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["file"]], - "doc":"Creates all parent directories of file.", - "name":"make-parents"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[[]], + "name":"pwd", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L271", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/pwd", - "namespace":"clojure.contrib.duck-streams", - "line":271, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns current working directory as a String. (Like UNIX 'pwd'.)\nNote: In Java, you cannot change the current working directory.", - "name":"pwd"}, - {"source-url": + "var-type":"function", + "line":271, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f"]], + "name":"read-lines", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L236", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/read-lines", - "namespace":"clojure.contrib.duck-streams", - "line":236, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "Like clojure.core\/line-seq but opens f with reader. Automatically\ncloses the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.", - "name":"read-lines"}, - {"source-url": + "var-type":"function", + "line":236, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["x"]], + "name":"reader", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L102", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/reader", - "namespace":"clojure.contrib.duck-streams", - "line":102, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc": "Attempts to coerce its argument into an open\njava.io.BufferedReader. Argument may be an instance of Reader,\nBufferedReader, InputStream, File, URI, URL, Socket, or String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names. Uses *default-encoding* as the text encoding.\n\nShould be used inside with-open to ensure the Reader is properly\nclosed.", - "name":"reader"}, - {"source-url": + "var-type":"multimethod", + "line":102, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f"]], + "name":"slurp*", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L247", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/slurp*", - "namespace":"clojure.contrib.duck-streams", + "doc":"Like clojure.core\/slurp but opens f with reader.", + "var-type":"function", "line":247, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["f"]], - "doc":"Like clojure.core\/slurp but opens f with reader.", - "name":"slurp*"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f", "content"]], + "name":"spit", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L258", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/spit", - "namespace":"clojure.contrib.duck-streams", - "line":258, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["f", "content"]], "doc": "Opposite of slurp. Opens f with writer, writes content, then\ncloses f.", - "name":"spit"}, - {"source-url": + "var-type":"function", + "line":258, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["arg"]], + "name":"to-byte-array", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L393", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/to-byte-array", - "namespace":"clojure.contrib.duck-streams", - "line":393, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"multimethod", - "arglists":[["arg"]], "doc": "Converts argument into a Java byte array. Argument may be\na String, File, InputStream, or Reader. If the argument is already\na byte array, returns it.", - "name":"to-byte-array"}, - {"source-url": + "var-type":"multimethod", + "line":393, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f", "&", "body"]], + "name":"with-in-reader", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L294", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/with-in-reader", - "namespace":"clojure.contrib.duck-streams", - "line":294, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"macro", - "arglists":[["f", "&", "body"]], "doc": "Opens a PushbackReader on f, binds it to *in*, and evaluates body.", - "name":"with-in-reader"}, - {"source-url": + "var-type":"macro", + "line":294, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f", "&", "body"]], + "name":"with-out-append-writer", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L287", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/with-out-append-writer", - "namespace":"clojure.contrib.duck-streams", + "doc":"Like with-out-writer but appends to file.", + "var-type":"macro", "line":287, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"macro", - "arglists":[["f", "&", "body"]], - "doc":"Like with-out-writer but appends to file.", - "name":"with-out-append-writer"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f", "&", "body"]], + "name":"with-out-writer", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L279", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/with-out-writer", - "namespace":"clojure.contrib.duck-streams", - "line":279, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"macro", - "arglists":[["f", "&", "body"]], "doc": "Opens a writer on f, binds it to *out*, and evalutes body.\nAnything printed within body will be written to f.", - "name":"with-out-writer"}, - {"source-url": + "var-type":"macro", + "line":279, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f", "lines"]], + "name":"write-lines", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L225", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/write-lines", - "namespace":"clojure.contrib.duck-streams", - "line":225, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["f", "lines"]], "doc": "Writes lines (a seq) to f, separated by newlines. f is opened with\nwriter, and automatically closed at the end of the sequence.", - "name":"write-lines"}, - {"source-url": + "var-type":"function", + "line":225, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["x"]], + "name":"writer", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj#L153", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/aa3f018f65006c78b08703e7adef04b7f39e1542\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/writer", - "namespace":"clojure.contrib.duck-streams", - "line":153, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc": "Attempts to coerce its argument into an open java.io.PrintWriter\nwrapped around a java.io.BufferedWriter. Argument may be an\ninstance of Writer, PrintWriter, BufferedWriter, OutputStream, File,\nURI, URL, Socket, or String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names.\n\nShould be used inside with-open to ensure the Writer is properly\nclosed.", - "name":"writer"}, - {"source-url": + "var-type":"multimethod", + "line":153, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["continue-name", ["args*"], "&", "body"]], + "name":"bind-continue", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L150", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/bind-continue", - "namespace":"clojure.contrib.error-kit", - "line":150, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"function", - "arglists":[["continue-name", ["args*"], "&", "body"]], "doc": "Special form to be used inside a 'with-handler'.\nControl can be passed to this 'continue' form from a 'raise' enclosed\nin this with-handler's dynamic scope, when this 'continue-name' is\ngiven to a 'continue' form.", - "name":"bind-continue"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L59", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/deferror", - "namespace":"clojure.contrib.error-kit", - "line":59, + "var-type":"function", + "line":150, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists": [["name", ["parent-error?"], "doc-string?", ["args*"], "&", "body"], ["name", ["parent-error?"], "doc-string?", "args-destruct-map", "&", "body"]], + "name":"deferror", + "namespace":"clojure.contrib.error-kit", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/deferror", "doc":"Define a new error type", - "name":"deferror"}, - {"source-url": + "var-type":"macro", + "line":59, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[[]], + "name":"do-not-handle", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L117", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/do-not-handle", - "namespace":"clojure.contrib.error-kit", - "line":117, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists":[[]], "doc": "Use in a tail position of a 'handle' form to indicate 'raise' should\nnot consider the error handled, but should continue searching for an\nappropriate 'handle' form. Allows finer-grain control over catching\nthan just the error type.", - "name":"do-not-handle"}, - {"source-url": + "var-type":"macro", + "line":117, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["details"]], + "name":"error", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/error", - "namespace":"clojure.contrib.error-kit", + "doc":"Base type for all error-kit errors", + "var-type":"function", "line":46, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"function", - "arglists":[["details"]], - "doc":"Base type for all error-kit errors", - "name":"error"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists": + [["error-name?", ["args*"], "&", "body"], + ["error-name?", "args-destruct-map-args", "&", "body"]], + "name":"handle", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L138", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/handle", - "namespace":"clojure.contrib.error-kit", - "line":138, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"function", - "arglists": - [["error-name?", ["args*"], "&", "body"], - ["error-name?", "args-destruct-map-args", "&", "body"]], "doc": "Special form to be used inside a 'with-handler'. When\nany error is 'raised' from withing the dynamic scope of 'body' that\nis of error-name's type or a derived type, the args will be bound\nand the body executed. If no 'error-name' is given, the body will\nbe executed for regardless of the type of error raised. The body\nmay return a value, in which case that will be the return value of\nthe entire 'with-handler' form, or it may use any of the special\nreturn forms, 'do-not-handle', 'continue-with', or 'continue'.", - "name":"handle"}, - {"source-url": + "var-type":"function", + "line":138, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["err-name", "&", "args"]], + "name":"raise", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L110", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/raise", - "namespace":"clojure.contrib.error-kit", - "line":110, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists":[["err-name", "&", "args"]], "doc": "Raise an error of the type err-name, constructed with the given args", - "name":"raise"}, - {"source-url": + "var-type":"macro", + "line":110, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["err"]], + "name":"raise*", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L86", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/raise*", - "namespace":"clojure.contrib.error-kit", - "line":86, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"function", - "arglists":[["err"]], "doc": "Raise the given error object, best if created by an error\nconstructor defined with deferror. See also 'raise' macro.", - "name":"raise*"}, - {"source-url": + "var-type":"function", + "line":86, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["class-name"]], + "name":"throw-msg", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L39", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/throw-msg", - "namespace":"clojure.contrib.error-kit", - "line":39, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists":[["class-name"]], "doc": "Returns a function that throws a Java Exception with the given\nname. Useful to associate a new error-kit error type with a\nparticular Java Exception class, via the :unhandled error key.", - "name":"throw-msg"}, - {"source-url": + "var-type":"macro", + "line":39, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["&", "forms"]], + "name":"with-handler", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L163", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/with-handler", - "namespace":"clojure.contrib.error-kit", - "line":163, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists":[["&", "forms"]], "doc": "This is error-kit's dynamic scope form. The body will be executed\nin a dynamic context that includes all of the following 'handle' and\n'bind-continue' forms.", - "name":"with-handler"}, - {"source-url": + "var-type":"macro", + "line":163, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["&", "args"]], + "name":"throw-arg", + "namespace":"clojure.contrib.except", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/except.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/except.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/except-api.html#clojure.contrib.except\/throw-arg", - "namespace":"clojure.contrib.except", - "line":57, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/except.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Throws an IllegalArgumentException. All arguments are optional:\n\n cause? format? format-args*\n\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core\/format\n- format-args are objects that correspond to format specifiers in\n format.", - "name":"throw-arg"}, - {"source-url": + "var-type":"function", + "line":57, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/except.clj"}, + {"arglists":[["test", "&", "args"]], + "name":"throw-if", + "namespace":"clojure.contrib.except", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/except.clj#L43", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/except.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/except-api.html#clojure.contrib.except\/throw-if", - "namespace":"clojure.contrib.except", - "line":43, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/except.clj", - "var-type":"function", - "arglists":[["test", "&", "args"]], "doc": "Throws an Exception or Error if test is true. args are those documented\nfor throwf.", - "name":"throw-if"}, - {"source-url": + "var-type":"function", + "line":43, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/except.clj"}, + {"arglists":[["test", "&", "args"]], + "name":"throw-if-not", + "namespace":"clojure.contrib.except", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/except.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/except.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/except-api.html#clojure.contrib.except\/throw-if-not", - "namespace":"clojure.contrib.except", - "line":50, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/except.clj", - "var-type":"function", - "arglists":[["test", "&", "args"]], "doc": "Throws an Exception or Error if test is false. args are those documented\nfor throwf.", - "name":"throw-if-not"}, - {"source-url": + "var-type":"function", + "line":50, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/except.clj"}, + {"arglists":[["&", "args"]], + "name":"throwf", + "namespace":"clojure.contrib.except", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/except.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/except.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/except-api.html#clojure.contrib.except\/throwf", - "namespace":"clojure.contrib.except", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/except.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Throws an Exception or Error with an optional message formatted using\nclojure.core\/format. All arguments are optional:\n\n class? cause? format? format-args*\n\n- class defaults to Exception, if present it must name a kind of\n Throwable\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core\/format\n- format-args are objects that correspond to format specifiers in\n format.", - "name":"throwf"}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/except.clj"}, + {"arglists":[["test-value", "&", "clauses"]], + "name":"case", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/fcase.clj#L79", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/case", - "namespace":"clojure.contrib.fcase", - "line":79, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists":[["test-value", "&", "clauses"]], "doc": "Like cond, but test-value is compared against the value of each\ntest expression with =. If they are equal, executes the \"body\"\nexpression. Optional last expression is executed if none of the\ntest expressions match.", - "name":"case"}, - {"source-url": + "var-type":"macro", + "line":79, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists": + [["compare-fn", "case-value", "&", "test-expr-clauses"]], + "name":"fcase", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/fcase.clj#L40", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/fcase", - "namespace":"clojure.contrib.fcase", - "line":40, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists": - [["compare-fn", "case-value", "&", "test-expr-clauses"]], "doc": "Generic switch\/case macro. 'fcase' is short for 'function case'.\n\nThe 'compare-fn' is a fn of two arguments.\n\nThe 'test-expr-clauses' are value-expression pairs without\nsurrounding parentheses, like in Clojure's 'cond'.\n\nThe 'case-value' is evaluated once and cached. Then, 'compare-fn'\nis called once for each clause, with the clause's test value as its\nfirst argument and 'case-value' as its second argument. If\n'compare-fn' returns logical true, the clause's expression is\nevaluated and returned. If 'compare-fn' returns false\/nil, we go to\nthe next test value.\n\nIf 'test-expr-clauses' contains an odd number of items, the last\nitem is the default expression evaluated if no case-value matches.\nIf there is no default expression and no case-value matches, fcase\nreturns nil.\n\nSee specific forms of this macro in 'case' and 're-case'.\n\nThe test expressions in 'fcase' are always evaluated linearly, in\norder. For a large number of case expressions it may be more\nefficient to use a hash lookup.", - "name":"fcase"}, - {"source-url": + "var-type":"macro", + "line":40, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists":[["test-value", "&", "clauses"]], + "name":"in-case", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/fcase.clj#L103", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/in-case", - "namespace":"clojure.contrib.fcase", - "line":103, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists":[["test-value", "&", "clauses"]], "doc": "Like case, but test expressions are sequences. The test expression\nis true if any item in the sequence is equal (tested with '=') to\nthe test value.", - "name":"in-case"}, - {"source-url": + "var-type":"macro", + "line":103, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists":[["test-value", "&", "clauses"]], + "name":"instance-case", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/fcase.clj#L93", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/instance-case", - "namespace":"clojure.contrib.fcase", - "line":93, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists":[["test-value", "&", "clauses"]], "doc": "Like case, but the test expressions are Java class names, tested with\n'instance?'.", - "name":"instance-case"}, - {"source-url": + "var-type":"macro", + "line":93, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists":[["test-value", "&", "clauses"]], + "name":"re-case", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/fcase.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/re-case", - "namespace":"clojure.contrib.fcase", - "line":87, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists":[["test-value", "&", "clauses"]], "doc": "Like case, but the test expressions are regular expressions, tested\nwith re-find.", - "name":"re-case"}, - {"source-url": + "var-type":"macro", + "line":87, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists":[["file"]], + "name":"clojure-source-file?", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/clojure-source-file?", - "namespace":"clojure.contrib.find-namespaces", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["file"]], "doc": "Returns true if file is a normal file with a .clj extension.", - "name":"clojure-source-file?"}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["jar-file"]], + "name":"clojure-sources-in-jar", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/clojure-sources-in-jar", - "namespace":"clojure.contrib.find-namespaces", - "line":88, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["jar-file"]], "doc": "Returns a sequence of filenames ending in .clj found in the JAR file.", - "name":"clojure-sources-in-jar"}, - {"source-url": + "var-type":"function", + "line":88, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["form"]], + "name":"comment?", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/comment?", - "namespace":"clojure.contrib.find-namespaces", + "doc":"Returns true if form is a (comment ...)", + "var-type":"function", "line":42, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["form"]], - "doc":"Returns true if form is a (comment ...)", - "name":"comment?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["dir"]], + "name":"find-clojure-sources-in-dir", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L34", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-clojure-sources-in-dir", - "namespace":"clojure.contrib.find-namespaces", - "line":34, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["dir"]], "doc": "Searches recursively under dir for Clojure source files (.clj).\nReturns a sequence of File objects, in breadth-first sort order.", - "name":"find-clojure-sources-in-dir"}, - {"source-url": + "var-type":"function", + "line":34, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["dir"]], + "name":"find-namespaces-in-dir", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L79", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-namespaces-in-dir", - "namespace":"clojure.contrib.find-namespaces", - "line":79, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["dir"]], "doc": "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the symbol names of the declared namespaces.", - "name":"find-namespaces-in-dir"}, - {"source-url": + "var-type":"function", + "line":79, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["jarfile"]], + "name":"find-namespaces-in-jarfile", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L112", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-namespaces-in-jarfile", - "namespace":"clojure.contrib.find-namespaces", - "line":112, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["jarfile"]], "doc": "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations. Returns a sequence of the symbol names of the\ndeclared namespaces.", - "name":"find-namespaces-in-jarfile"}, - {"source-url": + "var-type":"function", + "line":112, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[[]], + "name":"find-namespaces-on-classpath", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L131", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-namespaces-on-classpath", - "namespace":"clojure.contrib.find-namespaces", - "line":131, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[[]], "doc": "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the symbol names of the declared namespaces.", - "name":"find-namespaces-on-classpath"}, - {"source-url": + "var-type":"function", + "line":131, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["dir"]], + "name":"find-ns-decls-in-dir", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L73", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-ns-decls-in-dir", - "namespace":"clojure.contrib.find-namespaces", - "line":73, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["dir"]], "doc": "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the unevaluated ns declarations.", - "name":"find-ns-decls-in-dir"}, - {"source-url": + "var-type":"function", + "line":73, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["jarfile"]], + "name":"find-ns-decls-in-jarfile", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L104", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-ns-decls-in-jarfile", - "namespace":"clojure.contrib.find-namespaces", - "line":104, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["jarfile"]], "doc": "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations; returns the unevaluated ns declarations.", - "name":"find-ns-decls-in-jarfile"}, - {"source-url": + "var-type":"function", + "line":104, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[[]], + "name":"find-ns-decls-on-classpath", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L122", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-ns-decls-on-classpath", - "namespace":"clojure.contrib.find-namespaces", - "line":122, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[[]], "doc": "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the unevaluated ns declaration forms.", - "name":"find-ns-decls-on-classpath"}, - {"source-url": + "var-type":"function", + "line":122, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["form"]], + "name":"ns-decl?", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/ns-decl?", - "namespace":"clojure.contrib.find-namespaces", + "doc":"Returns true if form is a (ns ...) declaration.", + "var-type":"function", "line":47, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["form"]], - "doc":"Returns true if form is a (ns ...) declaration.", - "name":"ns-decl?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["file"]], + "name":"read-file-ns-decl", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L65", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/read-file-ns-decl", - "namespace":"clojure.contrib.find-namespaces", - "line":65, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["file"]], "doc": "Attempts to read a (ns ...) declaration from file, and returns the\nunevaluated form. Returns nil if read fails, or if the first form\nis not a ns declaration.", - "name":"read-file-ns-decl"}, - {"source-url": + "var-type":"function", + "line":65, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["rdr"]], + "name":"read-ns-decl", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/read-ns-decl", - "namespace":"clojure.contrib.find-namespaces", - "line":52, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["rdr"]], "doc": "Attempts to read a (ns ...) declaration from rdr, and returns the\nunevaluated form. Returns nil if read fails or if a ns declaration\ncannot be found. The ns declaration must be the first Clojure form\nin the file, except for (comment ...) forms.", - "name":"read-ns-decl"}, - {"source-url": + "var-type":"function", + "line":52, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["jarfile", "entry-name"]], + "name":"read-ns-decl-from-jarfile-entry", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L93", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/read-ns-decl-from-jarfile-entry", - "namespace":"clojure.contrib.find-namespaces", - "line":93, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["jarfile", "entry-name"]], "doc": "Attempts to read a (ns ...) declaration from the named entry in the\nJAR file, and returns the unevaluated form. Returns nil if the read\nfails, or if the first form is not a ns declaration.", - "name":"read-ns-decl-from-jarfile-entry"}, - {"source-url": + "var-type":"function", + "line":93, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists": + [["getter", "setter"], ["getter", "setter", "&", "keyvals"]], + "name":"fnmap", + "namespace":"clojure.contrib.fnmap", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/fnmap.clj#L19", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/fnmap.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fnmap-api.html#clojure.contrib.fnmap\/fnmap", - "namespace":"clojure.contrib.fnmap", - "line":19, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/fnmap.clj", - "var-type":"function", - "arglists": - [["getter", "setter"], ["getter", "setter", "&", "keyvals"]], "doc": "Creates a fnmap, or functional map. A fnmap behaves like an\nordinary Clojure map, except that calls to get and assoc are\nfiltered through user-defined getter and setter functions, which\noperate on an internal map.\n\n(getter m key) should return a value for key.\n\n(setter m key value) should assoc key with value and return a new\nmap for m.\n\nAll other map operations are passed through to the internal map.", - "name":"fnmap"}, - {"source-url": + "var-type":"function", + "line":19, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/fnmap.clj"}, + {"arglists":[["libs"]], + "name":"generate-documentation", + "namespace":"clojure.contrib.gen-html-docs", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj#L431", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/gen-html-docs-api.html#clojure.contrib.gen-html-docs\/generate-documentation", - "namespace":"clojure.contrib.gen-html-docs", - "line":431, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj", - "var-type":"function", - "arglists":[["libs"]], "doc": "Returns a string which is the HTML documentation for the libraries\nnamed by libs. Libs is a vector of symbols identifying Clojure\nlibraries.", - "name":"generate-documentation"}, - {"source-url": + "var-type":"function", + "line":431, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj"}, + {"arglists":[["path", "libs"]], + "name":"generate-documentation-to-file", + "namespace":"clojure.contrib.gen-html-docs", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj#L457", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/gen-html-docs-api.html#clojure.contrib.gen-html-docs\/generate-documentation-to-file", - "namespace":"clojure.contrib.gen-html-docs", - "line":457, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj", - "var-type":"function", - "arglists":[["path", "libs"]], "doc": "Calls generate-documentation on the libraries named by libs and\nemits the generated HTML to the path named by path.", - "name":"generate-documentation-to-file"}, - {"source-url": + "var-type":"function", + "line":457, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"*", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj#L111", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/*", - "namespace":"clojure.contrib.generic.arithmetic", - "line":111, - "file":"clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return the product of all arguments. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", - "name":"*"}, - {"source-url": + "var-type":"multimethod", + "line":111, + "file":"clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"+", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj#L45", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/+", - "namespace":"clojure.contrib.generic.arithmetic", - "line":45, - "file":"clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return the sum of all arguments. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", - "name":"+"}, - {"source-url": + "var-type":"multimethod", + "line":45, + "file":"clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"-", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj#L77", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/-", - "namespace":"clojure.contrib.generic.arithmetic", - "line":77, - "file":"clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return the difference of the first argument and the sum of all other\narguments. The minimal implementation for type ::my-type is the binary\nform with dispatch value [::my-type ::my-type].", - "name":"-"}, - {"source-url": + "var-type":"multimethod", + "line":77, + "file":"clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"\/", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj#L143", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/\/", - "namespace":"clojure.contrib.generic.arithmetic", - "line":143, - "file":"clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return the quotient of the first argument and the product of all other\narguments. The minimal implementation for type ::my-type is the binary\nform with dispatch value [::my-type ::my-type].", - "name":"\/"}, - {"source-url": + "var-type":"multimethod", + "line":143, + "file":"clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["ns", "name", "&", "args"]], + "name":"defmethod*", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj#L173", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/defmethod*", - "namespace":"clojure.contrib.generic.arithmetic", - "line":173, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"macro", - "arglists":[["ns", "name", "&", "args"]], "doc": "Define a method implementation for the multimethod name in namespace ns.\nRequired for implementing the division function from another namespace.", - "name":"defmethod*"}, - {"source-url": + "var-type":"macro", + "line":173, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["ns", "sym"]], + "name":"qsym", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj#L180", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/qsym", - "namespace":"clojure.contrib.generic.arithmetic", - "line":180, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"macro", - "arglists":[["ns", "sym"]], "doc": "Create the qualified symbol corresponding to sym in namespace ns.\nRequired to access the division function from another namespace,\ne.g. as (qsym clojure.contrib.generic.arithmetic \/).", - "name":"qsym"}, - {"source-url": + "var-type":"macro", + "line":180, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["coll", "&", "key-val-pairs"]], + "name":"assoc", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj#L26", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/assoc", - "namespace":"clojure.contrib.generic.collection", - "line":26, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["coll", "&", "key-val-pairs"]], "doc": "Returns a new collection in which the values corresponding to the\ngiven keys are updated by the given values. Each type of collection\ncan have specific restrictions on the possible keys.", - "name":"assoc"}, - {"source-url": + "var-type":"multimethod", + "line":26, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["coll", "&", "xs"]], + "name":"conj", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/conj", - "namespace":"clojure.contrib.generic.collection", - "line":42, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["coll", "&", "xs"]], "doc": "Returns a new collection resulting from adding all xs to coll.", - "name":"conj"}, - {"source-url": + "var-type":"multimethod", + "line":42, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["coll", "&", "keys"]], + "name":"dissoc", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/dissoc", - "namespace":"clojure.contrib.generic.collection", - "line":54, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["coll", "&", "keys"]], "doc": "Returns a new collection in which the entries corresponding to the\ngiven keys are removed. Each type of collection can have specific\nrestrictions on the possible keys.", - "name":"dissoc"}, - {"source-url": + "var-type":"multimethod", + "line":54, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["coll"]], + "name":"empty", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj#L68", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/empty", - "namespace":"clojure.contrib.generic.collection", - "line":68, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["coll"]], "doc": "Returns an empty collection of the same kind as the argument", - "name":"empty"}, - {"source-url": + "var-type":"multimethod", + "line":68, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["coll", "key"], ["coll", "key", "not-found"]], + "name":"get", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/get", - "namespace":"clojure.contrib.generic.collection", - "line":80, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["coll", "key"], ["coll", "key", "not-found"]], "doc": "Returns the element of coll referred to by key. Each type of collection\ncan have specific restrictions on the possible keys.", - "name":"get"}, - {"source-url": + "var-type":"multimethod", + "line":80, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["to", "from"]], + "name":"into", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/into", - "namespace":"clojure.contrib.generic.collection", - "line":95, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["to", "from"]], "doc": "Returns a new coll consisting of to-coll with all of the items of\nfrom-coll conjoined.", - "name":"into"}, - {"source-url": + "var-type":"multimethod", + "line":95, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["s"]], + "name":"seq", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj#L109", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/seq", - "namespace":"clojure.contrib.generic.collection", + "doc":"Returns a seq on the object s.", + "var-type":"multimethod", "line":109, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["s"]], - "doc":"Returns a seq on the object s.", - "name":"seq"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"<", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/<", - "namespace":"clojure.contrib.generic.comparison", - "line":87, - "file":"clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return true if each argument is smaller than the following ones.\nThe minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of >.", - "name":"<"}, - {"source-url": + "var-type":"multimethod", + "line":87, + "file":"clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"<=", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj#L139", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/<=", - "namespace":"clojure.contrib.generic.comparison", - "line":139, - "file":"clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return true if each arguments is smaller than or equal to the following\nones. The minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of >.", - "name":"<="}, - {"source-url": + "var-type":"multimethod", + "line":139, + "file":"clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"=", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/=", - "namespace":"clojure.contrib.generic.comparison", - "line":46, - "file":"clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return true if all arguments are equal. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", - "name":"="}, - {"source-url": + "var-type":"multimethod", + "line":46, + "file":"clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":">", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/>", - "namespace":"clojure.contrib.generic.comparison", - "line":66, - "file":"clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return true if each argument is larger than the following ones.\nThe minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type].", - "name":">"}, - {"source-url": + "var-type":"multimethod", + "line":66, + "file":"clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":">=", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj#L113", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/>=", - "namespace":"clojure.contrib.generic.comparison", - "line":113, - "file":"clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return true if each argument is larger than or equal to the following\nones. The minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of <.", - "name":">="}, - {"source-url": + "var-type":"multimethod", + "line":113, + "file":"clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"max", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj#L200", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/max", - "namespace":"clojure.contrib.generic.comparison", - "line":200, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", - "var-type":"function", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Returns the greatest of its arguments. Like clojure.core\/max except that\nis uses generic comparison functions implementable for any data type.", - "name":"max"}, - {"source-url": + "var-type":"function", + "line":200, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"min", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj#L208", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/min", - "namespace":"clojure.contrib.generic.comparison", - "line":208, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", - "var-type":"function", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Returns the least of its arguments. Like clojure.core\/min except that\nis uses generic comparison functions implementable for any data type.", - "name":"min"}, - {"source-url": + "var-type":"function", + "line":208, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"]], + "name":"neg?", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/neg?", - "namespace":"clojure.contrib.generic.comparison", - "line":38, - "file":"clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return true of x is negative.", - "name":"neg?"}, - {"source-url": + "var-type":"multimethod", + "line":38, + "file":"clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"]], + "name":"pos?", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/pos?", - "namespace":"clojure.contrib.generic.comparison", - "line":33, - "file":"clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return true of x is positive.", - "name":"pos?"}, - {"source-url": + "var-type":"multimethod", + "line":33, + "file":"clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"]], + "name":"zero?", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/zero?", - "namespace":"clojure.contrib.generic.comparison", - "line":28, - "file":"clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return true of x is zero.", - "name":"zero?"}, - {"source-url": + "var-type":"multimethod", + "line":28, + "file":"clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["f", "s"]], + "name":"fmap", + "namespace":"clojure.contrib.generic.functor", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/functor.clj#L20", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/functor.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.functor-api.html#clojure.contrib.generic.functor\/fmap", - "namespace":"clojure.contrib.generic.functor", - "line":20, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/functor.clj", - "var-type":"multimethod", - "arglists":[["f", "s"]], "doc": "Applies function f to each item in the data structure s and returns\na structure of the same kind.", - "name":"fmap"}, - {"source-url": + "var-type":"multimethod", + "line":20, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/functor.clj"}, + {"arglists":[["x"]], + "name":"abs", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L53", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/abs", - "namespace":"clojure.contrib.generic.math-functions", - "line":53, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the abs of x.", - "name":"abs"}, - {"source-url": + "var-type":"multimethod", + "line":53, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"acos", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/acos", - "namespace":"clojure.contrib.generic.math-functions", - "line":54, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the acos of x.", - "name":"acos"}, - {"source-url": + "var-type":"multimethod", + "line":54, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x", "y", "eps"]], + "name":"approx=", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L110", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/approx=", - "namespace":"clojure.contrib.generic.math-functions", - "line":110, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"function", - "arglists":[["x", "y", "eps"]], "doc": "Return true if the absolute value of the difference between x and y\nis less than eps.", - "name":"approx="}, - {"source-url": + "var-type":"function", + "line":110, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"asin", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L55", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/asin", - "namespace":"clojure.contrib.generic.math-functions", - "line":55, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the asin of x.", - "name":"asin"}, - {"source-url": + "var-type":"multimethod", + "line":55, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"atan", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L56", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/atan", - "namespace":"clojure.contrib.generic.math-functions", - "line":56, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the atan of x.", - "name":"atan"}, - {"source-url": + "var-type":"multimethod", + "line":56, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x", "y"]], + "name":"atan2", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/atan2", - "namespace":"clojure.contrib.generic.math-functions", - "line":57, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x", "y"]], "doc":"Return the atan2 of x and y.", - "name":"atan2"}, - {"source-url": + "var-type":"multimethod", + "line":57, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"ceil", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L58", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/ceil", - "namespace":"clojure.contrib.generic.math-functions", - "line":58, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the ceil of x.", - "name":"ceil"}, - {"source-url": + "var-type":"multimethod", + "line":58, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"conjugate", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/conjugate", - "namespace":"clojure.contrib.generic.math-functions", - "line":87, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the conjugate of x.", - "name":"conjugate"}, - {"source-url": + "var-type":"multimethod", + "line":87, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"cos", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/cos", - "namespace":"clojure.contrib.generic.math-functions", - "line":59, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the cos of x.", - "name":"cos"}, - {"source-url": + "var-type":"multimethod", + "line":59, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"exp", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L60", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/exp", - "namespace":"clojure.contrib.generic.math-functions", - "line":60, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the exp of x.", - "name":"exp"}, - {"source-url": + "var-type":"multimethod", + "line":60, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"floor", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L61", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/floor", - "namespace":"clojure.contrib.generic.math-functions", - "line":61, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the floor of x.", - "name":"floor"}, - {"source-url": + "var-type":"multimethod", + "line":61, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"log", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/log", - "namespace":"clojure.contrib.generic.math-functions", - "line":62, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the log of x.", - "name":"log"}, - {"source-url": + "var-type":"multimethod", + "line":62, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x", "y"]], + "name":"pow", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L63", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/pow", - "namespace":"clojure.contrib.generic.math-functions", - "line":63, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x", "y"]], "doc":"Return the pow of x and y.", - "name":"pow"}, - {"source-url": + "var-type":"multimethod", + "line":63, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"rint", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/rint", - "namespace":"clojure.contrib.generic.math-functions", - "line":64, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the rint of x.", - "name":"rint"}, - {"source-url": + "var-type":"multimethod", + "line":64, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"round", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L65", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/round", - "namespace":"clojure.contrib.generic.math-functions", - "line":65, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the round of x.", - "name":"round"}, - {"source-url": + "var-type":"multimethod", + "line":65, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"sgn", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L73", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/sgn", - "namespace":"clojure.contrib.generic.math-functions", - "line":73, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the sign of x (-1, 0, or 1).", - "name":"sgn"}, - {"source-url": + "var-type":"multimethod", + "line":73, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"sin", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/sin", - "namespace":"clojure.contrib.generic.math-functions", - "line":66, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the sin of x.", - "name":"sin"}, - {"source-url": + "var-type":"multimethod", + "line":66, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"sqr", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L98", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/sqr", - "namespace":"clojure.contrib.generic.math-functions", - "line":98, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the square of x.", - "name":"sqr"}, - {"source-url": + "var-type":"multimethod", + "line":98, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"sqrt", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L67", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/sqrt", - "namespace":"clojure.contrib.generic.math-functions", - "line":67, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the sqrt of x.", - "name":"sqrt"}, - {"source-url": + "var-type":"multimethod", + "line":67, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"tan", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L68", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/tan", - "namespace":"clojure.contrib.generic.math-functions", - "line":68, - "file":"clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc":"Return the tan of x.", - "name":"tan"}, - {"source-url": + "var-type":"multimethod", + "line":68, + "file":"clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["g"]], + "name":"add-loops", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/add-loops", - "namespace":"clojure.contrib.graph", + "doc":"For each node n, add the edge n->n if not already present.", + "var-type":"function", "line":49, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], - "doc":"For each node n, add the edge n->n if not already present.", - "name":"add-loops"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"], ["g", "sccs"]], + "name":"component-graph", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L133", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/component-graph", - "namespace":"clojure.contrib.graph", - "line":133, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"], ["g", "sccs"]], "doc": "Given a graph, perhaps with cycles, return a reduced graph that is acyclic.\nEach node in the new graph will be a set of nodes from the old.\nThese sets are the strongly connected components. Each edge will\nbe the union of the corresponding edges of the prior graph.", - "name":"component-graph"}, - {"source-url": + "var-type":"function", + "line":133, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"dependency-list", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L190", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/dependency-list", - "namespace":"clojure.contrib.graph", - "line":190, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Similar to a topological sort, this returns a vector of sets. The\nset of nodes at index 0 are independent. The set at index 1 depend\non index 0; those at 2 depend on 0 and 1, and so on. Those withing\na set have no mutual dependencies. Assume the input graph (which\nmuch be acyclic) has an edge a->b when a depends on b.", - "name":"dependency-list"}, - {"source-url": + "var-type":"function", + "line":190, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["data", "fun", "max", "equal"]], + "name":"fixed-point", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L167", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/fixed-point", - "namespace":"clojure.contrib.graph", - "line":167, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["data", "fun", "max", "equal"]], "doc": "Repeatedly apply fun to data until (equal old-data new-data)\nreturns true. If max iterations occur, it will throw an\nexception. Set max to nil for unlimited iterations.", - "name":"fixed-point"}, - {"source-url": + "var-type":"function", + "line":167, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g", "n"]], + "name":"get-neighbors", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/get-neighbors", - "namespace":"clojure.contrib.graph", + "doc":"Get the neighbors of a node.", + "var-type":"function", "line":29, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g", "n"]], - "doc":"Get the neighbors of a node.", - "name":"get-neighbors"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g", "n"], ["g", "ns", "v"]], + "name":"lazy-walk", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L68", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/lazy-walk", - "namespace":"clojure.contrib.graph", - "line":68, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g", "n"], ["g", "ns", "v"]], "doc": "Return a lazy sequence of the nodes of a graph starting a node n. Optionally,\nprovide a set of visited notes (v) and a collection of nodes to\nvisit (ns).", - "name":"lazy-walk"}, - {"source-url": + "var-type":"function", + "line":68, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"post-ordered-nodes", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L110", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/post-ordered-nodes", - "namespace":"clojure.contrib.graph", - "line":110, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Return a sequence of indexes of a post-ordered walk of the graph.", - "name":"post-ordered-nodes"}, - {"source-url": + "var-type":"function", + "line":110, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g", "ns"]], + "name":"recursive-component?", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/recursive-component?", - "namespace":"clojure.contrib.graph", + "doc":"Is the component (recieved from scc) self recursive?", + "var-type":"function", "line":151, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g", "ns"]], - "doc":"Is the component (recieved from scc) self recursive?", - "name":"recursive-component?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"remove-loops", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/remove-loops", - "namespace":"clojure.contrib.graph", + "doc":"For each node n, remove any edges n->n.", + "var-type":"function", "line":57, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], - "doc":"For each node n, remove any edges n->n.", - "name":"remove-loops"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"reverse-graph", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/reverse-graph", - "namespace":"clojure.contrib.graph", - "line":37, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Given a directed graph, return another directed graph with the\norder of the edges reversed.", - "name":"reverse-graph"}, - {"source-url": + "var-type":"function", + "line":37, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"scc", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L117", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/scc", - "namespace":"clojure.contrib.graph", - "line":117, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Returns, as a sequence of sets, the strongly connected components\nof g.", - "name":"scc"}, - {"source-url": + "var-type":"function", + "line":117, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"self-recursive-sets", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L158", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/self-recursive-sets", - "namespace":"clojure.contrib.graph", - "line":158, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Returns, as a sequence of sets, the components of a graph that are\nself-recursive.", - "name":"self-recursive-sets"}, - {"source-url": + "var-type":"function", + "line":158, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g1", "g2"]], + "name":"stratification-list", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L207", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/stratification-list", - "namespace":"clojure.contrib.graph", - "line":207, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g1", "g2"]], "doc": "Similar to dependency-list (see doc), except two graphs are\nprovided. The first is as dependency-list. The second (which may\nhave cycles) provides a partial-dependency relation. If node a\ndepends on node b (meaning an edge a->b exists) in the second\ngraph, node a must be equal or later in the sequence.", - "name":"stratification-list"}, - {"source-url": + "var-type":"function", + "line":207, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"transitive-closure", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L81", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/transitive-closure", - "namespace":"clojure.contrib.graph", - "line":81, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Returns the transitive closure of a graph. The neighbors are lazily computed.\n\nNote: some version of this algorithm return all edges a->a\nregardless of whether such loops exist in the original graph. This\nversion does not. Loops will be included only if produced by\ncycles in the graph. If you have code that depends on such\nbehavior, call (-> g transitive-closure add-loops)", - "name":"transitive-closure"}, - {"source-url": + "var-type":"function", + "line":81, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["&", "args"]], + "name":"all-greatest", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/all-greatest", - "namespace":"clojure.contrib.greatest-least", + "doc":"Returns all the greatest elements.", + "var-type":"function", "line":52, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["&", "args"]], - "doc":"Returns all the greatest elements.", - "name":"all-greatest"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"all-greatest-by", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/all-greatest-by", - "namespace":"clojure.contrib.greatest-least", - "line":47, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], "doc": "Return all the elements for which f yields the greatest value.", - "name":"all-greatest-by"}, - {"source-url": + "var-type":"function", + "line":47, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["&", "args"]], + "name":"all-least", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/all-least", - "namespace":"clojure.contrib.greatest-least", + "doc":"Returns all the least elements.", + "var-type":"function", "line":62, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["&", "args"]], - "doc":"Returns all the least elements.", - "name":"all-least"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"all-least-by", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/all-least-by", - "namespace":"clojure.contrib.greatest-least", - "line":57, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], "doc": "Return all the elements for which f yields the least value.", - "name":"all-least-by"}, - {"source-url": + "var-type":"function", + "line":57, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["&", "args"]], + "name":"greatest", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/greatest", - "namespace":"clojure.contrib.greatest-least", + "doc":"Return the greatest argument.", + "var-type":"function", "line":18, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["&", "args"]], - "doc":"Return the greatest argument.", - "name":"greatest"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"greatest-by", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L13", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/greatest-by", - "namespace":"clojure.contrib.greatest-least", + "doc":"Return the argument for which f yields the greatest value.", + "var-type":"function", "line":13, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], - "doc":"Return the argument for which f yields the greatest value.", - "name":"greatest-by"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["&", "args"]], + "name":"least", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/least", - "namespace":"clojure.contrib.greatest-least", + "doc":"Return the smallest element.", + "var-type":"function", "line":28, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["&", "args"]], - "doc":"Return the smallest element.", - "name":"least"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"least-by", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/least-by", - "namespace":"clojure.contrib.greatest-least", + "doc":"Return the argument for which f yields the smallest value.", + "var-type":"function", "line":23, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], - "doc":"Return the argument for which f yields the smallest value.", - "name":"least-by"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["http-agnt"]], + "name":"buffer-bytes", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L154", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/buffer-bytes", - "namespace":"clojure.contrib.http.agent", - "line":154, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "The default HTTP agent result handler; it collects the response\nbody in a java.io.ByteArrayOutputStream, which can later be\nretrieved with the 'stream', 'string', and 'bytes' functions.", - "name":"buffer-bytes"}, - {"source-url": + "var-type":"function", + "line":154, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"bytes", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L260", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/bytes", - "namespace":"clojure.contrib.http.agent", - "line":260, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns a Java byte array of the content returned by the server;\nnil if the content is not yet available.", - "name":"bytes"}, - {"source-url": + "var-type":"function", + "line":260, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"client-error?", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L371", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/client-error?", - "namespace":"clojure.contrib.http.agent", - "line":371, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns true if the HTTP response code was in the 400-499 range.", - "name":"client-error?"}, - {"source-url": + "var-type":"function", + "line":371, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"done?", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L310", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/done?", - "namespace":"clojure.contrib.http.agent", + "doc":"Returns true if the HTTP request\/response has completed.", + "var-type":"function", "line":310, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], - "doc":"Returns true if the HTTP request\/response has completed.", - "name":"done?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"error?", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L381", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/error?", - "namespace":"clojure.contrib.http.agent", - "line":381, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns true if the HTTP response code was in the 400-499 range OR\nthe 500-599 range.", - "name":"error?"}, - {"source-url": + "var-type":"function", + "line":381, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"headers", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L331", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/headers", - "namespace":"clojure.contrib.http.agent", - "line":331, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns a map of HTTP response headers. Header names are converted\nto keywords in all lower-case Header values are strings. If a\nheader appears more than once, only the last value is returned.", - "name":"headers"}, - {"source-url": + "var-type":"function", + "line":331, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"headers-seq", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L341", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/headers-seq", - "namespace":"clojure.contrib.http.agent", - "line":341, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the HTTP response headers in order as a sequence of\n[String,String] pairs. The first 'header' name may be null for the\nHTTP status line.", - "name":"headers-seq"}, - {"source-url": + "var-type":"function", + "line":341, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["uri", "&", "options"]], + "name":"http-agent", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L175", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/http-agent", - "namespace":"clojure.contrib.http.agent", - "line":175, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["uri", "&", "options"]], "doc": "Creates (and immediately returns) an Agent representing an HTTP\nrequest running in a new thread.\n\noptions are key\/value pairs:\n\n:method string\n\nThe HTTP method name. Default is \"GET\".\n\n:headers h\n\nHTTP headers, as a Map or a sequence of pairs like \n([key1,value1], [key2,value2]) Default is nil.\n\n:body b\n\nHTTP request entity body, one of nil, String, byte[], InputStream,\nReader, or File. Default is nil.\n\n:connect-timeout int\n\nTimeout value, in milliseconds, when opening a connection to the\nURL. Default is zero, meaning no timeout.\n\n:read-timeout int\n\nTimeout value, in milliseconds, when reading data from the\nconnection. Default is zero, meaning no timeout.\n\n:follow-redirects boolean\n\nIf true, HTTP 3xx redirects will be followed automatically. Default\nis true.\n\n:handler f\n\nFunction to be called when the HTTP response body is ready. If you\ndo not provide a handler function, the default is to buffer the\nentire response body in memory.\n\nThe handler function will be called with the HTTP agent as its\nargument, and can use the 'stream' function to read the response\nbody. The return value of this function will be stored in the state\nof the agent and can be retrieved with the 'result' function. Any\nexceptions thrown by this function will be added to the agent's\nerror queue (see agent-errors). The default function collects the\nresponse stream in a memory buffer.\n", - "name":"http-agent"}, - {"source-url": + "var-type":"function", + "line":175, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"message", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L324", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/message", - "namespace":"clojure.contrib.http.agent", - "line":324, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the HTTP response message (e.g. 'Not Found'), for this\nrequest, or nil if the response has not yet been received.", - "name":"message"}, - {"source-url": + "var-type":"function", + "line":324, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"method", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L294", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/method", - "namespace":"clojure.contrib.http.agent", - "line":294, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the HTTP method name used by this HTTP agent, as a String.", - "name":"method"}, - {"source-url": + "var-type":"function", + "line":294, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"redirect?", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L362", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/redirect?", - "namespace":"clojure.contrib.http.agent", - "line":362, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns true if the HTTP response code was in the 300-399 range.\n\nNote: if the :follow-redirects option was true (the default),\nredirects will be followed automatically and a the agent will never\nreturn a 3xx response code.", - "name":"redirect?"}, - {"source-url": + "var-type":"function", + "line":362, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"request-body", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L299", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/request-body", - "namespace":"clojure.contrib.http.agent", - "line":299, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the HTTP request body given to this HTTP agent. \n\nNote: if the request body was an InputStream or a Reader, it will no\nlonger be usable.", - "name":"request-body"}, - {"source-url": + "var-type":"function", + "line":299, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"request-headers", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L289", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/request-headers", - "namespace":"clojure.contrib.http.agent", + "doc":"Returns the request headers specified for this HTTP agent.", + "var-type":"function", "line":289, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], - "doc":"Returns the request headers specified for this HTTP agent.", - "name":"request-headers"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"request-uri", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L284", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/request-uri", - "namespace":"clojure.contrib.http.agent", - "line":284, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the URI\/URL requested by this HTTP agent, as a String.", - "name":"request-uri"}, - {"source-url": + "var-type":"function", + "line":284, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"result", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L238", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/result", - "namespace":"clojure.contrib.http.agent", - "line":238, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the value returned by the :handler function of the HTTP\nagent; blocks until the HTTP request is completed. The default\nhandler function returns a ByteArrayOutputStream.", - "name":"result"}, - {"source-url": + "var-type":"function", + "line":238, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"server-error?", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L376", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/server-error?", - "namespace":"clojure.contrib.http.agent", - "line":376, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns true if the HTTP response code was in the 500-599 range.", - "name":"server-error?"}, - {"source-url": + "var-type":"function", + "line":376, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"status", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L316", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/status", - "namespace":"clojure.contrib.http.agent", - "line":316, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the HTTP response status code (e.g. 200, 404) for this\nrequest, as an Integer, or nil if the status has not yet been\nreceived.", - "name":"status"}, - {"source-url": + "var-type":"function", + "line":316, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"stream", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L246", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/stream", - "namespace":"clojure.contrib.http.agent", - "line":246, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns an InputStream of the HTTP response body. When called by\nthe handler function passed to http-agent, this is the raw\nHttpURLConnection stream.\n\nIf the default handler function was used, this function returns a\nByteArrayInputStream on the buffered response body.", - "name":"stream"}, - {"source-url": + "var-type":"function", + "line":246, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"], ["http-agnt", "encoding"]], + "name":"string", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L266", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/string", - "namespace":"clojure.contrib.http.agent", - "line":266, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"], ["http-agnt", "encoding"]], "doc": "Returns the HTTP response body as a string, using the given\nencoding.\n\nIf no encoding is given, uses the encoding specified in the server\nheaders, or clojure.contrib.io\/*default-encoding* if it is\nnot specified.", - "name":"string"}, - {"source-url": + "var-type":"function", + "line":266, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"success?", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj#L357", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/success?", - "namespace":"clojure.contrib.http.agent", - "line":357, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns true if the HTTP response code was in the 200-299 range.", - "name":"success?"}, - {"source-url": + "var-type":"function", + "line":357, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["url"]], + "name":"http-connection", + "namespace":"clojure.contrib.http.connection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/connection.clj#L24", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/connection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.connection-api.html#clojure.contrib.http.connection\/http-connection", - "namespace":"clojure.contrib.http.connection", + "doc":"Opens an HttpURLConnection at the URL, handled by as-url.", + "var-type":"function", "line":24, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/connection.clj", - "var-type":"function", - "arglists":[["url"]], - "doc":"Opens an HttpURLConnection at the URL, handled by as-url.", - "name":"http-connection"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/http\/connection.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/connection.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0a3e6804f9822a85e255650e2be35c757d4c1e3d\/src\/main\/clojure\/clojure\/contrib\/http\/connection.clj#L29", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.connection-api.html#clojure.contrib.http.connection\/send-request-entity", @@ -3380,20 +3822,24 @@ "var-type":"var", "doc":"Transmits a request entity body.", "name":"send-request-entity"}, - {"source-url": + {"arglists":[["class", "&", "fields-and-methods"]], + "name":"import-static", + "namespace":"clojure.contrib.import-static", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/import_static.clj#L22", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/import_static.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/import-static-api.html#clojure.contrib.import-static\/import-static", - "namespace":"clojure.contrib.import-static", - "line":22, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/import_static.clj", - "var-type":"macro", - "arglists":[["class", "&", "fields-and-methods"]], "doc": "Imports the named static fields and\/or static methods of the class\nas (private) symbols in the current namespace.\n\nExample: \n user=> (import-static java.lang.Math PI sqrt)\n nil\n user=> PI\n 3.141592653589793\n user=> (sqrt 16)\n 4.0\n\nNote: The class name must be fully qualified, even if it has already\nbeen imported. Static methods are defined as MACROS, not\nfirst-class fns.", - "name":"import-static"}, - {"source-url": + "var-type":"macro", + "line":22, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/import_static.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L107", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/*append*", @@ -3405,7 +3851,9 @@ "doc": "If true, writer, output-stream and spit will open files in append mode.\nDefaults to false. Instead of binding this var directly, use append-writer,\nappend-output-stream or append-spit.", "name":"*append*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L79", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/*buffer-size*", @@ -3417,7 +3865,9 @@ "doc": "Size, in bytes or characters, of the buffer used when\ncopying streams.", "name":"*buffer-size*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L84", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/*byte-array-type*", @@ -3428,7 +3878,9 @@ "var-type":"var", "doc":"Type object for a Java primitive byte array.", "name":"*byte-array-type*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L88", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/*char-array-type*", @@ -3439,7 +3891,9 @@ "var-type":"var", "doc":"Type object for a Java primitive char array.", "name":"*char-array-type*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L73", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/*default-encoding*", @@ -3457,6 +3911,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L280", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/append-output-stream", "doc": @@ -3471,6 +3927,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L338", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/append-spit", "doc":"Like spit but appends to file.", @@ -3484,6 +3942,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L288", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/append-writer", "doc": @@ -3498,6 +3958,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L552", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/as-url", "doc":"Coerces argument (URL, URI, or String) to a java.net.URL.", @@ -3511,6 +3973,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L375", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/copy", "doc": @@ -3519,32 +3983,36 @@ "line":375, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, - {"source-url": + {"arglists":[["f", "&", ["silently"]]], + "name":"delete-file", + "namespace":"clojure.contrib.io", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L535", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/delete-file", - "namespace":"clojure.contrib.io", - "line":535, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj", - "var-type":"function", - "arglists":[["f", "&", ["silently"]]], "doc": "Delete file f. Raise an exception if it fails unless silently is true.", - "name":"delete-file"}, - {"source-url": + "var-type":"function", + "line":535, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, + {"arglists":[["f", "&", ["silently"]]], + "name":"delete-file-recursively", + "namespace":"clojure.contrib.io", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L542", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/delete-file-recursively", - "namespace":"clojure.contrib.io", - "line":542, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj", - "var-type":"function", - "arglists":[["f", "&", ["silently"]]], "doc": "Delete file f. If it's a directory, recursively delete all its contents.\nRaise an exception if any deletion fails unless silently is true.", - "name":"delete-file-recursively"}, + "var-type":"function", + "line":542, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, {"arglists": [["arg"], ["parent", "child"], ["parent", "child", "&", "more"]], "name":"file", @@ -3552,6 +4020,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L525", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/file", "doc":"Returns a java.io.File from string or file args.", @@ -3559,20 +4029,24 @@ "line":525, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, - {"source-url": + {"arglists":[["&", "args"]], + "name":"file-str", + "namespace":"clojure.contrib.io", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L93", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/file-str", - "namespace":"clojure.contrib.io", - "line":93, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Concatenates args as strings and returns a java.io.File. Replaces\nall \/ and \\ with File\/separatorChar. Replaces ~ at the start of\nthe path with the user.home system property.", - "name":"file-str"}, - {"source-url":null, + "var-type":"function", + "line":93, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", + "source-url":null, "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/input-stream", "namespace":"clojure.contrib.io", @@ -3581,19 +4055,23 @@ "doc": "Attempts to coerce its argument into an open java.io.InputStream.\nThe default implementations of this protocol always return a\njava.io.BufferedInputStream.\n\nDefault implementations are defined for OutputStream, File, URI, URL,\nSocket, byte array, and String arguments.\n\nIf the argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names.\n\nShould be used inside with-open to ensure the InputStream is properly\nclosed.", "name":"input-stream"}, - {"source-url": + {"arglists":[["file"]], + "name":"make-parents", + "namespace":"clojure.contrib.io", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L471", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/make-parents", - "namespace":"clojure.contrib.io", + "doc":"Creates all parent directories of file.", + "var-type":"function", "line":471, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj", - "var-type":"function", - "arglists":[["file"]], - "doc":"Creates all parent directories of file.", - "name":"make-parents"}, - {"source-url":null, + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", + "source-url":null, "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/output-stream", "namespace":"clojure.contrib.io", @@ -3608,6 +4086,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L345", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/pwd", "doc": @@ -3616,20 +4096,24 @@ "line":345, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, - {"source-url": + {"arglists":[["f"]], + "name":"read-lines", + "namespace":"clojure.contrib.io", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L307", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/read-lines", - "namespace":"clojure.contrib.io", - "line":307, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "Like clojure.core\/line-seq but opens f with reader. Automatically\ncloses the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.", - "name":"read-lines"}, - {"source-url":null, + "var-type":"function", + "line":307, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", + "source-url":null, "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/reader", "namespace":"clojure.contrib.io", @@ -3638,24 +4122,28 @@ "doc": "Attempts to coerce its argument into an open java.io.Reader.\nThe default implementations of this protocol always return a\njava.io.BufferedReader.\n\nDefault implementations are provided for Reader, BufferedReader,\nInputStream, File, URI, URL, Socket, byte arrays, character arrays,\nand String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names. If this fails, a final attempt is made to resolve\nthe string as a resource on the CLASSPATH.\n\nUses *default-encoding* as the text encoding.\n\nShould be used inside with-open to ensure the Reader is properly\nclosed.", "name":"reader"}, - {"source-url": + {"name":"relative-path-string", + "namespace":"clojure.contrib.io", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L502", + "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/relative-path-string", - "namespace":"clojure.contrib.io", - "deprecated":"1.2", - "line":502, - "file":"clojure\/contrib\/io.clj", - "var-type":"multimethod", "doc": "Interpret a String or java.io.File as a relative path string. \nBuilding block for clojure.contrib.java\/file.", - "name":"relative-path-string"}, + "var-type":"multimethod", + "line":502, + "file":"clojure\/contrib\/io.clj"}, {"arglists":[["f"]], "name":"slurp*", "namespace":"clojure.contrib.io", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L318", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/slurp*", "doc":"Like clojure.core\/slurp but opens f with reader.", @@ -3669,6 +4157,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L330", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/spit", "doc": @@ -3677,38 +4167,44 @@ "line":330, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, - {"source-url": + {"arglists":[["arg"]], + "name":"to-byte-array", + "namespace":"clojure.contrib.io", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L476", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/to-byte-array", - "namespace":"clojure.contrib.io", - "line":476, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj", - "var-type":"function", - "arglists":[["arg"]], "doc": "Converts argument into a Java byte array. Argument may be\na String, File, InputStream, or Reader. If the argument is already\na byte array, returns it.", - "name":"to-byte-array"}, - {"source-url": + "var-type":"function", + "line":476, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, + {"arglists":[["f", "&", "body"]], + "name":"with-in-reader", + "namespace":"clojure.contrib.io", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L368", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/with-in-reader", - "namespace":"clojure.contrib.io", - "line":368, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj", - "var-type":"macro", - "arglists":[["f", "&", "body"]], "doc": "Opens a PushbackReader on f, binds it to *in*, and evaluates body.", - "name":"with-in-reader"}, + "var-type":"macro", + "line":368, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, {"arglists":[["f", "&", "body"]], "name":"with-out-append-writer", "namespace":"clojure.contrib.io", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L360", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/with-out-append-writer", "doc":"Like with-out-writer but appends to file.", @@ -3716,33 +4212,39 @@ "line":360, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, - {"source-url": + {"arglists":[["f", "&", "body"]], + "name":"with-out-writer", + "namespace":"clojure.contrib.io", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L352", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/with-out-writer", - "namespace":"clojure.contrib.io", - "line":352, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj", - "var-type":"macro", - "arglists":[["f", "&", "body"]], "doc": "Opens a writer on f, binds it to *out*, and evalutes body.\nAnything printed within body will be written to f.", - "name":"with-out-writer"}, - {"source-url": + "var-type":"macro", + "line":352, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, + {"arglists":[["f", "lines"]], + "name":"write-lines", + "namespace":"clojure.contrib.io", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj#L296", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/write-lines", - "namespace":"clojure.contrib.io", - "line":296, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj", - "var-type":"function", - "arglists":[["f", "lines"]], "doc": "Writes lines (a seq) to f, separated by newlines. f is opened with\nwriter, and automatically closed at the end of the sequence.", - "name":"write-lines"}, - {"source-url":null, + "var-type":"function", + "line":296, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/io.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b6c6f0fa165975c416c7d135d1a844353527493b\/src\/main\/clojure\/clojure\/contrib\/io.clj", + "source-url":null, "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/io-api.html#clojure.contrib.io\/writer", "namespace":"clojure.contrib.io", @@ -3751,64 +4253,74 @@ "doc": "Attempts to coerce its argument into an open java.io.Writer.\nThe default implementations of this protocol always return a\njava.io.BufferedWriter.\n\nDefault implementations are provided for Writer, BufferedWriter,\nOutputStream, File, URI, URL, Socket, and String.\n\nIf the argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names.\n\nShould be used inside with-open to ensure the Writer is properly\nclosed.", "name":"writer"}, - {"source-url": + {"arglists":[["jar-file"]], + "name":"filenames-in-jar", + "namespace":"clojure.contrib.jar", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jar.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jar.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jar-api.html#clojure.contrib.jar\/filenames-in-jar", - "namespace":"clojure.contrib.jar", - "line":29, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jar.clj", - "var-type":"function", - "arglists":[["jar-file"]], "doc": "Returns a sequence of Strings naming the non-directory entries in\nthe JAR file.", - "name":"filenames-in-jar"}, - {"source-url": + "var-type":"function", + "line":29, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jar.clj"}, + {"arglists":[["file"]], + "name":"jar-file?", + "namespace":"clojure.contrib.jar", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jar.clj#L22", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jar.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jar-api.html#clojure.contrib.jar\/jar-file?", - "namespace":"clojure.contrib.jar", - "line":22, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jar.clj", - "var-type":"function", - "arglists":[["file"]], "doc": "Returns true if file is a normal file with a .jar or .JAR extension.", - "name":"jar-file?"}, - {"source-url": + "var-type":"function", + "line":22, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jar.clj"}, + {"name":"as-file", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L63", + "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/as-file", - "namespace":"clojure.contrib.java-utils", - "deprecated":"1.2", - "line":63, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"multimethod", "doc": "Interpret a String or a java.io.File as a File. Building block\nfor clojure.contrib.java-utils\/file, which you should prefer\nin most cases.", - "name":"as-file"}, - {"source-url": + "var-type":"multimethod", + "line":63, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["m"]], + "name":"as-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L143", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/as-properties", - "namespace":"clojure.contrib.java-utils", - "line":143, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["m"]], "doc": "Convert any seq of pairs to a java.utils.Properties instance.\nUses as-str to convert both keys and values into strings.", - "name":"as-properties"}, + "var-type":"function", + "line":143, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, {"arglists":[[], ["x"], ["x", "&", "ys"]], "name":"as-str", "namespace":"clojure.contrib.java-utils", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L82", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/as-str", "doc": @@ -3823,6 +4335,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L188", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/as-url", "doc":"Coerces argument (URL, URI, or String) to a java.net.URL.", @@ -3836,6 +4350,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L169", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/delete-file", "doc": @@ -3850,6 +4366,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L177", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/delete-file-recursively", "doc": @@ -3865,6 +4383,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L72", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/file", "doc":"Returns a java.io.File from string or file args.", @@ -3872,61 +4392,71 @@ "line":72, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, - {"source-url": + {"arglists":[["stringable"], ["stringable", "default"]], + "name":"get-system-property", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L108", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/get-system-property", - "namespace":"clojure.contrib.java-utils", + "doc":"Get a system property.", + "var-type":"function", "line":108, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["stringable"], ["stringable", "default"]], - "doc":"Get a system property.", - "name":"get-system-property"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["file-able"]], + "name":"read-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L153", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/read-properties", - "namespace":"clojure.contrib.java-utils", + "doc":"Read properties from file-able.", + "var-type":"function", "line":153, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["file-able"]], - "doc":"Read properties from file-able.", - "name":"read-properties"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, + {"name":"relative-path-string", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L49", + "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/relative-path-string", - "namespace":"clojure.contrib.java-utils", - "deprecated":"1.2", - "line":49, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"multimethod", "doc": "Interpret a String or java.io.File as a relative path string. \nBuilding block for clojure.contrib.java-utils\/file.", - "name":"relative-path-string"}, - {"source-url": + "var-type":"multimethod", + "line":49, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["settings"]], + "name":"set-system-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L115", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/set-system-properties", - "namespace":"clojure.contrib.java-utils", + "doc":"Set some system properties. Nil clears a property.", + "var-type":"function", "line":115, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["settings"]], - "doc":"Set some system properties. Nil clears a property.", - "name":"set-system-properties"}, + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, {"arglists":[["class-name", "field-name", "obj"]], "name":"wall-hack-field", "namespace":"clojure.contrib.java-utils", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L213", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/wall-hack-field", "doc":"Access to private or protected field.", @@ -3941,6 +4471,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L202", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/wall-hack-method", "doc": @@ -3949,55 +4481,65 @@ "line":202, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, - {"source-url": + {"arglists":[["settings", "&", "body"]], + "name":"with-system-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L123", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/with-system-properties", - "namespace":"clojure.contrib.java-utils", - "line":123, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"macro", - "arglists":[["settings", "&", "body"]], "doc": "setting => property-name value\n\nSets the system properties to the supplied values, executes the body, and\nsets the properties back to their original values. Values of nil are\ntranslated to a clearing of the property.", - "name":"with-system-properties"}, - {"source-url": + "var-type":"macro", + "line":123, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["m", "file-able"], ["m", "file-able", "comments"]], + "name":"write-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L160", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/write-properties", - "namespace":"clojure.contrib.java-utils", + "doc":"Write properties to file-able.", + "var-type":"function", "line":160, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["m", "file-able"], ["m", "file-able", "comments"]], - "doc":"Write properties to file-able.", - "name":"write-properties"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["url"]], + "name":"open-url-in-browser", + "namespace":"clojure.contrib.javadoc.browse", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7b29eaf7de0d042a9fedc837322c449fa7a03c7e\/src\/main\/clojure\/clojure\/contrib\/javadoc\/browse.clj#L26", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7b29eaf7de0d042a9fedc837322c449fa7a03c7e\/src\/main\/clojure\/clojure\/contrib\/javadoc\/browse.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/javadoc.browse-api.html#clojure.contrib.javadoc.browse\/open-url-in-browser", - "namespace":"clojure.contrib.javadoc.browse", - "line":26, - "file":"clojure\/contrib\/javadoc\/browse.clj", - "var-type":"function", - "arglists":[["url"]], "doc": "Opens url (a string) in the default system web browser. May not\nwork on all platforms. Returns url on success, nil if not\nsupported.", - "name":"open-url-in-browser"}, - {"source-url": + "var-type":"function", + "line":26, + "file":"clojure\/contrib\/javadoc\/browse.clj"}, + {"arglists":[["url"]], + "name":"open-url-in-swing", + "namespace":"clojure.contrib.javadoc.browse", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7b29eaf7de0d042a9fedc837322c449fa7a03c7e\/src\/main\/clojure\/clojure\/contrib\/javadoc\/browse.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7b29eaf7de0d042a9fedc837322c449fa7a03c7e\/src\/main\/clojure\/clojure\/contrib\/javadoc\/browse.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/javadoc.browse-api.html#clojure.contrib.javadoc.browse\/open-url-in-swing", - "namespace":"clojure.contrib.javadoc.browse", - "line":41, - "file":"clojure\/contrib\/javadoc\/browse.clj", - "var-type":"function", - "arglists":[["url"]], "doc":"Opens url (a string) in a Swing window.", - "name":"open-url-in-swing"}, - {"source-url": + "var-type":"function", + "line":41, + "file":"clojure\/contrib\/javadoc\/browse.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj#L83", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/*connection*", @@ -4009,70 +4551,82 @@ "doc": "The connection to be used for JMX ops. Defaults to the local process.", "name":"*connection*"}, - {"source-url": + {"arglists":[["string-or-name"]], + "name":"as-object-name", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6cfd3b286680fd59021382fdc516be6be82a8834\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L26", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/as-object-name", - "namespace":"clojure.contrib.jmx", - "line":26, - "file":"clojure\/contrib\/jmx\/data.clj", - "var-type":"multimethod", - "arglists":[["string-or-name"]], "doc":"Interpret an object as a JMX ObjectName.", - "name":"as-object-name"}, - {"source-url": + "var-type":"multimethod", + "line":26, + "file":"clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["object-name", "attr-name"]], + "name":"attribute-info", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d157d6487e8c04979850b8d572cb0341613d97c1\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L60", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/attribute-info", - "namespace":"clojure.contrib.jmx", + "doc":"Get the MBeanAttributeInfo for an attribute.", + "var-type":"function", "line":60, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["object-name", "attr-name"]], - "doc":"Get the MBeanAttributeInfo for an attribute.", - "name":"attribute-info"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n"]], + "name":"attribute-names", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/attribute-names", - "namespace":"clojure.contrib.jmx", + "doc":"All attribute names available on an MBean.", + "var-type":"function", "line":95, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"All attribute names available on an MBean.", - "name":"attribute-names"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx.clj"}, + {"arglists": + [["attr-name", "attr-value"], + ["name", "type", "desc", "readable?", "writable?", "is?"]], + "name":"build-attribute-info", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6cfd3b286680fd59021382fdc516be6be82a8834\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L91", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/build-attribute-info", - "namespace":"clojure.contrib.jmx", - "line":91, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists": - [["attr-name", "attr-value"], - ["name", "type", "desc", "readable?", "writable?", "is?"]], "doc": "Construct an MBeanAttributeInfo. Normally called with a key\/value pair from a Clojure map.", - "name":"build-attribute-info"}, - {"source-url": + "var-type":"function", + "line":91, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["value"]], + "name":"guess-attribute-typename", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6cfd3b286680fd59021382fdc516be6be82a8834\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L85", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/guess-attribute-typename", - "namespace":"clojure.contrib.jmx", - "line":85, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[["value"]], "doc": "Guess the attribute typename for MBeanAttributeInfo based on the attribute value.", - "name":"guess-attribute-typename"}, - {"source-url": + "var-type":"function", + "line":85, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6cfd3b286680fd59021382fdc516be6be82a8834\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L64", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/jmx->clj", @@ -4083,147 +4637,171 @@ "doc": "Coerce JMX data structures into Clojure data.\nHandles CompositeData, TabularData, maps, and atoms.", "name":"jmx->clj"}, - {"source-url": + {"arglists":[[], ["overrides"]], + "name":"jmx-url", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6cfd3b286680fd59021382fdc516be6be82a8834\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L19", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/jmx-url", - "namespace":"clojure.contrib.jmx", + "doc":"Build a JMX URL from options.", + "var-type":"function", "line":19, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[[], ["overrides"]], - "doc":"Build a JMX URL from options.", - "name":"jmx-url"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["attr-map"]], + "name":"map->attribute-infos", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6cfd3b286680fd59021382fdc516be6be82a8834\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L100", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/map->attribute-infos", - "namespace":"clojure.contrib.jmx", - "line":100, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[["attr-map"]], "doc": "Construct an MBeanAttributeInfo[] from a Clojure associative.", - "name":"map->attribute-infos"}, - {"source-url": + "var-type":"function", + "line":100, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["k"]], + "name":"maybe-atomize", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6cfd3b286680fd59021382fdc516be6be82a8834\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L44", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/maybe-atomize", - "namespace":"clojure.contrib.jmx", - "line":44, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[["k"]], "doc": "Convert a list of length 1 into its contents, leaving other things alone.\nUsed to simplify keys in the tabular data API.", - "name":"maybe-atomize"}, - {"source-url": + "var-type":"function", + "line":44, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["s"]], + "name":"maybe-keywordize", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6cfd3b286680fd59021382fdc516be6be82a8834\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/maybe-keywordize", - "namespace":"clojure.contrib.jmx", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Convert a string key to a keyword, leaving other types alone. Used to\nsimplify keys in the tabular data API.", - "name":"maybe-keywordize"}, - {"source-url": + "var-type":"function", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["n"]], + "name":"mbean", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj#L114", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/mbean", - "namespace":"clojure.contrib.jmx", - "line":114, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "Like clojure.core\/bean, but for JMX beans. Returns a read-only map of\na JMX bean's attributes. If an attribute it not supported, value is\nset to the exception thrown.", - "name":"mbean"}, - {"source-url": + "var-type":"function", + "line":114, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx.clj"}, + {"arglists":[["n"]], + "name":"mbean-names", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/mbean-names", - "namespace":"clojure.contrib.jmx", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "Finds all MBeans matching a name on the current *connection*.", - "name":"mbean-names"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx.clj"}, + {"arglists":[["n", "op"]], + "name":"op-param-types", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d157d6487e8c04979850b8d572cb0341613d97c1\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L81", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/op-param-types", - "namespace":"clojure.contrib.jmx", - "line":81, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "op"]], "doc": "The parameter types (as class name strings) for operation op on n.\nUsed for invoke.", - "name":"op-param-types"}, - {"source-url": + "var-type":"function", + "line":81, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n", "op"]], + "name":"operation", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d157d6487e8c04979850b8d572cb0341613d97c1\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L76", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/operation", - "namespace":"clojure.contrib.jmx", - "line":76, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "op"]], "doc": "The MBeanOperationInfo for operation op on mbean n. Used by invoke.", - "name":"operation"}, - {"source-url": + "var-type":"function", + "line":76, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n"]], + "name":"operation-names", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj#L101", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/operation-names", - "namespace":"clojure.contrib.jmx", + "doc":"All operation names available on an MBean.", + "var-type":"function", "line":101, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"All operation names available on an MBean.", - "name":"operation-names"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx.clj"}, + {"arglists":[["n"]], + "name":"operations", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d157d6487e8c04979850b8d572cb0341613d97c1\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/operations", - "namespace":"clojure.contrib.jmx", + "doc":"All oeprations available on an MBean.", + "var-type":"function", "line":71, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"All oeprations available on an MBean.", - "name":"operations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n", "attr"]], + "name":"raw-read", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d157d6487e8c04979850b8d572cb0341613d97c1\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/raw-read", - "namespace":"clojure.contrib.jmx", - "line":33, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "attr"]], "doc": "Read an mbean property. Returns low-level Java object model for\ncomposites, tabulars, etc. Most callers should use read.", - "name":"raw-read"}, - {"source-url": + "var-type":"function", + "line":33, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d157d6487e8c04979850b8d572cb0341613d97c1\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L39", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/read", @@ -4234,96 +4812,112 @@ "var-type":"var", "doc":"Read an mbean property.", "name":"read"}, - {"source-url": + {"arglists":[["n", "attr"]], + "name":"read-supported", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d157d6487e8c04979850b8d572cb0341613d97c1\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L43", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/read-supported", - "namespace":"clojure.contrib.jmx", - "line":43, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "attr"]], "doc": "Calls read to read an mbean property, *returning* unsupported\noperation exceptions instead of throwing them. Used to keep mbean\nfrom blowing up. Note: There is no good exception that aggregates\nunsupported operations, hence the overly-general catch block.", - "name":"read-supported"}, - {"source-url": + "var-type":"function", + "line":43, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n", "attr"]], + "name":"readable?", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d157d6487e8c04979850b8d572cb0341613d97c1\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/readable?", - "namespace":"clojure.contrib.jmx", + "doc":"Is attribute readable?", + "var-type":"function", "line":66, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "attr"]], - "doc":"Is attribute readable?", - "name":"readable?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["opts", "&", "body"]], + "name":"with-connection", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d157d6487e8c04979850b8d572cb0341613d97c1\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L17", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/with-connection", - "namespace":"clojure.contrib.jmx", - "line":17, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"macro", - "arglists":[["opts", "&", "body"]], "doc": "Execute body with JMX connection specified by opts. opts can also\ninclude an optional :environment key which is passed as the\nenvironment arg to JMXConnectorFactory\/connect.", - "name":"with-connection"}, - {"source-url": + "var-type":"macro", + "line":17, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["x"]], + "name":"json-str", + "namespace":"clojure.contrib.json", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/json.clj#L301", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/json.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/json-str", - "namespace":"clojure.contrib.json", + "doc":"Converts x to a JSON-formatted string.", + "var-type":"function", "line":301, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/json.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Converts x to a JSON-formatted string.", - "name":"json-str"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, + {"arglists":[["x"]], + "name":"pprint-json", + "namespace":"clojure.contrib.json", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/json.clj#L338", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/json.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/pprint-json", - "namespace":"clojure.contrib.json", + "doc":"Pretty-prints JSON representation of x to *out*", + "var-type":"function", "line":338, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/json.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Pretty-prints JSON representation of x to *out*", - "name":"pprint-json"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, + {"arglists":[["x"]], + "name":"print-json", + "namespace":"clojure.contrib.json", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/json.clj#L309", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/json.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/print-json", - "namespace":"clojure.contrib.json", + "doc":"Write JSON-formatted output to *out*", + "var-type":"function", "line":309, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/json.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Write JSON-formatted output to *out*", - "name":"print-json"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, + {"arglists": + [["input"], ["input", "keywordize?"], + ["input", "keywordize?", "eof-error?", "eof-value"]], + "name":"read-json", + "namespace":"clojure.contrib.json", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/json.clj#L189", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/json.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/read-json", - "namespace":"clojure.contrib.json", - "line":189, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/json.clj", - "var-type":"function", - "arglists": - [["input"], ["input", "keywordize?"], - ["input", "keywordize?", "eof-error?", "eof-value"]], "doc": "Reads one JSON value from input String or Reader.\nIf keywordize? is true (default), object keys will be converted to\nkeywords. If eof-error? is true (default), empty input will throw\nan EOFException; if false EOF will return eof-value. ", - "name":"read-json"}, - {"source-url":null, + "var-type":"function", + "line":189, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/json.clj", + "source-url":null, "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/read-json-from", "namespace":"clojure.contrib.json", @@ -4332,7 +4926,9 @@ "doc": "Reads one JSON value from input String or Reader.\nIf keywordize? is true, object keys will be converted to keywords.\nIf eof-error? is true, empty input will throw an EOFException; if\nfalse EOF will return eof-value. ", "name":"read-json-from"}, - {"source-url":null, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/json.clj", + "source-url":null, "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/write-json", "namespace":"clojure.contrib.json", @@ -4340,31 +4936,37 @@ "arglists":[["object", "out"]], "doc":"Print object to PrintWriter out as JSON", "name":"write-json"}, - {"source-url": + {"arglists":[[]], + "name":"fibs", + "namespace":"clojure.contrib.lazy-seqs", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj#L82", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-seqs-api.html#clojure.contrib.lazy-seqs\/fibs", - "namespace":"clojure.contrib.lazy-seqs", + "doc":"Returns a lazy sequence of all the Fibonacci numbers.", + "var-type":"function", "line":82, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns a lazy sequence of all the Fibonacci numbers.", - "name":"fibs"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj"}, + {"arglists":[[]], + "name":"powers-of-2", + "namespace":"clojure.contrib.lazy-seqs", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-seqs-api.html#clojure.contrib.lazy-seqs\/powers-of-2", - "namespace":"clojure.contrib.lazy-seqs", + "doc":"Returns a lazy sequence of all the powers of 2", + "var-type":"function", "line":87, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns a lazy sequence of all the powers of 2", - "name":"powers-of-2"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj#L66", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-seqs-api.html#clojure.contrib.lazy-seqs\/primes", @@ -4375,34 +4977,40 @@ "var-type":"var", "doc":"Lazy sequence of all the prime numbers.", "name":"primes"}, - {"source-url": + {"arglists": + [["s"], ["s", "startparse"], ["s", "startparse", "queue-size"]], + "name":"parse-seq", + "namespace":"clojure.contrib.lazy-xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-xml-api.html#clojure.contrib.lazy-xml\/parse-seq", - "namespace":"clojure.contrib.lazy-xml", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj", - "var-type":"function", - "arglists": - [["s"], ["s", "startparse"], ["s", "startparse", "queue-size"]], "doc": "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy sequence of maps with two or more of\nthe keys :type, :name, :attrs, and :str. Other SAX-compatible\nparsers can be supplied by passing startparse, a fn taking a source\nand a ContentHandler and returning a parser. If a parser is\nspecified, it will be run in a separate thread and be allowed to get\nahead by queue-size items, which defaults to maxint. If no parser\nis specified and org.xmlpull.v1.XmlPullParser is in the classpath,\nthis superior pull parser will be used.", - "name":"parse-seq"}, - {"source-url": + "var-type":"function", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj"}, + {"arglists":[["s"], ["s", "startparse", "queue-size"]], + "name":"parse-trim", + "namespace":"clojure.contrib.lazy-xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-xml-api.html#clojure.contrib.lazy-xml\/parse-trim", - "namespace":"clojure.contrib.lazy-xml", - "line":95, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj", - "var-type":"function", - "arglists":[["s"], ["s", "startparse", "queue-size"]], "doc": "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy tree of the clojure.xml\/element\nstruct-map, which has the keys :tag, :attrs, and :content and\naccessor fns tag, attrs, and content, with the whitespace trimmed\nfrom around each content string. This format is compatible with what\nclojure.xml\/parse produces, except :content is a lazy seq instead of\na vector. Other SAX-compatible parsers can be supplied by passing\nstartparse, a fn taking a source and a ContentHandler and returning\na parser. If a parser is specified, it will be run in a separate\nthread and be allowed to get ahead by queue-size items, which\ndefaults to maxing. If no parser is specified and\norg.xmlpull.v1.XmlPullParser is in the classpath, this superior pull\nparser will be used.", - "name":"parse-trim"}, - {"source-url": + "var-type":"function", + "line":95, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L202", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/*allow-direct-logging*", @@ -4414,7 +5022,9 @@ "doc": "A boolean indicating whether direct logging (as opposed to via an agent) is\nallowed when not operating from within a transaction. Defaults to true.", "name":"*allow-direct-logging*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L188", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/*impl-name*", @@ -4425,7 +5035,9 @@ "var-type":"var", "doc":"The name of the logging implementation used.", "name":"*impl-name*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L196", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/*logging-agent*", @@ -4437,56 +5049,66 @@ "doc": "The default agent used for performing logging durng a transaction or when\ndirect logging is disabled.", "name":"*logging-agent*"}, - {"source-url": + {"arglists":[["message"], ["message", "throwable"]], + "name":"debug", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L310", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/debug", - "namespace":"clojure.contrib.logging", + "doc":"Logs a message at the debug level.", + "var-type":"macro", "line":310, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["message"], ["message", "throwable"]], - "doc":"Logs a message at the debug level.", - "name":"debug"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["level"], ["level", "log-ns"]], + "name":"enabled?", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L226", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/enabled?", - "namespace":"clojure.contrib.logging", - "line":226, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["level"], ["level", "log-ns"]], "doc": "Returns true if the specific logging level is enabled. Use of this function\nshould only be necessary if one needs to execute alternate code paths beyond\nwhether the log should be written to.", - "name":"enabled?"}, - {"source-url": + "var-type":"macro", + "line":226, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["message"], ["message", "throwable"]], + "name":"error", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L331", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/error", - "namespace":"clojure.contrib.logging", + "doc":"Logs a message at the error level.", + "var-type":"macro", "line":331, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["message"], ["message", "throwable"]], - "doc":"Logs a message at the error level.", - "name":"error"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["message"], ["message", "throwable"]], + "name":"fatal", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L338", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/fatal", - "namespace":"clojure.contrib.logging", + "doc":"Logs a message at the fatal level.", + "var-type":"macro", "line":338, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["message"], ["message", "throwable"]], - "doc":"Logs a message at the fatal level.", - "name":"fatal"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L188", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/impl-enabled?", @@ -4498,7 +5120,9 @@ "doc": "Implementation-specific check if a particular level is enabled. End-users\nshould not need to call this.", "name":"impl-enabled?"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L188", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/impl-get-log", @@ -4510,7 +5134,9 @@ "doc": "Returns an implementation-specific log by string namespace. End-users should\nnot need to call this.", "name":"impl-get-log"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L188", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/impl-write!", @@ -4522,748 +5148,870 @@ "doc": "Implementation-specific write of a log message. End-users should not need to\ncall this.", "name":"impl-write!"}, - {"source-url": + {"arglists":[["message"], ["message", "throwable"]], + "name":"info", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L317", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/info", - "namespace":"clojure.contrib.logging", + "doc":"Logs a message at the info level.", + "var-type":"macro", "line":317, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["message"], ["message", "throwable"]], - "doc":"Logs a message at the info level.", - "name":"info"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["level", "message"], ["level", "message", "throwable"], + ["level", "message", "throwable", "log-ns"]], + "name":"log", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L208", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log", - "namespace":"clojure.contrib.logging", - "line":208, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["level", "message"], ["level", "message", "throwable"], - ["level", "message", "throwable", "log-ns"]], "doc": "Logs a message, either directly or via an agent. Also see the level-specific\nconvenience macros.", - "name":"log"}, - {"source-url": + "var-type":"macro", + "line":208, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["log-ns"]], + "name":"log-capture!", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L265", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log-capture!", - "namespace":"clojure.contrib.logging", - "line":265, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[["log-ns"]], "doc": "Captures System.out and System.err, redirecting all writes of those streams\nto :info and :error logging, respectively. The specified log-ns value will\nbe used to namespace all redirected logging. NOTE: this will not redirect\noutput of *out* or *err*; for that, use with-logs.", - "name":"log-capture!"}, - {"source-url": + "var-type":"function", + "line":265, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["level", "log-ns"]], + "name":"log-stream", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L243", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log-stream", - "namespace":"clojure.contrib.logging", - "line":243, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[["level", "log-ns"]], "doc": "Creates a PrintStream that will output to the log. End-users should not need\nto invoke this.", - "name":"log-stream"}, - {"source-url": + "var-type":"function", + "line":243, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[[]], + "name":"log-uncapture!", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L281", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log-uncapture!", - "namespace":"clojure.contrib.logging", - "line":281, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[[]], "doc": "Restores System.out and System.err to their original values.", - "name":"log-uncapture!"}, - {"source-url": + "var-type":"function", + "line":281, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["expr"]], + "name":"spy", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L236", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/spy", - "namespace":"clojure.contrib.logging", - "line":236, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["expr"]], "doc": "Evaluates expr and outputs the form and its result to the debug log; returns \nthe result of expr.", - "name":"spy"}, - {"source-url": + "var-type":"macro", + "line":236, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["message"], ["message", "throwable"]], + "name":"trace", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L303", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/trace", - "namespace":"clojure.contrib.logging", + "doc":"Logs a message at the trace level.", + "var-type":"macro", "line":303, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["message"], ["message", "throwable"]], - "doc":"Logs a message at the trace level.", - "name":"trace"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["message"], ["message", "throwable"]], + "name":"warn", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L324", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/warn", - "namespace":"clojure.contrib.logging", + "doc":"Logs a message at the warn level.", + "var-type":"macro", "line":324, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["message"], ["message", "throwable"]], - "doc":"Logs a message at the warn level.", - "name":"warn"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["log-ns", "&", "body"]], + "name":"with-logs", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L291", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/with-logs", - "namespace":"clojure.contrib.logging", - "line":291, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["log-ns", "&", "body"]], "doc": "Evaluates exprs in a context in which *out* and *err* are bound to :info and\n:error logging, respectively. The specified log-ns value will be used to\nnamespace all redirected logging.", - "name":"with-logs"}, - {"source-url": + "var-type":"macro", + "line":291, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["symbol", "expansion"]], + "name":"defsymbolmacro", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj#L222", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/defsymbolmacro", - "namespace":"clojure.contrib.macro-utils", - "line":222, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["symbol", "expansion"]], "doc": "Define a symbol macro. Because symbol macros are not part of\nClojure's built-in macro expansion system, they can be used only\ninside a with-symbol-macros form.", - "name":"defsymbolmacro"}, - {"source-url": + "var-type":"macro", + "line":222, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["name", "params", "&", "forms"]], + "name":"deftemplate", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj#L236", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/deftemplate", - "namespace":"clojure.contrib.macro-utils", - "line":236, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["name", "params", "&", "forms"]], "doc": "Define a macro that expands into forms after replacing the\nsymbols in params (a vector) by the corresponding parameters\ngiven in the macro call.", - "name":"deftemplate"}, - {"source-url": + "var-type":"macro", + "line":236, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["fn-bindings", "&", "exprs"]], + "name":"macrolet", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj#L201", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/macrolet", - "namespace":"clojure.contrib.macro-utils", - "line":201, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["fn-bindings", "&", "exprs"]], "doc": "Define local macros that are used in the expansion of exprs. The\nsyntax is the same as for letfn forms.", - "name":"macrolet"}, - {"source-url": + "var-type":"macro", + "line":201, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["form"]], + "name":"mexpand", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj#L256", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/mexpand", - "namespace":"clojure.contrib.macro-utils", - "line":256, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"function", - "arglists":[["form"]], "doc": "Like clojure.core\/macroexpand, but takes into account symbol macros.", - "name":"mexpand"}, - {"source-url": + "var-type":"function", + "line":256, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["form"]], + "name":"mexpand-1", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj#L248", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/mexpand-1", - "namespace":"clojure.contrib.macro-utils", - "line":248, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"function", - "arglists":[["form"]], "doc": "Like clojure.core\/macroexpand-1, but takes into account symbol macros.", - "name":"mexpand-1"}, - {"source-url": + "var-type":"function", + "line":248, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["form"]], + "name":"mexpand-all", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj#L264", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/mexpand-all", - "namespace":"clojure.contrib.macro-utils", - "line":264, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"function", - "arglists":[["form"]], "doc":"Perform a full recursive macro expansion of a form.", - "name":"mexpand-all"}, - {"source-url": + "var-type":"function", + "line":264, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["symbol-bindings", "&", "exprs"]], + "name":"symbol-macrolet", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj#L212", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/symbol-macrolet", - "namespace":"clojure.contrib.macro-utils", - "line":212, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["symbol-bindings", "&", "exprs"]], "doc": "Define local symbol macros that are used in the expansion of exprs.\nThe syntax is the same as for let forms.", - "name":"symbol-macrolet"}, - {"source-url": + "var-type":"macro", + "line":212, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["&", "exprs"]], + "name":"with-symbol-macros", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj#L231", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/with-symbol-macros", - "namespace":"clojure.contrib.macro-utils", - "line":231, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["&", "exprs"]], "doc":"Fully expand exprs, including symbol macros.", - "name":"with-symbol-macros"}, - {"source-url": + "var-type":"macro", + "line":231, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["expr"]], + "name":"const", + "namespace":"clojure.contrib.macros", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macros.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macros.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macros-api.html#clojure.contrib.macros\/const", - "namespace":"clojure.contrib.macros", - "line":18, - "file":"clojure\/contrib\/macros.clj", - "var-type":"macro", - "arglists":[["expr"]], "doc":"Evaluate the constant expression expr at compile time.", - "name":"const"}, - {"source-url": + "var-type":"macro", + "line":18, + "file":"clojure\/contrib\/macros.clj"}, + {"arglists":[["fn-bindings", "&", "exprs"]], + "name":"letfn-", + "namespace":"clojure.contrib.macros", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macros.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macros.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macros-api.html#clojure.contrib.macros\/letfn-", - "namespace":"clojure.contrib.macros", - "line":28, - "file":"clojure\/contrib\/macros.clj", - "var-type":"macro", - "arglists":[["fn-bindings", "&", "exprs"]], "doc": "OBSOLETE: use clojure.core\/letfn\nA variant of let for local function definitions. fn-bindings consists\nof name\/args\/body triples, with (letfn [name args body] ...)\nbeing equivalent to (let [name (fn name args body)] ...).", - "name":"letfn-"}, - {"source-url": + "var-type":"macro", + "line":28, + "file":"clojure\/contrib\/macros.clj"}, + {"arglists":[["symbols?", "&", "body"]], + "name":"with-direct-linking", + "namespace":"clojure.contrib.macros", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macros.clj#L68", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/macros.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macros-api.html#clojure.contrib.macros\/with-direct-linking", - "namespace":"clojure.contrib.macros", - "line":68, - "file":"clojure\/contrib\/macros.clj", - "var-type":"macro", - "arglists":[["symbols?", "&", "body"]], "doc": "EXPERIMENTAL!\nCompiles the functions in body with direct links to the functions\nnamed in symbols, i.e. without a var lookup for each invocation.\nSymbols is a vector of symbols that name either vars or namespaces.\nA namespace reference is replaced by the list of all symbols in the\nnamespace that are bound to functions. If symbols is not provided,\nthe default value ['clojure.core] is used. The symbol *ns* can be\nused to refer to the current namespace.", - "name":"with-direct-linking"}, - {"source-url": + "var-type":"macro", + "line":68, + "file":"clojure\/contrib\/macros.clj"}, + {"arglists":[["f", "&", "maps"]], + "name":"deep-merge-with", + "namespace":"clojure.contrib.map-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/map-utils-api.html#clojure.contrib.map-utils\/deep-merge-with", - "namespace":"clojure.contrib.map-utils", - "line":41, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj", - "var-type":"function", - "arglists":[["f", "&", "maps"]], "doc": "Like merge-with, but merges maps recursively, applying the given fn\nonly when there's a non-map at a particular level.\n\n(deepmerge + {:a {:b {:c 1 :d {:x 1 :y 2}} :e 3} :f 4}\n {:a {:b {:c 2 :d {:z 9} :z 3} :e 100}})\n-> {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}", - "name":"deep-merge-with"}, - {"source-url": + "var-type":"function", + "line":41, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj"}, + {"arglists":[["map", "key", "not-found"]], + "name":"lazy-get", + "namespace":"clojure.contrib.map-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj#L22", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/map-utils-api.html#clojure.contrib.map-utils\/lazy-get", - "namespace":"clojure.contrib.map-utils", - "line":22, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj", - "var-type":"macro", - "arglists":[["map", "key", "not-found"]], "doc": "Like get, but doesn't evaluate not-found unless it is needed.", - "name":"lazy-get"}, - {"source-url": + "var-type":"macro", + "line":22, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj"}, + {"arglists":[["map", "key"]], + "name":"safe-get", + "namespace":"clojure.contrib.map-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/map-utils-api.html#clojure.contrib.map-utils\/safe-get", - "namespace":"clojure.contrib.map-utils", + "doc":"Like get, but throws an exception if the key is not found.", + "var-type":"function", "line":29, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj", - "var-type":"function", - "arglists":[["map", "key"]], - "doc":"Like get, but throws an exception if the key is not found.", - "name":"safe-get"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj"}, + {"arglists":[["map", "ks"]], + "name":"safe-get-in", + "namespace":"clojure.contrib.map-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj#L35", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/map-utils-api.html#clojure.contrib.map-utils\/safe-get-in", - "namespace":"clojure.contrib.map-utils", - "line":35, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj", - "var-type":"function", - "arglists":[["map", "ks"]], "doc": "Like get-in, but throws an exception if any key is not found.", - "name":"safe-get-in"}, - {"source-url": + "var-type":"function", + "line":35, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj"}, + {"arglists":[["n"]], + "name":"abs", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj#L122", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/abs", - "namespace":"clojure.contrib.math", + "doc":"(abs n) is the absolute value of n", + "var-type":"function", "line":122, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"(abs n) is the absolute value of n", - "name":"abs"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"ceil", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj#L141", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/ceil", - "namespace":"clojure.contrib.math", - "line":141, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"multimethod", - "arglists":[["n"]], "doc": "(ceil n) returns the least integer greater than or equal to n.\nIf n is an exact number, ceil returns an integer, otherwise a double.", - "name":"ceil"}, - {"source-url": + "var-type":"multimethod", + "line":141, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"exact-integer-sqrt", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj#L206", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/exact-integer-sqrt", - "namespace":"clojure.contrib.math", - "line":206, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "(exact-integer-sqrt n) expects a non-negative integer n, and returns [s r] where n = s^2+r and n < (s+1)^2. In other words, it returns the floor of the square root and the 'remainder'.\nFor example, (exact-integer-sqrt 15) is [3 6] because 15 = 3^2+6.", - "name":"exact-integer-sqrt"}, - {"source-url": + "var-type":"function", + "line":206, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["base", "pow"]], + "name":"expt", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj#L101", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/expt", - "namespace":"clojure.contrib.math", - "line":101, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"multimethod", - "arglists":[["base", "pow"]], "doc": "(expt base pow) is base to the pow power.\nReturns an exact number if the base is an exact number and the power is an integer, otherwise returns a double.", - "name":"expt"}, - {"source-url": + "var-type":"multimethod", + "line":101, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"floor", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj#L129", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/floor", - "namespace":"clojure.contrib.math", - "line":129, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"multimethod", - "arglists":[["n"]], "doc": "(floor n) returns the greatest integer less than or equal to n.\nIf n is an exact number, floor returns an integer, otherwise a double.", - "name":"floor"}, - {"source-url": + "var-type":"multimethod", + "line":129, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["a", "b"]], + "name":"gcd", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj#L162", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/gcd", - "namespace":"clojure.contrib.math", + "doc":"(gcd a b) returns the greatest common divisor of a and b", + "var-type":"function", "line":162, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["a", "b"]], - "doc":"(gcd a b) returns the greatest common divisor of a and b", - "name":"gcd"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["a", "b"]], + "name":"lcm", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj#L169", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/lcm", - "namespace":"clojure.contrib.math", + "doc":"(lcm a b) returns the least common multiple of a and b", + "var-type":"function", "line":169, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["a", "b"]], - "doc":"(lcm a b) returns the least common multiple of a and b", - "name":"lcm"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"round", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj#L153", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/round", - "namespace":"clojure.contrib.math", - "line":153, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"multimethod", - "arglists":[["n"]], "doc": "(round n) rounds to the nearest integer.\nround always returns an integer. Rounds up for values exactly in between two integers.", - "name":"round"}, - {"source-url": + "var-type":"multimethod", + "line":153, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"sqrt", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj#L215", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/sqrt", - "namespace":"clojure.contrib.math", + "doc":"Square root, but returns exact number if possible.", + "var-type":"multimethod", "line":215, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"multimethod", - "arglists":[["n"]], - "doc":"Square root, but returns exact number if possible.", - "name":"sqrt"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["container"]], + "name":"components", + "namespace":"clojure.contrib.miglayout", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj#L75", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout\/components", - "namespace":"clojure.contrib.miglayout", - "line":75, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj", - "var-type":"function", - "arglists":[["container"]], "doc": "Returns a map from id (a keyword) to component for all components with\nan id constraint set", - "name":"components"}, - {"source-url": + "var-type":"function", + "line":75, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj"}, + {"arglists":[["container", "&", "args"]], + "name":"miglayout", + "namespace":"clojure.contrib.miglayout", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout\/miglayout", - "namespace":"clojure.contrib.miglayout", - "line":37, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj", - "var-type":"function", - "arglists":[["container", "&", "args"]], "doc": "Adds java.awt.Components to a javax.swing.JComponent with constraints\nformatted for the MiGLayout layout manager.\n\nArguments: container [item constraint*]*\n\n - container: the container for the specified components, its layout\n manager will be set to a new instance of MigLayout\n\n - an inline series of items and constraints--each item may be followed\n by zero or more constraints.\n\nItem:\n\n - An item is either a Component or one of the keywords :layout\n :column or :row. Constraints for a keyword item affect the entire\n layout.\n\nConstraint: string, keyword, vector, map, or set\n\n - A string specifies one or more constraints each with zero or more\n arguments.\n - A keyword specifies a single constraint without arguments\n - A vector specifies a single constraint with one or more arguments\n - A map specifies one or more constraints as keys, each mapped to a\n single argument\n - A set groups two or more constraints, each a string, keyword,\n vector, map, or set\n\nAny items marked with an \"id\" constraint will be included in a map from\nid to component attached to the container. The map can be retrieved using\nclojure.contrib.miglayout\/components.", - "name":"miglayout"}, - {"source-url": + "var-type":"function", + "line":37, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj"}, + {"arglists":[["buf"]], + "name":"buffer-stream", + "namespace":"clojure.contrib.mmap", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mmap.clj#L39", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mmap.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mmap-api.html#clojure.contrib.mmap\/buffer-stream", - "namespace":"clojure.contrib.mmap", - "line":39, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/mmap.clj", - "var-type":"function", - "arglists":[["buf"]], "doc": "Returns an InputStream for a ByteBuffer, such as returned by mmap.", - "name":"buffer-stream"}, - {"source-url": + "var-type":"function", + "line":39, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/mmap.clj"}, + {"arglists":[["f"]], + "name":"mmap", + "namespace":"clojure.contrib.mmap", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mmap.clj#L27", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mmap.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mmap-api.html#clojure.contrib.mmap\/mmap", - "namespace":"clojure.contrib.mmap", + "doc":"Memory-map the file named f. Returns a ByteBuffer.", + "var-type":"function", "line":27, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/mmap.clj", - "var-type":"function", - "arglists":[["f"]], - "doc":"Memory-map the file named f. Returns a ByteBuffer.", - "name":"mmap"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/mmap.clj"}, + {"arglists":[["f"]], + "name":"slurp", + "namespace":"clojure.contrib.mmap", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mmap.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mmap.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mmap-api.html#clojure.contrib.mmap\/slurp", - "namespace":"clojure.contrib.mmap", + "doc":"Reads the file named by f and returns it as a string.", + "var-type":"function", "line":33, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/mmap.clj", - "var-type":"function", - "arglists":[["f"]], - "doc":"Reads the file named by f and returns it as a string.", - "name":"slurp"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/mmap.clj"}, + {"arglists":[["val"], ["val", "expectation-hash"]], + "name":"calls", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L216", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/calls", - "namespace":"clojure.contrib.mock", - "line":216, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["val"], ["val", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned returned by the expected function. If both this\nand returns are specified, the return value of \"calls\" will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", - "name":"calls"}, - {"source-url": + "var-type":"function", + "line":216, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["expect-bindings", "&", "body"]], + "name":"expect", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L265", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/expect", - "namespace":"clojure.contrib.mock", - "line":265, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists":[["expect-bindings", "&", "body"]], "doc": "Use expect to redirect calls to dependent functions that are made within the\ncode under test. Instead of calling the functions that would normally be used,\ntemporary stubs are used, which can verify function parameters and call counts.\nReturn values can also be specified as needed.\nUsage:\n(expect [dep-fn (has-args [arg-pred1] (times n (returns x)))]\n (function-under-test a b c))", - "name":"expect"}, - {"source-url": + "var-type":"macro", + "line":265, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists": + [["arg-pred-forms"], ["arg-pred-forms", "expect-hash-form"]], + "name":"has-args", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L228", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/has-args", - "namespace":"clojure.contrib.mock", - "line":228, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists": - [["arg-pred-forms"], ["arg-pred-forms", "expect-hash-form"]], "doc": "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", - "name":"has-args"}, - {"source-url": + "var-type":"macro", + "line":228, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["fn-name", "args"]], + "name":"has-matching-signature?", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L105", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/has-matching-signature?", - "namespace":"clojure.contrib.mock", - "line":105, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["fn-name", "args"]], "doc": "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", - "name":"has-matching-signature?"}, - {"source-url": + "var-type":"function", + "line":105, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["arg-preds", "arg-pred-forms"]], + "name":"make-arg-checker", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L116", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/make-arg-checker", - "namespace":"clojure.contrib.mock", - "line":116, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["arg-preds", "arg-pred-forms"]], "doc": "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", - "name":"make-arg-checker"}, - {"source-url": + "var-type":"function", + "line":116, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["pred", "pred-form"]], + "name":"make-count-checker", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L131", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/make-count-checker", - "namespace":"clojure.contrib.mock", - "line":131, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["pred", "pred-form"]], "doc": "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", - "name":"make-count-checker"}, - {"source-url": + "var-type":"function", + "line":131, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["fn-name", "expectation-hash"]], + "name":"make-mock", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L150", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/make-mock", - "namespace":"clojure.contrib.mock", - "line":150, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["fn-name", "expectation-hash"]], "doc": "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker,\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", - "name":"make-mock"}, - {"source-url": + "var-type":"function", + "line":150, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["val"], ["val", "expectation-hash"]], + "name":"returns", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L205", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/returns", - "namespace":"clojure.contrib.mock", - "line":205, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["val"], ["val", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", - "name":"returns"}, - {"source-url": + "var-type":"function", + "line":205, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["times-fn"], ["times-fn", "expectation-hash"]], + "name":"times", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L246", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/times", - "namespace":"clojure.contrib.mock", - "line":246, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists":[["times-fn"], ["times-fn", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nThis function can either be specified as the first argument to times or can be\nthe result of calling times with an integer argument, in which case the\npredicate will default to being an exact match. This predicate is called at\nthe end of an expect expression to validate that an expected dependency\nfunction was called the expected number of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", - "name":"times"}, - {"source-url": + "var-type":"macro", + "line":246, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["mock-data"]], + "name":"validate-counts", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L175", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/validate-counts", - "namespace":"clojure.contrib.mock", - "line":175, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["mock-data"]], "doc": "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", - "name":"validate-counts"}, - {"source-url": + "var-type":"function", + "line":175, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[[]], + "name":"flush", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/flush", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Flush", + "var-type":"function", "line":62, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Flush", - "name":"flush"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["obj"]], + "name":"print", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L67", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/print", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Print obj", + "var-type":"function", "line":67, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["obj"]], - "doc":"Print obj", - "name":"print"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[[], ["obj"]], + "name":"println", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L72", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/println", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Print obj followed by a newline", + "var-type":"function", "line":72, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[], ["obj"]], - "doc":"Print obj followed by a newline", - "name":"println"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[[]], + "name":"read-char", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/read-char", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Read a single character", + "var-type":"function", "line":42, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Read a single character", - "name":"read-char"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[[]], + "name":"read-line", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/read-line", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Read a single line", + "var-type":"function", "line":47, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Read a single line", - "name":"read-line"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[[]], + "name":"read-lines", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L126", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/read-lines", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Read all lines and return them in a vector", + "var-type":"function", "line":126, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Read all lines and return them in a vector", - "name":"read-lines"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["n"]], + "name":"skip-chars", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/skip-chars", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Skip n characters", + "var-type":"function", "line":52, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"Skip n characters", - "name":"skip-chars"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["io-specs", "statement"]], + "name":"with-io-streams", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L98", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/with-io-streams", - "namespace":"clojure.contrib.monadic-io-streams", - "line":98, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["io-specs", "statement"]], "doc": "Open one or more streams as specified by io-spec, run a monadic\nI\/O statement on them, and close the streams. io-spec is\na binding-like vector in which each stream is specified by\nthree element: a keyword by which the stream can be referred to,\nthe stream mode (:read or :write), and a stream specification as\naccepted by clojure.contrib.io\/reader (mode :read) or\nclojure.contrib.io\/writer (mode :write). The statement\nis run on a state which is a map from keywords to corresponding\nstreams. Single-stream monadic I\/O statements must be wrapped\nwith clojure.contrib.monads\/with-state-field.", - "name":"with-io-streams"}, - {"source-url": + "var-type":"function", + "line":98, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["reader-spec", "statement"]], + "name":"with-reader", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L82", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/with-reader", - "namespace":"clojure.contrib.monadic-io-streams", - "line":82, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["reader-spec", "statement"]], "doc": "Create a reader from reader-spec, run the monadic I\/O statement\non it, and close the reader. reader-spec can be any object accepted\nby clojure.contrib.io\/reader.", - "name":"with-reader"}, - {"source-url": + "var-type":"function", + "line":82, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["writer-spec", "statement"]], + "name":"with-writer", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/with-writer", - "namespace":"clojure.contrib.monadic-io-streams", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["writer-spec", "statement"]], "doc": "Create a writer from writer-spec, run the monadic I\/O statement\non it, and close the writer. writer-spec can be any object accepted\nby clojure.contrib.io\/writer.", - "name":"with-writer"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["text"]], + "name":"write", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a762fda63e8f4f0257bb7d27f5886bd1e75e3054\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/write", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Write text (a string)", + "var-type":"function", "line":57, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["text"]], - "doc":"Write text (a string)", - "name":"write"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["f"]], + "name":"call-cc", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L456", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/call-cc", - "namespace":"clojure.contrib.monads", - "line":456, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "A computation in the cont monad that calls function f with a single\nargument representing the current continuation. The function f should\nreturn a continuation (which becomes the return value of call-cc),\nor call the passed-in current continuation to terminate.", - "name":"call-cc"}, - {"source-url": + "var-type":"function", + "line":456, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L440", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/cont-m", @@ -5275,75 +6023,87 @@ "doc": "Monad describing computations in continuation-passing style. The monadic\nvalues are functions that are called with a single argument representing\nthe continuation of the computation, to which they pass their result.", "name":"cont-m"}, - {"source-url": + {"arglists": + [["name", "doc-string", "operations"], ["name", "operations"]], + "name":"defmonad", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L51", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/defmonad", - "namespace":"clojure.contrib.monads", - "line":51, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists": - [["name", "doc-string", "operations"], ["name", "operations"]], "doc": "Define a named monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", - "name":"defmonad"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L137", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/defmonadfn", - "namespace":"clojure.contrib.monads", - "line":137, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "var-type":"macro", - "arglists": + "line":51, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists": [["name", "docstring?", "attr-map?", "args", "expr"], ["name", "docstring?", "attr-map?", ["args", "expr"], "..."]], + "name":"defmonadfn", + "namespace":"clojure.contrib.monads", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L137", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/defmonadfn", "doc": "Like defn, but for functions that use monad operations and are used inside\na with-monad block.", - "name":"defmonadfn"}, - {"source-url": + "var-type":"macro", + "line":137, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["steps", "expr"], ["name", "steps", "expr"]], + "name":"domonad", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L114", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/domonad", - "namespace":"clojure.contrib.monads", - "line":114, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["steps", "expr"], ["name", "steps", "expr"]], "doc": "Monad comprehension. Takes the name of a monad, a vector of steps\ngiven as binding-form\/monadic-expression pairs, and a result value\nspecified by expr. The monadic-expression terms can use the binding\nvariables of the previous steps.\nIf the monad contains a definition of m-zero, the step list can also\ncontain conditions of the form :when p, where the predicate p can\ncontain the binding variables from all previous steps.\nA clause of the form :let [binding-form expr ...], where the bindings\nare given as a vector as for the use in let, establishes additional\nbindings that can be used in the following steps.", - "name":"domonad"}, - {"source-url": + "var-type":"macro", + "line":114, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[[]], + "name":"fetch-state", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L359", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/fetch-state", - "namespace":"clojure.contrib.monads", - "line":359, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[[]], "doc": "Return a state-monad function that returns the current state and does not\nmodify it.", - "name":"fetch-state"}, - {"source-url": + "var-type":"function", + "line":359, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["key"]], + "name":"fetch-val", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L365", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/fetch-val", - "namespace":"clojure.contrib.monads", - "line":365, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["key"]], "doc": "Return a state-monad function that assumes the state to be a map and\nreturns the value corresponding to the given key. The state is not modified.", - "name":"fetch-val"}, - {"source-url": + "var-type":"function", + "line":365, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L286", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/identity-m", @@ -5355,7 +6115,9 @@ "doc": "Monad describing plain computations. This monad does in fact nothing\nat all. It is useful for testing, for combination with monad\ntransformers, and for code that is parameterized with a monad.", "name":"identity-m"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L217", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-chain", @@ -5367,7 +6129,9 @@ "doc": "Chains together monadic computation steps that are each functions\nof one parameter. Each step is called with the result of the previous\nstep as its argument. (m-chain (step1 step2)) is equivalent to\n(fn [x] (domonad [r1 (step1 x) r2 (step2 r1)] r2)).", "name":"m-chain"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L195", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-fmap", @@ -5379,7 +6143,9 @@ "doc": "Bind the monadic value m to the function returning (f x) for argument x", "name":"m-fmap"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L189", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-join", @@ -5391,20 +6157,24 @@ "doc": "Converts a monadic value containing a monadic value into a 'simple'\nmonadic value.", "name":"m-join"}, - {"source-url": + {"arglists":[["n", "f"]], + "name":"m-lift", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L180", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-lift", - "namespace":"clojure.contrib.monads", - "line":180, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["n", "f"]], "doc": "Converts a function f of n arguments into a function of n\nmonadic arguments returning a monadic value.", - "name":"m-lift"}, - {"source-url": + "var-type":"macro", + "line":180, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L211", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-map", @@ -5416,7 +6186,9 @@ "doc": "'Executes' the sequence of monadic values resulting from mapping\nf onto the values xs. f must return a monadic value.", "name":"m-map"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L228", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-reduce", @@ -5428,7 +6200,9 @@ "doc": "Return the reduction of (m-lift 2 f) over the list of monadic values mvs\nwith initial value (m-result val).", "name":"m-reduce"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L200", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-seq", @@ -5440,7 +6214,9 @@ "doc": "'Executes' the monadic values in ms and returns a sequence of the\nbasic values contained in them.", "name":"m-seq"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L241", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-until", @@ -5452,33 +6228,39 @@ "doc": "While (p x) is false, replace x by the value returned by the\nmonadic computation (f x). Return (m-result x) for the first\nx for which (p x) is true.", "name":"m-until"}, - {"source-url": + {"arglists":[["test", "m-expr"]], + "name":"m-when", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L253", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-when", - "namespace":"clojure.contrib.monads", - "line":253, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["test", "m-expr"]], "doc": "If test is logical true, return monadic value m-expr, else return\n(m-result nil).", - "name":"m-when"}, - {"source-url": + "var-type":"macro", + "line":253, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["test", "m-expr"]], + "name":"m-when-not", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L259", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-when-not", - "namespace":"clojure.contrib.monads", - "line":259, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["test", "m-expr"]], "doc": "If test if logical false, return monadic value m-expr, else return\n(m-result nil).", - "name":"m-when-not"}, - {"source-url": + "var-type":"macro", + "line":259, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L296", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/maybe-m", @@ -5490,60 +6272,70 @@ "doc": "Monad describing computations with possible failures. Failure is\nrepresented by nil, any other value is considered valid. As soon as\na step returns nil, the whole computation will yield nil as well.", "name":"maybe-m"}, - {"source-url": + {"arglists": + [["m"], ["m", "nothing"], ["m", "nothing", "which-m-plus"]], + "name":"maybe-t", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L496", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/maybe-t", - "namespace":"clojure.contrib.monads", - "line":496, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists": - [["m"], ["m", "nothing"], ["m", "nothing", "which-m-plus"]], "doc": "Monad transformer that transforms a monad m into a monad in which\nthe base values can be invalid (represented by nothing, which defaults\nto nil). The third argument chooses if m-zero and m-plus are inherited\nfrom the base monad (use :m-plus-from-base) or adopt maybe-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", - "name":"maybe-t"}, - {"source-url": + "var-type":"function", + "line":496, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["operations"]], + "name":"monad", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L36", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/monad", - "namespace":"clojure.contrib.monads", - "line":36, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["operations"]], "doc": "Define a monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", - "name":"monad"}, - {"source-url": + "var-type":"macro", + "line":36, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["base", "which-m-plus", "operations"]], + "name":"monad-transformer", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L474", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/monad-transformer", - "namespace":"clojure.contrib.monads", - "line":474, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["base", "which-m-plus", "operations"]], "doc": "Define a monad transforer in terms of the monad operations and the base\nmonad. The argument which-m-plus chooses if m-zero and m-plus are taken\nfrom the base monad or from the transformer.", - "name":"monad-transformer"}, - {"source-url": + "var-type":"macro", + "line":474, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["c"]], + "name":"run-cont", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L451", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/run-cont", - "namespace":"clojure.contrib.monads", - "line":451, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["c"]], "doc": "Execute the computation c in the cont monad and return its result.", - "name":"run-cont"}, - {"source-url": + "var-type":"function", + "line":451, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L309", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/sequence-m", @@ -5555,20 +6347,24 @@ "doc": "Monad describing multi-valued computations, i.e. computations\nthat can yield multiple values. Any object implementing the seq\nprotocol can be used as a monadic value.", "name":"sequence-m"}, - {"source-url": + {"arglists":[["m"], ["m", "which-m-plus"]], + "name":"sequence-t", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L528", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/sequence-t", - "namespace":"clojure.contrib.monads", - "line":528, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["m"], ["m", "which-m-plus"]], "doc": "Monad transformer that transforms a monad m into a monad in which\nthe base values are sequences. The argument which-m-plus chooses\nif m-zero and m-plus are inherited from the base monad\n(use :m-plus-from-base) or adopt sequence-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", - "name":"sequence-t"}, - {"source-url": + "var-type":"function", + "line":528, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L323", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/set-m", @@ -5580,33 +6376,39 @@ "doc": "Monad describing multi-valued computations, like sequence-m,\nbut returning sets of results instead of sequences of results.", "name":"set-m"}, - {"source-url": + {"arglists":[["s"]], + "name":"set-state", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L353", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/set-state", - "namespace":"clojure.contrib.monads", - "line":353, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Return a state-monad function that replaces the current state by s and\nreturns the previous state.", - "name":"set-state"}, - {"source-url": + "var-type":"function", + "line":353, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["key", "val"]], + "name":"set-val", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L383", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/set-val", - "namespace":"clojure.contrib.monads", - "line":383, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["key", "val"]], "doc": "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with key by val. The old value is returned.", - "name":"set-val"}, - {"source-url": + "var-type":"function", + "line":383, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L336", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/state-m", @@ -5618,103 +6420,119 @@ "doc": "Monad describing stateful computations. The monadic values have the\nstructure (fn [old-state] [result new-state]).", "name":"state-m"}, - {"source-url": + {"arglists":[["p", "f", "x"]], + "name":"state-m-until", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L401", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/state-m-until", - "namespace":"clojure.contrib.monads", - "line":401, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["p", "f", "x"]], "doc": "An optimized implementation of m-until for the state monad that\nreplaces recursion by a loop.", - "name":"state-m-until"}, - {"source-url": + "var-type":"function", + "line":401, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["m"]], + "name":"state-t", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L555", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/state-t", - "namespace":"clojure.contrib.monads", - "line":555, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["m"]], "doc": "Monad transformer that transforms a monad m into a monad of stateful\ncomputations that have the base monad type as their result.", - "name":"state-t"}, - {"source-url": + "var-type":"function", + "line":555, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["f"]], + "name":"update-state", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L347", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/update-state", - "namespace":"clojure.contrib.monads", - "line":347, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "Return a state-monad function that replaces the current state by the\nresult of f applied to the current state and that returns the old state.", - "name":"update-state"}, - {"source-url": + "var-type":"function", + "line":347, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["key", "f"]], + "name":"update-val", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L373", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/update-val", - "namespace":"clojure.contrib.monads", - "line":373, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["key", "f"]], "doc": "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with the given key by the return value\nof f applied to the old value. The old value is returned.", - "name":"update-val"}, - {"source-url": + "var-type":"function", + "line":373, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["monad", "&", "exprs"]], + "name":"with-monad", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L102", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/with-monad", - "namespace":"clojure.contrib.monads", - "line":102, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["monad", "&", "exprs"]], "doc": "Evaluates an expression after replacing the keywords defining the\nmonad operations by the functions associated with these keywords\nin the monad definition given by name.", - "name":"with-monad"}, - {"source-url": + "var-type":"macro", + "line":102, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["key", "statement"]], + "name":"with-state-field", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L389", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/with-state-field", - "namespace":"clojure.contrib.monads", - "line":389, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["key", "statement"]], "doc": "Returns a state-monad function that expects a map as its state and\nruns statement (another state-monad function) on the state defined by\nthe map entry corresponding to key. The map entry is updated with the\nnew state returned by statement.", - "name":"with-state-field"}, - {"source-url": + "var-type":"function", + "line":389, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["empty-accumulator"]], + "name":"writer-m", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L413", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/writer-m", - "namespace":"clojure.contrib.monads", - "line":413, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["empty-accumulator"]], "doc": "Monad describing computations that accumulate data on the side, e.g. for\nlogging. The monadic values have the structure [value log]. Any of the\naccumulators from clojure.contrib.accumulators can be used for storing the\nlog data. Its empty value is passed as a parameter.", - "name":"writer-m"}, + "var-type":"function", + "line":413, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, {"arglists":[["nsname"]], "name":"dir", "namespace":"clojure.contrib.ns-utils", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L77", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/dir", "doc":"Prints a sorted directory of public vars in a namespace", @@ -5722,63 +6540,73 @@ "line":77, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, - {"source-url": + {"arglists":[["nsname"]], + "name":"docs", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L83", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/docs", - "namespace":"clojure.contrib.ns-utils", + "doc":"Prints documentation for the public vars in a namespace", + "var-type":"macro", "line":83, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"macro", - "arglists":[["nsname"]], - "doc":"Prints documentation for the public vars in a namespace", - "name":"docs"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["ns-sym"]], + "name":"get-ns", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/get-ns", - "namespace":"clojure.contrib.ns-utils", - "line":42, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["ns-sym"]], "doc": "Returns the namespace named by ns-sym or throws if the\nnamespace does not exist", - "name":"get-ns"}, - {"source-url": + "var-type":"function", + "line":42, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["&", "ns-names"]], + "name":"immigrate", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/immigrate", - "namespace":"clojure.contrib.ns-utils", - "line":88, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["&", "ns-names"]], "doc": "Create a public var in this namespace for each public var in the\nnamespaces named by ns-names. The created vars have the same name, root\nbinding, and metadata as the original except that their :ns metadata\nvalue is this namespace.", - "name":"immigrate"}, - {"source-url": + "var-type":"function", + "line":88, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["ns"]], + "name":"ns-vars", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/ns-vars", - "namespace":"clojure.contrib.ns-utils", - "line":50, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["ns"]], "doc": "Returns a sorted seq of symbols naming public vars in\na namespace", - "name":"ns-vars"}, + "var-type":"function", + "line":50, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, {"arglists":[["ns"]], "name":"print-dir", "namespace":"clojure.contrib.ns-utils", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L56", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/print-dir", "doc":"Prints a sorted directory of public vars in a namespace", @@ -5786,44 +6614,52 @@ "line":56, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, - {"source-url": + {"arglists":[["ns"]], + "name":"print-docs", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L63", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/print-docs", - "namespace":"clojure.contrib.ns-utils", + "doc":"Prints documentation for the public vars in a namespace", + "var-type":"function", "line":63, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["ns"]], - "doc":"Prints documentation for the public vars in a namespace", - "name":"print-docs"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["nsname"]], + "name":"vars", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/df1b195197e8fe0c64a14335a5ae9854e75feff8\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/vars", - "namespace":"clojure.contrib.ns-utils", - "line":71, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"macro", - "arglists":[["nsname"]], "doc": "Returns a sorted seq of symbols naming public vars in\na namespace", - "name":"vars"}, - {"source-url": + "var-type":"macro", + "line":71, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["object"]], + "name":"*code-dispatch*", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/dispatch.clj#L354", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*code-dispatch*", - "namespace":"clojure.contrib.pprint", - "line":354, - "file":"clojure\/contrib\/pprint\/dispatch.clj", - "var-type":"multimethod", - "arglists":[["object"]], "doc": "The pretty print dispatch function for pretty printing Clojure code.", - "name":"*code-dispatch*"}, - {"source-url": + "var-type":"multimethod", + "line":354, + "file":"clojure\/contrib\/pprint\/dispatch.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L78", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-base*", @@ -5834,7 +6670,9 @@ "var-type":"var", "doc":"The base to use for printing integers and rationals.", "name":"*print-base*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L56", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-circle*", @@ -5845,7 +6683,9 @@ "var-type":"var", "doc":"Mark circular structures (N.B. This is not yet used)", "name":"*print-circle*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L51", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-lines*", @@ -5857,7 +6697,9 @@ "doc": "Maximum number of lines to print in a pretty print instance (N.B. This is not yet used)", "name":"*print-lines*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L44", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-miser-width*", @@ -5869,7 +6711,9 @@ "doc": "The column at which to enter miser style. Depending on the dispatch table, \nmiser style add newlines in more places to try to keep lines short allowing for further \nlevels of nesting.", "name":"*print-miser-width*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L33", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-pprint-dispatch*", @@ -5881,7 +6725,9 @@ "doc": "The pretty print dispatch function. Use with-pprint-dispatch or set-pprint-dispatch\nto modify.", "name":"*print-pprint-dispatch*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L29", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-pretty*", @@ -5892,7 +6738,9 @@ "var-type":"var", "doc":"Bind to true if you want write to use pretty printing", "name":"*print-pretty*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L72", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-radix*", @@ -5904,7 +6752,9 @@ "doc": "Print a radix specifier in front of integers and rationals. If *print-base* is 2, 8, \nor 16, then the radix specifier used is #b, #o, or #x, respectively. Otherwise the \nradix specifier is in the form #XXr where XX is the decimal value of *print-base* ", "name":"*print-radix*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L38", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-right-margin*", @@ -5916,7 +6766,9 @@ "doc": "Pretty printing will try to avoid anything going beyond this column.\nSet it to nil to have pprint let the line be arbitrarily long. This will ignore all \nnon-mandatory newlines.", "name":"*print-right-margin*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L61", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-shared*", @@ -5928,7 +6780,9 @@ "doc": "Mark repeated structures rather than repeat them (N.B. This is not yet used)", "name":"*print-shared*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L65", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-suppress-namespaces*", @@ -5940,253 +6794,293 @@ "doc": "Don't print namespaces with symbols. This is particularly useful when \npretty printing the results of macro expansions", "name":"*print-suppress-namespaces*"}, - {"source-url": + {"arglists":[["object"]], + "name":"*simple-dispatch*", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/dispatch.clj#L125", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*simple-dispatch*", - "namespace":"clojure.contrib.pprint", - "line":125, - "file":"clojure\/contrib\/pprint\/dispatch.clj", - "var-type":"multimethod", - "arglists":[["object"]], "doc": "The pretty print dispatch function for simple data structure format.", - "name":"*simple-dispatch*"}, - {"source-url": + "var-type":"multimethod", + "line":125, + "file":"clojure\/contrib\/pprint\/dispatch.clj"}, + {"arglists":[["writer", "format-in", "&", "args"]], + "name":"cl-format", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj#L26", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/cl-format", - "namespace":"clojure.contrib.pprint", - "line":26, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj", - "var-type":"function", - "arglists":[["writer", "format-in", "&", "args"]], "doc": "An implementation of a Common Lisp compatible format function. cl-format formats its\narguments to an output stream or string based on the format control string given. It \nsupports sophisticated formatting of structured data.\n\nWriter is an instance of java.io.Writer, true to output to *out* or nil to output \nto a string, format-in is the format control string and the remaining arguments \nare the data to be formatted.\n\nThe format control string is a string to be output with embedded 'format directives' \ndescribing how to format the various arguments passed in.\n\nIf writer is nil, cl-format returns the formatted result string. Otherwise, cl-format \nreturns nil.\n\nFor example:\n (let [results [46 38 22]]\n (cl-format true \"There ~[are~;is~:;are~]~:* ~d result~:p: ~{~d~^, ~}~%\" \n (count results) results))\n\nPrints to *out*:\n There are 3 results: 46, 38, 22\n\nDetailed documentation on format control strings is available in the \"Common Lisp the \nLanguage, 2nd edition\", Chapter 22 (available online at:\nhttp:\/\/www.cs.cmu.edu\/afs\/cs.cmu.edu\/project\/ai-repository\/ai\/html\/cltl\/clm\/node200.html#SECTION002633000000000000000) \nand in the Common Lisp HyperSpec at \nhttp:\/\/www.lispworks.com\/documentation\/HyperSpec\/Body\/22_c.htm", - "name":"cl-format"}, - {"source-url": + "var-type":"function", + "line":26, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj"}, + {"arglists":[["format-str"]], + "name":"compile-format", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj#L1749", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/compile-format", - "namespace":"clojure.contrib.pprint", - "line":1749, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj", - "var-type":"function", - "arglists":[["format-str"]], "doc": "Compiles format-str into a compiled format which can be used as an argument\nto cl-format just like a plain format string. Use this function for improved \nperformance when you're using the same format string repeatedly", - "name":"compile-format"}, - {"source-url": + "var-type":"function", + "line":1749, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj"}, + {"arglists":[["format-in"]], + "name":"formatter", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj#L1817", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/formatter", - "namespace":"clojure.contrib.pprint", - "line":1817, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj", - "var-type":"macro", - "arglists":[["format-in"]], "doc": "Makes a function which can directly run format-in. The function is\nfn [stream & args] ... and returns nil unless the stream is nil (meaning \noutput to a string) in which case it returns the resulting string.\n\nformat-in can be either a control string or a previously compiled format.", - "name":"formatter"}, - {"source-url": + "var-type":"macro", + "line":1817, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj"}, + {"arglists":[["format-in"]], + "name":"formatter-out", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj#L1831", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/formatter-out", - "namespace":"clojure.contrib.pprint", - "line":1831, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj", - "var-type":"macro", - "arglists":[["format-in"]], "doc": "Makes a function which can directly run format-in. The function is\nfn [& args] ... and returns nil. This version of the formatter macro is\ndesigned to be used with *out* set to an appropriate Writer. In particular,\nthis is meant to be used as part of a pretty printer dispatch method.\n\nformat-in can be either a control string or a previously compiled format.", - "name":"formatter-out"}, - {"source-url": + "var-type":"macro", + "line":1831, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj"}, + {"arglists":[[]], + "name":"fresh-line", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj#L1153", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/fresh-line", - "namespace":"clojure.contrib.pprint", - "line":1153, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj", - "var-type":"function", - "arglists":[[]], "doc": "Make a newline if the Writer is not already at the beginning of the line.\nN.B. Only works on ColumnWriters right now.", - "name":"fresh-line"}, - {"source-url": + "var-type":"function", + "line":1153, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/cl_format.clj"}, + {"arglists":[[]], + "name":"pp", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L241", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/pp", - "namespace":"clojure.contrib.pprint", - "line":241, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"macro", - "arglists":[[]], "doc": "A convenience macro that pretty prints the last thing output. This is\nexactly equivalent to (pprint *1).", - "name":"pp"}, - {"source-url": + "var-type":"macro", + "line":241, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["object"], ["object", "writer"]], + "name":"pprint", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L229", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/pprint", - "namespace":"clojure.contrib.pprint", - "line":229, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["object"], ["object", "writer"]], "doc": "Pretty print object to the optional output writer. If the writer is not provided, \nprint the object to the currently bound value of *out*.", - "name":"pprint"}, - {"source-url": + "var-type":"function", + "line":229, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["relative-to", "n"]], + "name":"pprint-indent", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L315", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/pprint-indent", - "namespace":"clojure.contrib.pprint", - "line":315, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["relative-to", "n"]], "doc": "Create an indent at this point in the pretty printing stream. This defines how \nfollowing lines are indented. relative-to can be either :block or :current depending \nwhether the indent should be computed relative to the start of the logical block or\nthe current column position. n is an offset. \n\nOutput is sent to *out* which must be a pretty printing writer.", - "name":"pprint-indent"}, - {"source-url": + "var-type":"function", + "line":315, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["options*", "body"]], + "name":"pprint-logical-block", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L286", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/pprint-logical-block", - "namespace":"clojure.contrib.pprint", - "line":286, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"macro", - "arglists":[["options*", "body"]], "doc": "Execute the body as a pretty printing logical block with output to *out* which \nmust be a pretty printing writer. When used from pprint or cl-format, this can be \nassumed. \n\nBefore the body, the caller can optionally specify options: :prefix, :per-line-prefix, \nand :suffix.", - "name":"pprint-logical-block"}, - {"source-url": + "var-type":"macro", + "line":286, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["kind"]], + "name":"pprint-newline", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L306", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/pprint-newline", - "namespace":"clojure.contrib.pprint", - "line":306, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["kind"]], "doc": "Print a conditional newline to a pretty printing stream. kind specifies if the \nnewline is :linear, :miser, :fill, or :mandatory. \n\nOutput is sent to *out* which must be a pretty printing writer.", - "name":"pprint-newline"}, - {"source-url": + "var-type":"function", + "line":306, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["kind", "colnum", "colinc"]], + "name":"pprint-tab", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L327", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/pprint-tab", - "namespace":"clojure.contrib.pprint", - "line":327, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["kind", "colnum", "colinc"]], "doc": "Tab at this point in the pretty printing stream. kind specifies whether the tab\nis :line, :section, :line-relative, or :section-relative. \n\nColnum and colinc specify the target column and the increment to move the target\nforward if the output is already past the original target.\n\nOutput is sent to *out* which must be a pretty printing writer.\n\nTHIS FUNCTION IS NOT YET IMPLEMENTED.", - "name":"pprint-tab"}, - {"source-url": + "var-type":"function", + "line":327, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["function"]], + "name":"set-pprint-dispatch", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L246", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/set-pprint-dispatch", - "namespace":"clojure.contrib.pprint", - "line":246, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["function"]], "doc": "Set the pretty print dispatch function to a function matching (fn [obj] ...)\nwhere obj is the object to pretty print. That function will be called with *out* set\nto a pretty printing writer to which it should do its printing.\n\nFor example functions, see *simple-dispatch* and *code-dispatch* in \nclojure.contrib.pprint.dispatch.clj.", - "name":"set-pprint-dispatch"}, - {"source-url": + "var-type":"function", + "line":246, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["multifn", "dispatch-val", "func"]], + "name":"use-method", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/dispatch.clj#L19", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/use-method", - "namespace":"clojure.contrib.pprint", - "line":19, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/dispatch.clj", - "var-type":"function", - "arglists":[["multifn", "dispatch-val", "func"]], "doc": "Installs a function as a new method of multimethod associated with dispatch-value. ", - "name":"use-method"}, - {"source-url": + "var-type":"function", + "line":19, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/dispatch.clj"}, + {"arglists":[["function", "&", "body"]], + "name":"with-pprint-dispatch", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L259", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/with-pprint-dispatch", - "namespace":"clojure.contrib.pprint", - "line":259, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"macro", - "arglists":[["function", "&", "body"]], "doc": "Execute body with the pretty print dispatch function bound to function.", - "name":"with-pprint-dispatch"}, - {"source-url": + "var-type":"macro", + "line":259, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["object", "&", "kw-args"]], + "name":"write", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L186", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/write", - "namespace":"clojure.contrib.pprint", - "line":186, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["object", "&", "kw-args"]], "doc": "Write an object subject to the current bindings of the printer control variables.\nUse the kw-args argument to override individual variables for this call (and any \nrecursive calls). Returns the string result if :stream is nil or nil otherwise.\n\nThe following keyword arguments can be passed with values:\n Keyword Meaning Default value\n :stream Writer for output or nil true (indicates *out*)\n :base Base to use for writing rationals Current value of *print-base*\n :circle* If true, mark circular structures Current value of *print-circle*\n :length Maximum elements to show in sublists Current value of *print-length*\n :level Maximum depth Current value of *print-level*\n :lines* Maximum lines of output Current value of *print-lines*\n :miser-width Width to enter miser mode Current value of *print-miser-width*\n :dispatch The pretty print dispatch function Current value of *print-pprint-dispatch*\n :pretty If true, do pretty printing Current value of *print-pretty*\n :radix If true, prepend a radix specifier Current value of *print-radix*\n :readably* If true, print readably Current value of *print-readably*\n :right-margin The column for the right margin Current value of *print-right-margin*\n :suppress-namespaces If true, no namespaces in symbols Current value of *print-suppress-namespaces*\n\n * = not yet supported", - "name":"write"}, - {"source-url": + "var-type":"function", + "line":186, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["object"]], + "name":"write-out", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj#L161", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4cce354d53502c1047990e96c0b424c41a4e0b67\/src\/main\/clojure\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/write-out", - "namespace":"clojure.contrib.pprint", - "line":161, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["object"]], "doc": "Write an object to *out* subject to the current bindings of the printer control \nvariables. Use the kw-args argument to override individual variables for this call (and \nany recursive calls).\n\n*out* must be a PrettyWriter if pretty printing is enabled. This is the responsibility\nof the caller.\n\nThis method is primarily intended for use by pretty print dispatch functions that \nalready know that the pretty printer will have set up their environment appropriately.\nNormal library clients should use the standard \"write\" interface. ", - "name":"write-out"}, - {"source-url": + "var-type":"function", + "line":161, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["v"]], + "name":"certainly", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L146", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/certainly", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":146, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["v"]], "doc": "Returns a distribution in which the single value v has probability 1.", - "name":"certainly"}, - {"source-url": + "var-type":"function", + "line":146, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["&", "choices"]], + "name":"choose", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L92", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/choose", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":92, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["&", "choices"]], "doc": "Construct a distribution from an explicit list of probabilities\nand values. They are given in the form of a vector of probability-value\npairs. In the last pair, the probability can be given by the keyword\n:else, which stands for 1 minus the total of the other probabilities.", - "name":"choose"}, - {"source-url": + "var-type":"function", + "line":92, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L46", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/cond-dist-m", @@ -6198,20 +7092,24 @@ "doc": "Variant of the dist monad that can handle undefined values.", "name":"cond-dist-m"}, - {"source-url": + {"arglists":[["pred", "dist"]], + "name":"cond-prob", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L160", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/cond-prob", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":160, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["pred", "dist"]], "doc": "Returns the conditional probability for the values in dist that satisfy\nthe predicate pred.", - "name":"cond-prob"}, - {"source-url": + "var-type":"function", + "line":160, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L28", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/dist-m", @@ -6223,266 +7121,308 @@ "doc": "Monad describing computations on fuzzy quantities, represented by a finite\nprobability distribution for the possible values. A distribution is\nrepresented by a map from values to probabilities.", "name":"dist-m"}, - {"source-url": + {"arglists":[["f", "dist1", "dist2"]], + "name":"join-with", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/join-with", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":151, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["f", "dist1", "dist2"]], "doc": "Returns the distribution of (f x y) with x from dist1 and y from dist2.", - "name":"join-with"}, - {"source-url": + "var-type":"function", + "line":151, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["coll", "f"]], + "name":"make-distribution", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L134", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/make-distribution", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":134, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["coll", "f"]], "doc": "Returns the distribution in which each element x of the collection\nhas a probability proportional to (f x)", - "name":"make-distribution"}, - {"source-url": + "var-type":"function", + "line":134, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["weights"]], + "name":"normalize", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L70", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/normalize", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":70, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["weights"]], "doc": "Convert a weight map (e.g. a map of counter values) to a distribution\nby multiplying with a normalization factor. If the map has a key\n:total, its value is assumed to be the sum over all the other values and\nit is used for normalization. Otherwise, the sum is calculated\nexplicitly. The :total key is removed from the resulting distribution.", - "name":"normalize"}, - {"source-url": + "var-type":"function", + "line":70, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["pred", "dist"]], + "name":"prob", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L197", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/prob", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":197, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["pred", "dist"]], "doc": "Return the probability that the predicate pred is satisfied in the\ndistribution dist, i.e. the sum of the probabilities of the values\nthat satisfy pred.", - "name":"prob"}, - {"source-url": + "var-type":"function", + "line":197, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["coll"]], + "name":"uniform", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L84", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/uniform", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":84, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["coll"]], "doc": "Return a distribution in which each of the elements of coll\nhas the same probability.", - "name":"uniform"}, - {"source-url": + "var-type":"function", + "line":84, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["s", "n"]], + "name":"zipf", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L140", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/zipf", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":140, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["s", "n"]], "doc": "Returns the Zipf distribution in which the numbers k=1..n have\nprobabilities proportional to 1\/k^s.", - "name":"zipf"}, - {"source-url": + "var-type":"function", + "line":140, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["dist"]], + "name":"discrete", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/discrete", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":87, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["dist"]], "doc": "A discrete distribution, defined by a map dist mapping values\nto probabilities. The sum of probabilities must be one.", - "name":"discrete"}, - {"source-url": + "var-type":"function", + "line":87, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["lambda"]], + "name":"exponential", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L146", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/exponential", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":146, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["lambda"]], "doc": "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of exponential random numbers with parameter lambda.", - "name":"exponential"}, - {"source-url": + "var-type":"function", + "line":146, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["mu", "sigma"]], + "name":"lognormal", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L137", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/lognormal", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":137, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["mu", "sigma"]], "doc": "Transform a sequence of uniform random numbesr in the interval [0, 1)\ninto a sequence of lognormal random numbers with mean mu and standard\ndeviation sigma.", - "name":"lognormal"}, - {"source-url": + "var-type":"function", + "line":137, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "r"]], + "name":"n-sphere", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L228", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/n-sphere", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":228, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "r"]], "doc": "Return a uniform distribution of n-dimensional vectors inside an\nn-sphere of radius r.", - "name":"n-sphere"}, - {"source-url": + "var-type":"function", + "line":228, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["mu", "sigma"]], + "name":"normal", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L116", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/normal", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":116, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["mu", "sigma"]], "doc": "Transform a sequence urs of uniform random number in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", - "name":"normal"}, - {"source-url": + "var-type":"function", + "line":116, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["mu", "sigma"]], + "name":"normal-box-muller", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L163", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/normal-box-muller", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":163, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["mu", "sigma"]], "doc": "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", - "name":"normal-box-muller"}, - {"source-url": + "var-type":"function", + "line":163, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["distribution", "random-stream-state"]], + "name":"random-stream", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/random-stream", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":62, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["distribution", "random-stream-state"]], "doc": "Define a random stream by a distribution and the state of a\nrandom number stream with uniform distribution in [0, 1).", - "name":"random-stream"}, - {"source-url": + "var-type":"function", + "line":62, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["p", "dist"]], + "name":"reject", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L74", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/reject", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":74, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["p", "dist"]], "doc": "Return the distribution that results from rejecting the values from\ndist that do not satisfy predicate p.", - "name":"reject"}, - {"source-url": + "var-type":"function", + "line":74, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "dist"]], + "name":"sample", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "dist"]], "doc": "Return the distribution of samples of length n from the\ndistribution dist", - "name":"sample"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "dist"]], + "name":"sample-mean", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample-mean", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "dist"]], "doc": "Return the distribution of the mean over n samples from the\ndistribution dist", - "name":"sample-mean"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "dist"]], + "name":"sample-mean-variance", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample-mean-variance", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "dist"]], "doc": "Return the distribution of the mean-and-variance (a vector containing\nthe mean and the variance) over n samples from the distribution dist", - "name":"sample-mean-variance"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["f", "n", "dist"], ["f", "val", "n", "dist"]], + "name":"sample-reduce", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample-reduce", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["f", "n", "dist"], ["f", "val", "n", "dist"]], "doc": "Returns the distribution of the reduction of f over n samples from the\ndistribution dist.", - "name":"sample-reduce"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "dist"]], + "name":"sample-sum", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample-sum", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "dist"]], "doc": "Return the distribution of the sum over n samples from the\ndistribution dist.", - "name":"sample-sum"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["modulus", "multiplier", "increment", "seed"]], + "name":"lcg", + "namespace":"clojure.contrib.probabilities.random-numbers", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/random_numbers.clj#L35", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/random_numbers.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers\/lcg", - "namespace":"clojure.contrib.probabilities.random-numbers", + "doc":"Create a linear congruential generator", + "var-type":"function", "line":35, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/random_numbers.clj", - "var-type":"function", - "arglists":[["modulus", "multiplier", "increment", "seed"]], - "doc":"Create a linear congruential generator", - "name":"lcg"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/probabilities\/random_numbers.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/random_numbers.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/probabilities\/random_numbers.clj#L56", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers\/rand-stream", @@ -6494,7 +7434,9 @@ "doc": "A random number stream based on clojure.core\/rand. Note that this\ngenerator uses an internal mutable state. The state is thus not stored\nin the stream object and cannot be restored.", "name":"rand-stream"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/profile.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/profile.clj#L42", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/*enable-profiling*", @@ -6506,139 +7448,163 @@ "doc": "Set this to false before loading\/compiling to omit\nprofiling code.", "name":"*enable-profiling*"}, - {"source-url": + {"arglists":[["profile-summary"]], + "name":"print-summary", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/profile.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/print-summary", - "namespace":"clojure.contrib.profile", + "doc":"Prints a table of the results returned by summarize.", + "var-type":"function", "line":95, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/profile.clj", - "var-type":"function", - "arglists":[["profile-summary"]], - "doc":"Prints a table of the results returned by summarize.", - "name":"print-summary"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/profile.clj"}, + {"arglists":[["name", "&", "body"]], + "name":"prof", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/profile.clj#L45", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/prof", - "namespace":"clojure.contrib.profile", - "line":45, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/profile.clj", - "var-type":"macro", - "arglists":[["name", "&", "body"]], "doc": "If *enable-profiling* is true, wraps body in profiling code.\nReturns the result of body. Profile timings will be stored in\n*profile-data* using name, which must be a keyword, as the key.\nTimings are measured with System\/nanoTime.", - "name":"prof"}, - {"source-url": + "var-type":"macro", + "line":45, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/profile.clj"}, + {"arglists":[["&", "body"]], + "name":"profile", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/profile.clj#L106", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/profile", - "namespace":"clojure.contrib.profile", - "line":106, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/profile.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Runs body with profiling enabled, then prints a summary of\nresults. Returns nil.", - "name":"profile"}, - {"source-url": + "var-type":"macro", + "line":106, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/profile.clj"}, + {"arglists":[["profile-data"]], + "name":"summarize", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/profile.clj#L73", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/summarize", - "namespace":"clojure.contrib.profile", - "line":73, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/profile.clj", - "var-type":"function", - "arglists":[["profile-data"]], "doc": "Takes the raw data returned by with-profile-data and returns a map\nfrom names to summary statistics. Each value in the map will look\nlike:\n\n {:mean ..., :min ..., :max ..., :count ..., :sum ...}\n\n:mean, :min, and :max are how long the profiled section took to run,\nin nanoseconds. :count is the total number of times the profiled\nsection was executed. :sum is the total amount of time spent in the\nprofiled section, in nanoseconds.", - "name":"summarize"}, - {"source-url": + "var-type":"function", + "line":73, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/profile.clj"}, + {"arglists":[["&", "body"]], + "name":"with-profile-data", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/profile.clj#L63", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/with-profile-data", - "namespace":"clojure.contrib.profile", - "line":63, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/profile.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Executes body with *profile-data* bound to an atom of a new map.\nReturns the raw profile data as a map. Keys in the map are profile\nnames (keywords), and values are lists of elapsed time, in\nnanoseconds.", - "name":"with-profile-data"}, - {"source-url": + "var-type":"macro", + "line":63, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/profile.clj"}, + {"arglists":[["m"]], + "name":"as-properties", + "namespace":"clojure.contrib.properties", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e1c5056f0bea0aadebf6b2384d66a36c034d3251\/src\/main\/clojure\/clojure\/contrib\/properties.clj#L53", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e1c5056f0bea0aadebf6b2384d66a36c034d3251\/src\/main\/clojure\/clojure\/contrib\/properties.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/properties-api.html#clojure.contrib.properties\/as-properties", - "namespace":"clojure.contrib.properties", - "line":53, - "file":"clojure\/contrib\/properties.clj", - "var-type":"function", - "arglists":[["m"]], "doc": "Convert any seq of pairs to a java.utils.Properties instance.\nUses as-str to convert both keys and values into strings.", - "name":"as-properties"}, - {"source-url": + "var-type":"function", + "line":53, + "file":"clojure\/contrib\/properties.clj"}, + {"arglists":[["stringable"], ["stringable", "default"]], + "name":"get-system-property", + "namespace":"clojure.contrib.properties", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e1c5056f0bea0aadebf6b2384d66a36c034d3251\/src\/main\/clojure\/clojure\/contrib\/properties.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e1c5056f0bea0aadebf6b2384d66a36c034d3251\/src\/main\/clojure\/clojure\/contrib\/properties.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/properties-api.html#clojure.contrib.properties\/get-system-property", - "namespace":"clojure.contrib.properties", - "line":18, - "file":"clojure\/contrib\/properties.clj", - "var-type":"function", - "arglists":[["stringable"], ["stringable", "default"]], "doc":"Get a system property.", - "name":"get-system-property"}, - {"source-url": + "var-type":"function", + "line":18, + "file":"clojure\/contrib\/properties.clj"}, + {"arglists":[["file-able"]], + "name":"read-properties", + "namespace":"clojure.contrib.properties", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e1c5056f0bea0aadebf6b2384d66a36c034d3251\/src\/main\/clojure\/clojure\/contrib\/properties.clj#L63", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e1c5056f0bea0aadebf6b2384d66a36c034d3251\/src\/main\/clojure\/clojure\/contrib\/properties.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/properties-api.html#clojure.contrib.properties\/read-properties", - "namespace":"clojure.contrib.properties", - "line":63, - "file":"clojure\/contrib\/properties.clj", - "var-type":"function", - "arglists":[["file-able"]], "doc":"Read properties from file-able.", - "name":"read-properties"}, - {"source-url": + "var-type":"function", + "line":63, + "file":"clojure\/contrib\/properties.clj"}, + {"arglists":[["settings"]], + "name":"set-system-properties", + "namespace":"clojure.contrib.properties", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e1c5056f0bea0aadebf6b2384d66a36c034d3251\/src\/main\/clojure\/clojure\/contrib\/properties.clj#L25", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e1c5056f0bea0aadebf6b2384d66a36c034d3251\/src\/main\/clojure\/clojure\/contrib\/properties.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/properties-api.html#clojure.contrib.properties\/set-system-properties", - "namespace":"clojure.contrib.properties", - "line":25, - "file":"clojure\/contrib\/properties.clj", - "var-type":"function", - "arglists":[["settings"]], "doc":"Set some system properties. Nil clears a property.", - "name":"set-system-properties"}, - {"source-url": + "var-type":"function", + "line":25, + "file":"clojure\/contrib\/properties.clj"}, + {"arglists":[["settings", "&", "body"]], + "name":"with-system-properties", + "namespace":"clojure.contrib.properties", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e1c5056f0bea0aadebf6b2384d66a36c034d3251\/src\/main\/clojure\/clojure\/contrib\/properties.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e1c5056f0bea0aadebf6b2384d66a36c034d3251\/src\/main\/clojure\/clojure\/contrib\/properties.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/properties-api.html#clojure.contrib.properties\/with-system-properties", - "namespace":"clojure.contrib.properties", - "line":33, - "file":"clojure\/contrib\/properties.clj", - "var-type":"macro", - "arglists":[["settings", "&", "body"]], "doc": "setting => property-name value\n\nSets the system properties to the supplied values, executes the body, and\nsets the properties back to their original values. Values of nil are\ntranslated to a clearing of the property.", - "name":"with-system-properties"}, - {"source-url": + "var-type":"macro", + "line":33, + "file":"clojure\/contrib\/properties.clj"}, + {"arglists":[["m", "file-able"], ["m", "file-able", "comments"]], + "name":"write-properties", + "namespace":"clojure.contrib.properties", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e1c5056f0bea0aadebf6b2384d66a36c034d3251\/src\/main\/clojure\/clojure\/contrib\/properties.clj#L70", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e1c5056f0bea0aadebf6b2384d66a36c034d3251\/src\/main\/clojure\/clojure\/contrib\/properties.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/properties-api.html#clojure.contrib.properties\/write-properties", - "namespace":"clojure.contrib.properties", - "line":70, - "file":"clojure\/contrib\/properties.clj", - "var-type":"function", - "arglists":[["m", "file-able"], ["m", "file-able", "comments"]], "doc":"Write properties to file-able.", - "name":"write-properties"}, - {"source-url": + "var-type":"function", + "line":70, + "file":"clojure\/contrib\/properties.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/prxml.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/prxml.clj#L32", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/prxml-api.html#clojure.contrib.prxml\/*html-compatible*", @@ -6650,7 +7616,9 @@ "doc": "If true, empty tags will have a space before the closing \/>", "name":"*html-compatible*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/prxml.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/prxml.clj#L36", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/prxml-api.html#clojure.contrib.prxml\/*prxml-indent*", @@ -6662,136 +7630,158 @@ "doc": "The number of spaces to indent sub-tags. nil for no indent\nand no extra line-breaks.", "name":"*prxml-indent*"}, - {"source-url": + {"arglists":[["&", "args"]], + "name":"prxml", + "namespace":"clojure.contrib.prxml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/prxml.clj#L146", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/prxml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/prxml-api.html#clojure.contrib.prxml\/prxml", - "namespace":"clojure.contrib.prxml", - "line":146, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/prxml.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Print XML to *out*. Vectors become XML tags: the first item is the\ntag name; optional second item is a map of attributes.\n\nSequences are processed recursively, so you can use map and other\nsequence functions inside prxml.\n\n (prxml [:p {:class \"greet\"} [:i \"Ladies & gentlemen\"]])\n ; => <p class=\"greet\"><i>Ladies & gentlemen<\/i><\/p>\n\nPSEUDO-TAGS: some keywords have special meaning:\n\n :raw! do not XML-escape contents\n :comment! create an XML comment\n :decl! create an XML declaration, with attributes\n :cdata! create a CDATA section\n :doctype! create a DOCTYPE!\n\n (prxml [:p [:raw! \"<i>here & gone<\/i>\"]])\n ; => <p><i>here & gone<\/i><\/p>\n\n (prxml [:decl! {:version \"1.1\"}])\n ; => <?xml version=\"1.1\" encoding=\"UTF-8\"?>", - "name":"prxml"}, - {"source-url": + "var-type":"function", + "line":146, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/prxml.clj"}, + {"arglists": + [["klass", "method-name", "params", "obj", "&", "args"]], + "name":"call-method", + "namespace":"clojure.contrib.reflect", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/91582e13e7b93b23fb53f821caa73fd23368d551\/src\/main\/clojure\/clojure\/contrib\/reflect.clj#L12", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/91582e13e7b93b23fb53f821caa73fd23368d551\/src\/main\/clojure\/clojure\/contrib\/reflect.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/reflect-api.html#clojure.contrib.reflect\/call-method", - "namespace":"clojure.contrib.reflect", - "line":12, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/reflect.clj", - "var-type":"function", - "arglists": - [["klass", "method-name", "params", "obj", "&", "args"]], "doc": "Calls a private or protected method.\n\nparams is a vector of classes which correspond to the arguments to\nthe method e\n\nobj is nil for static methods, the instance object otherwise.\n\nThe method-name is given a symbol or a keyword (something Named).", - "name":"call-method"}, - {"source-url": + "var-type":"function", + "line":12, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/reflect.clj"}, + {"arglists":[["klass", "field-name", "obj"]], + "name":"get-field", + "namespace":"clojure.contrib.reflect", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/91582e13e7b93b23fb53f821caa73fd23368d551\/src\/main\/clojure\/clojure\/contrib\/reflect.clj#L27", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/91582e13e7b93b23fb53f821caa73fd23368d551\/src\/main\/clojure\/clojure\/contrib\/reflect.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/reflect-api.html#clojure.contrib.reflect\/get-field", - "namespace":"clojure.contrib.reflect", - "line":27, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/reflect.clj", - "var-type":"function", - "arglists":[["klass", "field-name", "obj"]], "doc": "Access to private or protected field. field-name is a symbol or\nkeyword.", - "name":"get-field"}, - {"source-url": + "var-type":"function", + "line":27, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/reflect.clj"}, + {"arglists":[[]], + "name":"print-repl-info", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L208", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/print-repl-info", - "namespace":"clojure.contrib.repl-ln", + "doc":"Prints info about the current repl", + "var-type":"function", "line":208, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Prints info about the current repl", - "name":"print-repl-info"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[["&", "options"]], + "name":"repl", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L217", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/repl", - "namespace":"clojure.contrib.repl-ln", - "line":217, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[["&", "options"]], "doc": "A repl that supports line numbers. For definitions and evaluations made\nat the repl, the repl-name and line number will be reported as the\norigin. Use set-repl-name and set-repl-prompt to customize the repl name\nand prompt. This repl supports all of the keyword arguments documented\nfor clojure.main\/repl with the following change and additions:\n\n - :prompt has a new default\n default: #(clojure.core\/print (repl-prompt))\n\n - :name-fmt, Name format string\n default: the name-fmt of the parent repl, or \"repl-%S\"\n\n - :prompt-fmt, Prompt format string\n default: the prompt-fmt of the parent repl, or \"%S:%L %N=> \"", - "name":"repl"}, - {"source-url": + "var-type":"function", + "line":217, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[[]], + "name":"repl-info", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L202", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/repl-info", - "namespace":"clojure.contrib.repl-ln", + "doc":"Returns a map of info about the current repl", + "var-type":"function", "line":202, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns a map of info about the current repl", - "name":"repl-info"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[[]], + "name":"repl-prompt", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L148", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/repl-prompt", - "namespace":"clojure.contrib.repl-ln", - "line":148, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current repl prompt based on this repl's prompt-fmt", - "name":"repl-prompt"}, - {"source-url": + "var-type":"function", + "line":148, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[[], ["name-fmt"]], + "name":"set-repl-name", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L157", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/set-repl-name", - "namespace":"clojure.contrib.repl-ln", - "line":157, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[], ["name-fmt"]], "doc": "Sets the repl name format to the string name-fmt. Include the following\ncodes in the name to make the corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n\nWith no arguments, resets the repl name to its default: \"repl-%S\"", - "name":"set-repl-name"}, - {"source-url": + "var-type":"function", + "line":157, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[[], ["prompt-fmt"]], + "name":"set-repl-prompt", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L180", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/set-repl-prompt", - "namespace":"clojure.contrib.repl-ln", - "line":180, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[], ["prompt-fmt"]], "doc": "Sets the repl prompt. Include the following codes in the prompt to make\nthe corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n %L - input line number\n %N - namespace name\n\nWith no arguments, resets the repl pompt to its default: \"%S:%L %N=> \"", - "name":"set-repl-prompt"}, - {"source-url": + "var-type":"function", + "line":180, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[["&", "options"]], + "name":"stream-repl", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L119", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/stream-repl", - "namespace":"clojure.contrib.repl-ln", - "line":119, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[["&", "options"]], "doc": "Repl entry point that provides convenient overriding of input, output,\nand err streams via sequential keyword-value pairs. Default values\nfor :in, :out, and :err are streams associated with System\/in,\nSystem\/out, and System\/err using UTF-8 encoding. Also supports all the\noptions provided by clojure.contrib.repl-ln\/repl.", - "name":"stream-repl"}, - {"source-url": + "var-type":"function", + "line":119, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_utils\/javadoc.clj#L18", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/*local-javadocs*", @@ -6802,7 +7792,9 @@ "doc": "Ref to a list of local paths for Javadoc-generated HTML\nfiles.", "name":"*local-javadocs*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_utils\/javadoc.clj#L28", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/*remote-javadocs*", @@ -6813,48 +7805,56 @@ "doc": "Ref to a map from package name prefixes to URLs for remote\nJavadocs.", "name":"*remote-javadocs*"}, - {"source-url": + {"arglists":[[], ["t"]], + "name":"add-break-thread!", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L168", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/add-break-thread!", - "namespace":"clojure.contrib.repl-utils", - "line":168, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[[], ["t"]], "doc": "Add the given thread to break-threads so that it will be stopped\nany time the user presses Ctrl-C. Calls start-handling-break for\nyou. Adds the current thread if none is given.", - "name":"add-break-thread!"}, - {"source-url": + "var-type":"function", + "line":168, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["path"]], + "name":"add-local-javadoc", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_utils\/javadoc.clj#L43", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/add-local-javadoc", - "namespace":"clojure.contrib.repl-utils", - "line":43, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"function", - "arglists":[["path"]], "doc":"Adds to the list of local Javadoc paths.", - "name":"add-local-javadoc"}, - {"source-url": + "var-type":"function", + "line":43, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, + {"arglists":[["package-prefix", "url"]], + "name":"add-remote-javadoc", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_utils\/javadoc.clj#L48", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/add-remote-javadoc", - "namespace":"clojure.contrib.repl-utils", - "line":48, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"function", - "arglists":[["package-prefix", "url"]], "doc": "Adds to the list of remote Javadoc URLs. package-prefix is the\nbeginning of the package name that has docs at this URL.", - "name":"add-remote-javadoc"}, + "var-type":"function", + "line":48, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, {"arglists":[["str-or-pattern"]], "name":"apropos", "namespace":"clojure.contrib.repl-utils", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L133", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/apropos", "doc": @@ -6863,7 +7863,9 @@ "line":133, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L149", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/break-threads", @@ -6875,37 +7877,43 @@ "doc": "Threads to stop when Ctrl-C is pressed. See 'add-break-thread!'", "name":"break-threads"}, - {"source-url": + {"arglists":[["expr"]], + "name":"expression-info", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L181", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/expression-info", - "namespace":"clojure.contrib.repl-utils", - "line":181, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[["expr"]], "doc": "Uses the Clojure compiler to analyze the given s-expr. Returns\na map with keys :class and :primitive? indicating what the compiler\nconcluded about the return value of the expression. Returns nil if\nnot type info can be determined at compile-time.\n\nExample: (expression-info '(+ (int 5) (float 10)))\nReturns: {:class float, :primitive? true}", - "name":"expression-info"}, - {"source-url": + "var-type":"function", + "line":181, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["classname"]], + "name":"find-javadoc-url", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_utils\/javadoc.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/find-javadoc-url", - "namespace":"clojure.contrib.repl-utils", - "line":54, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"function", - "arglists":[["classname"]], "doc": "Searches for a URL for the given class name. Tries\n*local-javadocs* first, then *remote-javadocs*. Returns a string.", - "name":"find-javadoc-url"}, + "var-type":"function", + "line":54, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, {"arglists":[["x"]], "name":"get-source", "namespace":"clojure.contrib.repl-utils", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L100", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/get-source", "doc": @@ -6914,63 +7922,73 @@ "line":100, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, - {"source-url": + {"arglists":[["class-or-object"]], + "name":"javadoc", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/repl_utils\/javadoc.clj#L74", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/javadoc", - "namespace":"clojure.contrib.repl-utils", - "line":74, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"function", - "arglists":[["class-or-object"]], "doc": "Opens a browser window displaying the javadoc for the argument.\nTries *local-javadocs* first, then *remote-javadocs*.", - "name":"javadoc"}, - {"source-url": + "var-type":"function", + "line":74, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, + {"arglists":[["ns-name", "&", "args"]], + "name":"run", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L206", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/run", - "namespace":"clojure.contrib.repl-utils", - "line":206, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", - "var-type":"macro", - "arglists":[["ns-name", "&", "args"]], "doc": "Loads the specified namespace and invokes its \"main\" function with\noptional args. ns-name is not evaluated.", - "name":"run"}, - {"source-url": + "var-type":"macro", + "line":206, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["ns-sym", "&", "args"]], + "name":"run*", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L199", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/run*", - "namespace":"clojure.contrib.repl-utils", - "line":199, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[["ns-sym", "&", "args"]], "doc": "Loads the specified namespace and invokes its \"main\" function with\noptional args.", - "name":"run*"}, - {"source-url": + "var-type":"function", + "line":199, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["x"], ["x", "selector"]], + "name":"show", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/show", - "namespace":"clojure.contrib.repl-utils", - "line":62, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[["x"], ["x", "selector"]], "doc": "With one arg prints all static and instance members of x or (class x).\nEach member is listed with a number which can be given as 'selector'\nto return the member object -- the REPL will print more details for\nthat member.\n\nThe selector also may be a string or regex, in which case only\nmembers whose names match 'selector' as a case-insensitive regex\nwill be printed.\n\nFinally, the selector also may be a predicate, in which case only\nmembers for which the predicate returns true will be printed. The\npredicate will be passed a single argument, a map that includes the\n:text that will be printed and the :member object itself, as well as\nall the properies of the member object as translated by 'bean'.\n\nExamples: (show Integer) (show []) (show String 23) (show String \"case\")", - "name":"show"}, + "var-type":"function", + "line":62, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, {"arglists":[["n"]], "name":"source", "namespace":"clojure.contrib.repl-utils", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L123", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/source", "doc": @@ -6979,51 +7997,59 @@ "line":123, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, - {"source-url": + {"arglists":[[]], + "name":"start-handling-break", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L153", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/fdda2d2c1cb046203470eaed264810ddaf895bcf\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/start-handling-break", - "namespace":"clojure.contrib.repl-utils", - "line":153, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[[]], "doc": "Register INT signal handler. After calling this, Ctrl-C will cause\nall break-threads to be stopped. See 'add-break-thread!'", - "name":"start-handling-break"}, - {"source-url": + "var-type":"function", + "line":153, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["filler-func", "&", "optseq"]], + "name":"fill-queue", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L188", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/fill-queue", - "namespace":"clojure.contrib.seq", - "line":188, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"function", - "arglists":[["filler-func", "&", "optseq"]], "doc": "filler-func will be called in another thread with a single arg\n'fill'. filler-func may call fill repeatedly with one arg each\ntime which will be pushed onto a queue, blocking if needed until\nthis is possible. fill-queue will return a lazy seq of the values\nfiller-func has pushed onto the queue, blocking if needed until each\nnext element becomes available. filler-func's return value is ignored.", - "name":"fill-queue"}, - {"source-url": + "var-type":"function", + "line":188, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, + {"arglists":[["pred", "coll"]], + "name":"find-first", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L179", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/find-first", - "namespace":"clojure.contrib.seq", - "line":179, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"function", - "arglists":[["pred", "coll"]], "doc": "Returns the first item of coll for which (pred item) returns logical true.\nConsumes sequences up to the first match, will consume the entire sequence\nand return nil if no match is found.", - "name":"find-first"}, + "var-type":"function", + "line":179, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, {"arglists":[["x"]], "name":"flatten", "namespace":"clojure.contrib.seq", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L35", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/flatten", "doc": @@ -7038,6 +8064,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L89", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/frequencies", "doc": @@ -7052,6 +8080,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L61", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/group-by", "doc": @@ -7066,6 +8096,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L229", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/includes?", "doc": @@ -7074,25 +8106,29 @@ "line":229, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, - {"source-url": + {"arglists":[["s"]], + "name":"indexed", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L51", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/indexed", - "namespace":"clojure.contrib.seq", - "line":51, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Returns a lazy sequence of [index, item] pairs, where items come\nfrom 's' and indexes count up from zero.\n\n(indexed '(a b c d)) => ([0 a] [1 b] [2 c] [3 d])", - "name":"indexed"}, + "var-type":"function", + "line":51, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, {"arglists":[["n", "coll"], ["n", "step", "coll"]], "name":"partition-all", "namespace":"clojure.contrib.seq", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L139", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/partition-all", "doc": @@ -7107,6 +8143,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L76", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/partition-by", "doc": @@ -7115,25 +8153,29 @@ "line":76, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, - {"source-url": + {"arglists":[["pred", "coll"]], + "name":"positions", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L223", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/positions", - "namespace":"clojure.contrib.seq", - "line":223, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"function", - "arglists":[["pred", "coll"]], "doc": "Returns a lazy sequence containing the positions at which pred\nis true for items in coll.", - "name":"positions"}, + "var-type":"function", + "line":223, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, {"arglists":[["s"]], "name":"rand-elt", "namespace":"clojure.contrib.seq", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L160", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/rand-elt", "doc": @@ -7142,38 +8184,44 @@ "line":160, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, - {"source-url": + {"arglists":[["binding-name", "&", "exprs"]], + "name":"rec-cat", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L108", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/rec-cat", - "namespace":"clojure.contrib.seq", - "line":108, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"macro", - "arglists":[["binding-name", "&", "exprs"]], "doc": "Similar to lazy-cat but binds the resulting sequence to the supplied \nbinding-name, allowing for recursive expressions.", - "name":"rec-cat"}, - {"source-url": + "var-type":"macro", + "line":108, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, + {"arglists":[["binding-name", "&", "body"]], + "name":"rec-seq", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L101", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/rec-seq", - "namespace":"clojure.contrib.seq", - "line":101, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"macro", - "arglists":[["binding-name", "&", "body"]], "doc": "Similar to lazy-seq but binds the resulting seq to the supplied \nbinding-name, allowing for recursive expressions.", - "name":"rec-seq"}, + "var-type":"macro", + "line":101, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, {"arglists":[["f", "coll"], ["f", "init", "coll"]], "name":"reductions", "namespace":"clojure.contrib.seq", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L117", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/reductions", "doc": @@ -7182,49 +8230,57 @@ "line":117, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, - {"source-url": + {"arglists":[["x"]], + "name":"rotations", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L129", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/rotations", - "namespace":"clojure.contrib.seq", + "doc":"Returns a lazy seq of all rotations of a seq", + "var-type":"function", "line":129, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Returns a lazy seq of all rotations of a seq", - "name":"rotations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, + {"arglists":[["f", "s"]], + "name":"separate", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L45", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/separate", - "namespace":"clojure.contrib.seq", - "line":45, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"function", - "arglists":[["f", "s"]], "doc": "Returns a vector:\n[ (filter f s), (filter (complement f) s) ]", - "name":"separate"}, - {"source-url": + "var-type":"function", + "line":45, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, + {"arglists":[["s"]], + "name":"seq-on", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L168", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/seq-on", - "namespace":"clojure.contrib.seq", - "line":168, - "file":"clojure\/contrib\/seq.clj", - "var-type":"multimethod", - "arglists":[["s"]], "doc": "Returns a seq on the object s. Works like the built-in seq but as\na multimethod that can have implementations for new classes and types.", - "name":"seq-on"}, + "var-type":"multimethod", + "line":168, + "file":"clojure\/contrib\/seq.clj"}, {"arglists":[["coll"]], "name":"shuffle", "namespace":"clojure.contrib.seq", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L151", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/shuffle", "doc": @@ -7233,38 +8289,44 @@ "line":151, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, - {"source-url": + {"arglists":[["filler-func", "&", "optseq"]], + "name":"fill-queue", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L193", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/fill-queue", - "namespace":"clojure.contrib.seq-utils", - "line":193, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["filler-func", "&", "optseq"]], "doc": "filler-func will be called in another thread with a single arg\n'fill'. filler-func may call fill repeatedly with one arg each\ntime which will be pushed onto a queue, blocking if needed until\nthis is possible. fill-queue will return a lazy seq of the values\nfiller-func has pushed onto the queue, blocking if needed until each\nnext element becomes available. filler-func's return value is ignored.", - "name":"fill-queue"}, - {"source-url": + "var-type":"function", + "line":193, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["pred", "coll"]], + "name":"find-first", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L184", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/find-first", - "namespace":"clojure.contrib.seq-utils", - "line":184, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["pred", "coll"]], "doc": "Returns the first item of coll for which (pred item) returns logical true.\nConsumes sequences up to the first match, will consume the entire sequence\nand return nil if no match is found.", - "name":"find-first"}, + "var-type":"function", + "line":184, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, {"arglists":[["x"]], "name":"flatten", "namespace":"clojure.contrib.seq-utils", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L39", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/flatten", "doc": @@ -7279,6 +8341,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L93", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/frequencies", "doc": @@ -7293,6 +8357,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L65", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/group-by", "doc": @@ -7307,6 +8373,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L234", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/includes?", "doc": @@ -7315,25 +8383,29 @@ "line":234, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, - {"source-url": + {"arglists":[["s"]], + "name":"indexed", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L55", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/indexed", - "namespace":"clojure.contrib.seq-utils", - "line":55, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Returns a lazy sequence of [index, item] pairs, where items come\nfrom 's' and indexes count up from zero.\n\n(indexed '(a b c d)) => ([0 a] [1 b] [2 c] [3 d])", - "name":"indexed"}, + "var-type":"function", + "line":55, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, {"arglists":[["n", "coll"], ["n", "step", "coll"]], "name":"partition-all", "namespace":"clojure.contrib.seq-utils", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L143", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/partition-all", "doc": @@ -7348,6 +8420,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L80", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/partition-by", "doc": @@ -7356,25 +8430,29 @@ "line":80, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, - {"source-url": + {"arglists":[["pred", "coll"]], + "name":"positions", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L228", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/positions", - "namespace":"clojure.contrib.seq-utils", - "line":228, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["pred", "coll"]], "doc": "Returns a lazy sequence containing the positions at which pred\nis true for items in coll.", - "name":"positions"}, + "var-type":"function", + "line":228, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, {"arglists":[["s"]], "name":"rand-elt", "namespace":"clojure.contrib.seq-utils", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L164", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/rand-elt", "doc": @@ -7383,38 +8461,44 @@ "line":164, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, - {"source-url": + {"arglists":[["binding-name", "&", "exprs"]], + "name":"rec-cat", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L112", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/rec-cat", - "namespace":"clojure.contrib.seq-utils", - "line":112, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", - "var-type":"macro", - "arglists":[["binding-name", "&", "exprs"]], "doc": "Similar to lazy-cat but binds the resulting sequence to the supplied \nbinding-name, allowing for recursive expressions.", - "name":"rec-cat"}, - {"source-url": + "var-type":"macro", + "line":112, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["binding-name", "&", "body"]], + "name":"rec-seq", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L105", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/rec-seq", - "namespace":"clojure.contrib.seq-utils", - "line":105, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", - "var-type":"macro", - "arglists":[["binding-name", "&", "body"]], "doc": "Similar to lazy-seq but binds the resulting seq to the supplied \nbinding-name, allowing for recursive expressions.", - "name":"rec-seq"}, + "var-type":"macro", + "line":105, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, {"arglists":[["f", "coll"], ["f", "init", "coll"]], "name":"reductions", "namespace":"clojure.contrib.seq-utils", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L121", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/reductions", "doc": @@ -7423,50 +8507,58 @@ "line":121, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, - {"source-url": + {"arglists":[["x"]], + "name":"rotations", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L133", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/rotations", - "namespace":"clojure.contrib.seq-utils", + "doc":"Returns a lazy seq of all rotations of a seq", + "var-type":"function", "line":133, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Returns a lazy seq of all rotations of a seq", - "name":"rotations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["f", "s"]], + "name":"separate", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/separate", - "namespace":"clojure.contrib.seq-utils", - "line":49, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["f", "s"]], "doc": "Returns a vector:\n[ (filter f s), (filter (complement f) s) ]", - "name":"separate"}, - {"source-url": + "var-type":"function", + "line":49, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["s"]], + "name":"seq-on", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L173", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/seq-on", - "namespace":"clojure.contrib.seq-utils", - "line":173, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", - "var-type":"multimethod", - "arglists":[["s"]], "doc": "Returns a seq on the object s. Works like the built-in seq but as\na multimethod that can have implementations for new classes and types.", - "name":"seq-on"}, + "var-type":"multimethod", + "line":173, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, {"arglists":[["coll"]], "name":"shuffle", "namespace":"clojure.contrib.seq-utils", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj#L155", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/shuffle", "doc": @@ -7475,64 +8567,74 @@ "line":155, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/seq_utils.clj"}, - {"source-url": + {"arglists": + [["port", "backlog", "bind-addr"], ["port", "backlog"], ["port"]], + "name":"create-repl-server", + "namespace":"clojure.contrib.server-socket", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/server-socket-api.html#clojure.contrib.server-socket\/create-repl-server", - "namespace":"clojure.contrib.server-socket", + "doc":"create a repl on a socket", + "var-type":"function", "line":87, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj", - "var-type":"function", - "arglists": - [["port", "backlog", "bind-addr"], ["port", "backlog"], ["port"]], - "doc":"create a repl on a socket", - "name":"create-repl-server"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj"}, + {"arglists": + [["port", "fun", "backlog", "bind-addr"], + ["port", "fun", "backlog"], ["port", "fun"]], + "name":"create-server", + "namespace":"clojure.contrib.server-socket", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj#L53", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/server-socket-api.html#clojure.contrib.server-socket\/create-server", - "namespace":"clojure.contrib.server-socket", - "line":53, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj", - "var-type":"function", - "arglists": - [["port", "fun", "backlog", "bind-addr"], - ["port", "fun", "backlog"], ["port", "fun"]], "doc": "Creates a server socket on port. Upon accept, a new thread is\ncreated which calls:\n\n(fun input-stream output-stream)\n\nOptional arguments support specifying a listen backlog and binding\nto a specific endpoint.", - "name":"create-server"}, - {"source-url": + "var-type":"function", + "line":53, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj"}, + {"arglists":[["set1", "set2"]], + "name":"proper-subset?", + "namespace":"clojure.contrib.set", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0\/src\/main\/clojure\/clojure\/contrib\/set.clj#L40", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0\/src\/main\/clojure\/clojure\/contrib\/set.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/set-api.html#clojure.contrib.set\/proper-subset?", - "namespace":"clojure.contrib.set", + "doc":"Is s1 a proper subset of s2?", + "var-type":"function", "line":40, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/set.clj", - "var-type":"function", - "arglists":[["set1", "set2"]], - "doc":"Is s1 a proper subset of s2?", - "name":"proper-subset?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/set.clj"}, + {"arglists":[["set1", "set2"]], + "name":"proper-superset?", + "namespace":"clojure.contrib.set", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0\/src\/main\/clojure\/clojure\/contrib\/set.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0\/src\/main\/clojure\/clojure\/contrib\/set.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/set-api.html#clojure.contrib.set\/proper-superset?", - "namespace":"clojure.contrib.set", + "doc":"Is s1 a proper superset of s2?", + "var-type":"function", "line":47, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/set.clj", - "var-type":"function", - "arglists":[["set1", "set2"]], - "doc":"Is s1 a proper superset of s2?", - "name":"proper-superset?"}, + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/set.clj"}, {"arglists":[["set1", "set2"]], "name":"subset?", "namespace":"clojure.contrib.set", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0\/src\/main\/clojure\/clojure\/contrib\/set.clj#L24", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0\/src\/main\/clojure\/clojure\/contrib\/set.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/set-api.html#clojure.contrib.set\/subset?", "doc":"Is set1 a subset of set2?", @@ -7546,6 +8648,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0\/src\/main\/clojure\/clojure\/contrib\/set.clj#L32", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0\/src\/main\/clojure\/clojure\/contrib\/set.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/set-api.html#clojure.contrib.set\/superset?", "doc":"Is set1 a superset of set2?", @@ -7553,850 +8657,984 @@ "line":32, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/set.clj"}, - {"source-url": + {"arglists":[["&", "args"]], + "name":"sh", + "namespace":"clojure.contrib.shell", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6e721ff777dd52801cafe693868d8118a62076de\/src\/main\/clojure\/clojure\/contrib\/shell.clj#L86", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6e721ff777dd52801cafe693868d8118a62076de\/src\/main\/clojure\/clojure\/contrib\/shell.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/shell-api.html#clojure.contrib.shell\/sh", - "namespace":"clojure.contrib.shell", - "line":86, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/shell.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Passes the given strings to Runtime.exec() to launch a sub-process.\n\nOptions are\n\n:in may be given followed by a String specifying text to be fed to the \n sub-process's stdin. \n:out option may be given followed by :bytes or a String. If a String \n is given, it will be used as a character encoding name (for \n example \"UTF-8\" or \"ISO-8859-1\") to convert the \n sub-process's stdout to a String which is returned.\n If :bytes is given, the sub-process's stdout will be stored in \n a byte array and returned. Defaults to UTF-8.\n:return-map\n when followed by boolean true, sh returns a map of\n :exit => sub-process's exit code\n :out => sub-process's stdout (as byte[] or String)\n :err => sub-process's stderr (as byte[] or String)\n when not given or followed by false, sh returns a single\n array or String of the sub-process's stdout followed by its\n stderr\n:env override the process env with a map (or the underlying Java\n String[] if you are a masochist).\n:dir override the process dir with a String or java.io.File.\n\nYou can bind :env or :dir for multiple operations using with-sh-env\nand with-sh-dir.", - "name":"sh"}, - {"source-url": + "var-type":"function", + "line":86, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/shell.clj"}, + {"arglists":[["&", "args"]], + "name":"sh", + "namespace":"clojure.contrib.shell-out", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6e721ff777dd52801cafe693868d8118a62076de\/src\/main\/clojure\/clojure\/contrib\/shell_out.clj#L86", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6e721ff777dd52801cafe693868d8118a62076de\/src\/main\/clojure\/clojure\/contrib\/shell_out.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/shell-out-api.html#clojure.contrib.shell-out\/sh", - "namespace":"clojure.contrib.shell-out", - "line":86, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/shell_out.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Passes the given strings to Runtime.exec() to launch a sub-process.\n\nOptions are\n\n:in may be given followed by a String specifying text to be fed to the \n sub-process's stdin. \n:out option may be given followed by :bytes or a String. If a String \n is given, it will be used as a character encoding name (for \n example \"UTF-8\" or \"ISO-8859-1\") to convert the \n sub-process's stdout to a String which is returned.\n If :bytes is given, the sub-process's stdout will be stored in \n a byte array and returned. Defaults to UTF-8.\n:return-map\n when followed by boolean true, sh returns a map of\n :exit => sub-process's exit code\n :out => sub-process's stdout (as byte[] or String)\n :err => sub-process's stderr (as byte[] or String)\n when not given or followed by false, sh returns a single\n array or String of the sub-process's stdout followed by its\n stderr\n:env override the process env with a map (or the underlying Java\n String[] if you are a masochist).\n:dir override the process dir with a String or java.io.File.\n\nYou can bind :env or :dir for multiple operations using with-sh-env\nand with-sh-dir.", - "name":"sh"}, - {"source-url": + "var-type":"function", + "line":86, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/shell_out.clj"}, + {"arglists":[["f"]], + "name":"global-singleton", + "namespace":"clojure.contrib.singleton", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/singleton.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/singleton.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/singleton-api.html#clojure.contrib.singleton\/global-singleton", - "namespace":"clojure.contrib.singleton", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/singleton.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "Returns a global singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f just once, the first time it is needed, and\ncache the value for all subsequent calls.\n\nWarning: global singletons are often unsafe in multi-threaded code.\nConsider per-thread-singleton instead.", - "name":"global-singleton"}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/singleton.clj"}, + {"arglists":[["f"]], + "name":"per-thread-singleton", + "namespace":"clojure.contrib.singleton", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/singleton.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/singleton.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/singleton-api.html#clojure.contrib.singleton\/per-thread-singleton", - "namespace":"clojure.contrib.singleton", - "line":41, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/singleton.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "Returns a per-thread singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f only once for each thread, and cache its value\nfor subsequent calls from the same thread. This allows you to\nsafely and lazily initialize shared objects on a per-thread basis.\n\nWarning: due to a bug in JDK 5, it may not be safe to use a\nper-thread-singleton in the initialization function for another\nper-thread-singleton. See\nhttp:\/\/bugs.sun.com\/bugdatabase\/view_bug.do?bug_id=5025230", - "name":"per-thread-singleton"}, - {"source-url": + "var-type":"function", + "line":41, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/singleton.clj"}, + {"arglists":[[]], + "name":"connection", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L30", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/connection", - "namespace":"clojure.contrib.sql", - "line":30, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current database connection (or throws if there is none)", - "name":"connection"}, - {"source-url": + "var-type":"function", + "line":30, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["name", "&", "specs"]], + "name":"create-table", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L103", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/create-table", - "namespace":"clojure.contrib.sql", - "line":103, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["name", "&", "specs"]], "doc": "Creates a table on the open database connection given a table name and\nspecs. Each spec is either a column spec: a vector containing a column\nname and optionally a type and other constraints, or a table-level\nconstraint: a vector containing words that express the constraint. All\nwords used to describe the table may be supplied as strings or keywords.", - "name":"create-table"}, - {"source-url": + "var-type":"function", + "line":103, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "where-params"]], + "name":"delete-rows", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L157", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/delete-rows", - "namespace":"clojure.contrib.sql", - "line":157, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "where-params"]], "doc": "Deletes rows from a table. where-params is a vector containing a string\nproviding the (optionally parameterized) selection criteria followed by\nvalues for any parameters.", - "name":"delete-rows"}, - {"source-url": + "var-type":"function", + "line":157, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["&", "commands"]], + "name":"do-commands", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L81", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/do-commands", - "namespace":"clojure.contrib.sql", + "doc":"Executes SQL commands on the open database connection.", + "var-type":"function", "line":81, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["&", "commands"]], - "doc":"Executes SQL commands on the open database connection.", - "name":"do-commands"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["sql", "&", "param-groups"]], + "name":"do-prepared", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/do-prepared", - "namespace":"clojure.contrib.sql", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["sql", "&", "param-groups"]], "doc": "Executes an (optionally parameterized) SQL prepared statement on the\nopen database connection. Each param-group is a seq of values for all of\nthe parameters.", - "name":"do-prepared"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["name"]], + "name":"drop-table", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L119", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/drop-table", - "namespace":"clojure.contrib.sql", - "line":119, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["name"]], "doc": "Drops a table on the open database connection given its name, a string\nor keyword", - "name":"drop-table"}, - {"source-url": + "var-type":"function", + "line":119, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[[]], + "name":"find-connection", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/find-connection", - "namespace":"clojure.contrib.sql", - "line":29, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current database connection (or nil if there is none)", - "name":"find-connection"}, - {"source-url": + "var-type":"function", + "line":29, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "&", "records"]], + "name":"insert-records", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L150", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/insert-records", - "namespace":"clojure.contrib.sql", - "line":150, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "&", "records"]], "doc": "Inserts records into a table. records are maps from strings or\nkeywords (identifying columns) to values.", - "name":"insert-records"}, - {"source-url": + "var-type":"function", + "line":150, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "&", "rows"]], + "name":"insert-rows", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L144", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/insert-rows", - "namespace":"clojure.contrib.sql", - "line":144, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "&", "rows"]], "doc": "Inserts complete rows into a table. Each row is a vector of values for\neach of the table's columns in order.", - "name":"insert-rows"}, - {"source-url": + "var-type":"function", + "line":144, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "column-names", "&", "value-groups"]], + "name":"insert-values", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L126", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/insert-values", - "namespace":"clojure.contrib.sql", - "line":126, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "column-names", "&", "value-groups"]], "doc": "Inserts rows into a table with values for specified columns only.\ncolumn-names is a vector of strings or keywords identifying columns. Each\nvalue-group is a vector containing a values for each column in\norder. When inserting complete rows (all columns), consider using\ninsert-rows instead.", - "name":"insert-values"}, - {"source-url": + "var-type":"function", + "line":126, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[[]], + "name":"is-rollback-only", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L75", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/is-rollback-only", - "namespace":"clojure.contrib.sql", - "line":75, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns true if the outermost transaction will rollback rather than\ncommit when complete", - "name":"is-rollback-only"}, - {"source-url": + "var-type":"function", + "line":75, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[[]], + "name":"set-rollback-only", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L69", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/set-rollback-only", - "namespace":"clojure.contrib.sql", - "line":69, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[[]], "doc": "Marks the outermost transaction such that it will rollback rather than\ncommit when complete", - "name":"set-rollback-only"}, - {"source-url": + "var-type":"function", + "line":69, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["&", "body"]], + "name":"transaction", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L58", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/transaction", - "namespace":"clojure.contrib.sql", - "line":58, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Evaluates body as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If set-rollback-only is called within scope of the outermost\ntransaction, the entire transaction will be rolled back rather than\ncommitted when complete.", - "name":"transaction"}, - {"source-url": + "var-type":"macro", + "line":58, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "where-params", "record"]], + "name":"update-or-insert-values", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/update-or-insert-values", - "namespace":"clojure.contrib.sql", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "where-params", "record"]], "doc": "Updates values on selected rows in a table, or inserts a new row when no\nexisting row matches the selection criteria. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", - "name":"update-or-insert-values"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "where-params", "record"]], + "name":"update-values", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L168", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/update-values", - "namespace":"clojure.contrib.sql", - "line":168, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "where-params", "record"]], "doc": "Updates values on selected rows in a table. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", - "name":"update-values"}, - {"source-url": + "var-type":"function", + "line":168, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["db-spec", "&", "body"]], + "name":"with-connection", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L32", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/with-connection", - "namespace":"clojure.contrib.sql", - "line":32, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"macro", - "arglists":[["db-spec", "&", "body"]], "doc": "Evaluates body in the context of a new connection to a database then\ncloses the connection. db-spec is a map containing values for one of the\nfollowing parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", - "name":"with-connection"}, - {"source-url": + "var-type":"macro", + "line":32, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["results", "sql-params", "&", "body"]], + "name":"with-query-results", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L195", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/with-query-results", - "namespace":"clojure.contrib.sql", - "line":195, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"macro", - "arglists":[["results", "sql-params", "&", "body"]], "doc": "Executes a query, then evaluates body with results bound to a seq of the\nresults. sql-params is a vector containing a string providing\nthe (optionally parameterized) SQL query followed by values for any\nparameters.", - "name":"with-query-results"}, - {"source-url": + "var-type":"macro", + "line":195, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["s"]], + "name":"chomp", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj#L99", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/chomp", - "namespace":"clojure.contrib.str-utils", - "line":99, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Removes all trailing newline \\n or return \\r characters from\nstring. Note: String.trim() is similar and faster.", - "name":"chomp"}, - {"source-url": + "var-type":"function", + "line":99, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["s"]], + "name":"chop", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj#L94", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/chop", - "namespace":"clojure.contrib.str-utils", + "doc":"Removes the last character of string.", + "var-type":"function", "line":94, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Removes the last character of string.", - "name":"chop"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["regex", "replacement", "string"]], + "name":"re-gsub", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj#L53", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/re-gsub", - "namespace":"clojure.contrib.str-utils", - "line":53, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["regex", "replacement", "string"]], "doc": "Replaces all instances of 'pattern' in 'string' with\n'replacement'. Like Ruby's 'String#gsub'.\n\nIf (ifn? replacment) is true, the replacement is called with the\nmatch.\n", - "name":"re-gsub"}, - {"source-url": + "var-type":"function", + "line":53, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["re", "string"]], + "name":"re-partition", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj#L31", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/re-partition", - "namespace":"clojure.contrib.str-utils", - "line":31, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["re", "string"]], "doc": "Splits the string into a lazy sequence of substrings, alternating\nbetween substrings that match the patthern and the substrings\nbetween the matches. The sequence always starts with the substring\nbefore the first match, or an empty string if the beginning of the\nstring matches.\n\nFor example: (re-partition #\"[a-z]+\" \"abc123def\")\n\nReturns: (\"\" \"abc\" \"123\" \"def\")", - "name":"re-partition"}, - {"source-url": + "var-type":"function", + "line":31, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["pattern", "string"], ["pattern", "string", "limit"]], + "name":"re-split", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj#L24", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/re-split", - "namespace":"clojure.contrib.str-utils", - "line":24, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["pattern", "string"], ["pattern", "string", "limit"]], "doc": "Splits the string on instances of 'pattern'. Returns a sequence of\nstrings. Optional 'limit' argument is the maximum number of\nsplits. Like Perl's 'split'.", - "name":"re-split"}, - {"source-url": + "var-type":"function", + "line":24, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["regex", "replacement", "string"]], + "name":"re-sub", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj#L69", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/re-sub", - "namespace":"clojure.contrib.str-utils", - "line":69, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["regex", "replacement", "string"]], "doc": "Replaces the first instance of 'pattern' in 'string' with\n'replacement'. Like Ruby's 'String#sub'.\n\nIf (ifn? replacement) is true, the replacement is called with\nthe match.\n", - "name":"re-sub"}, - {"source-url": + "var-type":"function", + "line":69, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["separator", "sequence"]], + "name":"str-join", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/str-join", - "namespace":"clojure.contrib.str-utils", - "line":87, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["separator", "sequence"]], "doc": "Returns a string of all elements in 'sequence', separated by\n'separator'. Like Perl's 'join'.", - "name":"str-join"}, - {"source-url": + "var-type":"function", + "line":87, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["s"]], + "name":"blank?", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L105", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/blank?", - "namespace":"clojure.contrib.str-utils2", + "doc":"True if s is nil, empty, or contains only whitespace.", + "var-type":"function", "line":105, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"True if s is nil, empty, or contains only whitespace.", - "name":"blank?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "n"]], + "name":"butlast", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L131", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/butlast", - "namespace":"clojure.contrib.str-utils2", - "line":131, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "n"]], "doc": "Returns s without the last n characters. Returns an empty string\nif n is greater than the length of s.\n\nNote the argument order is the opposite of clojure.core\/butlast;\nthis is to keep the string as the first argument for use with ->", - "name":"butlast"}, - {"source-url": + "var-type":"function", + "line":131, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"capitalize", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L288", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/capitalize", - "namespace":"clojure.contrib.str-utils2", - "line":288, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Converts first character of the string to upper-case, all other\ncharacters to lower-case.", - "name":"capitalize"}, - {"source-url": + "var-type":"function", + "line":288, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"chomp", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L261", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/chomp", - "namespace":"clojure.contrib.str-utils2", - "line":261, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Removes all trailing newline \\n or return \\r characters from\nstring. Note: String.trim() is similar and faster.", - "name":"chomp"}, - {"source-url": + "var-type":"function", + "line":261, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"chop", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L252", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/chop", - "namespace":"clojure.contrib.str-utils2", - "line":252, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Removes the last character of string, does nothing on a zero-length\nstring.", - "name":"chop"}, - {"source-url": + "var-type":"function", + "line":252, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"codepoints", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/codepoints", - "namespace":"clojure.contrib.str-utils2", - "line":80, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Returns a sequence of integer Unicode code points in s. Handles\nUnicode supplementary characters (above U+FFFF) correctly.", - "name":"codepoints"}, - {"source-url": + "var-type":"function", + "line":80, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "substring"]], + "name":"contains?", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L367", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/contains?", - "namespace":"clojure.contrib.str-utils2", + "doc":"True if s contains the substring.", + "var-type":"function", "line":367, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "substring"]], - "doc":"True if s contains the substring.", - "name":"contains?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["bindings", "&", "body"]], + "name":"dochars", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L40", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/dochars", - "namespace":"clojure.contrib.str-utils2", - "line":40, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"macro", - "arglists":[["bindings", "&", "body"]], "doc": "bindings => [name string]\n\nRepeatedly executes body, with name bound to each character in\nstring. Does NOT handle Unicode supplementary characters (above\nU+FFFF).", - "name":"dochars"}, - {"source-url": + "var-type":"macro", + "line":40, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["bindings", "&", "body"]], + "name":"docodepoints", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L56", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/docodepoints", - "namespace":"clojure.contrib.str-utils2", - "line":56, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"macro", - "arglists":[["bindings", "&", "body"]], "doc": "bindings => [name string]\n\nRepeatedly executes body, with name bound to the integer code point\nof each Unicode character in the string. Handles Unicode\nsupplementary characters (above U+FFFF) correctly.", - "name":"docodepoints"}, - {"source-url": + "var-type":"macro", + "line":56, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "n"]], + "name":"drop", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L120", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/drop", - "namespace":"clojure.contrib.str-utils2", - "line":120, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "n"]], "doc": "Drops first n characters from s. Returns an empty string if n is\ngreater than the length of s.\n\nNote the argument order is the opposite of clojure.core\/drop; this\nis to keep the string as the first argument for use with ->", - "name":"drop"}, - {"source-url": + "var-type":"function", + "line":120, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "cmap"]], + "name":"escape", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L93", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/escape", - "namespace":"clojure.contrib.str-utils2", - "line":93, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "cmap"]], "doc": "Returns a new String by applying cmap (a function or a map) to each\ncharacter in s. If cmap returns nil, the original character is\nadded to the output unchanged.", - "name":"escape"}, - {"source-url": + "var-type":"function", + "line":93, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "i"]], + "name":"get", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L372", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/get", - "namespace":"clojure.contrib.str-utils2", + "doc":"Gets the i'th character in string.", + "var-type":"function", "line":372, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "i"]], - "doc":"Gets the i'th character in string.", - "name":"get"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["re", "coll"]], + "name":"grep", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L320", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/grep", - "namespace":"clojure.contrib.str-utils2", - "line":320, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["re", "coll"]], "doc": "Filters elements of coll by a regular expression. The String\nrepresentation (with str) of each element is tested with re-find.", - "name":"grep"}, - {"source-url": + "var-type":"function", + "line":320, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["separator", "coll"]], + "name":"join", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L246", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/join", - "namespace":"clojure.contrib.str-utils2", - "line":246, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["separator", "coll"]], "doc": "Returns a string of all elements in coll, separated by\nseparator. Like Perl's join.", - "name":"join"}, - {"source-url": + "var-type":"function", + "line":246, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"lower-case", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L351", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/lower-case", - "namespace":"clojure.contrib.str-utils2", + "doc":"Converts string to all lower-case.", + "var-type":"function", "line":351, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Converts string to all lower-case.", - "name":"lower-case"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"ltrim", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L297", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/ltrim", - "namespace":"clojure.contrib.str-utils2", + "doc":"Removes whitespace from the left side of string.", + "var-type":"function", "line":297, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Removes whitespace from the left side of string.", - "name":"ltrim"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["f", "coll"]], + "name":"map-str", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L313", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/map-str", - "namespace":"clojure.contrib.str-utils2", - "line":313, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["f", "coll"]], "doc": "Apply f to each element of coll, concatenate all results into a\nString.", - "name":"map-str"}, - {"source-url": + "var-type":"function", + "line":313, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"partial", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L326", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/partial", - "namespace":"clojure.contrib.str-utils2", - "line":326, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], "doc": "Like clojure.core\/partial for functions that take their primary\nargument first.\n\nTakes a function f and its arguments, NOT INCLUDING the first\nargument. Returns a new function whose first argument will be the\nfirst argument to f.\n\nExample: (str-utils2\/partial str-utils2\/take 2)\n ;;=> (fn [s] (str-utils2\/take s 2))", - "name":"partial"}, - {"source-url": + "var-type":"function", + "line":326, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "re"]], + "name":"partition", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L225", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/partition", - "namespace":"clojure.contrib.str-utils2", - "line":225, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "re"]], "doc": "Splits the string into a lazy sequence of substrings, alternating\nbetween substrings that match the patthern and the substrings\nbetween the matches. The sequence always starts with the substring\nbefore the first match, or an empty string if the beginning of the\nstring matches.\n\nFor example: (partition \"abc123def\" #\"[a-z]+\")\nreturns: (\"\" \"abc\" \"123\" \"def\")", - "name":"partition"}, - {"source-url": + "var-type":"function", + "line":225, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "n"]], + "name":"repeat", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L149", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/repeat", - "namespace":"clojure.contrib.str-utils2", + "doc":"Returns a new String containing s repeated n times.", + "var-type":"function", "line":149, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "n"]], - "doc":"Returns a new String containing s repeated n times.", - "name":"repeat"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["string", "pattern", "replacement"]], + "name":"replace", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L159", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/replace", - "namespace":"clojure.contrib.str-utils2", - "line":159, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"multimethod", - "arglists":[["string", "pattern", "replacement"]], "doc": "Replaces all instances of pattern in string with replacement. \n\nAllowed argument types for pattern and replacement are:\n 1. String and String\n 2. Character and Character\n 3. regex Pattern and String\n (Uses java.util.regex.Matcher.replaceAll)\n 4. regex Pattern and function\n (Calls function with re-groups of each match, uses return \n value as replacement.)", - "name":"replace"}, - {"source-url": + "var-type":"multimethod", + "line":159, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "pattern", "replacement"]], + "name":"replace-first", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L195", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/replace-first", - "namespace":"clojure.contrib.str-utils2", - "line":195, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"multimethod", - "arglists":[["s", "pattern", "replacement"]], "doc": "Replaces the first instance of pattern in s with replacement.\n\nAllowed argument types for pattern and replacement are:\n 1. String and String\n 2. regex Pattern and String\n (Uses java.util.regex.Matcher.replaceAll)\n 3. regex Pattern and function", - "name":"replace-first"}, - {"source-url": + "var-type":"multimethod", + "line":195, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"reverse", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L154", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/reverse", - "namespace":"clojure.contrib.str-utils2", + "doc":"Returns s with its characters reversed.", + "var-type":"function", "line":154, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Returns s with its characters reversed.", - "name":"reverse"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"rtrim", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L302", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/rtrim", - "namespace":"clojure.contrib.str-utils2", + "doc":"Removes whitespace from the right side of string.", + "var-type":"function", "line":302, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Removes whitespace from the right side of string.", - "name":"rtrim"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "re"], ["s", "re", "limit"]], + "name":"split", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L356", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/split", - "namespace":"clojure.contrib.str-utils2", - "line":356, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "re"], ["s", "re", "limit"]], "doc": "Splits string on a regular expression. Optional argument limit is\nthe maximum number of splits.", - "name":"split"}, - {"source-url": + "var-type":"function", + "line":356, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"split-lines", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L307", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/split-lines", - "namespace":"clojure.contrib.str-utils2", + "doc":"Splits s on \\n or \\r\\n.", + "var-type":"function", "line":307, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Splits s on \\n or \\r\\n.", - "name":"split-lines"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"swap-case", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L270", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/swap-case", - "namespace":"clojure.contrib.str-utils2", - "line":270, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Changes upper case characters to lower case and vice-versa.\nHandles Unicode supplementary characters correctly. Uses the\nlocale-sensitive String.toUpperCase() and String.toLowerCase()\nmethods.", - "name":"swap-case"}, - {"source-url": + "var-type":"function", + "line":270, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "n"]], + "name":"tail", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L142", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/tail", - "namespace":"clojure.contrib.str-utils2", + "doc":"Returns the last n characters of s.", + "var-type":"function", "line":142, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "n"]], - "doc":"Returns the last n characters of s.", - "name":"tail"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "n"]], + "name":"take", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L110", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/take", - "namespace":"clojure.contrib.str-utils2", - "line":110, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "n"]], "doc": "Take first n characters from s, up to the length of s.\n\nNote the argument order is the opposite of clojure.core\/take; this\nis to keep the string as the first argument for use with ->", - "name":"take"}, - {"source-url": + "var-type":"function", + "line":110, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"trim", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L362", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/trim", - "namespace":"clojure.contrib.str-utils2", + "doc":"Removes whitespace from both ends of string.", + "var-type":"function", "line":362, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Removes whitespace from both ends of string.", - "name":"trim"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"upper-case", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj#L346", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/upper-case", - "namespace":"clojure.contrib.str-utils2", + "doc":"Converts string to all upper-case.", + "var-type":"function", "line":346, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Converts string to all upper-case.", - "name":"upper-case"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["name", "args", "streams", "&", "body"]], + "name":"defst", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L183", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/defst", - "namespace":"clojure.contrib.stream-utils", - "line":183, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"macro", - "arglists":[["name", "args", "streams", "&", "body"]], "doc": "Define the stream transformer name by body.\nThe non-stream arguments args and the stream arguments streams\nare given separately, with args being possibly empty.", - "name":"defst"}, - {"source-url": + "var-type":"macro", + "line":183, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["type-tag", "args", "&", "body"]], + "name":"defstream", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L73", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/defstream", - "namespace":"clojure.contrib.stream-utils", - "line":73, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"macro", - "arglists":[["type-tag", "args", "&", "body"]], "doc": "Define object of the given type as a stream whose implementation\nof stream-next is defined by args and body. This macro adds\na type-specific method for stream-next and derives type\nfrom stream-type.", - "name":"defstream"}, - {"source-url": + "var-type":"macro", + "line":73, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["n"]], + "name":"pick", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L149", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/pick", - "namespace":"clojure.contrib.stream-utils", - "line":149, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "Return the next value of stream argument n inside a stream\ntransformer. When used inside of defst, the name of the stream\nargument can be used instead of its index n.", - "name":"pick"}, - {"source-url": + "var-type":"function", + "line":149, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["streams"]], + "name":"pick-all", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L160", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/pick-all", - "namespace":"clojure.contrib.stream-utils", - "line":160, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["streams"]], "doc": "Return a vector containing the next value of each stream argument\ninside a stream transformer.", - "name":"pick-all"}, - {"source-url": + "var-type":"function", + "line":160, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["n", "stream"]], + "name":"stream-drop", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L201", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-drop", - "namespace":"clojure.contrib.stream-utils", - "line":201, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["n", "stream"]], "doc": "Return a stream containing all but the first n elements of stream.", - "name":"stream-drop"}, - {"source-url": + "var-type":"function", + "line":201, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["p", "stream"]], + "name":"stream-filter", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L243", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-filter", - "namespace":"clojure.contrib.stream-utils", - "line":243, - "file":"clojure\/contrib\/stream_utils.clj", - "var-type":"multimethod", - "arglists":[["p", "stream"]], "doc": "Return a new stream that contrains the elements of stream\nthat satisfy the predicate p.", - "name":"stream-filter"}, - {"source-url": + "var-type":"multimethod", + "line":243, + "file":"clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["s"]], + "name":"stream-flatten", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L271", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-flatten", - "namespace":"clojure.contrib.stream-utils", - "line":271, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Converts a stream of sequences into a stream of the elements of the\nsequences. Flattening is not recursive, only one level of nesting\nwill be removed.", - "name":"stream-flatten"}, - {"source-url": + "var-type":"function", + "line":271, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L135", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-m", @@ -8408,44 +9646,52 @@ "doc": "Monad describing stream computations. The monadic values can be\nof any type handled by stream-next.", "name":"stream-m"}, - {"source-url": + {"arglists":[["f", "stream"]], + "name":"stream-map", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L219", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-map", - "namespace":"clojure.contrib.stream-utils", - "line":219, - "file":"clojure\/contrib\/stream_utils.clj", - "var-type":"multimethod", - "arglists":[["f", "stream"]], "doc": "Return a new stream by mapping the function f on the given stream.", - "name":"stream-map"}, - {"source-url": + "var-type":"multimethod", + "line":219, + "file":"clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["stream-state"]], + "name":"stream-next", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L91", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-next", - "namespace":"clojure.contrib.stream-utils", - "line":91, - "file":"clojure\/contrib\/stream_utils.clj", - "var-type":"multimethod", - "arglists":[["stream-state"]], "doc": "Returns a vector [next-value new-state] where next-value is the next\nitem in the data stream defined by stream-state and new-state\nis the new state of the stream. At the end of the stream,\nnext-value and new-state are nil.", - "name":"stream-next"}, - {"source-url": + "var-type":"multimethod", + "line":91, + "file":"clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["s"]], + "name":"stream-seq", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L113", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-seq", - "namespace":"clojure.contrib.stream-utils", - "line":113, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Return a lazy seq on the stream. Also accessible via\nclojure.contrib.seq\/seq-on and\nclojure.contrib.generic.collection\/seq for streams.", - "name":"stream-seq"}, - {"source-url": + "var-type":"function", + "line":113, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L69", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-type", @@ -8457,25 +9703,29 @@ "doc": "The root type for the stream hierarchy. For each stream type,\nadd a derivation from this type.", "name":"stream-type"}, - {"source-url": + {"arglists":[[], ["x"], ["x", "&", "ys"]], + "name":"as-str", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L315", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/as-str", - "namespace":"clojure.contrib.string", - "line":315, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[[], ["x"], ["x", "&", "ys"]], "doc": "Like clojure.core\/str, but if an argument is a keyword or symbol,\nits name will be used instead of its literal representation.\n\nExample:\n (str :foo :bar) ;;=> \":foo:bar\"\n (as-str :foo :bar) ;;=> \"foobar\" \n\nNote that this does not apply to keywords or symbols nested within\ndata structures; they will be rendered as with str.\n\nExample:\n (str {:foo :bar}) ;;=> \"{:foo :bar}\"\n (as-str {:foo :bar}) ;;=> \"{:foo :bar}\" ", - "name":"as-str"}, + "var-type":"function", + "line":315, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, {"arglists":[["s"]], "name":"blank?", "namespace":"clojure.contrib.string", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L104", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/blank?", "doc":"True if s is nil, empty, or contains only whitespace.", @@ -8483,25 +9733,29 @@ "line":104, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, - {"source-url": + {"arglists":[["n", "s"]], + "name":"butlast", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L125", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/butlast", - "namespace":"clojure.contrib.string", - "line":125, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[["n", "s"]], "doc": "Returns s without the last n characters. Returns an empty string\nif n is greater than the length of s.", - "name":"butlast"}, + "var-type":"function", + "line":125, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, {"arglists":[["s"]], "name":"capitalize", "namespace":"clojure.contrib.string", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L271", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/capitalize", "doc": @@ -8516,6 +9770,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L245", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/chomp", "doc": @@ -8524,77 +9780,89 @@ "line":245, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, - {"source-url": + {"arglists":[["s"]], + "name":"chop", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L236", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/chop", - "namespace":"clojure.contrib.string", - "line":236, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Removes the last character of string, does nothing on a zero-length\nstring.", - "name":"chop"}, - {"source-url": + "var-type":"function", + "line":236, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, + {"arglists":[["s"]], + "name":"codepoints", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L78", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/codepoints", - "namespace":"clojure.contrib.string", - "line":78, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Returns a sequence of integer Unicode code points in s. Handles\nUnicode supplementary characters (above U+FFFF) correctly.", - "name":"codepoints"}, - {"source-url": + "var-type":"function", + "line":78, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, + {"arglists":[["bindings", "&", "body"]], + "name":"dochars", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/dochars", - "namespace":"clojure.contrib.string", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"macro", - "arglists":[["bindings", "&", "body"]], "doc": "bindings => [name string]\n\nRepeatedly executes body, with name bound to each character in\nstring. Does NOT handle Unicode supplementary characters (above\nU+FFFF).", - "name":"dochars"}, - {"source-url": + "var-type":"macro", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, + {"arglists":[["bindings", "&", "body"]], + "name":"docodepoints", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/docodepoints", - "namespace":"clojure.contrib.string", - "line":54, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"macro", - "arglists":[["bindings", "&", "body"]], "doc": "bindings => [name string]\n\nRepeatedly executes body, with name bound to the integer code point\nof each Unicode character in the string. Handles Unicode\nsupplementary characters (above U+FFFF) correctly.", - "name":"docodepoints"}, - {"source-url": + "var-type":"macro", + "line":54, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, + {"arglists":[["n", "s"]], + "name":"drop", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L117", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/drop", - "namespace":"clojure.contrib.string", - "line":117, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[["n", "s"]], "doc": "Drops first n characters from s. Returns an empty string if n is\ngreater than the length of s.", - "name":"drop"}, + "var-type":"function", + "line":117, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, {"arglists":[["cmap", "s"]], "name":"escape", "namespace":"clojure.contrib.string", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L91", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/escape", "doc": @@ -8609,6 +9877,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L377", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/get", "doc":"Gets the i'th character in string.", @@ -8616,25 +9886,29 @@ "line":377, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, - {"source-url": + {"arglists":[["re", "coll"]], + "name":"grep", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L309", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/grep", - "namespace":"clojure.contrib.string", - "line":309, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[["re", "coll"]], "doc": "Filters elements of coll by a regular expression. The String\nrepresentation (with str) of each element is tested with re-find.", - "name":"grep"}, + "var-type":"function", + "line":309, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, {"arglists":[["separator", "coll"]], "name":"join", "namespace":"clojure.contrib.string", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L229", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/join", "doc": @@ -8649,6 +9923,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L353", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/lower-case", "doc":"Converts string to all lower-case.", @@ -8662,6 +9938,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L281", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/ltrim", "doc": @@ -8670,50 +9948,58 @@ "line":281, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, - {"source-url": + {"arglists":[["f", "coll"]], + "name":"map-str", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L302", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/map-str", - "namespace":"clojure.contrib.string", - "line":302, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[["f", "coll"]], "doc": "Apply f to each element of coll, concatenate all results into a\nString.", - "name":"map-str"}, - {"source-url": + "var-type":"function", + "line":302, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, + {"arglists":[["re", "s"]], + "name":"partition", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L208", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/partition", - "namespace":"clojure.contrib.string", - "line":208, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[["re", "s"]], "doc": "Splits the string into a lazy sequence of substrings, alternating\nbetween substrings that match the patthern and the substrings\nbetween the matches. The sequence always starts with the substring\nbefore the first match, or an empty string if the beginning of the\nstring matches.\n\nFor example: (partition #\"[a-z]+\" \"abc123def\")\nreturns: (\"\" \"abc\" \"123\" \"def\")", - "name":"partition"}, - {"source-url": + "var-type":"function", + "line":208, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, + {"arglists":[["n", "s"]], + "name":"repeat", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L140", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/repeat", - "namespace":"clojure.contrib.string", + "doc":"Returns a new String containing s repeated n times.", + "var-type":"function", "line":140, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[["n", "s"]], - "doc":"Returns a new String containing s repeated n times.", - "name":"repeat"}, + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, {"arglists":[["re", "f", "s"]], "name":"replace-by", "namespace":"clojure.contrib.string", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L169", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/replace-by", "doc": @@ -8728,6 +10014,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L157", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/replace-char", "doc": @@ -8742,6 +10030,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L195", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/replace-first-by", "doc": @@ -8756,6 +10046,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L189", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/replace-first-re", "doc":"Replace first match of re in s.", @@ -8769,6 +10061,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L183", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/replace-first-str", "doc":"Replace first occurance of substring a with b in s.", @@ -8782,6 +10076,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L163", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/replace-re", "doc":"Replaces all matches of re with replacement in s.", @@ -8795,6 +10091,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L151", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/replace-str", "doc":"Replaces all instances of substring a with b in s.", @@ -8808,6 +10106,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L145", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/reverse", "doc":"Returns s with its characters reversed.", @@ -8821,6 +10121,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L288", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/rtrim", "doc": @@ -8835,6 +10137,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L359", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/split", "doc": @@ -8849,6 +10153,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L295", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/split-lines", "doc":"Splits s on \\n or \\r\\n.", @@ -8856,61 +10162,71 @@ "line":295, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, - {"source-url": + {"arglists":[["substring", "s"]], + "name":"substring?", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L372", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/substring?", - "namespace":"clojure.contrib.string", + "doc":"True if s contains the substring.", + "var-type":"function", "line":372, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[["substring", "s"]], - "doc":"True if s contains the substring.", - "name":"substring?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, + {"arglists":[["s"]], + "name":"swap-case", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L253", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/swap-case", - "namespace":"clojure.contrib.string", - "line":253, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Changes upper case characters to lower case and vice-versa.\nHandles Unicode supplementary characters correctly. Uses the\nlocale-sensitive String.toUpperCase() and String.toLowerCase()\nmethods.", - "name":"swap-case"}, - {"source-url": + "var-type":"function", + "line":253, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, + {"arglists":[["n", "s"]], + "name":"tail", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L133", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/tail", - "namespace":"clojure.contrib.string", + "doc":"Returns the last n characters of s.", + "var-type":"function", "line":133, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[["n", "s"]], - "doc":"Returns the last n characters of s.", - "name":"tail"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, + {"arglists":[["n", "s"]], + "name":"take", + "namespace":"clojure.contrib.string", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L110", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/take", - "namespace":"clojure.contrib.string", + "doc":"Take first n characters from s, up to the length of s.", + "var-type":"function", "line":110, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj", - "var-type":"function", - "arglists":[["n", "s"]], - "doc":"Take first n characters from s, up to the length of s.", - "name":"take"}, + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, {"arglists":[["s"]], "name":"trim", "namespace":"clojure.contrib.string", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L366", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/trim", "doc":"Removes whitespace from both ends of string.", @@ -8924,6 +10240,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj#L347", "deprecated":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/13f960559f724521070d761639310d8b1f503216\/src\/main\/clojure\/clojure\/contrib\/string.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/string-api.html#clojure.contrib.string\/upper-case", "doc":"Converts string to all upper-case.", @@ -8931,20 +10249,24 @@ "line":347, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/string.clj"}, - {"source-url": + {"arglists":[["string"]], + "name":"<<", + "namespace":"clojure.contrib.strint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/62078f31f425a0bf4be6508a51ac1fa8ce09ea51\/src\/main\/clojure\/clojure\/contrib\/strint.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/62078f31f425a0bf4be6508a51ac1fa8ce09ea51\/src\/main\/clojure\/clojure\/contrib\/strint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/strint-api.html#clojure.contrib.strint\/<<", - "namespace":"clojure.contrib.strint", - "line":49, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/strint.clj", - "var-type":"macro", - "arglists":[["string"]], "doc": "Takes a single string argument and emits a str invocation that concatenates\nthe string data and evaluated expressions contained within that argument.\nEvaluation is controlled using ~{} and ~() forms. The former is used for\nsimple value replacement using clojure.core\/str; the latter can be used to\nembed the results of arbitrary function invocation into the produced string.\n\nExamples:\nuser=> (def v 30.5)\n#'user\/v\nuser=> (<< \"This trial required ~{v}ml of solution.\")\n\"This trial required 30.5ml of solution.\"\nuser=> (<< \"There are ~(int v) days in November.\")\n\"There are 30 days in November.\"\nuser=> (def m {:a [1 2 3]})\n#'user\/m\nuser=> (<< \"The total for your order is $~(->> m :a (apply +)).\")\n\"The total for your order is $6.\"\n\nNote that quotes surrounding string literals within ~() forms must be\nescaped.", - "name":"<<"}, - {"source-url": + "var-type":"macro", + "line":49, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/strint.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L70", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/action-translation-table", @@ -8955,111 +10277,129 @@ "var-type":"var", "doc":"Translation table for the make-action constructor.", "name":"action-translation-table"}, - {"source-url": + {"arglists":[["component", "f", "&", "args"]], + "name":"add-action-listener", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/add-action-listener", - "namespace":"clojure.contrib.swing-utils", - "line":23, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["component", "f", "&", "args"]], "doc": "Adds an ActionLister to component. When the action fires, f will be\ninvoked with the event as its first argument followed by args.\nReturns the listener.", - "name":"add-action-listener"}, - {"source-url": + "var-type":"function", + "line":23, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["component", "f", "&", "args"]], + "name":"add-key-typed-listener", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/add-key-typed-listener", - "namespace":"clojure.contrib.swing-utils", - "line":33, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["component", "f", "&", "args"]], "doc": "Adds a KeyListener to component that only responds to KeyTyped events.\nWhen a key is typed, f is invoked with the KeyEvent as its first argument\nfollowed by args. Returns the listener.", - "name":"add-key-typed-listener"}, - {"source-url": + "var-type":"function", + "line":33, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["parent", "item"]], + "name":"add-menu-item", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L101", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/add-menu-item", - "namespace":"clojure.contrib.swing-utils", - "line":101, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"multimethod", - "arglists":[["parent", "item"]], "doc": "Adds a menu item to the parent according to the item description.\n The item description is a map of the following structure.\n\nEither:\n - one single :action specifying a javax.swing.Action to be associated\n with the item.\n - a specification suitable for make-action\n - a set of :name, :mnemonic and :items keys, specifying a submenu with\n the given sequence of item entries.\n - an empty map specifying a separator.", - "name":"add-menu-item"}, - {"source-url": + "var-type":"multimethod", + "line":101, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["&", "body"]], + "name":"do-swing", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L58", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/do-swing", - "namespace":"clojure.contrib.swing-utils", - "line":58, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Executes body in the Swing event thread asynchronously. Returns\nimmediately after scheduling the execution.", - "name":"do-swing"}, - {"source-url": + "var-type":"macro", + "line":58, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["schedule", "thunk"]], + "name":"do-swing*", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/do-swing*", - "namespace":"clojure.contrib.swing-utils", - "line":46, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["schedule", "thunk"]], "doc": "Runs thunk in the Swing event thread according to schedule:\n- :later => schedule the execution and return immediately\n- :now => wait until the execution completes.", - "name":"do-swing*"}, - {"source-url": + "var-type":"function", + "line":46, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["&", "body"]], + "name":"do-swing-and-wait", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/do-swing-and-wait", - "namespace":"clojure.contrib.swing-utils", - "line":64, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Executes body in the Swing event thread synchronously. Returns\nafter the execution is complete.", - "name":"do-swing-and-wait"}, - {"source-url": + "var-type":"macro", + "line":64, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["spec"]], + "name":"make-action", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/make-action", - "namespace":"clojure.contrib.swing-utils", - "line":80, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["spec"]], "doc": "Create an Action proxy from the given action spec. The standard keys\nrecognised are: :name, :accelerator, :command-key, :long-desc,\n:short-desc, :mnemonic and :icon - corresponding to the similar named\nAction properties. The :handler value is used in the actionPerformed\nmethod of the proxy to pass on the event.", - "name":"make-action"}, - {"source-url": + "var-type":"function", + "line":80, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["menubar-items"]], + "name":"make-menubar", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L142", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/make-menubar", - "namespace":"clojure.contrib.swing-utils", - "line":142, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["menubar-items"]], "doc": "Create a menubar containing the given sequence of menu items. The menu\nitems are described by a map as is detailed in the docstring of the\nadd-menu-item function.", - "name":"make-menubar"}, - {"source-url": + "var-type":"function", + "line":142, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L97", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/menu-constructor-dispatch", @@ -9071,62 +10411,72 @@ "doc": "An atom containing the dispatch set for the add-menu-item method.", "name":"menu-constructor-dispatch"}, - {"source-url": + {"name":"*load-tests*", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L239", + "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/*load-tests*", - "namespace":"clojure.contrib.test-is", - "added":"1.1", - "line":239, - "file":"clojure\/test.clj", - "var-type":"var", "doc": "True by default. If set to false, no test functions will\nbe created by deftest, set-test, or with-test. Use this to omit\ntests when compiling or loading production code.", - "name":"*load-tests*"}, - {"source-url": + "var-type":"var", + "line":239, + "file":"clojure\/test.clj"}, + {"name":"*stack-trace-depth*", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L246", + "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/*stack-trace-depth*", - "namespace":"clojure.contrib.test-is", - "added":"1.1", - "line":246, - "file":"clojure\/test.clj", - "var-type":"var", "doc": "The maximum depth of stack traces to print when an Exception\nis thrown during a test. Defaults to nil, which means print the \ncomplete stack trace.", - "name":"*stack-trace-depth*"}, - {"source-url": + "var-type":"var", + "line":246, + "file":"clojure\/test.clj"}, + {"arglists":[["expr", "values"]], + "name":"apply-template", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj#L77", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/apply-template", - "namespace":"clojure.contrib.test-is", - "line":77, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", - "var-type":"function", - "arglists":[["expr", "values"]], "doc": "Replaces _1, _2, _3, etc. in expr with corresponding elements of\nvalues. Returns the modified expression. For use in macros.", - "name":"apply-template"}, - {"source-url": + "var-type":"function", + "line":77, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj"}, + {"arglists":[["expr", "&", "args"]], + "name":"are", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj#L105", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/are", - "namespace":"clojure.contrib.test-is", - "line":105, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", - "var-type":"macro", - "arglists":[["expr", "&", "args"]], "doc": "Checks multiple assertions with a template expression.\nSee clojure.contrib.template\/do-template for an explanation of\ntemplates.\n\nExample: (are (= _1 _2) \n 2 (+ 1 1)\n 4 (* 2 2))\nExpands to: \n (do (is (= 2 (+ 1 1)))\n (is (= 4 (* 2 2))))\n\nNote: This breaks some reporting features, such as line numbers.", - "name":"are"}, + "var-type":"macro", + "line":105, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj"}, {"arglists":[["msg", "form"]], "name":"assert-any", "namespace":"clojure.contrib.test-is", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L434", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/assert-any", "doc": @@ -9140,6 +10490,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L415", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/assert-predicate", "doc": @@ -9153,6 +10505,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L660", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/compose-fixtures", "doc": @@ -9166,6 +10520,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L593", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/deftest", "doc": @@ -9179,6 +10535,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L610", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/deftest-", "doc":"Like deftest but creates a private var.", @@ -9191,6 +10549,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L335", "added":"1.2", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/do-report", "doc": @@ -9198,19 +10558,21 @@ "var-type":"function", "line":335, "file":"clojure\/test.clj"}, - {"source-url": + {"arglists":[["expr", "&", "args"]], + "name":"do-template", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/do-template", - "namespace":"clojure.contrib.test-is", - "line":88, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", - "var-type":"macro", - "arglists":[["expr", "&", "args"]], "doc": "Repeatedly evaluates template expr (in a do block) using values in\nargs. args are grouped by the number of holes in the template.\nExample: (do-template (check _1 _2) :a :b :c :d)\nexpands to (do (check :a :b) (check :c :d))", - "name":"do-template"}, + "var-type":"macro", + "line":88, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj"}, {"arglists":[["n"]], "name":"file-position", "namespace":"clojure.contrib.test-is", @@ -9218,6 +10580,8 @@ "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L276", "deprecated":"1.2", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/file-position", "doc": @@ -9225,61 +10589,71 @@ "var-type":"function", "line":276, "file":"clojure\/test.clj"}, - {"source-url": + {"arglists":[["form"]], + "name":"find-holes", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/find-holes", - "namespace":"clojure.contrib.test-is", + "doc":"Recursively finds all symbols starting with _ in form.", + "var-type":"function", "line":52, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", - "var-type":"function", - "arglists":[["form"]], - "doc":"Recursively finds all symbols starting with _ in form.", - "name":"find-holes"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj"}, + {"arglists":[["form"]], + "name":"find-pure-exprs", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj#L58", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/find-pure-exprs", - "namespace":"clojure.contrib.test-is", - "line":58, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", - "var-type":"function", - "arglists":[["form"]], "doc": "Recursively finds all sub-expressions in form that do not contain\nany symbols starting with _", - "name":"find-pure-exprs"}, - {"source-url": + "var-type":"function", + "line":58, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj"}, + {"arglists":[["form"]], + "name":"find-symbols", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/find-symbols", - "namespace":"clojure.contrib.test-is", + "doc":"Recursively finds all symbols in form.", + "var-type":"function", "line":47, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", - "var-type":"function", - "arglists":[["form"]], - "doc":"Recursively finds all symbols in form.", - "name":"find-symbols"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj"}, + {"arglists":[["m"]], + "name":"flatten-map", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/flatten-map", - "namespace":"clojure.contrib.test-is", + "doc":"Transforms a map into a vector like [key value key value].", + "var-type":"function", "line":66, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", - "var-type":"function", - "arglists":[["m"]], - "doc":"Transforms a map into a vector like [key value key value].", - "name":"flatten-map"}, + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj"}, {"arglists":[["x"]], "name":"function?", "namespace":"clojure.contrib.test-is", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L403", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/function?", "doc": @@ -9293,6 +10667,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L395", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/get-possibly-unbound-var", "doc":"Like var-get but returns nil if the var is unbound.", @@ -9305,6 +10681,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L308", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/inc-report-counter", "doc": @@ -9318,6 +10696,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L533", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/is", "doc": @@ -9331,6 +10711,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L667", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/join-fixtures", "doc": @@ -9344,6 +10726,8 @@ "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L319", "dynamic":true, "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/report", "doc": @@ -9357,6 +10741,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L743", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/run-all-tests", "doc": @@ -9370,6 +10756,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L731", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/run-tests", "doc": @@ -9383,6 +10771,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L619", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/set-test", "doc": @@ -9396,6 +10786,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L752", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/successful?", "doc": @@ -9403,24 +10795,28 @@ "var-type":"function", "line":752, "file":"clojure\/test.clj"}, - {"source-url": + {"arglists":[["form"]], + "name":"template?", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj#L72", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/template?", - "namespace":"clojure.contrib.test-is", + "doc":"Returns true if form is a valid template expression.", + "var-type":"function", "line":72, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", - "var-type":"function", - "arglists":[["form"]], - "doc":"Returns true if form is a valid template expression.", - "name":"template?"}, + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/test_is.clj"}, {"arglists":[["ns"]], "name":"test-all-vars", "namespace":"clojure.contrib.test-is", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L694", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/test-all-vars", "doc": @@ -9434,6 +10830,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L706", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/test-ns", "doc": @@ -9448,6 +10846,8 @@ "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L679", "dynamic":true, "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/test-var", "doc": @@ -9461,6 +10861,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L568", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/testing", "doc": @@ -9474,6 +10876,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L301", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/testing-contexts-str", "doc": @@ -9487,6 +10891,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L288", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/testing-vars-str", "doc": @@ -9500,6 +10906,8 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L517", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/try-expr", "doc": @@ -9507,24 +10915,28 @@ "var-type":"macro", "line":517, "file":"clojure\/test.clj"}, - {"source-url": + {"name":"use-fixtures", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L641", + "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/use-fixtures", - "namespace":"clojure.contrib.test-is", - "added":"1.1", - "line":641, - "file":"clojure\/test.clj", - "var-type":"multimethod", "doc": "Wrap test runs in a fixture function to perform setup and\nteardown. Using a fixture-type of :each wraps every test\nindividually, while:once wraps the whole run in a single function.", - "name":"use-fixtures"}, + "var-type":"multimethod", + "line":641, + "file":"clojure\/test.clj"}, {"arglists":[["definition", "&", "body"]], "name":"with-test", "namespace":"clojure.contrib.test-is", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L580", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/with-test", "doc": @@ -9538,13 +10950,17 @@ "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/main\/clojure\/clojure\/test.clj#L267", "added":"1.1", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/25d3316706bfbaa75498b4d0bca8f696a328fb3d\/src\/main\/clojure\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/with-test-out", "doc":"Runs body with *out* bound to the value of *test-out*.", "var-type":"macro", "line":267, "file":"clojure\/test.clj"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L40", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/*trace-depth*", @@ -9555,499 +10971,579 @@ "var-type":"var", "doc":"Current stack depth of traced function calls.", "name":"*trace-depth*"}, - {"source-url": + {"arglists":[["name", "&", "definition"]], + "name":"deftrace", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L75", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/deftrace", - "namespace":"clojure.contrib.trace", - "line":75, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"macro", - "arglists":[["name", "&", "definition"]], "doc": "Use in place of defn; traces each call\/return of this fn, including\narguments. Nested calls to deftrace'd functions will print a\ntree-like structure.", - "name":"deftrace"}, - {"source-url": + "var-type":"macro", + "line":75, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[["fnames", "&", "exprs"]], + "name":"dotrace", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L86", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/dotrace", - "namespace":"clojure.contrib.trace", - "line":86, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"macro", - "arglists":[["fnames", "&", "exprs"]], "doc": "Given a sequence of function identifiers, evaluate the body\nexpressions in an environment in which the identifiers are bound to\nthe traced functions. Does not work on inlined functions,\nsuch as clojure.core\/+", - "name":"dotrace"}, - {"source-url": + "var-type":"macro", + "line":86, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[["value"], ["name", "value"]], + "name":"trace", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/trace", - "namespace":"clojure.contrib.trace", - "line":50, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"function", - "arglists":[["value"], ["name", "value"]], "doc": "Sends name (optional) and value to the tracer function, then\nreturns value. May be wrapped around any expression without\naffecting the result.", - "name":"trace"}, - {"source-url": + "var-type":"function", + "line":50, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[["name", "f", "args"]], + "name":"trace-fn-call", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/trace-fn-call", - "namespace":"clojure.contrib.trace", - "line":64, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"function", - "arglists":[["name", "f", "args"]], "doc": "Traces a single call to a function f with args. 'name' is the\nsymbol name of the function.", - "name":"trace-fn-call"}, - {"source-url": + "var-type":"function", + "line":64, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[[]], + "name":"trace-indent", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/trace-indent", - "namespace":"clojure.contrib.trace", + "doc":"Returns an indentation string based on *trace-depth*", + "var-type":"function", "line":59, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns an indentation string based on *trace-depth*", - "name":"trace-indent"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[["name", "value"]], + "name":"tracer", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L44", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/tracer", - "namespace":"clojure.contrib.trace", - "line":44, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"function", - "arglists":[["name", "value"]], "doc": "This function is called by trace. Prints to standard output, but\nmay be rebound to do anything you like. 'name' is optional.", - "name":"tracer"}, - {"source-url": + "var-type":"function", + "line":44, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[["type-tag", "&", "constructors"]], + "name":"defadt", + "namespace":"clojure.contrib.types", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/types.clj#L128", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/types.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/defadt", - "namespace":"clojure.contrib.types", - "line":128, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/types.clj", - "var-type":"macro", - "arglists":[["type-tag", "&", "constructors"]], "doc": "Define an algebraic data type name by an exhaustive list of constructors.\nEach constructor can be a symbol (argument-free constructor) or a\nlist consisting of a tag symbol followed by the argument symbols.\nThe data type tag must be a keyword.", - "name":"defadt"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/types.clj#L54", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/deftype", - "namespace":"clojure.contrib.types", - "line":54, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/types.clj", "var-type":"macro", - "arglists": + "line":128, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/types.clj"}, + {"arglists": [["type-tag", "constructor-name", "docstring?", "attr-map?"], ["type-tag", "constructor-name", "docstring?", "attr-map?", "constructor"], ["type-tag", "constructor-name", "docstring?", "attr-map?", "constructor", "deconstructor"]], + "name":"deftype", + "namespace":"clojure.contrib.types", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/types.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/types.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/deftype", "doc": "Define a data type by a type tag (a namespace-qualified keyword)\nand a symbol naming the constructor function. Optionally, a\nconstructor and a deconstructor function can be given as well,\nthe defaults being clojure.core\/identity and clojure.core\/list.\nThe full constructor associated with constructor-name calls the\nconstructor function and attaches the type tag to its result\nas metadata. The deconstructor function must return the arguments\nto be passed to the constructor in order to create an equivalent\nobject. It is used for printing and matching.", - "name":"deftype"}, - {"source-url": + "var-type":"macro", + "line":54, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/types.clj"}, + {"arglists":[["type-tag", "constructor-name", "&", "optional"]], + "name":"deftype-", + "namespace":"clojure.contrib.types", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/types.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/types.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/deftype-", - "namespace":"clojure.contrib.types", + "doc":"Same as deftype but the constructor is private.", + "var-type":"macro", "line":88, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/types.clj", - "var-type":"macro", - "arglists":[["type-tag", "constructor-name", "&", "optional"]], - "doc":"Same as deftype but the constructor is private.", - "name":"deftype-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/types.clj"}, + {"arglists":[["value", "&", "clauses"]], + "name":"match", + "namespace":"clojure.contrib.types", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/types.clj#L241", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/types.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/match", - "namespace":"clojure.contrib.types", - "line":241, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/types.clj", - "var-type":"macro", - "arglists":[["value", "&", "clauses"]], "doc": "Given a value and a list of template-expr clauses, evaluate the first\nexpr whose template matches the value. There are four kinds of templates:\n1) Lists of the form (tag x1 x2 ...) match instances of types\n whose constructor has the same form as the list.\n2) Quoted lists of the form '(x1 x2 ...) match lists of the same\n length.\n3) Vectors of the form [x1 x2 ...] match vectors of the same length.\n4) Maps of the form {:key1 x1 :key2 x2 ...} match maps that have\n the same keys as the template, but which can have additional keys\n that are not part of the template.\nThe values x1, x2, ... can be symbols or non-symbol values. Non-symbols\nmust be equal to the corresponding values in the object to be matched.\nSymbols will be bound to the corresponding value in the object in the\nevaluation of expr. If the same symbol occurs more than once in a,\ntemplate the corresponding elements of the object must be equal\nfor the template to match.", - "name":"match"}, - {"source-url": + "var-type":"macro", + "line":241, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/types.clj"}, + {"arglists":[["ns", "&", "body"]], + "name":"with-ns", + "namespace":"clojure.contrib.with-ns", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj#L20", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/with-ns-api.html#clojure.contrib.with-ns\/with-ns", - "namespace":"clojure.contrib.with-ns", - "line":20, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj", - "var-type":"macro", - "arglists":[["ns", "&", "body"]], "doc": "Evaluates body in another namespace. ns is either a namespace\nobject or a symbol. This makes it possible to define functions in\nnamespaces other than the current one.", - "name":"with-ns"}, - {"source-url": + "var-type":"macro", + "line":20, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj"}, + {"arglists":[["&", "body"]], + "name":"with-temp-ns", + "namespace":"clojure.contrib.with-ns", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/with-ns-api.html#clojure.contrib.with-ns\/with-temp-ns", - "namespace":"clojure.contrib.with-ns", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Evaluates body in an anonymous namespace, which is then immediately\nremoved. The temporary namespace will 'refer' clojure.core.", - "name":"with-temp-ns"}, - {"source-url": + "var-type":"macro", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj"}, + {"arglists":[["loc"]], + "name":"ancestors", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj#L65", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/ancestors", - "namespace":"clojure.contrib.zip-filter", - "line":65, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of all ancestors of location loc, starting\nwith loc and proceeding to loc's parent node and on through to the\nroot of the tree.", - "name":"ancestors"}, - {"source-url": + "var-type":"function", + "line":65, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"children", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj#L45", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/children", - "namespace":"clojure.contrib.zip-filter", - "line":45, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right.", - "name":"children"}, - {"source-url": + "var-type":"function", + "line":45, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"children-auto", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/children-auto", - "namespace":"clojure.contrib.zip-filter", - "line":52, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right, marked so that a following tag= predicate will auto-descend.", - "name":"children-auto"}, - {"source-url": + "var-type":"function", + "line":52, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"descendants", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj#L60", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/descendants", - "namespace":"clojure.contrib.zip-filter", - "line":60, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of all descendants of location loc, in\ndepth-first order, left-to-right, starting with loc.", - "name":"descendants"}, - {"source-url": + "var-type":"function", + "line":60, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"left-locs", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/left-locs", - "namespace":"clojure.contrib.zip-filter", - "line":33, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of locations to the left of loc, starting with loc.", - "name":"left-locs"}, - {"source-url": + "var-type":"function", + "line":33, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"leftmost?", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/leftmost?", - "namespace":"clojure.contrib.zip-filter", - "line":37, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns true if there are no more nodes to the left of location loc.", - "name":"leftmost?"}, - {"source-url": + "var-type":"function", + "line":37, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"right-locs", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/right-locs", - "namespace":"clojure.contrib.zip-filter", - "line":29, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of locations to the right of loc, starting with loc.", - "name":"right-locs"}, - {"source-url": + "var-type":"function", + "line":29, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"rightmost?", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/rightmost?", - "namespace":"clojure.contrib.zip-filter", - "line":41, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns true if there are no more nodes to the right of location loc.", - "name":"rightmost?"}, - {"source-url": + "var-type":"function", + "line":41, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["condition"]], + "name":"-init", + "namespace":"clojure.contrib.condition.Condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj#L25", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition.Condition\/-init", - "namespace":"clojure.contrib.condition.Condition", - "line":25, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj", - "var-type":"function", - "arglists":[["condition"]], "doc": "Constructs a Condition object with condition (a map) as its\nmetadata. Also initializes the superclass with the values at :message\nand :cause, if any, so they are also available via .getMessage and\n.getCause.", - "name":"-init"}, - {"source-url": + "var-type":"function", + "line":25, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj"}, + {"arglists":[["this"]], + "name":"-meta", + "namespace":"clojure.contrib.condition.Condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj#L40", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition.Condition\/-meta", - "namespace":"clojure.contrib.condition.Condition", + "doc":"Returns this object's metadata, the condition", + "var-type":"function", "line":40, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj", - "var-type":"function", - "arglists":[["this"]], - "doc":"Returns this object's metadata, the condition", - "name":"-meta"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj"}, + {"arglists":[["this", "condition"]], + "name":"-post-init", + "namespace":"clojure.contrib.condition.Condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition.Condition\/-post-init", - "namespace":"clojure.contrib.condition.Condition", - "line":33, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj", - "var-type":"function", - "arglists":[["this", "condition"]], "doc": "Adds :stack-trace to the condition. Drops the bottom 3 frames because\nthey are always the same: implementation details of Condition and raise.", - "name":"-post-init"}, - {"source-url": + "var-type":"function", + "line":33, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj"}, + {"arglists":[["db", "name", "key"]], + "name":"add-index", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L86", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/add-index", - "namespace":"clojure.contrib.datalog.database", + "doc":"Adds an index to an empty relation named name", + "var-type":"function", "line":86, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "name", "key"]], - "doc":"Adds an index to an empty relation named name", - "name":"add-index"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "name", "keys"]], + "name":"add-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L81", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/add-relation", - "namespace":"clojure.contrib.datalog.database", + "doc":"Adds a relation to the database", + "var-type":"function", "line":81, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "name", "keys"]], - "doc":"Adds a relation to the database", - "name":"add-relation"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rel-name", "tuple"], ["rel", "tuple"]], + "name":"add-tuple", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L172", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/add-tuple", - "namespace":"clojure.contrib.datalog.database", - "line":172, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rel-name", "tuple"], ["rel", "tuple"]], "doc": "Two forms:\n\n[db relation-name tuple] adds tuple to the named relation. Returns\nthe new database.\n\n[rel tuple] adds to the relation object. Returns the new relation.", - "name":"add-tuple"}, - {"source-url": + "var-type":"function", + "line":172, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "&", "tupls"]], + "name":"add-tuples", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L207", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/add-tuples", - "namespace":"clojure.contrib.datalog.database", - "line":207, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "&", "tupls"]], "doc": "Adds a collection of tuples to the db, as\n(add-tuples db\n [:rel-name :key-1 1 :key-2 2]\n [:rel-name :key-1 2 :key-2 3])", - "name":"add-tuples"}, - {"source-url": + "var-type":"function", + "line":207, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rn", "pt"]], + "name":"any-match?", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L253", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/any-match?", - "namespace":"clojure.contrib.datalog.database", - "line":253, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rn", "pt"]], "doc": "Finds if there are any matching records for the partial tuple", - "name":"any-match?"}, - {"source-url": + "var-type":"function", + "line":253, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db"]], + "name":"database-counts", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L144", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/database-counts", - "namespace":"clojure.contrib.datalog.database", + "doc":"Returns a map with the count of elements in each relation.", + "var-type":"function", "line":144, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db"]], - "doc":"Returns a map with the count of elements in each relation.", - "name":"database-counts"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["dbs"]], + "name":"database-merge", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L277", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/database-merge", - "namespace":"clojure.contrib.datalog.database", + "doc":"Merges databases together", + "var-type":"function", "line":277, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["dbs"]], - "doc":"Merges databases together", - "name":"database-merge"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["dbs"]], + "name":"database-merge-parallel", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L282", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/database-merge-parallel", - "namespace":"clojure.contrib.datalog.database", + "doc":"Merges databases together in parallel", + "var-type":"function", "line":282, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["dbs"]], - "doc":"Merges databases together in parallel", - "name":"database-merge-parallel"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["schema", "data", "indexes"]], + "name":"datalog-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L76", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/datalog-relation", - "namespace":"clojure.contrib.datalog.database", + "doc":"Creates a relation", + "var-type":"function", "line":76, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["schema", "data", "indexes"]], - "doc":"Creates a relation", - "name":"datalog-relation"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "name", "keys", "indexes"]], + "name":"ensure-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L96", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/ensure-relation", - "namespace":"clojure.contrib.datalog.database", + "doc":"If the database lacks the named relation, add it", + "var-type":"function", "line":96, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "name", "keys", "indexes"]], - "doc":"If the database lacks the named relation, add it", - "name":"ensure-relation"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rel-name"]], + "name":"get-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L130", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/get-relation", - "namespace":"clojure.contrib.datalog.database", + "doc":"Get a relation object by name", + "var-type":"function", "line":130, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rel-name"]], - "doc":"Get a relation object by name", - "name":"get-relation"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["&", "commands"]], + "name":"make-database", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L109", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/make-database", - "namespace":"clojure.contrib.datalog.database", - "line":109, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"macro", - "arglists":[["&", "commands"]], "doc": "Makes a database, like this\n(make-database\n (relation :fred [:mary :sue])\n (index :fred :mary)\n (relation :sally [:jen :becky])\n (index :sally :jen)\n (index :sally :becky))", - "name":"make-database"}, - {"source-url": + "var-type":"macro", + "line":109, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["r1", "r2"]], + "name":"merge-relations", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L267", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/merge-relations", - "namespace":"clojure.contrib.datalog.database", + "doc":"Merges two relations", + "var-type":"function", "line":267, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["r1", "r2"]], - "doc":"Merges two relations", - "name":"merge-relations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rel-name", "tuple"], ["rel", "tuple"]], + "name":"remove-tuple", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L190", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/remove-tuple", - "namespace":"clojure.contrib.datalog.database", - "line":190, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rel-name", "tuple"], ["rel", "tuple"]], "doc": "Two forms:\n\n[db relation-name tuple] removes the tuple from the named relation,\nreturns a new database.\n\n[rel tuple] removes the tuple from the relation. Returns the new\nrelation.", - "name":"remove-tuple"}, - {"source-url": + "var-type":"function", + "line":190, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rel-name", "rel"]], + "name":"replace-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L135", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/replace-relation", - "namespace":"clojure.contrib.datalog.database", - "line":135, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rel-name", "rel"]], "doc": "Add or replace a fully constructed relation object to the database.", - "name":"replace-relation"}, - {"source-url": + "var-type":"function", + "line":135, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rn", "pt"]], + "name":"select", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L248", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/select", - "namespace":"clojure.contrib.datalog.database", - "line":248, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rn", "pt"]], "doc": "finds all matching tuples to the partial tuple (pt) in the relation named (rn)", - "name":"select"}, - {"source-url": + "var-type":"function", + "line":248, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L253", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/adorned-literal", @@ -10058,20 +11554,24 @@ "doc": "When passed a set of bound columns, returns the adorned literal", "name":"adorned-literal"}, - {"source-url": + {"arglists":[["f", "type"]], + "name":"build-atom", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L132", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/build-atom", - "namespace":"clojure.contrib.datalog.literals", - "line":132, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["f", "type"]], "doc": "Returns an unevaluated expression (to be used in a macro) of an\natom.", - "name":"build-atom"}, - {"source-url": + "var-type":"function", + "line":132, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L127", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/build-literal", @@ -10082,32 +11582,38 @@ "doc": "(Returns an unevaluated expression (to be used in macros) of a\nliteral.", "name":"build-literal"}, - {"source-url": + {"arglists":[["s"]], + "name":"build-seed-bindings", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L302", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/build-seed-bindings", - "namespace":"clojure.contrib.datalog.literals", - "line":302, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Given a seed literal, already adorned and in magic form, convert\nits bound constants to new variables.", - "name":"build-seed-bindings"}, - {"source-url": + "var-type":"function", + "line":302, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["l"]], + "name":"delta-literal", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L319", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/delta-literal", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Given a literal l, return a delta version", + "var-type":"function", "line":319, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Given a literal l, return a delta version", - "name":"delta-literal"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L163", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/display-literal", @@ -10117,31 +11623,37 @@ "var-type":"multimethod", "doc":"Converts a struct representing a literal to a normal list", "name":"display-literal"}, - {"source-url": + {"arglists":[["pred"]], + "name":"get-adorned-bindings", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L270", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/get-adorned-bindings", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Get the bindings from this adorned literal.", + "var-type":"function", "line":270, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["pred"]], - "doc":"Get the bindings from this adorned literal.", - "name":"get-adorned-bindings"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["pred"]], + "name":"get-base-predicate", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L275", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/get-base-predicate", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Get the base predicate from this predicate.", + "var-type":"function", "line":275, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["pred"]], - "doc":"Get the base predicate from this predicate.", - "name":"get-base-predicate"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L201", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/get-cs-from-vs", @@ -10151,7 +11663,9 @@ "var-type":"multimethod", "doc":"From a set of vars, get the columns", "name":"get-cs-from-vs"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L218", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/get-self-bound-cs", @@ -10161,7 +11675,9 @@ "var-type":"multimethod", "doc":"Get the columns that are bound withing the literal.", "name":"get-self-bound-cs"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L186", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/get-vs-from-cs", @@ -10171,7 +11687,9 @@ "var-type":"multimethod", "doc":"From a set of columns, return the vars", "name":"get-vs-from-cs"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L360", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/join-literal", @@ -10182,7 +11700,9 @@ "doc": "Given a database (db), a literal (lit) and a seq of bindings (bs),\nreturn a new seq of bindings by joining this literal.", "name":"join-literal"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L235", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/literal-appropriate?", @@ -10193,7 +11713,9 @@ "doc": "When passed a set of bound vars, determines if this literal can be\nused during this point of a SIP computation.", "name":"literal-appropriate?"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L47", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/literal-columns", @@ -10203,19 +11725,23 @@ "var-type":"multimethod", "doc":"Return the column names this applies to", "name":"literal-columns"}, - {"source-url": + {"arglists":[["lit"]], + "name":"literal-magic?", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L295", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/literal-magic?", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Is this literal magic?", + "var-type":"function", "line":295, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["lit"]], - "doc":"Is this literal magic?", - "name":"literal-magic?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L43", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/literal-predicate", @@ -10226,7 +11752,9 @@ "doc": "Return the predicate\/relation this conditional operates over", "name":"literal-predicate"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L51", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/literal-vars", @@ -10236,43 +11764,51 @@ "var-type":"multimethod", "doc":"Returns the logic vars used by this literal", "name":"literal-vars"}, - {"source-url": + {"arglists":[["l"]], + "name":"magic-literal", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L285", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/magic-literal", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Create a magic version of this adorned predicate.", + "var-type":"function", "line":285, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Create a magic version of this adorned predicate.", - "name":"magic-literal"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["l"]], + "name":"negated-literal", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L313", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/negated-literal", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Given a literal l, return a negated version", + "var-type":"function", "line":313, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Given a literal l, return a negated version", - "name":"negated-literal"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["l"]], + "name":"negated?", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L111", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/negated?", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Is this literal a negated literal?", + "var-type":"function", "line":111, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Is this literal a negated literal?", - "name":"negated?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L59", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/negative-vars", @@ -10282,7 +11818,9 @@ "var-type":"multimethod", "doc":"Returns the logic vars used in a negative position", "name":"negative-vars"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L55", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/positive-vars", @@ -10292,587 +11830,681 @@ "var-type":"multimethod", "doc":"Returns the logic vars used in a positive position", "name":"positive-vars"}, - {"source-url": + {"arglists":[["l"]], + "name":"positive?", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L116", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/positive?", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Is this a positive literal?", + "var-type":"function", "line":116, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Is this a positive literal?", - "name":"positive?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["db", "lit", "bs"], ["db", "lit", "bs", "var?"]], + "name":"project-literal", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L392", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/project-literal", - "namespace":"clojure.contrib.datalog.literals", - "line":392, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["db", "lit", "bs"], ["db", "lit", "bs", "var?"]], "doc": "Project a stream of bindings onto a literal\/relation. Returns a new\ndb.", - "name":"project-literal"}, - {"source-url": + "var-type":"function", + "line":392, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["q"]], + "name":"adorn-query", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L26", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/adorn-query", - "namespace":"clojure.contrib.datalog.magic", + "doc":"Adorn a query", + "var-type":"function", "line":26, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q"]], - "doc":"Adorn a query", - "name":"adorn-query"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["rs", "q"]], + "name":"adorn-rules-set", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L31", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/adorn-rules-set", - "namespace":"clojure.contrib.datalog.magic", - "line":31, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["rs", "q"]], "doc": "Adorns the given rules-set for the given query. (rs) is a\nrules-set, (q) is an adorned query.", - "name":"adorn-rules-set"}, - {"source-url": + "var-type":"function", + "line":31, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["q", "bindings"]], + "name":"build-partial-tuple", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L78", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/build-partial-tuple", - "namespace":"clojure.contrib.datalog.magic", - "line":78, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q", "bindings"]], "doc": "Given a query and a set of bindings, build a partial tuple needed\nto extract the relation from the database.", - "name":"build-partial-tuple"}, - {"source-url": + "var-type":"function", + "line":78, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["rs"], ["rs", "i-preds"]], + "name":"magic-transform", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L98", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/magic-transform", - "namespace":"clojure.contrib.datalog.magic", - "line":98, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["rs"], ["rs", "i-preds"]], "doc": "Return a magic transformation of an adorned rules-set (rs). The\n(i-preds) are the predicates of the intension database. These\ndefault to the predicates within the rules-set.", - "name":"magic-transform"}, - {"source-url": + "var-type":"function", + "line":98, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["q"]], + "name":"seed-predicate-for-insertion", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/seed-predicate-for-insertion", - "namespace":"clojure.contrib.datalog.magic", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q"]], "doc": "Given a query, return the predicate to use for database insertion.", - "name":"seed-predicate-for-insertion"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["q"]], + "name":"seed-relation", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L63", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/seed-relation", - "namespace":"clojure.contrib.datalog.magic", - "line":63, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q"]], "doc": "Given a magic form of a query, give back the literal form of its seed\nrelation", - "name":"seed-relation"}, - {"source-url": + "var-type":"function", + "line":63, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["q"]], + "name":"seed-rule", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/seed-rule", - "namespace":"clojure.contrib.datalog.magic", + "doc":"Given an adorned query, give back its seed rule", + "var-type":"function", "line":71, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q"]], - "doc":"Given an adorned query, give back its seed rule", - "name":"seed-rule"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["hd", "&", "body"]], + "name":"<-", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L67", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/<-", - "namespace":"clojure.contrib.datalog.rules", - "line":67, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"macro", - "arglists":[["hd", "&", "body"]], "doc": "Build a datalog rule. Like this:\n\n(<- (:head :x ?x :y ?y) (:body-1 :x ?x :y ?y) (:body-2 :z ?z) (not! :body-3 :x ?x) (if > ?y ?z))", - "name":"<-"}, - {"source-url": + "var-type":"macro", + "line":67, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["&", "q"]], + "name":"?-", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L85", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/?-", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Define a datalog query", + "var-type":"macro", "line":85, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"macro", - "arglists":[["&", "q"]], - "doc":"Define a datalog query", - "name":"?-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs"]], + "name":"all-predicates", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L162", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/all-predicates", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Given a rules-set, return all defined predicates", + "var-type":"function", "line":162, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rs"]], - "doc":"Given a rules-set, return all defined predicates", - "name":"all-predicates"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["db", "rule"], ["db-1", "db-2", "rule"]], + "name":"apply-rule", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L183", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/apply-rule", - "namespace":"clojure.contrib.datalog.rules", - "line":183, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["db", "rule"], ["db-1", "db-2", "rule"]], "doc": "Apply the rule against db-1, adding the results to the appropriate\nrelation in db-2. The relation will be created if needed.", - "name":"apply-rule"}, - {"source-url": + "var-type":"function", + "line":183, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["bindings", "i-preds", "rule"]], + "name":"compute-sip", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L99", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/compute-sip", - "namespace":"clojure.contrib.datalog.rules", - "line":99, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["bindings", "i-preds", "rule"]], "doc": "Given a set of bound column names, return an adorned sip for this\nrule. A set of intensional predicates should be provided to\ndetermine what should be adorned.", - "name":"compute-sip"}, - {"source-url": + "var-type":"function", + "line":99, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["query"]], + "name":"display-query", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/display-query", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Return a query in a readable format.", + "var-type":"function", "line":38, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["query"]], - "doc":"Return a query in a readable format.", - "name":"display-query"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rule"]], + "name":"display-rule", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L31", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/display-rule", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Return the rule in a readable format.", + "var-type":"function", "line":31, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rule"]], - "doc":"Return the rule in a readable format.", - "name":"display-rule"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rule"]], + "name":"is-safe?", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/is-safe?", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Is the rule safe according to the datalog protocol?", + "var-type":"function", "line":46, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rule"]], - "doc":"Is the rule safe according to the datalog protocol?", - "name":"is-safe?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs"]], + "name":"make-rules-set", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L128", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/make-rules-set", - "namespace":"clojure.contrib.datalog.rules", - "line":128, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rs"]], "doc": "Given an existing set of rules, make it a 'rules-set' for\nprinting.", - "name":"make-rules-set"}, - {"source-url": + "var-type":"function", + "line":128, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs"]], + "name":"non-base-rules", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L167", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/non-base-rules", - "namespace":"clojure.contrib.datalog.rules", - "line":167, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rs"]], "doc": "Return a collection of rules that depend, somehow, on other rules", - "name":"non-base-rules"}, - {"source-url": + "var-type":"function", + "line":167, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs"]], + "name":"predicate-map", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L152", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/predicate-map", - "namespace":"clojure.contrib.datalog.rules", - "line":152, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rs"]], "doc": "Given a rules-set, return a map of rules keyed by their predicates.\nEach value will be a set of rules.", - "name":"predicate-map"}, - {"source-url": + "var-type":"function", + "line":152, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rule"]], + "name":"return-rule-data", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/return-rule-data", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Returns an untypted rule that will be fully printed", + "var-type":"function", "line":80, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rule"]], - "doc":"Returns an untypted rule that will be fully printed", - "name":"return-rule-data"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["&", "rules"]], + "name":"rules-set", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L136", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/rules-set", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Given a collection of rules return a rules set", + "var-type":"function", "line":136, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["&", "rules"]], - "doc":"Given a collection of rules return a rules set", - "name":"rules-set"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs", "q"]], + "name":"build-soft-strat-work-plan", + "namespace":"clojure.contrib.datalog.softstrat", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj#L115", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.softstrat\/build-soft-strat-work-plan", - "namespace":"clojure.contrib.datalog.softstrat", + "doc":"Return a work plan for the given rules-set and query", + "var-type":"function", "line":115, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj", - "var-type":"function", - "arglists":[["rs", "q"]], - "doc":"Return a work plan for the given rules-set and query", - "name":"build-soft-strat-work-plan"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj"}, + {"arglists":[["ws"]], + "name":"get-all-relations", + "namespace":"clojure.contrib.datalog.softstrat", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj#L121", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.softstrat\/get-all-relations", - "namespace":"clojure.contrib.datalog.softstrat", - "line":121, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj", - "var-type":"function", - "arglists":[["ws"]], "doc": "Return a set of all relation names defined in this workplan", - "name":"get-all-relations"}, - {"source-url": + "var-type":"function", + "line":121, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj"}, + {"arglists":[["sym"]], + "name":"is-query-var?", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/is-query-var?", - "namespace":"clojure.contrib.datalog.util", + "doc":"Is this a query variable: e.g. a symbol prefixed with ??", + "var-type":"function", "line":33, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["sym"]], - "doc":"Is this a query variable: e.g. a symbol prefixed with ??", - "name":"is-query-var?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["sym"]], + "name":"is-var?", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L25", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/is-var?", - "namespace":"clojure.contrib.datalog.util", + "doc":"Is this a logic variable: e.g. a symbol prefixed with a ?", + "var-type":"function", "line":25, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["sym"]], - "doc":"Is this a logic variable: e.g. a symbol prefixed with a ?", - "name":"is-var?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["m", "ks"]], + "name":"keys-to-vals", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/keys-to-vals", - "namespace":"clojure.contrib.datalog.util", - "line":49, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["m", "ks"]], "doc": "Given a map and a collection of keys, return the collection of vals", - "name":"keys-to-vals"}, - {"source-url": + "var-type":"function", + "line":49, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["f", "hash"]], + "name":"map-values", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/map-values", - "namespace":"clojure.contrib.datalog.util", + "doc":"Like map, but works over the values of a hash map", + "var-type":"function", "line":41, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["f", "hash"]], - "doc":"Like map, but works over the values of a hash map", - "name":"map-values"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["f", "data"]], + "name":"preduce", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/preduce", - "namespace":"clojure.contrib.datalog.util", - "line":62, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["f", "data"]], "doc": "Similar to merge-with, but the contents of each key are merged in\nparallel using f.\n\nf - a function of 2 arguments.\ndata - a collection of hashes.", - "name":"preduce"}, - {"source-url": + "var-type":"function", + "line":62, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["m"]], + "name":"reverse-map", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/reverse-map", - "namespace":"clojure.contrib.datalog.util", + "doc":"Reverse the keys\/values of a map", + "var-type":"function", "line":54, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["m"]], - "doc":"Reverse the keys\/values of a map", - "name":"reverse-map"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["&", "body"]], + "name":"trace-datalog", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L82", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/trace-datalog", - "namespace":"clojure.contrib.datalog.util", - "line":82, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "If *test-datalog* is set to true, run the enclosed commands", - "name":"trace-datalog"}, - {"source-url": + "var-type":"macro", + "line":82, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["container", "components"]], + "name":"add-components", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L94", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/add-components", - "namespace":"clojure.contrib.miglayout.internal", + "doc":"Adds components with constraints to a container", + "var-type":"function", "line":94, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["container", "components"]], - "doc":"Adds components with constraints to a container", - "name":"add-components"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["x"]], + "name":"component?", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/component?", - "namespace":"clojure.contrib.miglayout.internal", + "doc":"Returns true if x is a java.awt.Component", + "var-type":"function", "line":59, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Returns true if x is a java.awt.Component", - "name":"component?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["x"]], + "name":"constraint?", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/constraint?", - "namespace":"clojure.contrib.miglayout.internal", + "doc":"Returns true if x is not a keyword-item or component", + "var-type":"function", "line":64, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Returns true if x is not a keyword-item or component", - "name":"constraint?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists": + [["container", "layout", "column", "row", "components"]], + "name":"do-layout", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L114", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/do-layout", - "namespace":"clojure.contrib.miglayout.internal", - "line":114, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists": - [["container", "layout", "column", "row", "components"]], "doc": "Attaches a MigLayout layout manager to container and adds components\nwith constraints", - "name":"do-layout"}, - {"source-url": + "var-type":"function", + "line":114, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["c"]], + "name":"format-constraint", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L32", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/format-constraint", - "namespace":"clojure.contrib.miglayout.internal", - "line":32, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["c"]], "doc": "Returns a vector of vectors representing one or more constraints\nseparated by commas. Constraints may be specified in Clojure using\nstrings, keywords, vectors, maps, and\/or sets.", - "name":"format-constraint"}, - {"source-url": + "var-type":"function", + "line":32, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["&", "constraints"]], + "name":"format-constraints", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/format-constraints", - "namespace":"clojure.contrib.miglayout.internal", - "line":47, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["&", "constraints"]], "doc": "Returns a string representing all the constraints for one keyword-item\nor component formatted for miglayout.", - "name":"format-constraints"}, - {"source-url": + "var-type":"function", + "line":47, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["container"]], + "name":"get-components", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L109", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/get-components", - "namespace":"clojure.contrib.miglayout.internal", - "line":109, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["container"]], "doc": "Returns a map from id to component for all components with an id", - "name":"get-components"}, - {"source-url": + "var-type":"function", + "line":109, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["constraint"]], + "name":"parse-component-constraint", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/parse-component-constraint", - "namespace":"clojure.contrib.miglayout.internal", + "doc":"Parses a component constraint string returning a CC object", + "var-type":"function", "line":88, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["constraint"]], - "doc":"Parses a component constraint string returning a CC object", - "name":"parse-component-constraint"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["&", "args"]], + "name":"parse-item-constraints", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/parse-item-constraints", - "namespace":"clojure.contrib.miglayout.internal", - "line":71, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Iterates over args and builds a map containing values associated with\n:keywords and :components. The value for :keywords is a map from keyword\nitems to constraints strings. The value for :components is a vector of\nvectors each associating a component with its constraints string.", - "name":"parse-item-constraints"}, - {"source-url": + "var-type":"function", + "line":71, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["val"], ["val", "expectation-hash"]], + "name":"calls", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L216", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/calls", - "namespace":"clojure.contrib.mock.test-adapter", - "line":216, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["val"], ["val", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned returned by the expected function. If both this\nand returns are specified, the return value of \"calls\" will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", - "name":"calls"}, - {"source-url": + "var-type":"function", + "line":216, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists": + [["arg-pred-forms"], ["arg-pred-forms", "expect-hash-form"]], + "name":"has-args", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L228", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/has-args", - "namespace":"clojure.contrib.mock.test-adapter", - "line":228, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists": - [["arg-pred-forms"], ["arg-pred-forms", "expect-hash-form"]], "doc": "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", - "name":"has-args"}, - {"source-url": + "var-type":"macro", + "line":228, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["fn-name", "args"]], + "name":"has-matching-signature?", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L105", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/has-matching-signature?", - "namespace":"clojure.contrib.mock.test-adapter", - "line":105, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["fn-name", "args"]], "doc": "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", - "name":"has-matching-signature?"}, - {"source-url": + "var-type":"function", + "line":105, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["arg-preds", "arg-pred-forms"]], + "name":"make-arg-checker", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L116", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/make-arg-checker", - "namespace":"clojure.contrib.mock.test-adapter", - "line":116, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["arg-preds", "arg-pred-forms"]], "doc": "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", - "name":"make-arg-checker"}, - {"source-url": + "var-type":"function", + "line":116, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["pred", "pred-form"]], + "name":"make-count-checker", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L131", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/make-count-checker", - "namespace":"clojure.contrib.mock.test-adapter", - "line":131, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["pred", "pred-form"]], "doc": "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", - "name":"make-count-checker"}, - {"source-url": + "var-type":"function", + "line":131, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["fn-name", "expectation-hash"]], + "name":"make-mock", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L150", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/make-mock", - "namespace":"clojure.contrib.mock.test-adapter", - "line":150, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["fn-name", "expectation-hash"]], "doc": "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker,\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", - "name":"make-mock"}, + "var-type":"function", + "line":150, + "file":"clojure\/contrib\/mock.clj"}, {"arglists":[["fn-name", "expected", "actual", "msg"]], "name":"report-problem", "namespace":"clojure.contrib.mock.test-adapter", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj#L19", "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/report-problem", "doc": @@ -10881,286 +12513,330 @@ "line":19, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj"}, - {"source-url": + {"arglists":[["val"], ["val", "expectation-hash"]], + "name":"returns", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L205", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/returns", - "namespace":"clojure.contrib.mock.test-adapter", - "line":205, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["val"], ["val", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", - "name":"returns"}, - {"source-url": + "var-type":"function", + "line":205, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["times-fn"], ["times-fn", "expectation-hash"]], + "name":"times", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L246", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/times", - "namespace":"clojure.contrib.mock.test-adapter", - "line":246, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists":[["times-fn"], ["times-fn", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nThis function can either be specified as the first argument to times or can be\nthe result of calling times with an integer argument, in which case the\npredicate will default to being an exact match. This predicate is called at\nthe end of an expect expression to validate that an expected dependency\nfunction was called the expected number of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", - "name":"times"}, - {"source-url": + "var-type":"macro", + "line":246, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["mock-data"]], + "name":"validate-counts", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/mock.clj#L175", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ede388a9267d175bfaa7781ee9d57532eb4f20f\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/validate-counts", - "namespace":"clojure.contrib.mock.test-adapter", - "line":175, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["mock-data"]], "doc": "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", - "name":"validate-counts"}, - {"source-url": + "var-type":"function", + "line":175, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[[]], + "name":"connection*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/connection*", - "namespace":"clojure.contrib.sql.internal", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current database connection (or throws if there is none)", - "name":"connection*"}, - {"source-url": + "var-type":"function", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[[]], + "name":"find-connection*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/find-connection*", - "namespace":"clojure.contrib.sql.internal", - "line":33, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current database connection (or nil if there is none)", - "name":"find-connection*"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L51", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/get-connection", - "namespace":"clojure.contrib.sql.internal", - "line":51, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", "var-type":"function", - "arglists": + "line":33, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists": [[{"keys": ["factory", "classname", "subprotocol", "subname", "datasource", "username", "password", "name", "environment"], "as":"db-spec"}]], + "name":"get-connection", + "namespace":"clojure.contrib.sql.internal", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L51", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/get-connection", "doc": "Creates a connection to a database. db-spec is a map containing values\nfor one of the following parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", - "name":"get-connection"}, - {"source-url": + "var-type":"function", + "line":51, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["stream", "exception"]], + "name":"print-sql-exception", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L107", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/print-sql-exception", - "namespace":"clojure.contrib.sql.internal", + "doc":"Prints the contents of an SQLException to stream", + "var-type":"function", "line":107, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["stream", "exception"]], - "doc":"Prints the contents of an SQLException to stream", - "name":"print-sql-exception"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["stream", "exception"]], + "name":"print-sql-exception-chain", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L121", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/print-sql-exception-chain", - "namespace":"clojure.contrib.sql.internal", + "doc":"Prints a chain of SQLExceptions to stream", + "var-type":"function", "line":121, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["stream", "exception"]], - "doc":"Prints a chain of SQLExceptions to stream", - "name":"print-sql-exception-chain"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["stream", "exception"]], + "name":"print-update-counts", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L129", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/print-update-counts", - "namespace":"clojure.contrib.sql.internal", - "line":129, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["stream", "exception"]], "doc": "Prints the update counts from a BatchUpdateException to stream", - "name":"print-update-counts"}, - {"source-url": + "var-type":"function", + "line":129, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[[], ["val"]], + "name":"rollback", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L44", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/rollback", - "namespace":"clojure.contrib.sql.internal", + "doc":"Accessor for the rollback flag on the current connection", + "var-type":"function", "line":44, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[[], ["val"]], - "doc":"Accessor for the rollback flag on the current connection", - "name":"rollback"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["e"]], + "name":"throw-rollback", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L138", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/throw-rollback", - "namespace":"clojure.contrib.sql.internal", + "doc":"Sets rollback and throws a wrapped exception", + "var-type":"function", "line":138, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["e"]], - "doc":"Sets rollback and throws a wrapped exception", - "name":"throw-rollback"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["func"]], + "name":"transaction*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L144", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/transaction*", - "namespace":"clojure.contrib.sql.internal", - "line":144, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["func"]], "doc": "Evaluates func as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If rollback is set within scope of the outermost transaction,\nthe entire transaction will be rolled back rather than committed when\ncomplete.", - "name":"transaction*"}, - {"source-url": + "var-type":"function", + "line":144, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["db-spec", "func"]], + "name":"with-connection*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L98", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/with-connection*", - "namespace":"clojure.contrib.sql.internal", - "line":98, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["db-spec", "func"]], "doc": "Evaluates func in the context of a new connection to a database then\ncloses the connection.", - "name":"with-connection*"}, - {"source-url": + "var-type":"function", + "line":98, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[[["sql", "&", "params", "as", "sql-params"], "func"]], + "name":"with-query-results*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L178", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6a0483d9e216ca00fc648a4b3673996b76a2785a\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/with-query-results*", - "namespace":"clojure.contrib.sql.internal", - "line":178, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[[["sql", "&", "params", "as", "sql-params"], "func"]], "doc": "Executes a query, then evaluates func passing in a seq of the results as\nan argument. The first argument is a vector containing the (optionally\nparameterized) sql query string followed by values for any parameters.", - "name":"with-query-results*"}, - {"source-url": + "var-type":"function", + "line":178, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["attrname"], ["loc", "attrname"]], + "name":"attr", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/attr", - "namespace":"clojure.contrib.zip-filter.xml", - "line":18, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["attrname"], ["loc", "attrname"]], "doc": "Returns the xml attribute named attrname, of the xml node at location loc.", - "name":"attr"}, - {"source-url": + "var-type":"function", + "line":18, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["attrname", "attrval"]], + "name":"attr=", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/attr=", - "namespace":"clojure.contrib.zip-filter.xml", - "line":23, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["attrname", "attrval"]], "doc": "Returns a query predicate that matches a node when it has an\nattribute named attrname whose value is attrval.", - "name":"attr="}, - {"source-url": + "var-type":"function", + "line":23, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["preds"]], + "name":"seq-test", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L51", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/seq-test", - "namespace":"clojure.contrib.zip-filter.xml", - "line":51, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["preds"]], "doc": "Returns a query predicate that matches a node when its xml content\nmatches the query expresions given.", - "name":"seq-test"}, - {"source-url": + "var-type":"function", + "line":51, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["tagname"]], + "name":"tag=", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/tag=", - "namespace":"clojure.contrib.zip-filter.xml", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["tagname"]], "doc": "Returns a query predicate that matches a node when its is a tag\nnamed tagname.", - "name":"tag="}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["loc"]], + "name":"text", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/text", - "namespace":"clojure.contrib.zip-filter.xml", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns the textual contents of the given location, similar to\nxpaths's value-of", - "name":"text"}, - {"source-url": + "var-type":"function", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["s"]], + "name":"text=", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/text=", - "namespace":"clojure.contrib.zip-filter.xml", - "line":46, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Returns a query predicate that matches a node when its textual\ncontent equals s.", - "name":"text="}, - {"source-url": + "var-type":"function", + "line":46, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["loc", "&", "preds"]], + "name":"xml->", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/xml->", - "namespace":"clojure.contrib.zip-filter.xml", - "line":57, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["loc", "&", "preds"]], "doc": "The loc is passed to the first predicate. If the predicate returns\na collection, each value of the collection is passed to the next\npredicate. If it returns a location, the location is passed to the\nnext predicate. If it returns true, the input location is passed to\nthe next predicate. If it returns false or nil, the next predicate\nis not called.\n\nThis process is repeated, passing the processed results of each\npredicate to the next predicate. xml-> returns the final sequence.\nThe entire chain is evaluated lazily.\n\nThere are also special predicates: keywords are converted to tag=,\nstrings to text=, and vectors to sub-queries that return true if\nthey match.\n\nSee the footer of zip-query.clj for examples.", - "name":"xml->"}, - {"source-url": + "var-type":"function", + "line":57, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["loc", "&", "preds"]], + "name":"xml1->", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/xml1->", - "namespace":"clojure.contrib.zip-filter.xml", - "line":80, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["loc", "&", "preds"]], "doc": "Returns the first item from loc based on the query predicates\ngiven. See xml->", - "name":"xml1->"}]}
\ No newline at end of file + "var-type":"function", + "line":80, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}]}
\ No newline at end of file diff --git a/branch-1.1.x/api-index.json b/branch-1.1.x/api-index.json index f374c86d..ee65f61a 100644 --- a/branch-1.1.x/api-index.json +++ b/branch-1.1.x/api-index.json @@ -651,43 +651,51 @@ "name":"clojure.contrib.zip-filter.xml", "doc":null}], "vars": - [{"source-url": + [{"arglists":[["acc", "item"]], + "name":"add", + "namespace":"clojure.contrib.accumulators", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L31", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/add", - "namespace":"clojure.contrib.accumulators", - "line":31, - "file":"clojure\/contrib\/accumulators.clj", - "var-type":"multimethod", - "arglists":[["acc", "item"]], "doc": "Add item to the accumulator acc. The exact meaning of adding an\nan item depends on the type of the accumulator.", - "name":"add"}, - {"source-url": + "var-type":"multimethod", + "line":31, + "file":"clojure\/contrib\/accumulators.clj"}, + {"arglists":[["acc", "items"]], + "name":"add-items", + "namespace":"clojure.contrib.accumulators", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/add-items", - "namespace":"clojure.contrib.accumulators", - "line":37, - "file":"clojure\/contrib\/accumulators.clj", - "var-type":"function", - "arglists":[["acc", "items"]], "doc": "Add all elements of a collection coll to the accumulator acc.", - "name":"add-items"}, - {"source-url": + "var-type":"function", + "line":37, + "file":"clojure\/contrib\/accumulators.clj"}, + {"arglists":[["&", "accs"]], + "name":"combine", + "namespace":"clojure.contrib.accumulators", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/combine", - "namespace":"clojure.contrib.accumulators", - "line":42, - "file":"clojure\/contrib\/accumulators.clj", - "var-type":"multimethod", - "arglists":[["&", "accs"]], "doc": "Combine the values of the accumulators acc1 and acc2 into a\nsingle accumulator of the same type.", - "name":"combine"}, - {"source-url": + "var-type":"multimethod", + "line":42, + "file":"clojure\/contrib\/accumulators.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L271", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-counter", @@ -698,7 +706,9 @@ "doc": "An empty counter accumulator. Its value is a map that stores for\nevery item the number of times it was added.", "name":"empty-counter"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L292", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-counter-with-total", @@ -709,7 +719,9 @@ "doc": "An empty counter-with-total accumulator. It works like the counter\naccumulator, except that the total number of items added is stored as the\nvalue of the key :total.", "name":"empty-counter-with-total"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L88", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-list", @@ -720,7 +732,9 @@ "doc": "An empty list accumulator. Adding an item appends it at the beginning.", "name":"empty-list"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L145", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-map", @@ -731,7 +745,9 @@ "doc": "An empty map accumulator. Items to be added must be [key value] pairs.", "name":"empty-map"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L185", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-maximum", @@ -741,7 +757,9 @@ "var-type":"var", "doc":"An empty maximum accumulator. Only numbers can be added.", "name":"empty-maximum"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L232", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-mean-variance", @@ -752,7 +770,9 @@ "doc": "An empty mean-variance accumulator, combining sample mean and\nsample variance. Only numbers can be added.", "name":"empty-mean-variance"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L207", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-min-max", @@ -763,7 +783,9 @@ "doc": "An empty min-max accumulator, combining minimum and maximum.\nOnly numbers can be added.", "name":"empty-min-max"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L191", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-minimum", @@ -773,7 +795,9 @@ "var-type":"var", "doc":"An empty minimum accumulator. Only numbers can be added.", "name":"empty-minimum"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L177", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-product", @@ -783,7 +807,9 @@ "var-type":"var", "doc":"An empty sum accumulator. Only numbers can be added.", "name":"empty-product"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L102", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-queue", @@ -794,7 +820,9 @@ "doc": "An empty queue accumulator. Adding an item appends it at the end.", "name":"empty-queue"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L116", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-set", @@ -804,7 +832,9 @@ "var-type":"var", "doc":"An empty set accumulator.", "name":"empty-set"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L130", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-string", @@ -815,7 +845,9 @@ "doc": "An empty string accumulator. Adding an item (string or character)\nappends it at the end.", "name":"empty-string"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L174", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-sum", @@ -825,19 +857,23 @@ "var-type":"var", "doc":"An empty sum accumulator. Only numbers can be added.", "name":"empty-sum"}, - {"source-url": + {"arglists":[["empty-accumulators"]], + "name":"empty-tuple", + "namespace":"clojure.contrib.accumulators", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L310", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-tuple", - "namespace":"clojure.contrib.accumulators", - "line":310, - "file":"clojure\/contrib\/accumulators.clj", - "var-type":"function", - "arglists":[["empty-accumulators"]], "doc": "Returns an accumulator tuple with the supplied empty-accumulators\nas its value. Accumulator tuples consist of several accumulators that\nwork in parallel. Added items must be sequences whose number of elements\nmatches the number of sub-accumulators.", - "name":"empty-tuple"}, - {"source-url": + "var-type":"function", + "line":310, + "file":"clojure\/contrib\/accumulators.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/accumulators.clj#L74", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-vector", @@ -848,195 +884,227 @@ "doc": "An empty vector accumulator. Adding an item appends it at the end.", "name":"empty-vector"}, - {"source-url": + {"arglists":[["vars", "agent", "action", "&", "args"]], + "name":"capture-and-send", + "namespace":"clojure.contrib.agent-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/agent_utils.clj#L22", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/agent_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/agent-utils-api.html#clojure.contrib.agent-utils\/capture-and-send", - "namespace":"clojure.contrib.agent-utils", - "line":22, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/agent_utils.clj", - "var-type":"macro", - "arglists":[["vars", "agent", "action", "&", "args"]], "doc": "Capture the current value of the specified vars and rebind \nthem on the agent thread before executing the action.\n\nExample:\n (capture-and-send [*out*] a f b c)", - "name":"capture-and-send"}, - {"source-url": + "var-type":"macro", + "line":22, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/agent_utils.clj"}, + {"arglists":[["macro", "&", "args"]], + "name":"apply-macro", + "namespace":"clojure.contrib.apply-macro", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/04a22729691863a5b7e7b1b3c6c1157a02aff3b2\/src\/clojure\/contrib\/apply_macro.clj#L32", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/04a22729691863a5b7e7b1b3c6c1157a02aff3b2\/src\/clojure\/contrib\/apply_macro.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/apply-macro-api.html#clojure.contrib.apply-macro\/apply-macro", - "namespace":"clojure.contrib.apply-macro", - "line":32, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/apply_macro.clj", - "var-type":"macro", - "arglists":[["macro", "&", "args"]], "doc": "This is evil. Don't ever use it. It makes a macro behave like a\nfunction. Seriously, how messed up is that?\n\nEvaluates all args, then uses them as arguments to the macro as with\napply.\n\n(def things [true true false])\n(apply-macro and things)\n;; Expands to: (and true true false)", - "name":"apply-macro"}, - {"source-url": + "var-type":"macro", + "line":32, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/apply_macro.clj"}, + {"arglists":[["input", "output", "alphabet", "line-length"]], + "name":"encode", + "namespace":"clojure.contrib.base64", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7b661cfc55e2293d14bed4fd801c017b3f68d291\/src\/clojure\/contrib\/base64.clj#L27", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7b661cfc55e2293d14bed4fd801c017b3f68d291\/src\/clojure\/contrib\/base64.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/base64-api.html#clojure.contrib.base64\/encode", - "namespace":"clojure.contrib.base64", - "line":27, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/base64.clj", - "var-type":"function", - "arglists":[["input", "output", "alphabet", "line-length"]], "doc": "Encodes bytes of input, writing Base 64 text on output. alphabet\nis a 65-character String containing the 64 characters to use in the\nencoding; the 65th character is the pad character. line-length is\nthe maximum number of characters per line, nil for no line breaks.", - "name":"encode"}, - {"source-url": + "var-type":"function", + "line":27, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/base64.clj"}, + {"arglists":[["s"], ["s", "encoding", "line-length"]], + "name":"encode-str", + "namespace":"clojure.contrib.base64", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7b661cfc55e2293d14bed4fd801c017b3f68d291\/src\/clojure\/contrib\/base64.clj#L79", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7b661cfc55e2293d14bed4fd801c017b3f68d291\/src\/clojure\/contrib\/base64.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/base64-api.html#clojure.contrib.base64\/encode-str", - "namespace":"clojure.contrib.base64", - "line":79, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/base64.clj", - "var-type":"function", - "arglists":[["s"], ["s", "encoding", "line-length"]], "doc": "Encodes String in base 64; returns a String. If not specified,\nencoding is UTF-8 and line-length is nil.", - "name":"encode-str"}, - {"source-url": + "var-type":"function", + "line":79, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/base64.clj"}, + {"arglists":[[]], + "name":"classpath", + "namespace":"clojure.contrib.classpath", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30\/src\/clojure\/contrib\/classpath.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30\/src\/clojure\/contrib\/classpath.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/classpath-api.html#clojure.contrib.classpath\/classpath", - "namespace":"clojure.contrib.classpath", - "line":23, - "file":"clojure\/contrib\/classpath.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a sequence of File objects of the elements on CLASSPATH.", - "name":"classpath"}, - {"source-url": + "var-type":"function", + "line":23, + "file":"clojure\/contrib\/classpath.clj"}, + {"arglists":[[]], + "name":"classpath-directories", + "namespace":"clojure.contrib.classpath", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30\/src\/clojure\/contrib\/classpath.clj#L30", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30\/src\/clojure\/contrib\/classpath.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/classpath-api.html#clojure.contrib.classpath\/classpath-directories", - "namespace":"clojure.contrib.classpath", - "line":30, - "file":"clojure\/contrib\/classpath.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a sequence of File objects for the directories on classpath.", - "name":"classpath-directories"}, - {"source-url": + "var-type":"function", + "line":30, + "file":"clojure\/contrib\/classpath.clj"}, + {"arglists":[[]], + "name":"classpath-jarfiles", + "namespace":"clojure.contrib.classpath", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30\/src\/clojure\/contrib\/classpath.clj#L35", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30\/src\/clojure\/contrib\/classpath.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/classpath-api.html#clojure.contrib.classpath\/classpath-jarfiles", - "namespace":"clojure.contrib.classpath", - "line":35, - "file":"clojure\/contrib\/classpath.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a sequence of JarFile objects for the JAR files on classpath.", - "name":"classpath-jarfiles"}, - {"source-url": + "var-type":"function", + "line":35, + "file":"clojure\/contrib\/classpath.clj"}, + {"arglists":[["&", "seqs"]], + "name":"cartesian-product", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/combinatorics.clj#L107", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/cartesian-product", - "namespace":"clojure.contrib.combinatorics", + "doc":"All the ways to take one item from each sequence", + "var-type":"function", "line":107, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["&", "seqs"]], - "doc":"All the ways to take one item from each sequence", - "name":"cartesian-product"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["items", "n"]], + "name":"combinations", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/combinatorics.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/combinations", - "namespace":"clojure.contrib.combinatorics", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["items", "n"]], "doc": "All the unique ways of taking n different elements from items", - "name":"combinations"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["c"]], + "name":"lex-permutations", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/combinatorics.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/lex-permutations", - "namespace":"clojure.contrib.combinatorics", - "line":151, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["c"]], "doc": "Fast lexicographic permutation generator for a sequence of numbers", - "name":"lex-permutations"}, - {"source-url": + "var-type":"function", + "line":151, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["items"]], + "name":"permutations", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/combinatorics.clj#L160", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/permutations", - "namespace":"clojure.contrib.combinatorics", + "doc":"All the permutations of items, lexicographic by index", + "var-type":"function", "line":160, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["items"]], - "doc":"All the permutations of items, lexicographic by index", - "name":"permutations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["items", "n"]], + "name":"selections", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/combinatorics.clj#L127", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/selections", - "namespace":"clojure.contrib.combinatorics", - "line":127, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["items", "n"]], "doc": "All the ways of taking n (possibly the same) elements from the sequence of items", - "name":"selections"}, - {"source-url": + "var-type":"function", + "line":127, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["items"]], + "name":"subsets", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/combinatorics.clj#L101", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/47a2f69414f0c3ff90fb2fad4930d9af3d491d23\/src\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/subsets", - "namespace":"clojure.contrib.combinatorics", + "doc":"All the subsets of items", + "var-type":"function", "line":101, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["items"]], - "doc":"All the subsets of items", - "name":"subsets"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["args", "desc", "cmdspec", "&", "body"]], + "name":"with-command-line", + "namespace":"clojure.contrib.command-line", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ddd7bc2226927634dc0216554194877fa6f170e1\/src\/clojure\/contrib\/command_line.clj#L91", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ddd7bc2226927634dc0216554194877fa6f170e1\/src\/clojure\/contrib\/command_line.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/command-line-api.html#clojure.contrib.command-line\/with-command-line", - "namespace":"clojure.contrib.command-line", + "doc":"Bind locals to command-line args.", + "var-type":"macro", "line":91, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/command_line.clj", - "var-type":"macro", - "arglists":[["args", "desc", "cmdspec", "&", "body"]], - "doc":"Bind locals to command-line args.", - "name":"with-command-line"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/command_line.clj"}, + {"arglists":[["bindings", "&", "clauses"]], + "name":"cond-let", + "namespace":"clojure.contrib.cond", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30\/src\/clojure\/contrib\/cond.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30\/src\/clojure\/contrib\/cond.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/cond-api.html#clojure.contrib.cond\/cond-let", - "namespace":"clojure.contrib.cond", - "line":18, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/cond.clj", - "var-type":"macro", - "arglists":[["bindings", "&", "clauses"]], "doc": "Takes a binding-form and a set of test\/expr pairs. Evaluates each test\none at a time. If a test returns logical true, cond-let evaluates and\nreturns expr with binding-form bound to the value of test and doesn't\nevaluate any of the other tests or exprs. To provide a default value\neither provide a literal that evaluates to logical true and is\nbinding-compatible with binding-form, or use :else as the test and don't\nrefer to any parts of binding-form in the expr. (cond-let binding-form)\nreturns nil.", - "name":"cond-let"}, - {"source-url": + "var-type":"macro", + "line":18, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/cond.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/condition.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/condition.clj#L56", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/*full-stack-traces*", @@ -1047,43 +1115,51 @@ "doc": "Bind to true to include clojure.{core,lang,main} frames in stack\ntraces", "name":"*full-stack-traces*"}, - {"source-url": + {"arglists":[["dispatch-fn", "&", "body"]], + "name":"handler-case", + "namespace":"clojure.contrib.condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/condition.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/handler-case", - "namespace":"clojure.contrib.condition", - "line":71, - "file":"clojure\/contrib\/condition.clj", - "var-type":"macro", - "arglists":[["dispatch-fn", "&", "body"]], "doc": "Executes body in a context where raised conditions can be handled.\n\ndispatch-fn accepts a raised condition (a map) and returns a selector\nused to choose a handler. Commonly, dispatch-fn will be :type to dispatch\non the condition's :type value.\n\nHandlers are forms within body:\n\n (handle key\n ...)\n\nIf a condition is raised, executes the body of the first handler whose\nkey satisfies (isa? selector key). If no handlers match, re-raises the\ncondition.\n\nWhile a handler is running, *condition* is bound to the condition being\nhandled and *selector* is bound to to the value returned by dispatch-fn\nthat matched the handler's key.", - "name":"handler-case"}, - {"source-url": + "var-type":"macro", + "line":71, + "file":"clojure\/contrib\/condition.clj"}, + {"arglists":[["x"]], + "name":"print-stack-trace", + "namespace":"clojure.contrib.condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/condition.clj#L128", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/print-stack-trace", - "namespace":"clojure.contrib.condition", - "line":128, - "file":"clojure\/contrib\/condition.clj", - "var-type":"function", - "arglists":[["x"]], "doc": "Prints a stack trace for a condition or Throwable. Skips frames for\nclasses in clojure.{core,lang,main} unless the *full-stack-traces* is\nbound to logical true", - "name":"print-stack-trace"}, - {"source-url": + "var-type":"function", + "line":128, + "file":"clojure\/contrib\/condition.clj"}, + {"arglists":[[], ["m"], ["key", "val", "&", "keyvals"]], + "name":"raise", + "namespace":"clojure.contrib.condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/condition.clj#L60", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/raise", - "namespace":"clojure.contrib.condition", - "line":60, - "file":"clojure\/contrib\/condition.clj", - "var-type":"macro", - "arglists":[[], ["m"], ["key", "val", "&", "keyvals"]], "doc": "Raises a condition. With no arguments, re-raises the current condition.\nWith one argument (a map), raises the argument. With two or more\narguments, raises a map with keys and values from the arguments.", - "name":"raise"}, - {"source-url": + "var-type":"macro", + "line":60, + "file":"clojure\/contrib\/condition.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/condition.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/condition.clj#L106", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/stack-trace-info", @@ -1094,153 +1170,179 @@ "doc": "Returns header, stack-trace, and cause info from conditions and\nThrowables", "name":"stack-trace-info"}, - {"source-url": + {"arglists":[["x", "form"], ["x", "form", "&", "forms"]], + "name":"-?>", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/bc07de7c3b1058f4263bd7b1c424f771fb010005\/src\/clojure\/contrib\/core.clj#L30", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/bc07de7c3b1058f4263bd7b1c424f771fb010005\/src\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/-?>", - "namespace":"clojure.contrib.core", - "line":30, - "file":"clojure\/contrib\/core.clj", - "var-type":"macro", - "arglists":[["x", "form"], ["x", "form", "&", "forms"]], "doc": "Same as clojure.core\/-> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(-?> \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(-?> nil .toUpperCase (.substring 1)) returns nil\n", - "name":"-?>"}, - {"source-url": + "var-type":"macro", + "line":30, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["x", "form"], ["x", "form", "&", "forms"]], + "name":".?.", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/bc07de7c3b1058f4263bd7b1c424f771fb010005\/src\/clojure\/contrib\/core.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/bc07de7c3b1058f4263bd7b1c424f771fb010005\/src\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/.?.", - "namespace":"clojure.contrib.core", - "line":38, - "file":"clojure\/contrib\/core.clj", - "var-type":"macro", - "arglists":[["x", "form"], ["x", "form", "&", "forms"]], "doc": "Same as clojure.core\/.. but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(.?. \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(.?. nil .toUpperCase (.substring 1)) returns nil\n", - "name":".?."}, - {"source-url": + "var-type":"macro", + "line":38, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["m", ["k", "&", "ks", "as", "keys"]]], + "name":"dissoc-in", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/bc07de7c3b1058f4263bd7b1c424f771fb010005\/src\/clojure\/contrib\/core.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/bc07de7c3b1058f4263bd7b1c424f771fb010005\/src\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/dissoc-in", - "namespace":"clojure.contrib.core", - "line":49, - "file":"clojure\/contrib\/core.clj", - "var-type":"function", - "arglists":[["m", ["k", "&", "ks", "as", "keys"]]], "doc": "Dissociates an entry from a nested associative structure returning a new\nnested structure. keys is a sequence of keys. Any empty maps that result\nwill not be present in the new structure.", - "name":"dissoc-in"}, - {"source-url": + "var-type":"function", + "line":49, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["class-name", "&", "args"]], + "name":"new-by-name", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/bc07de7c3b1058f4263bd7b1c424f771fb010005\/src\/clojure\/contrib\/core.clj#L63", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/bc07de7c3b1058f4263bd7b1c424f771fb010005\/src\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/new-by-name", - "namespace":"clojure.contrib.core", - "line":63, - "file":"clojure\/contrib\/core.clj", - "var-type":"function", - "arglists":[["class-name", "&", "args"]], "doc": "Constructs a Java object whose class is specified by a String.", - "name":"new-by-name"}, - {"source-url": + "var-type":"function", + "line":63, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["x"]], + "name":"seqable?", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/bc07de7c3b1058f4263bd7b1c424f771fb010005\/src\/clojure\/contrib\/core.clj#L70", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/bc07de7c3b1058f4263bd7b1c424f771fb010005\/src\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/seqable?", - "namespace":"clojure.contrib.core", - "line":70, - "file":"clojure\/contrib\/core.clj", - "var-type":"function", - "arglists":[["x"]], "doc":"Returns true if (seq x) will succeed, false otherwise.", - "name":"seqable?"}, - {"source-url": + "var-type":"function", + "line":70, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["cell", "key", "fun"]], + "name":"add-cell-watcher", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L460", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/add-cell-watcher", - "namespace":"clojure.contrib.dataflow", - "line":460, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["cell", "key", "fun"]], "doc": "Adds a watcher to a cell to respond to changes of value. The is a\nfunction of 4 values: a key, the cell, its old value, its new\nvalue. This is implemented using Clojure's add-watch to the\nunderlying ref, and shared its sematics", - "name":"add-cell-watcher"}, - {"source-url": + "var-type":"function", + "line":460, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "cells"]], + "name":"add-cells", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L210", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/add-cells", - "namespace":"clojure.contrib.dataflow", + "doc":"Given a collection of cells, add them to the dataflow.", + "var-type":"function", "line":210, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "cells"]], - "doc":"Given a collection of cells, add them to the dataflow.", - "name":"add-cells"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["cs"]], + "name":"build-dataflow", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L188", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/build-dataflow", - "namespace":"clojure.contrib.dataflow", - "line":188, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["cs"]], "doc": "Given a collection of cells, build and return a dataflow object", - "name":"build-dataflow"}, - {"source-url": + "var-type":"function", + "line":188, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["name", "init"]], + "name":"build-source-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L231", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/build-source-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Builds a source cell", + "var-type":"function", "line":231, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["name", "init"]], - "doc":"Builds a source cell", - "name":"build-source-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["name", "deps", "fun", "expr"]], + "name":"build-standard-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L292", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/build-standard-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Builds a standard cell", + "var-type":"function", "line":292, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["name", "deps", "fun", "expr"]], - "doc":"Builds a standard cell", - "name":"build-standard-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["deps", "fun", "expr"]], + "name":"build-validator-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L298", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/build-validator-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Builds a validator cell", + "var-type":"function", "line":298, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["deps", "fun", "expr"]], - "doc":"Builds a validator cell", - "name":"build-validator-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["type", "&", "data"]], + "name":"cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L304", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/cell", - "namespace":"clojure.contrib.dataflow", - "line":304, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"macro", - "arglists":[["type", "&", "data"]], "doc": "Build a standard cell, like this:\n\n (cell fred\n (* ?mary ?joe))\n\nWhich creates a cell named fred that is the product of a cell mary and cell joe\n\nOr:\n\n (cell joe\n (apply * ?*sally))\n\nWhich creates a cell that applies * to the collection of all cells named sally\n\nOr:\n\n (cell :source fred 0)\n\nWhich builds a source cell fred with initial value 0\n\nOr:\n\n (cell :validator (when (< ?fred ?sally)\n (throwf \"%s must be greater than %s\" ?fred ?sally))\n\nWhich will perform the validation", - "name":"cell"}, - {"source-url": + "var-type":"macro", + "line":304, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L348", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/display-cell", @@ -1251,7 +1353,9 @@ "var-type":"multimethod", "doc":"A 'readable' form of the cell", "name":"display-cell"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L372", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/eval-cell", @@ -1262,317 +1366,369 @@ "var-type":"multimethod", "doc":"Evaluate a dataflow cell. Return [changed, old val]", "name":"eval-cell"}, - {"source-url": + {"arglists":[["df", "name"]], + "name":"get-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L94", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Get the single cell named by name", + "var-type":"function", "line":94, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "name"]], - "doc":"Get the single cell named by name", - "name":"get-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "name"]], + "name":"get-cells", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L89", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-cells", - "namespace":"clojure.contrib.dataflow", + "doc":"Get all the cells named by name", + "var-type":"function", "line":89, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "name"]], - "doc":"Get all the cells named by name", - "name":"get-cells"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "env", "name"]], + "name":"get-old-value", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L136", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-old-value", - "namespace":"clojure.contrib.dataflow", + "doc":"Looks up an old value", + "var-type":"function", "line":136, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "env", "name"]], - "doc":"Looks up an old value", - "name":"get-old-value"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df"]], + "name":"get-source-cells", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L108", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-source-cells", - "namespace":"clojure.contrib.dataflow", + "doc":"Returns a collection of source cells from the dataflow", + "var-type":"function", "line":108, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df"]], - "doc":"Returns a collection of source cells from the dataflow", - "name":"get-source-cells"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "name"]], + "name":"get-value", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L115", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-value", - "namespace":"clojure.contrib.dataflow", - "line":115, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "name"]], "doc": "Gets a value from the df matching the passed symbol.\nSignals an error if the name is not present, or if it not a single\nvalue.", - "name":"get-value"}, - {"source-url": + "var-type":"function", + "line":115, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["cell"]], + "name":"get-value-from-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L143", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-value-from-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Given a cell, get its value", + "var-type":"function", "line":143, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["cell"]], - "doc":"Given a cell, get its value", - "name":"get-value-from-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "name"]], + "name":"get-values", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L126", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-values", - "namespace":"clojure.contrib.dataflow", + "doc":"Gets a collection of values from the df by name", + "var-type":"function", "line":126, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "name"]], - "doc":"Gets a collection of values from the df by name", - "name":"get-values"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df"]], + "name":"print-dataflow", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L199", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/print-dataflow", - "namespace":"clojure.contrib.dataflow", + "doc":"Prints a dataflow, one cell per line", + "var-type":"function", "line":199, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df"]], - "doc":"Prints a dataflow, one cell per line", - "name":"print-dataflow"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "cells"]], + "name":"remove-cells", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L218", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/remove-cells", - "namespace":"clojure.contrib.dataflow", - "line":218, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "cells"]], "doc": "Given a collection of cells, remove them from the dataflow.", - "name":"remove-cells"}, - {"source-url": + "var-type":"function", + "line":218, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["cell"]], + "name":"source-cell?", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L103", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/source-cell?", - "namespace":"clojure.contrib.dataflow", + "doc":"Is this cell a source cell?", + "var-type":"function", "line":103, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["cell"]], - "doc":"Is this cell a source cell?", - "name":"source-cell?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "data"]], + "name":"update-values", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj#L438", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/update-values", - "namespace":"clojure.contrib.dataflow", - "line":438, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "data"]], "doc": "Given a dataflow, and a map of name-value pairs, update the\ndataflow by binding the new values. Each name must be of a source\ncell", - "name":"update-values"}, - {"source-url": + "var-type":"function", + "line":438, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["rules", "query"]], + "name":"build-work-plan", + "namespace":"clojure.contrib.datalog", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ab7e1757c4de4c5d05b8c286646c152d19e29825\/src\/clojure\/contrib\/datalog.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ab7e1757c4de4c5d05b8c286646c152d19e29825\/src\/clojure\/contrib\/datalog.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog\/build-work-plan", - "namespace":"clojure.contrib.datalog", - "line":46, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog.clj", - "var-type":"function", - "arglists":[["rules", "query"]], "doc": "Given a list of rules and a query, build a work plan that can be\nused to execute the query.", - "name":"build-work-plan"}, - {"source-url": + "var-type":"function", + "line":46, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog.clj"}, + {"arglists":[["work-plan", "database", "query-bindings"]], + "name":"run-work-plan", + "namespace":"clojure.contrib.datalog", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ab7e1757c4de4c5d05b8c286646c152d19e29825\/src\/clojure\/contrib\/datalog.clj#L56", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ab7e1757c4de4c5d05b8c286646c152d19e29825\/src\/clojure\/contrib\/datalog.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog\/run-work-plan", - "namespace":"clojure.contrib.datalog", - "line":56, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog.clj", - "var-type":"function", - "arglists":[["work-plan", "database", "query-bindings"]], "doc": "Given a work plan, a database, and some query bindings, run the\nwork plan and return the results.", - "name":"run-work-plan"}, - {"source-url": + "var-type":"function", + "line":56, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog.clj"}, + {"arglists":[["name", "orig"], ["name", "orig", "doc"]], + "name":"defalias", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defalias", - "namespace":"clojure.contrib.def", - "line":66, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "orig"], ["name", "orig", "doc"]], "doc": "Defines an alias for a var: a new var with the same root binding (if\nany) and similar metadata. The metadata of the alias is its initial\nmetadata (as provided by def) merged into the metadata of the original.", - "name":"defalias"}, - {"source-url": + "var-type":"macro", + "line":66, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj"}, + {"arglists":[["sym", "init"]], + "name":"defhinted", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj#L83", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defhinted", - "namespace":"clojure.contrib.def", - "line":83, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["sym", "init"]], "doc": "Defines a var with a type hint matching the class of the given\ninit. Be careful about using any form of 'def' or 'binding' to a\nvalue of a different type. See http:\/\/paste.lisp.org\/display\/73344", - "name":"defhinted"}, - {"source-url": + "var-type":"macro", + "line":83, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "&", "decls"]], + "name":"defmacro-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj#L39", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defmacro-", - "namespace":"clojure.contrib.def", + "doc":"Same as defmacro but yields a private definition", + "var-type":"macro", "line":39, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "&", "decls"]], - "doc":"Same as defmacro but yields a private definition", - "name":"defmacro-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj"}, + {"arglists":[["fn-name", "&", "defn-stuff"]], + "name":"defn-memo", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj#L141", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defn-memo", - "namespace":"clojure.contrib.def", - "line":141, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["fn-name", "&", "defn-stuff"]], "doc": "Just like defn, but memoizes the function using clojure.core\/memoize", - "name":"defn-memo"}, - {"source-url": + "var-type":"macro", + "line":141, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj"}, + {"arglists":[["fn-name", "&", "fn-tail"]], + "name":"defnk", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj#L120", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defnk", - "namespace":"clojure.contrib.def", - "line":120, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["fn-name", "&", "fn-tail"]], "doc": "Define a function accepting keyword arguments. Symbols up to the first\nkeyword in the parameter list are taken as positional arguments. Then\nan alternating sequence of keywords and defaults values is expected. The\nvalues of the keyword arguments are available in the function body by\nvirtue of the symbol corresponding to the keyword (cf. :keys destructuring).\ndefnk accepts an optional docstring as well as an optional metadata map.", - "name":"defnk"}, - {"source-url": + "var-type":"macro", + "line":120, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "expr"], ["name", "expr", "doc"]], + "name":"defonce-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defonce-", - "namespace":"clojure.contrib.def", + "doc":"Same as defonce but yields a private definition", + "var-type":"macro", "line":59, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "expr"], ["name", "expr", "doc"]], - "doc":"Same as defonce but yields a private definition", - "name":"defonce-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "&", "decls"]], + "name":"defstruct-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defstruct-", - "namespace":"clojure.contrib.def", + "doc":"Same as defstruct but yields a private definition", + "var-type":"macro", "line":54, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "&", "decls"]], - "doc":"Same as defstruct but yields a private definition", - "name":"defstruct-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj"}, + {"arglists":[["name"], ["name", "doc"]], + "name":"defunbound", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj#L32", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defunbound", - "namespace":"clojure.contrib.def", + "doc":"Defines an unbound var with optional doc string", + "var-type":"macro", "line":32, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name"], ["name", "doc"]], - "doc":"Defines an unbound var with optional doc string", - "name":"defunbound"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "&", "decls"]], + "name":"defunbound-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defunbound-", - "namespace":"clojure.contrib.def", + "doc":"Same as defunbound but yields a private definition", + "var-type":"macro", "line":49, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "&", "decls"]], - "doc":"Same as defunbound but yields a private definition", - "name":"defunbound-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj"}, + {"arglists":[["name"], ["name", "init"], ["name", "init", "doc"]], + "name":"defvar", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defvar", - "namespace":"clojure.contrib.def", + "doc":"Defines a var with an optional intializer and doc string", + "var-type":"macro", "line":23, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name"], ["name", "init"], ["name", "init", "doc"]], - "doc":"Defines a var with an optional intializer and doc string", - "name":"defvar"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "&", "decls"]], + "name":"defvar-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj#L44", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defvar-", - "namespace":"clojure.contrib.def", + "doc":"Same as defvar but yields a private definition", + "var-type":"macro", "line":44, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "&", "decls"]], - "doc":"Same as defvar but yields a private definition", - "name":"defvar-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "macro-args"]], + "name":"name-with-attributes", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj#L94", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4df3fae61cbd538786a73908eb0b8fc176b3fefd\/src\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/name-with-attributes", - "namespace":"clojure.contrib.def", - "line":94, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj", - "var-type":"function", - "arglists":[["name", "macro-args"]], "doc": "To be used in macro definitions.\nHandles optional docstrings and attribute maps for a name to be defined\nin a list of macro arguments. If the first macro argument is a string,\nit is added as a docstring to name and removed from the macro argument\nlist. If afterwards the first macro argument is a map, its entries are\nadded to the name's metadata map and the map is removed from the\nmacro argument list. The return value is a vector containing the name\nwith its extended metadata map and the list of unprocessed macro\narguments.", - "name":"name-with-attributes"}, - {"source-url": + "var-type":"function", + "line":94, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/def.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L144", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/*append-to-writer*", @@ -1583,7 +1739,9 @@ "doc": "If true, writer and spit will open files in append mode.\nDefaults to false. Use append-writer or append-spit.", "name":"*append-to-writer*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L76", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/*buffer-size*", @@ -1594,7 +1752,9 @@ "doc": "Size, in bytes or characters, of the buffer used when\ncopying streams.", "name":"*buffer-size*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L81", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/*byte-array-type*", @@ -1604,7 +1764,9 @@ "var-type":"var", "doc":"Type object for a Java primitive byte array.", "name":"*byte-array-type*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L70", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/*default-encoding*", @@ -1615,1685 +1777,1955 @@ "doc": "Name of the default encoding to use when reading & writing.\nDefault is UTF-8.", "name":"*default-encoding*"}, - {"source-url": + {"arglists":[["f", "content"]], + "name":"append-spit", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L263", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/append-spit", - "namespace":"clojure.contrib.duck-streams", - "line":263, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["f", "content"]], "doc":"Like spit but appends to file.", - "name":"append-spit"}, - {"source-url": + "var-type":"function", + "line":263, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["x"]], + "name":"append-writer", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L215", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/append-writer", - "namespace":"clojure.contrib.duck-streams", - "line":215, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["x"]], "doc": "Like writer but opens file for appending. Does not work on streams\nthat are already open.", - "name":"append-writer"}, - {"source-url": + "var-type":"function", + "line":215, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["input", "output"]], + "name":"copy", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L299", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/copy", - "namespace":"clojure.contrib.duck-streams", - "line":299, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"multimethod", - "arglists":[["input", "output"]], "doc": "Copies input to output. Returns nil.\nInput may be an InputStream, Reader, File, byte[], or String.\nOutput may be an OutputStream, Writer, or File.\n\nDoes not close any streams except those it opens itself \n(on a File).\n\nWriting a File fails if the parent directory does not exist.", - "name":"copy"}, - {"source-url": + "var-type":"multimethod", + "line":299, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["&", "args"]], + "name":"file-str", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L86", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/file-str", - "namespace":"clojure.contrib.duck-streams", - "line":86, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Concatenates args as strings and returns a java.io.File. Replaces\nall \/ and \\ with File\/separatorChar. Replaces ~ at the start of\nthe path with the user.home system property.", - "name":"file-str"}, - {"source-url": + "var-type":"function", + "line":86, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["file"]], + "name":"make-parents", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L386", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/make-parents", - "namespace":"clojure.contrib.duck-streams", - "line":386, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["file"]], "doc":"Creates all parent directories of file.", - "name":"make-parents"}, - {"source-url": + "var-type":"function", + "line":386, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[[]], + "name":"pwd", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L269", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/pwd", - "namespace":"clojure.contrib.duck-streams", - "line":269, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns current working directory as a String. (Like UNIX 'pwd'.)\nNote: In Java, you cannot change the current working directory.", - "name":"pwd"}, - {"source-url": + "var-type":"function", + "line":269, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f"]], + "name":"read-lines", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L234", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/read-lines", - "namespace":"clojure.contrib.duck-streams", - "line":234, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "Like clojure.core\/line-seq but opens f with reader. Automatically\ncloses the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.", - "name":"read-lines"}, - {"source-url": + "var-type":"function", + "line":234, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["x"]], + "name":"reader", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L100", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/reader", - "namespace":"clojure.contrib.duck-streams", - "line":100, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc": "Attempts to coerce its argument into an open\njava.io.BufferedReader. Argument may be an instance of Reader,\nBufferedReader, InputStream, File, URI, URL, Socket, or String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names. Uses *default-encoding* as the text encoding.\n\nShould be used inside with-open to ensure the Reader is properly\nclosed.", - "name":"reader"}, - {"source-url": + "var-type":"multimethod", + "line":100, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f"]], + "name":"slurp*", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L245", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/slurp*", - "namespace":"clojure.contrib.duck-streams", - "line":245, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["f"]], "doc":"Like clojure.core\/slurp but opens f with reader.", - "name":"slurp*"}, - {"source-url": + "var-type":"function", + "line":245, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f", "content"]], + "name":"spit", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L256", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/spit", - "namespace":"clojure.contrib.duck-streams", - "line":256, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["f", "content"]], "doc": "Opposite of slurp. Opens f with writer, writes content, then\ncloses f.", - "name":"spit"}, - {"source-url": + "var-type":"function", + "line":256, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["arg"]], + "name":"to-byte-array", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L391", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/to-byte-array", - "namespace":"clojure.contrib.duck-streams", - "line":391, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"multimethod", - "arglists":[["arg"]], "doc": "Converts argument into a Java byte array. Argument may be\na String, File, InputStream, or Reader. If the argument is already\na byte array, returns it.", - "name":"to-byte-array"}, - {"source-url": + "var-type":"multimethod", + "line":391, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f", "&", "body"]], + "name":"with-in-reader", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L292", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/with-in-reader", - "namespace":"clojure.contrib.duck-streams", - "line":292, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"macro", - "arglists":[["f", "&", "body"]], "doc": "Opens a PushbackReader on f, binds it to *in*, and evaluates body.", - "name":"with-in-reader"}, - {"source-url": + "var-type":"macro", + "line":292, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f", "&", "body"]], + "name":"with-out-append-writer", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L285", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/with-out-append-writer", - "namespace":"clojure.contrib.duck-streams", - "line":285, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"macro", - "arglists":[["f", "&", "body"]], "doc":"Like with-out-writer but appends to file.", - "name":"with-out-append-writer"}, - {"source-url": + "var-type":"macro", + "line":285, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f", "&", "body"]], + "name":"with-out-writer", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L277", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/with-out-writer", - "namespace":"clojure.contrib.duck-streams", - "line":277, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"macro", - "arglists":[["f", "&", "body"]], "doc": "Opens a writer on f, binds it to *out*, and evalutes body.\nAnything printed within body will be written to f.", - "name":"with-out-writer"}, - {"source-url": + "var-type":"macro", + "line":277, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["f", "lines"]], + "name":"write-lines", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L223", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/write-lines", - "namespace":"clojure.contrib.duck-streams", - "line":223, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"function", - "arglists":[["f", "lines"]], "doc": "Writes lines (a seq) to f, separated by newlines. f is opened with\nwriter, and automatically closed at the end of the sequence.", - "name":"write-lines"}, - {"source-url": + "var-type":"function", + "line":223, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["x"]], + "name":"writer", + "namespace":"clojure.contrib.duck-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc\/src\/clojure\/contrib\/duck_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/duck-streams-api.html#clojure.contrib.duck-streams\/writer", - "namespace":"clojure.contrib.duck-streams", - "line":151, - "file":"clojure\/contrib\/duck_streams.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc": "Attempts to coerce its argument into an open java.io.PrintWriter\nwrapped around a java.io.BufferedWriter. Argument may be an\ninstance of Writer, PrintWriter, BufferedWriter, OutputStream, File,\nURI, URL, Socket, or String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names.\n\nShould be used inside with-open to ensure the Writer is properly\nclosed.", - "name":"writer"}, - {"source-url": + "var-type":"multimethod", + "line":151, + "file":"clojure\/contrib\/duck_streams.clj"}, + {"arglists":[["continue-name", ["args*"], "&", "body"]], + "name":"bind-continue", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj#L150", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/bind-continue", - "namespace":"clojure.contrib.error-kit", - "line":150, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj", - "var-type":"function", - "arglists":[["continue-name", ["args*"], "&", "body"]], "doc": "Special form to be used inside a 'with-handler'.\nControl can be passed to this 'continue' form from a 'raise' enclosed\nin this with-handler's dynamic scope, when this 'continue-name' is\ngiven to a 'continue' form.", - "name":"bind-continue"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj#L59", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/deferror", - "namespace":"clojure.contrib.error-kit", - "line":59, + "var-type":"function", + "line":150, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj"}, + {"arglists": [["name", ["parent-error?"], "doc-string?", ["args*"], "&", "body"], ["name", ["parent-error?"], "doc-string?", "args-destruct-map", "&", "body"]], + "name":"deferror", + "namespace":"clojure.contrib.error-kit", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/deferror", "doc":"Define a new error type", - "name":"deferror"}, - {"source-url": + "var-type":"macro", + "line":59, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[[]], + "name":"do-not-handle", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj#L117", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/do-not-handle", - "namespace":"clojure.contrib.error-kit", - "line":117, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists":[[]], "doc": "Use in a tail position of a 'handle' form to indicate 'raise' should\nnot consider the error handled, but should continue searching for an\nappropriate 'handle' form. Allows finer-grain control over catching\nthan just the error type.", - "name":"do-not-handle"}, - {"source-url": + "var-type":"macro", + "line":117, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["details"]], + "name":"error", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/error", - "namespace":"clojure.contrib.error-kit", + "doc":"Base type for all error-kit errors", + "var-type":"function", "line":46, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj", - "var-type":"function", - "arglists":[["details"]], - "doc":"Base type for all error-kit errors", - "name":"error"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj"}, + {"arglists": + [["error-name?", ["args*"], "&", "body"], + ["error-name?", "args-destruct-map-args", "&", "body"]], + "name":"handle", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj#L138", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/handle", - "namespace":"clojure.contrib.error-kit", - "line":138, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj", - "var-type":"function", - "arglists": - [["error-name?", ["args*"], "&", "body"], - ["error-name?", "args-destruct-map-args", "&", "body"]], "doc": "Special form to be used inside a 'with-handler'. When\nany error is 'raised' from withing the dynamic scope of 'body' that\nis of error-name's type or a derived type, the args will be bound\nand the body executed. If no 'error-name' is given, the body will\nbe executed for regardless of the type of error raised. The body\nmay return a value, in which case that will be the return value of\nthe entire 'with-handler' form, or it may use any of the special\nreturn forms, 'do-not-handle', 'continue-with', or 'continue'.", - "name":"handle"}, - {"source-url": + "var-type":"function", + "line":138, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["err-name", "&", "args"]], + "name":"raise", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj#L110", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/raise", - "namespace":"clojure.contrib.error-kit", - "line":110, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists":[["err-name", "&", "args"]], "doc": "Raise an error of the type err-name, constructed with the given args", - "name":"raise"}, - {"source-url": + "var-type":"macro", + "line":110, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["err"]], + "name":"raise*", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj#L86", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/raise*", - "namespace":"clojure.contrib.error-kit", - "line":86, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj", - "var-type":"function", - "arglists":[["err"]], "doc": "Raise the given error object, best if created by an error\nconstructor defined with deferror. See also 'raise' macro.", - "name":"raise*"}, - {"source-url": + "var-type":"function", + "line":86, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["class-name"]], + "name":"throw-msg", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj#L39", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/throw-msg", - "namespace":"clojure.contrib.error-kit", - "line":39, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists":[["class-name"]], "doc": "Returns a function that throws a Java Exception with the given\nname. Useful to associate a new error-kit error type with a\nparticular Java Exception class, via the :unhandled error key.", - "name":"throw-msg"}, - {"source-url": + "var-type":"macro", + "line":39, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["&", "forms"]], + "name":"with-handler", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj#L163", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/with-handler", - "namespace":"clojure.contrib.error-kit", - "line":163, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists":[["&", "forms"]], "doc": "This is error-kit's dynamic scope form. The body will be executed\nin a dynamic context that includes all of the following 'handle' and\n'bind-continue' forms.", - "name":"with-handler"}, - {"source-url": + "var-type":"macro", + "line":163, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["&", "args"]], + "name":"throw-arg", + "namespace":"clojure.contrib.except", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/83fa7099432d5af2febbad9c33e076b9a03c3d1e\/src\/clojure\/contrib\/except.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/83fa7099432d5af2febbad9c33e076b9a03c3d1e\/src\/clojure\/contrib\/except.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/except-api.html#clojure.contrib.except\/throw-arg", - "namespace":"clojure.contrib.except", - "line":57, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/except.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Throws an IllegalArgumentException. All arguments are optional:\n\n cause? format? format-args*\n\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core\/format\n- format-args are objects that correspond to format specifiers in\n format.", - "name":"throw-arg"}, - {"source-url": + "var-type":"function", + "line":57, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/except.clj"}, + {"arglists":[["test", "&", "args"]], + "name":"throw-if", + "namespace":"clojure.contrib.except", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/83fa7099432d5af2febbad9c33e076b9a03c3d1e\/src\/clojure\/contrib\/except.clj#L43", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/83fa7099432d5af2febbad9c33e076b9a03c3d1e\/src\/clojure\/contrib\/except.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/except-api.html#clojure.contrib.except\/throw-if", - "namespace":"clojure.contrib.except", - "line":43, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/except.clj", - "var-type":"function", - "arglists":[["test", "&", "args"]], "doc": "Throws an Exception or Error if test is true. args are those documented\nfor throwf.", - "name":"throw-if"}, - {"source-url": + "var-type":"function", + "line":43, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/except.clj"}, + {"arglists":[["test", "&", "args"]], + "name":"throw-if-not", + "namespace":"clojure.contrib.except", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/83fa7099432d5af2febbad9c33e076b9a03c3d1e\/src\/clojure\/contrib\/except.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/83fa7099432d5af2febbad9c33e076b9a03c3d1e\/src\/clojure\/contrib\/except.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/except-api.html#clojure.contrib.except\/throw-if-not", - "namespace":"clojure.contrib.except", - "line":50, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/except.clj", - "var-type":"function", - "arglists":[["test", "&", "args"]], "doc": "Throws an Exception or Error if test is false. args are those documented\nfor throwf.", - "name":"throw-if-not"}, - {"source-url": + "var-type":"function", + "line":50, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/except.clj"}, + {"arglists":[["&", "args"]], + "name":"throwf", + "namespace":"clojure.contrib.except", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/83fa7099432d5af2febbad9c33e076b9a03c3d1e\/src\/clojure\/contrib\/except.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/83fa7099432d5af2febbad9c33e076b9a03c3d1e\/src\/clojure\/contrib\/except.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/except-api.html#clojure.contrib.except\/throwf", - "namespace":"clojure.contrib.except", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/except.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Throws an Exception or Error with an optional message formatted using\nclojure.core\/format. All arguments are optional:\n\n class? cause? format? format-args*\n\n- class defaults to Exception, if present it must name a kind of\n Throwable\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core\/format\n- format-args are objects that correspond to format specifiers in\n format.", - "name":"throwf"}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/except.clj"}, + {"arglists":[["test-value", "&", "clauses"]], + "name":"case", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d9c42218f493e7eb261677047008cedb67364ee8\/src\/clojure\/contrib\/fcase.clj#L79", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d9c42218f493e7eb261677047008cedb67364ee8\/src\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/case", - "namespace":"clojure.contrib.fcase", - "line":79, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists":[["test-value", "&", "clauses"]], "doc": "Like cond, but test-value is compared against the value of each\ntest expression with =. If they are equal, executes the \"body\"\nexpression. Optional last expression is executed if none of the\ntest expressions match.", - "name":"case"}, - {"source-url": + "var-type":"macro", + "line":79, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists": + [["compare-fn", "case-value", "&", "test-expr-clauses"]], + "name":"fcase", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d9c42218f493e7eb261677047008cedb67364ee8\/src\/clojure\/contrib\/fcase.clj#L40", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d9c42218f493e7eb261677047008cedb67364ee8\/src\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/fcase", - "namespace":"clojure.contrib.fcase", - "line":40, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists": - [["compare-fn", "case-value", "&", "test-expr-clauses"]], "doc": "Generic switch\/case macro. 'fcase' is short for 'function case'.\n\nThe 'compare-fn' is a fn of two arguments.\n\nThe 'test-expr-clauses' are value-expression pairs without\nsurrounding parentheses, like in Clojure's 'cond'.\n\nThe 'case-value' is evaluated once and cached. Then, 'compare-fn'\nis called once for each clause, with the clause's test value as its\nfirst argument and 'case-value' as its second argument. If\n'compare-fn' returns logical true, the clause's expression is\nevaluated and returned. If 'compare-fn' returns false\/nil, we go to\nthe next test value.\n\nIf 'test-expr-clauses' contains an odd number of items, the last\nitem is the default expression evaluated if no case-value matches.\nIf there is no default expression and no case-value matches, fcase\nreturns nil.\n\nSee specific forms of this macro in 'case' and 're-case'.\n\nThe test expressions in 'fcase' are always evaluated linearly, in\norder. For a large number of case expressions it may be more\nefficient to use a hash lookup.", - "name":"fcase"}, - {"source-url": + "var-type":"macro", + "line":40, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists":[["test-value", "&", "clauses"]], + "name":"in-case", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d9c42218f493e7eb261677047008cedb67364ee8\/src\/clojure\/contrib\/fcase.clj#L103", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d9c42218f493e7eb261677047008cedb67364ee8\/src\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/in-case", - "namespace":"clojure.contrib.fcase", - "line":103, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists":[["test-value", "&", "clauses"]], "doc": "Like case, but test expressions are sequences. The test expression\nis true if any item in the sequence is equal (tested with '=') to\nthe test value.", - "name":"in-case"}, - {"source-url": + "var-type":"macro", + "line":103, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists":[["test-value", "&", "clauses"]], + "name":"instance-case", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d9c42218f493e7eb261677047008cedb67364ee8\/src\/clojure\/contrib\/fcase.clj#L93", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d9c42218f493e7eb261677047008cedb67364ee8\/src\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/instance-case", - "namespace":"clojure.contrib.fcase", - "line":93, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists":[["test-value", "&", "clauses"]], "doc": "Like case, but the test expressions are Java class names, tested with\n'instance?'.", - "name":"instance-case"}, - {"source-url": + "var-type":"macro", + "line":93, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists":[["test-value", "&", "clauses"]], + "name":"re-case", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d9c42218f493e7eb261677047008cedb67364ee8\/src\/clojure\/contrib\/fcase.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d9c42218f493e7eb261677047008cedb67364ee8\/src\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/re-case", - "namespace":"clojure.contrib.fcase", - "line":87, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists":[["test-value", "&", "clauses"]], "doc": "Like case, but the test expressions are regular expressions, tested\nwith re-find.", - "name":"re-case"}, - {"source-url": + "var-type":"macro", + "line":87, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists":[["file"]], + "name":"clojure-source-file?", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/clojure-source-file?", - "namespace":"clojure.contrib.find-namespaces", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["file"]], "doc": "Returns true if file is a normal file with a .clj extension.", - "name":"clojure-source-file?"}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["jar-file"]], + "name":"clojure-sources-in-jar", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/clojure-sources-in-jar", - "namespace":"clojure.contrib.find-namespaces", - "line":88, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["jar-file"]], "doc": "Returns a sequence of filenames ending in .clj found in the JAR file.", - "name":"clojure-sources-in-jar"}, - {"source-url": + "var-type":"function", + "line":88, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["form"]], + "name":"comment?", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/comment?", - "namespace":"clojure.contrib.find-namespaces", + "doc":"Returns true if form is a (comment ...)", + "var-type":"function", "line":42, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["form"]], - "doc":"Returns true if form is a (comment ...)", - "name":"comment?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["dir"]], + "name":"find-clojure-sources-in-dir", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L34", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-clojure-sources-in-dir", - "namespace":"clojure.contrib.find-namespaces", - "line":34, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["dir"]], "doc": "Searches recursively under dir for Clojure source files (.clj).\nReturns a sequence of File objects, in breadth-first sort order.", - "name":"find-clojure-sources-in-dir"}, - {"source-url": + "var-type":"function", + "line":34, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["dir"]], + "name":"find-namespaces-in-dir", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L79", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-namespaces-in-dir", - "namespace":"clojure.contrib.find-namespaces", - "line":79, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["dir"]], "doc": "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the symbol names of the declared namespaces.", - "name":"find-namespaces-in-dir"}, - {"source-url": + "var-type":"function", + "line":79, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["jarfile"]], + "name":"find-namespaces-in-jarfile", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L112", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-namespaces-in-jarfile", - "namespace":"clojure.contrib.find-namespaces", - "line":112, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["jarfile"]], "doc": "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations. Returns a sequence of the symbol names of the\ndeclared namespaces.", - "name":"find-namespaces-in-jarfile"}, - {"source-url": + "var-type":"function", + "line":112, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[[]], + "name":"find-namespaces-on-classpath", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L131", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-namespaces-on-classpath", - "namespace":"clojure.contrib.find-namespaces", - "line":131, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[[]], "doc": "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the symbol names of the declared namespaces.", - "name":"find-namespaces-on-classpath"}, - {"source-url": + "var-type":"function", + "line":131, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["dir"]], + "name":"find-ns-decls-in-dir", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L73", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-ns-decls-in-dir", - "namespace":"clojure.contrib.find-namespaces", - "line":73, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["dir"]], "doc": "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the unevaluated ns declarations.", - "name":"find-ns-decls-in-dir"}, - {"source-url": + "var-type":"function", + "line":73, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["jarfile"]], + "name":"find-ns-decls-in-jarfile", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L104", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-ns-decls-in-jarfile", - "namespace":"clojure.contrib.find-namespaces", - "line":104, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["jarfile"]], "doc": "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations; returns the unevaluated ns declarations.", - "name":"find-ns-decls-in-jarfile"}, - {"source-url": + "var-type":"function", + "line":104, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[[]], + "name":"find-ns-decls-on-classpath", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L122", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-ns-decls-on-classpath", - "namespace":"clojure.contrib.find-namespaces", - "line":122, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[[]], "doc": "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the unevaluated ns declaration forms.", - "name":"find-ns-decls-on-classpath"}, - {"source-url": + "var-type":"function", + "line":122, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["form"]], + "name":"ns-decl?", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/ns-decl?", - "namespace":"clojure.contrib.find-namespaces", + "doc":"Returns true if form is a (ns ...) declaration.", + "var-type":"function", "line":47, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["form"]], - "doc":"Returns true if form is a (ns ...) declaration.", - "name":"ns-decl?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["file"]], + "name":"read-file-ns-decl", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L65", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/read-file-ns-decl", - "namespace":"clojure.contrib.find-namespaces", - "line":65, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["file"]], "doc": "Attempts to read a (ns ...) declaration from file, and returns the\nunevaluated form. Returns nil if read fails, or if the first form\nis not a ns declaration.", - "name":"read-file-ns-decl"}, - {"source-url": + "var-type":"function", + "line":65, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["rdr"]], + "name":"read-ns-decl", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/read-ns-decl", - "namespace":"clojure.contrib.find-namespaces", - "line":52, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["rdr"]], "doc": "Attempts to read a (ns ...) declaration from rdr, and returns the\nunevaluated form. Returns nil if read fails or if a ns declaration\ncannot be found. The ns declaration must be the first Clojure form\nin the file, except for (comment ...) forms.", - "name":"read-ns-decl"}, - {"source-url": + "var-type":"function", + "line":52, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["jarfile", "entry-name"]], + "name":"read-ns-decl-from-jarfile-entry", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj#L93", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/de4df718178084ffe32d6a40b449892cd3d57d50\/src\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/read-ns-decl-from-jarfile-entry", - "namespace":"clojure.contrib.find-namespaces", - "line":93, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["jarfile", "entry-name"]], "doc": "Attempts to read a (ns ...) declaration from the named entry in the\nJAR file, and returns the unevaluated form. Returns nil if the read\nfails, or if the first form is not a ns declaration.", - "name":"read-ns-decl-from-jarfile-entry"}, - {"source-url": + "var-type":"function", + "line":93, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists": + [["getter", "setter"], ["getter", "setter", "&", "keyvals"]], + "name":"fnmap", + "namespace":"clojure.contrib.fnmap", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/016af1ddecea945f0ae9e6354e2bd006efcd7a04\/src\/clojure\/contrib\/fnmap.clj#L19", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/016af1ddecea945f0ae9e6354e2bd006efcd7a04\/src\/clojure\/contrib\/fnmap.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fnmap-api.html#clojure.contrib.fnmap\/fnmap", - "namespace":"clojure.contrib.fnmap", - "line":19, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/fnmap.clj", - "var-type":"function", - "arglists": - [["getter", "setter"], ["getter", "setter", "&", "keyvals"]], "doc": "Creates a fnmap, or functional map. A fnmap behaves like an\nordinary Clojure map, except that calls to get and assoc are\nfiltered through user-defined getter and setter functions, which\noperate on an internal map.\n\n(getter m key) should return a value for key.\n\n(setter m key value) should assoc key with value and return a new\nmap for m.\n\nAll other map operations are passed through to the internal map.", - "name":"fnmap"}, - {"source-url": + "var-type":"function", + "line":19, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/fnmap.clj"}, + {"arglists":[["libs"]], + "name":"generate-documentation", + "namespace":"clojure.contrib.gen-html-docs", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/04a22729691863a5b7e7b1b3c6c1157a02aff3b2\/src\/clojure\/contrib\/gen_html_docs.clj#L430", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/04a22729691863a5b7e7b1b3c6c1157a02aff3b2\/src\/clojure\/contrib\/gen_html_docs.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/gen-html-docs-api.html#clojure.contrib.gen-html-docs\/generate-documentation", - "namespace":"clojure.contrib.gen-html-docs", - "line":430, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/gen_html_docs.clj", - "var-type":"function", - "arglists":[["libs"]], "doc": "Returns a string which is the HTML documentation for the libraries\nnamed by libs. Libs is a vector of symbols identifying Clojure\nlibraries.", - "name":"generate-documentation"}, - {"source-url": + "var-type":"function", + "line":430, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/gen_html_docs.clj"}, + {"arglists":[["path", "libs"]], + "name":"generate-documentation-to-file", + "namespace":"clojure.contrib.gen-html-docs", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/04a22729691863a5b7e7b1b3c6c1157a02aff3b2\/src\/clojure\/contrib\/gen_html_docs.clj#L456", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/04a22729691863a5b7e7b1b3c6c1157a02aff3b2\/src\/clojure\/contrib\/gen_html_docs.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/gen-html-docs-api.html#clojure.contrib.gen-html-docs\/generate-documentation-to-file", - "namespace":"clojure.contrib.gen-html-docs", - "line":456, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/gen_html_docs.clj", - "var-type":"function", - "arglists":[["path", "libs"]], "doc": "Calls generate-documentation on the libraries named by libs and\nemits the generated HTML to the path named by path.", - "name":"generate-documentation-to-file"}, - {"source-url": + "var-type":"function", + "line":456, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/gen_html_docs.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"*", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/arithmetic.clj#L111", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/*", - "namespace":"clojure.contrib.generic.arithmetic", - "line":111, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return the product of all arguments. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", - "name":"*"}, - {"source-url": + "var-type":"multimethod", + "line":111, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"+", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/arithmetic.clj#L45", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/+", - "namespace":"clojure.contrib.generic.arithmetic", - "line":45, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return the sum of all arguments. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", - "name":"+"}, - {"source-url": + "var-type":"multimethod", + "line":45, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"-", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/arithmetic.clj#L77", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/-", - "namespace":"clojure.contrib.generic.arithmetic", - "line":77, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return the difference of the first argument and the sum of all other\narguments. The minimal implementation for type ::my-type is the binary\nform with dispatch value [::my-type ::my-type].", - "name":"-"}, - {"source-url": + "var-type":"multimethod", + "line":77, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"\/", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/arithmetic.clj#L143", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/\/", - "namespace":"clojure.contrib.generic.arithmetic", - "line":143, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return the quotient of the first argument and the product of all other\narguments. The minimal implementation for type ::my-type is the binary\nform with dispatch value [::my-type ::my-type].", - "name":"\/"}, - {"source-url": + "var-type":"multimethod", + "line":143, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["ns", "name", "&", "args"]], + "name":"defmethod*", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/arithmetic.clj#L173", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/defmethod*", - "namespace":"clojure.contrib.generic.arithmetic", - "line":173, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"macro", - "arglists":[["ns", "name", "&", "args"]], "doc": "Define a method implementation for the multimethod name in namespace ns.\nRequired for implementing the division function from another namespace.", - "name":"defmethod*"}, - {"source-url": + "var-type":"macro", + "line":173, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["ns", "sym"]], + "name":"qsym", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/arithmetic.clj#L180", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/qsym", - "namespace":"clojure.contrib.generic.arithmetic", - "line":180, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"macro", - "arglists":[["ns", "sym"]], "doc": "Create the qualified symbol corresponding to sym in namespace ns.\nRequired to access the division function from another namespace,\ne.g. as (qsym clojure.contrib.generic.arithmetic \/).", - "name":"qsym"}, - {"source-url": + "var-type":"macro", + "line":180, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["coll", "&", "key-val-pairs"]], + "name":"assoc", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj#L26", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/assoc", - "namespace":"clojure.contrib.generic.collection", - "line":26, - "file":"clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["coll", "&", "key-val-pairs"]], "doc": "Returns a new collection in which the values corresponding to the\ngiven keys are updated by the given values. Each type of collection\ncan have specific restrictions on the possible keys.", - "name":"assoc"}, - {"source-url": + "var-type":"multimethod", + "line":26, + "file":"clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["coll", "&", "xs"]], + "name":"conj", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/conj", - "namespace":"clojure.contrib.generic.collection", - "line":42, - "file":"clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["coll", "&", "xs"]], "doc": "Returns a new collection resulting from adding all xs to coll.", - "name":"conj"}, - {"source-url": + "var-type":"multimethod", + "line":42, + "file":"clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["coll", "&", "keys"]], + "name":"dissoc", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/dissoc", - "namespace":"clojure.contrib.generic.collection", - "line":54, - "file":"clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["coll", "&", "keys"]], "doc": "Returns a new collection in which the entries corresponding to the\ngiven keys are removed. Each type of collection can have specific\nrestrictions on the possible keys.", - "name":"dissoc"}, - {"source-url": + "var-type":"multimethod", + "line":54, + "file":"clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["coll"]], + "name":"empty", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj#L68", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/empty", - "namespace":"clojure.contrib.generic.collection", - "line":68, - "file":"clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["coll"]], "doc": "Returns an empty collection of the same kind as the argument", - "name":"empty"}, - {"source-url": + "var-type":"multimethod", + "line":68, + "file":"clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["coll", "key"], ["coll", "key", "not-found"]], + "name":"get", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/get", - "namespace":"clojure.contrib.generic.collection", - "line":80, - "file":"clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["coll", "key"], ["coll", "key", "not-found"]], "doc": "Returns the element of coll referred to by key. Each type of collection\ncan have specific restrictions on the possible keys.", - "name":"get"}, - {"source-url": + "var-type":"multimethod", + "line":80, + "file":"clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["to", "from"]], + "name":"into", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/into", - "namespace":"clojure.contrib.generic.collection", - "line":95, - "file":"clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["to", "from"]], "doc": "Returns a new coll consisting of to-coll with all of the items of\nfrom-coll conjoined.", - "name":"into"}, - {"source-url": + "var-type":"multimethod", + "line":95, + "file":"clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["s"]], + "name":"seq", + "namespace":"clojure.contrib.generic.collection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj#L109", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/collection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.collection-api.html#clojure.contrib.generic.collection\/seq", - "namespace":"clojure.contrib.generic.collection", - "line":109, - "file":"clojure\/contrib\/generic\/collection.clj", - "var-type":"multimethod", - "arglists":[["s"]], "doc":"Returns a seq on the object s.", - "name":"seq"}, - {"source-url": + "var-type":"multimethod", + "line":109, + "file":"clojure\/contrib\/generic\/collection.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"<", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/comparison.clj#L77", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/<", - "namespace":"clojure.contrib.generic.comparison", - "line":77, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return true if each argument is smaller than the following ones.\nThe minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of >.", - "name":"<"}, - {"source-url": + "var-type":"multimethod", + "line":77, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"<=", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/comparison.clj#L129", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/<=", - "namespace":"clojure.contrib.generic.comparison", - "line":129, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return true if each arguments is smaller than or equal to the following\nones. The minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of >.", - "name":"<="}, - {"source-url": + "var-type":"multimethod", + "line":129, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"=", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/comparison.clj#L36", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/=", - "namespace":"clojure.contrib.generic.comparison", - "line":36, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return true if all arguments are equal. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", - "name":"="}, - {"source-url": + "var-type":"multimethod", + "line":36, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":">", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/comparison.clj#L56", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/>", - "namespace":"clojure.contrib.generic.comparison", - "line":56, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return true if each argument is larger than the following ones.\nThe minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type].", - "name":">"}, - {"source-url": + "var-type":"multimethod", + "line":56, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":">=", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/comparison.clj#L103", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/>=", - "namespace":"clojure.contrib.generic.comparison", - "line":103, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Return true if each argument is larger than or equal to the following\nones. The minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of <.", - "name":">="}, - {"source-url": + "var-type":"multimethod", + "line":103, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"]], + "name":"zero?", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/comparison.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/637ce542010b34381948f914e0b6829b41602e34\/src\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/zero?", - "namespace":"clojure.contrib.generic.comparison", + "doc":"Return true of x is zero.", + "var-type":"multimethod", "line":28, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/comparison.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return true of x is zero.", - "name":"zero?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["f", "s"]], + "name":"fmap", + "namespace":"clojure.contrib.generic.functor", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/bdc813a0d39cb3c6184c4e123d847458e9c77711\/src\/clojure\/contrib\/generic\/functor.clj#L20", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/bdc813a0d39cb3c6184c4e123d847458e9c77711\/src\/clojure\/contrib\/generic\/functor.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.functor-api.html#clojure.contrib.generic.functor\/fmap", - "namespace":"clojure.contrib.generic.functor", - "line":20, - "file":"clojure\/contrib\/generic\/functor.clj", - "var-type":"multimethod", - "arglists":[["f", "s"]], "doc": "Applies function f to each item in the data structure s and returns\na structure of the same kind.", - "name":"fmap"}, - {"source-url": + "var-type":"multimethod", + "line":20, + "file":"clojure\/contrib\/generic\/functor.clj"}, + {"arglists":[["x"]], + "name":"abs", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L53", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/abs", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the abs of x.", + "var-type":"multimethod", "line":53, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the abs of x.", - "name":"abs"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"acos", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/acos", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the acos of x.", + "var-type":"multimethod", "line":54, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the acos of x.", - "name":"acos"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x", "y", "eps"]], + "name":"approx=", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L110", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/approx=", - "namespace":"clojure.contrib.generic.math-functions", - "line":110, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"function", - "arglists":[["x", "y", "eps"]], "doc": "Return true if the absolute value of the difference between x and y\nis less than eps.", - "name":"approx="}, - {"source-url": + "var-type":"function", + "line":110, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"asin", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L55", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/asin", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the asin of x.", + "var-type":"multimethod", "line":55, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the asin of x.", - "name":"asin"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"atan", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L56", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/atan", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the atan of x.", + "var-type":"multimethod", "line":56, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the atan of x.", - "name":"atan"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x", "y"]], + "name":"atan2", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/atan2", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the atan2 of x and y.", + "var-type":"multimethod", "line":57, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x", "y"]], - "doc":"Return the atan2 of x and y.", - "name":"atan2"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"ceil", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L58", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/ceil", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the ceil of x.", + "var-type":"multimethod", "line":58, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the ceil of x.", - "name":"ceil"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"conjugate", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/conjugate", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the conjugate of x.", + "var-type":"multimethod", "line":87, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the conjugate of x.", - "name":"conjugate"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"cos", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/cos", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the cos of x.", + "var-type":"multimethod", "line":59, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the cos of x.", - "name":"cos"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"exp", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L60", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/exp", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the exp of x.", + "var-type":"multimethod", "line":60, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the exp of x.", - "name":"exp"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"floor", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L61", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/floor", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the floor of x.", + "var-type":"multimethod", "line":61, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the floor of x.", - "name":"floor"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"log", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/log", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the log of x.", + "var-type":"multimethod", "line":62, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the log of x.", - "name":"log"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x", "y"]], + "name":"pow", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L63", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/pow", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the pow of x and y.", + "var-type":"multimethod", "line":63, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x", "y"]], - "doc":"Return the pow of x and y.", - "name":"pow"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"rint", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/rint", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the rint of x.", + "var-type":"multimethod", "line":64, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the rint of x.", - "name":"rint"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"round", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L65", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/round", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the round of x.", + "var-type":"multimethod", "line":65, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the round of x.", - "name":"round"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"sgn", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L73", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/sgn", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the sign of x (-1, 0, or 1).", + "var-type":"multimethod", "line":73, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the sign of x (-1, 0, or 1).", - "name":"sgn"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"sin", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/sin", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the sin of x.", + "var-type":"multimethod", "line":66, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the sin of x.", - "name":"sin"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"sqr", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L98", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/sqr", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the square of x.", + "var-type":"multimethod", "line":98, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the square of x.", - "name":"sqr"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"sqrt", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L67", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/sqrt", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the sqrt of x.", + "var-type":"multimethod", "line":67, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the sqrt of x.", - "name":"sqrt"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["x"]], + "name":"tan", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj#L68", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543\/src\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/tan", - "namespace":"clojure.contrib.generic.math-functions", + "doc":"Return the tan of x.", + "var-type":"multimethod", "line":68, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"Return the tan of x.", - "name":"tan"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["g"]], + "name":"add-loops", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/add-loops", - "namespace":"clojure.contrib.graph", + "doc":"For each node n, add the edge n->n if not already present.", + "var-type":"function", "line":49, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], - "doc":"For each node n, add the edge n->n if not already present.", - "name":"add-loops"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"], ["g", "sccs"]], + "name":"component-graph", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L133", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/component-graph", - "namespace":"clojure.contrib.graph", - "line":133, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"], ["g", "sccs"]], "doc": "Given a graph, perhaps with cycles, return a reduced graph that is acyclic.\nEach node in the new graph will be a set of nodes from the old.\nThese sets are the strongly connected components. Each edge will\nbe the union of the corresponding edges of the prior graph.", - "name":"component-graph"}, - {"source-url": + "var-type":"function", + "line":133, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"dependency-list", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L190", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/dependency-list", - "namespace":"clojure.contrib.graph", - "line":190, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Similar to a topological sort, this returns a vector of sets. The\nset of nodes at index 0 are independent. The set at index 1 depend\non index 0; those at 2 depend on 0 and 1, and so on. Those withing\na set have no mutual dependencies. Assume the input graph (which\nmuch be acyclic) has an edge a->b when a depends on b.", - "name":"dependency-list"}, - {"source-url": + "var-type":"function", + "line":190, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["data", "fun", "max", "equal"]], + "name":"fixed-point", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L167", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/fixed-point", - "namespace":"clojure.contrib.graph", - "line":167, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["data", "fun", "max", "equal"]], "doc": "Repeatedly apply fun to data until (equal old-data new-data)\nreturns true. If max iterations occur, it will throw an\nexception. Set max to nil for unlimited iterations.", - "name":"fixed-point"}, - {"source-url": + "var-type":"function", + "line":167, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g", "n"]], + "name":"get-neighbors", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/get-neighbors", - "namespace":"clojure.contrib.graph", + "doc":"Get the neighbors of a node.", + "var-type":"function", "line":29, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g", "n"]], - "doc":"Get the neighbors of a node.", - "name":"get-neighbors"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g", "n"], ["g", "ns", "v"]], + "name":"lazy-walk", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L68", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/lazy-walk", - "namespace":"clojure.contrib.graph", - "line":68, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g", "n"], ["g", "ns", "v"]], "doc": "Return a lazy sequence of the nodes of a graph starting a node n. Optionally,\nprovide a set of visited notes (v) and a collection of nodes to\nvisit (ns).", - "name":"lazy-walk"}, - {"source-url": + "var-type":"function", + "line":68, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"post-ordered-nodes", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L110", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/post-ordered-nodes", - "namespace":"clojure.contrib.graph", - "line":110, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Return a sequence of indexes of a post-ordered walk of the graph.", - "name":"post-ordered-nodes"}, - {"source-url": + "var-type":"function", + "line":110, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g", "ns"]], + "name":"recursive-component?", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/recursive-component?", - "namespace":"clojure.contrib.graph", + "doc":"Is the component (recieved from scc) self recursive?", + "var-type":"function", "line":151, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g", "ns"]], - "doc":"Is the component (recieved from scc) self recursive?", - "name":"recursive-component?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"remove-loops", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/remove-loops", - "namespace":"clojure.contrib.graph", + "doc":"For each node n, remove any edges n->n.", + "var-type":"function", "line":57, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], - "doc":"For each node n, remove any edges n->n.", - "name":"remove-loops"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"reverse-graph", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/reverse-graph", - "namespace":"clojure.contrib.graph", - "line":37, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Given a directed graph, return another directed graph with the\norder of the edges reversed.", - "name":"reverse-graph"}, - {"source-url": + "var-type":"function", + "line":37, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"scc", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L117", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/scc", - "namespace":"clojure.contrib.graph", - "line":117, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Returns, as a sequence of sets, the strongly connected components\nof g.", - "name":"scc"}, - {"source-url": + "var-type":"function", + "line":117, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"self-recursive-sets", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L158", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/self-recursive-sets", - "namespace":"clojure.contrib.graph", - "line":158, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Returns, as a sequence of sets, the components of a graph that are\nself-recursive.", - "name":"self-recursive-sets"}, - {"source-url": + "var-type":"function", + "line":158, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g1", "g2"]], + "name":"stratification-list", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L207", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/stratification-list", - "namespace":"clojure.contrib.graph", - "line":207, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g1", "g2"]], "doc": "Similar to dependency-list (see doc), except two graphs are\nprovided. The first is as dependency-list. The second (which may\nhave cycles) provides a partial-dependency relation. If node a\ndepends on node b (meaning an edge a->b exists) in the second\ngraph, node a must be equal or later in the sequence.", - "name":"stratification-list"}, - {"source-url": + "var-type":"function", + "line":207, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"transitive-closure", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj#L81", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/transitive-closure", - "namespace":"clojure.contrib.graph", - "line":81, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Returns the transitive closure of a graph. The neighbors are lazily computed.\n\nNote: some version of this algorithm return all edges a->a\nregardless of whether such loops exist in the original graph. This\nversion does not. Loops will be included only if produced by\ncycles in the graph. If you have code that depends on such\nbehavior, call (-> g transitive-closure add-loops)", - "name":"transitive-closure"}, - {"source-url": + "var-type":"function", + "line":81, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/graph.clj"}, + {"arglists":[["&", "args"]], + "name":"all-greatest", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/all-greatest", - "namespace":"clojure.contrib.greatest-least", + "doc":"Returns all the greatest elements.", + "var-type":"function", "line":52, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["&", "args"]], - "doc":"Returns all the greatest elements.", - "name":"all-greatest"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"all-greatest-by", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/all-greatest-by", - "namespace":"clojure.contrib.greatest-least", - "line":47, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], "doc": "Return all the elements for which f yields the greatest value.", - "name":"all-greatest-by"}, - {"source-url": + "var-type":"function", + "line":47, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["&", "args"]], + "name":"all-least", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/all-least", - "namespace":"clojure.contrib.greatest-least", + "doc":"Returns all the least elements.", + "var-type":"function", "line":62, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["&", "args"]], - "doc":"Returns all the least elements.", - "name":"all-least"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"all-least-by", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/all-least-by", - "namespace":"clojure.contrib.greatest-least", - "line":57, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], "doc": "Return all the elements for which f yields the least value.", - "name":"all-least-by"}, - {"source-url": + "var-type":"function", + "line":57, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["&", "args"]], + "name":"greatest", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/greatest", - "namespace":"clojure.contrib.greatest-least", + "doc":"Return the greatest argument.", + "var-type":"function", "line":18, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["&", "args"]], - "doc":"Return the greatest argument.", - "name":"greatest"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"greatest-by", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj#L13", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/greatest-by", - "namespace":"clojure.contrib.greatest-least", + "doc":"Return the argument for which f yields the greatest value.", + "var-type":"function", "line":13, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], - "doc":"Return the argument for which f yields the greatest value.", - "name":"greatest-by"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["&", "args"]], + "name":"least", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/least", - "namespace":"clojure.contrib.greatest-least", + "doc":"Return the smallest element.", + "var-type":"function", "line":28, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["&", "args"]], - "doc":"Return the smallest element.", - "name":"least"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"least-by", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/least-by", - "namespace":"clojure.contrib.greatest-least", + "doc":"Return the argument for which f yields the smallest value.", + "var-type":"function", "line":23, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], - "doc":"Return the argument for which f yields the smallest value.", - "name":"least-by"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["http-agnt"]], + "name":"buffer-bytes", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L147", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/buffer-bytes", - "namespace":"clojure.contrib.http.agent", - "line":147, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "The default HTTP agent result handler; it collects the response\nbody in a java.io.ByteArrayOutputStream, which can later be\nretrieved with the 'stream', 'string', and 'bytes' functions.", - "name":"buffer-bytes"}, - {"source-url": + "var-type":"function", + "line":147, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"bytes", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L253", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/bytes", - "namespace":"clojure.contrib.http.agent", - "line":253, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns a Java byte array of the content returned by the server;\nnil if the content is not yet available.", - "name":"bytes"}, - {"source-url": + "var-type":"function", + "line":253, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"client-error?", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L364", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/client-error?", - "namespace":"clojure.contrib.http.agent", - "line":364, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns true if the HTTP response code was in the 400-499 range.", - "name":"client-error?"}, - {"source-url": + "var-type":"function", + "line":364, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"done?", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L303", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/done?", - "namespace":"clojure.contrib.http.agent", + "doc":"Returns true if the HTTP request\/response has completed.", + "var-type":"function", "line":303, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], - "doc":"Returns true if the HTTP request\/response has completed.", - "name":"done?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"error?", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L374", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/error?", - "namespace":"clojure.contrib.http.agent", - "line":374, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns true if the HTTP response code was in the 400-499 range OR\nthe 500-599 range.", - "name":"error?"}, - {"source-url": + "var-type":"function", + "line":374, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"headers", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L324", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/headers", - "namespace":"clojure.contrib.http.agent", - "line":324, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns a map of HTTP response headers. Header names are converted\nto keywords in all lower-case Header values are strings. If a\nheader appears more than once, only the last value is returned.", - "name":"headers"}, - {"source-url": + "var-type":"function", + "line":324, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"headers-seq", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L334", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/headers-seq", - "namespace":"clojure.contrib.http.agent", - "line":334, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the HTTP response headers in order as a sequence of\n[String,String] pairs. The first 'header' name may be null for the\nHTTP status line.", - "name":"headers-seq"}, - {"source-url": + "var-type":"function", + "line":334, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["uri", "&", "options"]], + "name":"http-agent", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L168", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/http-agent", - "namespace":"clojure.contrib.http.agent", - "line":168, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["uri", "&", "options"]], "doc": "Creates (and immediately returns) an Agent representing an HTTP\nrequest running in a new thread.\n\noptions are key\/value pairs:\n\n:method string\n\nThe HTTP method name. Default is \"GET\".\n\n:headers h\n\nHTTP headers, as a Map or a sequence of pairs like \n([key1,value1], [key2,value2]) Default is nil.\n\n:body b\n\nHTTP request entity body, one of nil, String, byte[], InputStream,\nReader, or File. Default is nil.\n\n:connect-timeout int\n\nTimeout value, in milliseconds, when opening a connection to the\nURL. Default is zero, meaning no timeout.\n\n:read-timeout int\n\nTimeout value, in milliseconds, when reading data from the\nconnection. Default is zero, meaning no timeout.\n\n:follow-redirects boolean\n\nIf true, HTTP 3xx redirects will be followed automatically. Default\nis true.\n\n:handler f\n\nFunction to be called when the HTTP response body is ready. If you\ndo not provide a handler function, the default is to buffer the\nentire response body in memory.\n\nThe handler function will be called with the HTTP agent as its\nargument, and can use the 'stream' function to read the response\nbody. The return value of this function will be stored in the state\nof the agent and can be retrieved with the 'result' function. Any\nexceptions thrown by this function will be added to the agent's\nerror queue (see agent-errors). The default function collects the\nresponse stream in a memory buffer.\n", - "name":"http-agent"}, - {"source-url": + "var-type":"function", + "line":168, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"message", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L317", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/message", - "namespace":"clojure.contrib.http.agent", - "line":317, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the HTTP response message (e.g. 'Not Found'), for this\nrequest, or nil if the response has not yet been received.", - "name":"message"}, - {"source-url": + "var-type":"function", + "line":317, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"method", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L287", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/method", - "namespace":"clojure.contrib.http.agent", - "line":287, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the HTTP method name used by this HTTP agent, as a String.", - "name":"method"}, - {"source-url": + "var-type":"function", + "line":287, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"redirect?", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L355", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/redirect?", - "namespace":"clojure.contrib.http.agent", - "line":355, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns true if the HTTP response code was in the 300-399 range.\n\nNote: if the :follow-redirects option was true (the default),\nredirects will be followed automatically and a the agent will never\nreturn a 3xx response code.", - "name":"redirect?"}, - {"source-url": + "var-type":"function", + "line":355, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"request-body", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L292", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/request-body", - "namespace":"clojure.contrib.http.agent", - "line":292, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the HTTP request body given to this HTTP agent. \n\nNote: if the request body was an InputStream or a Reader, it will no\nlonger be usable.", - "name":"request-body"}, - {"source-url": + "var-type":"function", + "line":292, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"request-headers", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L282", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/request-headers", - "namespace":"clojure.contrib.http.agent", + "doc":"Returns the request headers specified for this HTTP agent.", + "var-type":"function", "line":282, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], - "doc":"Returns the request headers specified for this HTTP agent.", - "name":"request-headers"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"request-uri", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L277", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/request-uri", - "namespace":"clojure.contrib.http.agent", - "line":277, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the URI\/URL requested by this HTTP agent, as a String.", - "name":"request-uri"}, - {"source-url": + "var-type":"function", + "line":277, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"result", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L231", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/result", - "namespace":"clojure.contrib.http.agent", - "line":231, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the value returned by the :handler function of the HTTP\nagent; blocks until the HTTP request is completed. The default\nhandler function returns a ByteArrayOutputStream.", - "name":"result"}, - {"source-url": + "var-type":"function", + "line":231, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"server-error?", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L369", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/server-error?", - "namespace":"clojure.contrib.http.agent", - "line":369, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns true if the HTTP response code was in the 500-599 range.", - "name":"server-error?"}, - {"source-url": + "var-type":"function", + "line":369, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"status", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L309", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/status", - "namespace":"clojure.contrib.http.agent", - "line":309, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns the HTTP response status code (e.g. 200, 404) for this\nrequest, as an Integer, or nil if the status has not yet been\nreceived.", - "name":"status"}, - {"source-url": + "var-type":"function", + "line":309, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"stream", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L239", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/stream", - "namespace":"clojure.contrib.http.agent", - "line":239, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns an InputStream of the HTTP response body. When called by\nthe handler function passed to http-agent, this is the raw\nHttpURLConnection stream.\n\nIf the default handler function was used, this function returns a\nByteArrayInputStream on the buffered response body.", - "name":"stream"}, - {"source-url": + "var-type":"function", + "line":239, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"], ["http-agnt", "encoding"]], + "name":"string", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L259", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/string", - "namespace":"clojure.contrib.http.agent", - "line":259, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"], ["http-agnt", "encoding"]], "doc": "Returns the HTTP response body as a string, using the given\nencoding.\n\nIf no encoding is given, uses the encoding specified in the server\nheaders, or clojure.contrib.duck-streams\/*default-encoding* if it is\nnot specified.", - "name":"string"}, - {"source-url": + "var-type":"function", + "line":259, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["http-agnt"]], + "name":"success?", + "namespace":"clojure.contrib.http.agent", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj#L350", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/5055f41c8bc99747392396d622f17f723470858e\/src\/clojure\/contrib\/http\/agent.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.agent-api.html#clojure.contrib.http.agent\/success?", - "namespace":"clojure.contrib.http.agent", - "line":350, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj", - "var-type":"function", - "arglists":[["http-agnt"]], "doc": "Returns true if the HTTP response code was in the 200-299 range.", - "name":"success?"}, - {"source-url": + "var-type":"function", + "line":350, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/agent.clj"}, + {"arglists":[["url"]], + "name":"http-connection", + "namespace":"clojure.contrib.http.connection", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ee6e4bf2d912419dd180b712d32e817a479f14e8\/src\/clojure\/contrib\/http\/connection.clj#L21", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ee6e4bf2d912419dd180b712d32e817a479f14e8\/src\/clojure\/contrib\/http\/connection.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.connection-api.html#clojure.contrib.http.connection\/http-connection", - "namespace":"clojure.contrib.http.connection", + "doc":"Opens an HttpURLConnection at the URL, handled by as-url.", + "var-type":"function", "line":21, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/connection.clj", - "var-type":"function", - "arglists":[["url"]], - "doc":"Opens an HttpURLConnection at the URL, handled by as-url.", - "name":"http-connection"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/http\/connection.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ee6e4bf2d912419dd180b712d32e817a479f14e8\/src\/clojure\/contrib\/http\/connection.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/ee6e4bf2d912419dd180b712d32e817a479f14e8\/src\/clojure\/contrib\/http\/connection.clj#L26", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/http.connection-api.html#clojure.contrib.http.connection\/send-request-entity", @@ -3304,46 +3736,54 @@ "var-type":"multimethod", "doc":"Transmits a request entity body.", "name":"send-request-entity"}, - {"source-url": + {"arglists":[["class", "&", "fields-and-methods"]], + "name":"import-static", + "namespace":"clojure.contrib.import-static", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/import_static.clj#L22", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/import_static.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/import-static-api.html#clojure.contrib.import-static\/import-static", - "namespace":"clojure.contrib.import-static", - "line":22, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/import_static.clj", - "var-type":"macro", - "arglists":[["class", "&", "fields-and-methods"]], "doc": "Imports the named static fields and\/or static methods of the class\nas (private) symbols in the current namespace.\n\nExample: \n user=> (import-static java.lang.Math PI sqrt)\n nil\n user=> PI\n 3.141592653589793\n user=> (sqrt 16)\n 4.0\n\nNote: The class name must be fully qualified, even if it has already\nbeen imported. Static methods are defined as MACROS, not\nfirst-class fns.", - "name":"import-static"}, - {"source-url": + "var-type":"macro", + "line":22, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/import_static.clj"}, + {"arglists":[["jar-file"]], + "name":"filenames-in-jar", + "namespace":"clojure.contrib.jar", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/jar.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/jar.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jar-api.html#clojure.contrib.jar\/filenames-in-jar", - "namespace":"clojure.contrib.jar", - "line":29, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jar.clj", - "var-type":"function", - "arglists":[["jar-file"]], "doc": "Returns a sequence of Strings naming the non-directory entries in\nthe JAR file.", - "name":"filenames-in-jar"}, - {"source-url": + "var-type":"function", + "line":29, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jar.clj"}, + {"arglists":[["file"]], + "name":"jar-file?", + "namespace":"clojure.contrib.jar", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/jar.clj#L22", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/jar.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jar-api.html#clojure.contrib.jar\/jar-file?", - "namespace":"clojure.contrib.jar", - "line":22, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jar.clj", - "var-type":"function", - "arglists":[["file"]], "doc": "Returns true if file is a normal file with a .jar or .JAR extension.", - "name":"jar-file?"}, - {"source-url": + "var-type":"function", + "line":22, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jar.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L75", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/as-file", @@ -3355,108 +3795,126 @@ "doc": "Interpret a String or a java.io.File as a File. Building block\nfor clojure.contrib.java-utils\/file, which you should prefer\nin most cases.", "name":"as-file"}, - {"source-url": + {"arglists":[["m"]], + "name":"as-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L152", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/as-properties", - "namespace":"clojure.contrib.java-utils", - "line":152, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["m"]], "doc": "Convert any seq of pairs to a java.utils.Properties instance.\nUses as-str to convert both keys and values into strings.", - "name":"as-properties"}, - {"source-url": + "var-type":"function", + "line":152, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[[], ["x"], ["x", "&", "ys"]], + "name":"as-str", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L92", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/as-str", - "namespace":"clojure.contrib.java-utils", - "line":92, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[[], ["x"], ["x", "&", "ys"]], "doc": "Like clojure.core\/str, but if an argument is a keyword or symbol,\nits name will be used instead of its literal representation.\n\nExample:\n (str :foo :bar) ;;=> \":foo:bar\"\n (as-str :foo :bar) ;;=> \"foobar\" \n\nNote that this does not apply to keywords or symbols nested within\ndata structures; they will be rendered as with str.\n\nExample:\n (str {:foo :bar}) ;;=> \"{:foo :bar}\"\n (as-str {:foo :bar}) ;;=> \"{:foo :bar}\" ", - "name":"as-str"}, - {"source-url": + "var-type":"function", + "line":92, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["arg"]], + "name":"as-url", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L195", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/as-url", - "namespace":"clojure.contrib.java-utils", + "doc":"Coerces argument (URL, URI, or String) to a java.net.URL.", + "var-type":"multimethod", "line":195, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"multimethod", - "arglists":[["arg"]], - "doc":"Coerces argument (URL, URI, or String) to a java.net.URL.", - "name":"as-url"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["f", "&", ["silently"]]], + "name":"delete-file", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L178", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/delete-file", - "namespace":"clojure.contrib.java-utils", - "line":178, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["f", "&", ["silently"]]], "doc": "Delete file f. Raise an exception if it fails unless silently is true.", - "name":"delete-file"}, - {"source-url": + "var-type":"function", + "line":178, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["f", "&", ["silently"]]], + "name":"delete-file-recursively", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L185", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/delete-file-recursively", - "namespace":"clojure.contrib.java-utils", - "line":185, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["f", "&", ["silently"]]], "doc": "Delete file f. If it's a directory, recursively delete all its contents.\nRaise an exception if any deletion fails unless silently is true.", - "name":"delete-file-recursively"}, - {"source-url": + "var-type":"function", + "line":185, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"arglists": + [["arg"], ["parent", "child"], ["parent", "child", "&", "more"]], + "name":"file", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L83", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/file", - "namespace":"clojure.contrib.java-utils", + "doc":"Returns a java.io.File from string or file args.", + "var-type":"function", "line":83, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists": - [["arg"], ["parent", "child"], ["parent", "child", "&", "more"]], - "doc":"Returns a java.io.File from string or file args.", - "name":"file"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["stringable"], ["stringable", "default"]], + "name":"get-system-property", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L117", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/get-system-property", - "namespace":"clojure.contrib.java-utils", + "doc":"Get a system property.", + "var-type":"function", "line":117, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["stringable"], ["stringable", "default"]], - "doc":"Get a system property.", - "name":"get-system-property"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["file-able"]], + "name":"read-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L162", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/read-properties", - "namespace":"clojure.contrib.java-utils", + "doc":"Read properties from file-able.", + "var-type":"function", "line":162, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["file-able"]], - "doc":"Read properties from file-able.", - "name":"read-properties"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L62", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/relative-path-string", @@ -3468,93 +3926,109 @@ "doc": "Interpret a String or java.io.File as a relative path string. \nBuilding block for clojure.contrib.java-utils\/file.", "name":"relative-path-string"}, - {"source-url": + {"arglists":[["settings"]], + "name":"set-system-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L124", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/set-system-properties", - "namespace":"clojure.contrib.java-utils", + "doc":"Set some system properties. Nil clears a property.", + "var-type":"function", "line":124, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["settings"]], - "doc":"Set some system properties. Nil clears a property.", - "name":"set-system-properties"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["class-name", "field-name", "obj"]], + "name":"wall-hack-field", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L218", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/wall-hack-field", - "namespace":"clojure.contrib.java-utils", + "doc":"Access to private or protected field.", + "var-type":"function", "line":218, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["class-name", "field-name", "obj"]], - "doc":"Access to private or protected field.", - "name":"wall-hack-field"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"arglists": + [["class-name", "method-name", "params", "obj", "&", "args"]], + "name":"wall-hack-method", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L208", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/wall-hack-method", - "namespace":"clojure.contrib.java-utils", - "line":208, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists": - [["class-name", "method-name", "params", "obj", "&", "args"]], "doc": "Calls a private or protected method.\nparams is a vector of class which correspond to the arguments to the method\nobj is nil for static methods, the instance object otherwise\nthe method name is given as a symbol or a keyword (something Named)", - "name":"wall-hack-method"}, - {"source-url": + "var-type":"function", + "line":208, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["settings", "&", "body"]], + "name":"with-system-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L132", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/with-system-properties", - "namespace":"clojure.contrib.java-utils", - "line":132, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"macro", - "arglists":[["settings", "&", "body"]], "doc": "setting => property-name value\n\nSets the system properties to the supplied values, executes the body, and\nsets the properties back to their original values. Values of nil are\ntranslated to a clearing of the property.", - "name":"with-system-properties"}, - {"source-url": + "var-type":"macro", + "line":132, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["m", "file-able"], ["m", "file-able", "comments"]], + "name":"write-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj#L169", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/write-properties", - "namespace":"clojure.contrib.java-utils", + "doc":"Write properties to file-able.", + "var-type":"function", "line":169, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["m", "file-able"], ["m", "file-able", "comments"]], - "doc":"Write properties to file-able.", - "name":"write-properties"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["url"]], + "name":"open-url-in-browser", + "namespace":"clojure.contrib.javadoc.browse", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/dd497fb5154f8a26f9a09af7361981cb196bdf67\/src\/clojure\/contrib\/javadoc\/browse.clj#L25", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/dd497fb5154f8a26f9a09af7361981cb196bdf67\/src\/clojure\/contrib\/javadoc\/browse.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/javadoc.browse-api.html#clojure.contrib.javadoc.browse\/open-url-in-browser", - "namespace":"clojure.contrib.javadoc.browse", - "line":25, - "file":"clojure\/contrib\/javadoc\/browse.clj", - "var-type":"function", - "arglists":[["url"]], "doc": "Opens url (a string) in the default system web browser. May not\nwork on all platforms. Returns url on success, nil if not\nsupported.", - "name":"open-url-in-browser"}, - {"source-url": + "var-type":"function", + "line":25, + "file":"clojure\/contrib\/javadoc\/browse.clj"}, + {"arglists":[["url"]], + "name":"open-url-in-swing", + "namespace":"clojure.contrib.javadoc.browse", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/dd497fb5154f8a26f9a09af7361981cb196bdf67\/src\/clojure\/contrib\/javadoc\/browse.clj#L40", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/dd497fb5154f8a26f9a09af7361981cb196bdf67\/src\/clojure\/contrib\/javadoc\/browse.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/javadoc.browse-api.html#clojure.contrib.javadoc.browse\/open-url-in-swing", - "namespace":"clojure.contrib.javadoc.browse", - "line":40, - "file":"clojure\/contrib\/javadoc\/browse.clj", - "var-type":"function", - "arglists":[["url"]], "doc":"Opens url (a string) in a Swing window.", - "name":"open-url-in-swing"}, - {"source-url": + "var-type":"function", + "line":40, + "file":"clojure\/contrib\/javadoc\/browse.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj#L83", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/*connection*", @@ -3566,71 +4040,83 @@ "doc": "The connection to be used for JMX ops. Defaults to the local process.", "name":"*connection*"}, - {"source-url": + {"arglists":[["string-or-name"]], + "name":"as-object-name", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx\/data.clj#L26", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/as-object-name", - "namespace":"clojure.contrib.jmx", + "doc":"Interpret an object as a JMX ObjectName.", + "var-type":"multimethod", "line":26, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj", - "var-type":"multimethod", - "arglists":[["string-or-name"]], - "doc":"Interpret an object as a JMX ObjectName.", - "name":"as-object-name"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["object-name", "attr-name"]], + "name":"attribute-info", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f92114c9cce5e892765549cdb0df640dc3ab52a5\/src\/clojure\/contrib\/jmx\/client.clj#L69", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/attribute-info", - "namespace":"clojure.contrib.jmx", + "doc":"Get the MBeanAttributeInfo for an attribute", + "var-type":"function", "line":69, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["object-name", "attr-name"]], - "doc":"Get the MBeanAttributeInfo for an attribute", - "name":"attribute-info"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n"]], + "name":"attribute-names", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/attribute-names", - "namespace":"clojure.contrib.jmx", + "doc":"All attribute names available on an MBean.", + "var-type":"function", "line":95, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"All attribute names available on an MBean.", - "name":"attribute-names"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx.clj"}, + {"arglists": + [["attr-name", "attr-value"], + ["name", "type", "desc", "readable?", "writable?", "is?"]], + "name":"build-attribute-info", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx\/data.clj#L91", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/build-attribute-info", - "namespace":"clojure.contrib.jmx", - "line":91, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists": - [["attr-name", "attr-value"], - ["name", "type", "desc", "readable?", "writable?", "is?"]], "doc": "Construct an MBeanAttributeInfo. Normally called with a key\/value pair from a Clojure map.", - "name":"build-attribute-info"}, - {"source-url": + "var-type":"function", + "line":91, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["value"]], + "name":"guess-attribute-typename", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx\/data.clj#L85", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/guess-attribute-typename", - "namespace":"clojure.contrib.jmx", - "line":85, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[["value"]], "doc": "Guess the attribute typename for MBeanAttributeInfo based on the attribute value.", - "name":"guess-attribute-typename"}, - {"source-url": + "var-type":"function", + "line":85, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx\/data.clj#L64", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/jmx->clj", @@ -3642,147 +4128,171 @@ "doc": "Coerce JMX data structures into Clojure data.\nHandles CompositeData, TabularData, maps, and atoms.", "name":"jmx->clj"}, - {"source-url": + {"arglists":[[], ["overrides"]], + "name":"jmx-url", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx\/data.clj#L19", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/jmx-url", - "namespace":"clojure.contrib.jmx", + "doc":"Build a JMX URL from options.", + "var-type":"function", "line":19, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[[], ["overrides"]], - "doc":"Build a JMX URL from options.", - "name":"jmx-url"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["attr-map"]], + "name":"map->attribute-infos", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx\/data.clj#L100", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/map->attribute-infos", - "namespace":"clojure.contrib.jmx", - "line":100, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[["attr-map"]], "doc": "Construct an MBeanAttributeInfo[] from a Clojure associative.", - "name":"map->attribute-infos"}, - {"source-url": + "var-type":"function", + "line":100, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["k"]], + "name":"maybe-atomize", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx\/data.clj#L44", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/maybe-atomize", - "namespace":"clojure.contrib.jmx", - "line":44, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[["k"]], "doc": "Convert a list of length 1 into its contents, leaving other things alone.\nUsed to simplify keys in the tabular data API.", - "name":"maybe-atomize"}, - {"source-url": + "var-type":"function", + "line":44, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["s"]], + "name":"maybe-keywordize", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx\/data.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/maybe-keywordize", - "namespace":"clojure.contrib.jmx", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Convert a string key to a keyword, leaving other types alone. Used to\nsimplify keys in the tabular data API.", - "name":"maybe-keywordize"}, - {"source-url": + "var-type":"function", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["n"]], + "name":"mbean", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj#L114", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/mbean", - "namespace":"clojure.contrib.jmx", - "line":114, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "Like clojure.core\/bean, but for JMX beans. Returns a read-only map of\na JMX bean's attributes. If an attribute it not supported, value is\nset to the exception thrown.", - "name":"mbean"}, - {"source-url": + "var-type":"function", + "line":114, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx.clj"}, + {"arglists":[["n"]], + "name":"mbean-names", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/mbean-names", - "namespace":"clojure.contrib.jmx", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "Finds all MBeans matching a name on the current *connection*.", - "name":"mbean-names"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx.clj"}, + {"arglists":[["n", "op"]], + "name":"op-param-types", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f92114c9cce5e892765549cdb0df640dc3ab52a5\/src\/clojure\/contrib\/jmx\/client.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/op-param-types", - "namespace":"clojure.contrib.jmx", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "op"]], "doc": "The parameter types (as class name strings) for operation op on n. Used for invoke.", - "name":"op-param-types"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n", "op"]], + "name":"operation", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f92114c9cce5e892765549cdb0df640dc3ab52a5\/src\/clojure\/contrib\/jmx\/client.clj#L85", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/operation", - "namespace":"clojure.contrib.jmx", - "line":85, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "op"]], "doc": "The MBeanOperationInfo for operation op on mbean n. Used for invoke.", - "name":"operation"}, - {"source-url": + "var-type":"function", + "line":85, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n"]], + "name":"operation-names", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj#L101", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/operation-names", - "namespace":"clojure.contrib.jmx", + "doc":"All operation names available on an MBean.", + "var-type":"function", "line":101, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"All operation names available on an MBean.", - "name":"operation-names"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx.clj"}, + {"arglists":[["n"]], + "name":"operations", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f92114c9cce5e892765549cdb0df640dc3ab52a5\/src\/clojure\/contrib\/jmx\/client.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/operations", - "namespace":"clojure.contrib.jmx", + "doc":"All oeprations available on an MBean.", + "var-type":"function", "line":80, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"All oeprations available on an MBean.", - "name":"operations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n", "attr"]], + "name":"raw-read", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f92114c9cce5e892765549cdb0df640dc3ab52a5\/src\/clojure\/contrib\/jmx\/client.clj#L30", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/raw-read", - "namespace":"clojure.contrib.jmx", - "line":30, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "attr"]], "doc": "Read an mbean property. Returns low-level Java object model for composites, tabulars, etc.\nMost callers should use read.", - "name":"raw-read"}, - {"source-url": + "var-type":"function", + "line":30, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f92114c9cce5e892765549cdb0df640dc3ab52a5\/src\/clojure\/contrib\/jmx\/client.clj#L36", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/read", @@ -3793,7 +4303,9 @@ "var-type":"var", "doc":"Read an mbean property.", "name":"read"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f92114c9cce5e892765549cdb0df640dc3ab52a5\/src\/clojure\/contrib\/jmx\/client.clj#L40", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/read-exceptions", @@ -3805,45 +4317,53 @@ "doc": "Exceptions that might be thrown if you try to read an unsupported attribute.\nby testing agains jconsole and Tomcat. This is dreadful and ad-hoc but I did not\nwant to swallow all exceptions.", "name":"read-exceptions"}, - {"source-url": + {"arglists":[["n", "attr"]], + "name":"read-supported", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f92114c9cce5e892765549cdb0df640dc3ab52a5\/src\/clojure\/contrib\/jmx\/client.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/read-supported", - "namespace":"clojure.contrib.jmx", - "line":50, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "attr"]], "doc": "Calls read to read an mbean property, *returning* unsupported operation exceptions instead of throwing them.\nUsed to keep mbean from blowing up. Note that some terribly-behaved mbeans use java.lang.InternalError to\nindicate an unsupported operation!", - "name":"read-supported"}, - {"source-url": + "var-type":"function", + "line":50, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n", "attr"]], + "name":"readable?", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f92114c9cce5e892765549cdb0df640dc3ab52a5\/src\/clojure\/contrib\/jmx\/client.clj#L75", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/readable?", - "namespace":"clojure.contrib.jmx", + "doc":"Is attribute readable?", + "var-type":"function", "line":75, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "attr"]], - "doc":"Is attribute readable?", - "name":"readable?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["opts", "&", "body"]], + "name":"with-connection", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f92114c9cce5e892765549cdb0df640dc3ab52a5\/src\/clojure\/contrib\/jmx\/client.clj#L19", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf\/src\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/with-connection", - "namespace":"clojure.contrib.jmx", - "line":19, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj", - "var-type":"macro", - "arglists":[["opts", "&", "body"]], "doc": "Execute body with JMX connection specified by opts (:port).", - "name":"with-connection"}, - {"source-url": + "var-type":"macro", + "line":19, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/jmx\/client.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/json\/read.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/json\/read.clj#L55", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json.read-api.html#clojure.contrib.json.read\/*json-keyword-keys*", @@ -3855,69 +4375,81 @@ "doc": "If true, JSON object keys will be converted to keywords\ninstead of strings. Defaults to false. There are no checks that\nthe strings form valid keywords.", "name":"*json-keyword-keys*"}, - {"source-url": + {"arglists":[[], ["s"], ["stream", "eof-error?", "eof-value"]], + "name":"read-json", + "namespace":"clojure.contrib.json.read", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/json\/read.clj#L143", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/json\/read.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json.read-api.html#clojure.contrib.json.read\/read-json", - "namespace":"clojure.contrib.json.read", - "line":143, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/json\/read.clj", - "var-type":"function", - "arglists":[[], ["s"], ["stream", "eof-error?", "eof-value"]], "doc": "Read one JSON record from s, which may be a String or a\njava.io.PushbackReader.", - "name":"read-json"}, - {"source-url": + "var-type":"function", + "line":143, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/json\/read.clj"}, + {"arglists":[["x"]], + "name":"json-str", + "namespace":"clojure.contrib.json.write", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/json\/write.clj#L138", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/json\/write.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json.write-api.html#clojure.contrib.json.write\/json-str", - "namespace":"clojure.contrib.json.write", + "doc":"Converts x to a JSON-formatted string.", + "var-type":"function", "line":138, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/json\/write.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Converts x to a JSON-formatted string.", - "name":"json-str"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/json\/write.clj"}, + {"arglists":[["x"]], + "name":"print-json", + "namespace":"clojure.contrib.json.write", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/json\/write.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5\/src\/clojure\/contrib\/json\/write.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json.write-api.html#clojure.contrib.json.write\/print-json", - "namespace":"clojure.contrib.json.write", - "line":50, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/json\/write.clj", - "var-type":"multimethod", - "arglists":[["x"]], "doc": "Prints x as JSON. Nil becomes JSON null. Keywords become\nstrings, without the leading colon. Maps become JSON objects, all\nother collection types become JSON arrays. Java arrays become JSON\narrays. Unicode characters in strings are escaped as \\uXXXX.\nNumbers print as with pr.", - "name":"print-json"}, - {"source-url": + "var-type":"multimethod", + "line":50, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/json\/write.clj"}, + {"arglists":[[]], + "name":"fibs", + "namespace":"clojure.contrib.lazy-seqs", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/dd497fb5154f8a26f9a09af7361981cb196bdf67\/src\/clojure\/contrib\/lazy_seqs.clj#L78", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/dd497fb5154f8a26f9a09af7361981cb196bdf67\/src\/clojure\/contrib\/lazy_seqs.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-seqs-api.html#clojure.contrib.lazy-seqs\/fibs", - "namespace":"clojure.contrib.lazy-seqs", + "doc":"Returns a lazy sequence of all the Fibonacci numbers.", + "var-type":"function", "line":78, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/lazy_seqs.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns a lazy sequence of all the Fibonacci numbers.", - "name":"fibs"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/lazy_seqs.clj"}, + {"arglists":[[]], + "name":"powers-of-2", + "namespace":"clojure.contrib.lazy-seqs", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/dd497fb5154f8a26f9a09af7361981cb196bdf67\/src\/clojure\/contrib\/lazy_seqs.clj#L83", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/dd497fb5154f8a26f9a09af7361981cb196bdf67\/src\/clojure\/contrib\/lazy_seqs.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-seqs-api.html#clojure.contrib.lazy-seqs\/powers-of-2", - "namespace":"clojure.contrib.lazy-seqs", + "doc":"Returns a lazy sequence of all the powers of 2", + "var-type":"function", "line":83, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/lazy_seqs.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns a lazy sequence of all the powers of 2", - "name":"powers-of-2"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/lazy_seqs.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/dd497fb5154f8a26f9a09af7361981cb196bdf67\/src\/clojure\/contrib\/lazy_seqs.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/dd497fb5154f8a26f9a09af7361981cb196bdf67\/src\/clojure\/contrib\/lazy_seqs.clj#L62", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-seqs-api.html#clojure.contrib.lazy-seqs\/primes", @@ -3928,60 +4460,70 @@ "var-type":"var", "doc":"Lazy sequence of all the prime numbers.", "name":"primes"}, - {"source-url": + {"arglists":[["x", "&", "opts"]], + "name":"emit", + "namespace":"clojure.contrib.lazy-xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/acbd2097ddfbe5db48b486b6b706bdb59d412a69\/src\/clojure\/contrib\/lazy_xml.clj#L141", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/acbd2097ddfbe5db48b486b6b706bdb59d412a69\/src\/clojure\/contrib\/lazy_xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-xml-api.html#clojure.contrib.lazy-xml\/emit", - "namespace":"clojure.contrib.lazy-xml", - "line":141, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/lazy_xml.clj", - "var-type":"function", - "arglists":[["x", "&", "opts"]], "doc": "Prints an <?xml?> declaration line, and then calls emit-element", - "name":"emit"}, - {"source-url": + "var-type":"function", + "line":141, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/lazy_xml.clj"}, + {"arglists":[["e", "&", "opts"]], + "name":"emit-element", + "namespace":"clojure.contrib.lazy-xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/acbd2097ddfbe5db48b486b6b706bdb59d412a69\/src\/clojure\/contrib\/lazy_xml.clj#L118", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/acbd2097ddfbe5db48b486b6b706bdb59d412a69\/src\/clojure\/contrib\/lazy_xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-xml-api.html#clojure.contrib.lazy-xml\/emit-element", - "namespace":"clojure.contrib.lazy-xml", - "line":118, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/lazy_xml.clj", - "var-type":"function", - "arglists":[["e", "&", "opts"]], "doc": "Recursively prints as XML text the element struct e. To have it\nprint extra whitespace like clojure.xml\/emit, use the :pad true\noption.", - "name":"emit-element"}, - {"source-url": + "var-type":"function", + "line":118, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/lazy_xml.clj"}, + {"arglists": + [["s"], ["s", "startparse"], ["s", "startparse", "queue-size"]], + "name":"parse-seq", + "namespace":"clojure.contrib.lazy-xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/acbd2097ddfbe5db48b486b6b706bdb59d412a69\/src\/clojure\/contrib\/lazy_xml.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/acbd2097ddfbe5db48b486b6b706bdb59d412a69\/src\/clojure\/contrib\/lazy_xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-xml-api.html#clojure.contrib.lazy-xml\/parse-seq", - "namespace":"clojure.contrib.lazy-xml", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/lazy_xml.clj", - "var-type":"function", - "arglists": - [["s"], ["s", "startparse"], ["s", "startparse", "queue-size"]], "doc": "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy sequence of maps with two or more of\nthe keys :type, :name, :attrs, and :str. Other SAX-compatible\nparsers can be supplied by passing startparse, a fn taking a source\nand a ContentHandler and returning a parser. If a parser is\nspecified, it will be run in a separate thread and be allowed to get\nahead by queue-size items, which defaults to maxint. If no parser\nis specified and org.xmlpull.v1.XmlPullParser is in the classpath,\nthis superior pull parser will be used.", - "name":"parse-seq"}, - {"source-url": + "var-type":"function", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/lazy_xml.clj"}, + {"arglists":[["s"], ["s", "startparse", "queue-size"]], + "name":"parse-trim", + "namespace":"clojure.contrib.lazy-xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/acbd2097ddfbe5db48b486b6b706bdb59d412a69\/src\/clojure\/contrib\/lazy_xml.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/acbd2097ddfbe5db48b486b6b706bdb59d412a69\/src\/clojure\/contrib\/lazy_xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-xml-api.html#clojure.contrib.lazy-xml\/parse-trim", - "namespace":"clojure.contrib.lazy-xml", - "line":95, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/lazy_xml.clj", - "var-type":"function", - "arglists":[["s"], ["s", "startparse", "queue-size"]], "doc": "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy tree of the clojure.xml\/element\nstruct-map, which has the keys :tag, :attrs, and :content and\naccessor fns tag, attrs, and content, with the whitespace trimmed\nfrom around each content string. This format is compatible with what\nclojure.xml\/parse produces, except :content is a lazy seq instead of\na vector. Other SAX-compatible parsers can be supplied by passing\nstartparse, a fn taking a source and a ContentHandler and returning\na parser. If a parser is specified, it will be run in a separate\nthread and be allowed to get ahead by queue-size items, which\ndefaults to maxing. If no parser is specified and\norg.xmlpull.v1.XmlPullParser is in the classpath, this superior pull\nparser will be used.", - "name":"parse-trim"}, - {"source-url": + "var-type":"function", + "line":95, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/lazy_xml.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L202", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/*allow-direct-logging*", @@ -3993,7 +4535,9 @@ "doc": "A boolean indicating whether direct logging (as opposed to via an agent) is\nallowed when not operating from within a transaction. Defaults to true.", "name":"*allow-direct-logging*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L190", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/*impl-name*", @@ -4004,7 +4548,9 @@ "var-type":"var", "doc":"The name of the logging implementation used.", "name":"*impl-name*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L196", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/*logging-agent*", @@ -4016,69 +4562,81 @@ "doc": "The default agent used for performing logging durng a transaction or when\ndirect logging is disabled.", "name":"*logging-agent*"}, - {"source-url": + {"arglists":[["_", "log", "level", "message", "throwable"]], + "name":"agent-write!", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L208", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/agent-write!", - "namespace":"clojure.contrib.logging", - "line":208, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[["_", "log", "level", "message", "throwable"]], "doc": "Writes the message immediately, and ignores the first argument. Used by the\nlogging agent. End-users should never need to call this function.", - "name":"agent-write!"}, - {"source-url": + "var-type":"function", + "line":208, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists":[["message"], ["message", "throwable"]], + "name":"debug", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L316", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/debug", - "namespace":"clojure.contrib.logging", + "doc":"Logs a message at the debug level.", + "var-type":"macro", "line":316, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["message"], ["message", "throwable"]], - "doc":"Logs a message at the debug level.", - "name":"debug"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists":[["level"], ["level", "log-ns"]], + "name":"enabled?", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L232", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/enabled?", - "namespace":"clojure.contrib.logging", - "line":232, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["level"], ["level", "log-ns"]], "doc": "Returns true if the specific logging level is enabled. Use of this function\nshould only be necessary if one needs to execute alternate code paths beyond\nwhether the log should be written to.", - "name":"enabled?"}, - {"source-url": + "var-type":"macro", + "line":232, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists":[["message"], ["message", "throwable"]], + "name":"error", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L337", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/error", - "namespace":"clojure.contrib.logging", + "doc":"Logs a message at the error level.", + "var-type":"macro", "line":337, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["message"], ["message", "throwable"]], - "doc":"Logs a message at the error level.", - "name":"error"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists":[["message"], ["message", "throwable"]], + "name":"fatal", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L344", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/fatal", - "namespace":"clojure.contrib.logging", + "doc":"Logs a message at the fatal level.", + "var-type":"macro", "line":344, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["message"], ["message", "throwable"]], - "doc":"Logs a message at the fatal level.", - "name":"fatal"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L190", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/impl-enabled?", @@ -4090,7 +4648,9 @@ "doc": "Implementation-specific check if a particular level is enabled. End-users\nshould not need to call this function.", "name":"impl-enabled?"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L190", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/impl-get-log", @@ -4102,7 +4662,9 @@ "doc": "Returns an implementation-specific log by string namespace. End-users should\nnot need to call this function.", "name":"impl-get-log"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L190", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/impl-write!", @@ -4114,737 +4676,859 @@ "doc": "Implementation-specific write of a log message. End-users should not need to\ncall this function.", "name":"impl-write!"}, - {"source-url": + {"arglists":[["message"], ["message", "throwable"]], + "name":"info", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L323", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/info", - "namespace":"clojure.contrib.logging", + "doc":"Logs a message at the info level.", + "var-type":"macro", "line":323, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["message"], ["message", "throwable"]], - "doc":"Logs a message at the info level.", - "name":"info"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["level", "message"], ["level", "message", "throwable"], + ["level", "message", "throwable", "log-ns"]], + "name":"log", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L215", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log", - "namespace":"clojure.contrib.logging", - "line":215, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["level", "message"], ["level", "message", "throwable"], - ["level", "message", "throwable", "log-ns"]], "doc": "Logs a message, either directly or via an agent. Also see the level-specific\nconvenience macros.", - "name":"log"}, - {"source-url": + "var-type":"macro", + "line":215, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists":[["log-ns"]], + "name":"log-capture!", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L271", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log-capture!", - "namespace":"clojure.contrib.logging", - "line":271, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[["log-ns"]], "doc": "Captures System.out and System.err, redirecting all writes of those streams\nto :info and :error logging, respectively. The specified log-ns value will\nbe used to namespace all redirected logging. NOTE: this will not redirect\noutput of *out* or *err*; for that, use with-logs.", - "name":"log-capture!"}, - {"source-url": + "var-type":"function", + "line":271, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists":[["level", "log-ns"]], + "name":"log-stream", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L249", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log-stream", - "namespace":"clojure.contrib.logging", - "line":249, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[["level", "log-ns"]], "doc": "Creates a PrintStream that will output to the log. End-users should not need\nto invoke this function.", - "name":"log-stream"}, - {"source-url": + "var-type":"function", + "line":249, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists":[[]], + "name":"log-uncapture!", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L287", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log-uncapture!", - "namespace":"clojure.contrib.logging", - "line":287, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[[]], "doc": "Restores System.out and System.err to their original values.", - "name":"log-uncapture!"}, - {"source-url": + "var-type":"function", + "line":287, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists":[["expr"]], + "name":"spy", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L242", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/spy", - "namespace":"clojure.contrib.logging", - "line":242, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["expr"]], "doc": "Evaluates expr and outputs the form and its result to the debug log; returns \nthe result of expr.", - "name":"spy"}, - {"source-url": + "var-type":"macro", + "line":242, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists":[["message"], ["message", "throwable"]], + "name":"trace", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L309", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/trace", - "namespace":"clojure.contrib.logging", + "doc":"Logs a message at the trace level.", + "var-type":"macro", "line":309, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["message"], ["message", "throwable"]], - "doc":"Logs a message at the trace level.", - "name":"trace"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists":[["message"], ["message", "throwable"]], + "name":"warn", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L330", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/warn", - "namespace":"clojure.contrib.logging", + "doc":"Logs a message at the warn level.", + "var-type":"macro", "line":330, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["message"], ["message", "throwable"]], - "doc":"Logs a message at the warn level.", - "name":"warn"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists":[["log-ns", "&", "body"]], + "name":"with-logs", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj#L297", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cd69d778f5a08810d4b934dbfc08f400ed34146a\/src\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/with-logs", - "namespace":"clojure.contrib.logging", - "line":297, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["log-ns", "&", "body"]], "doc": "Evaluates exprs in a context in which *out* and *err* are bound to :info and\n:error logging, respectively. The specified log-ns value will be used to\nnamespace all redirected logging.", - "name":"with-logs"}, - {"source-url": + "var-type":"macro", + "line":297, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/logging.clj"}, + {"arglists":[["symbol", "expansion"]], + "name":"defsymbolmacro", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj#L199", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/defsymbolmacro", - "namespace":"clojure.contrib.macro-utils", - "line":199, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["symbol", "expansion"]], "doc": "Define a symbol macro. Because symbol macros are not part of\nClojure's built-in macro expansion system, they can be used only\ninside a with-symbol-macros form.", - "name":"defsymbolmacro"}, - {"source-url": + "var-type":"macro", + "line":199, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["name", "params", "&", "forms"]], + "name":"deftemplate", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj#L213", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/deftemplate", - "namespace":"clojure.contrib.macro-utils", - "line":213, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["name", "params", "&", "forms"]], "doc": "Define a macro that expands into forms after replacing the\nsymbols in params (a vector) by the corresponding parameters\ngiven in the macro call.", - "name":"deftemplate"}, - {"source-url": + "var-type":"macro", + "line":213, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["fn-bindings", "&", "exprs"]], + "name":"macrolet", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj#L178", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/macrolet", - "namespace":"clojure.contrib.macro-utils", - "line":178, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["fn-bindings", "&", "exprs"]], "doc": "Define local macros that are used in the expansion of exprs. The\nsyntax is the same as for letfn forms.", - "name":"macrolet"}, - {"source-url": + "var-type":"macro", + "line":178, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["form"]], + "name":"mexpand", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj#L233", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/mexpand", - "namespace":"clojure.contrib.macro-utils", - "line":233, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"function", - "arglists":[["form"]], "doc": "Like clojure.core\/macroexpand, but takes into account symbol macros.", - "name":"mexpand"}, - {"source-url": + "var-type":"function", + "line":233, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["form"]], + "name":"mexpand-1", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj#L225", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/mexpand-1", - "namespace":"clojure.contrib.macro-utils", - "line":225, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"function", - "arglists":[["form"]], "doc": "Like clojure.core\/macroexpand-1, but takes into account symbol macros.", - "name":"mexpand-1"}, - {"source-url": + "var-type":"function", + "line":225, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["form"]], + "name":"mexpand-all", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj#L241", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/mexpand-all", - "namespace":"clojure.contrib.macro-utils", - "line":241, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"function", - "arglists":[["form"]], "doc":"Perform a full recursive macro expansion of a form.", - "name":"mexpand-all"}, - {"source-url": + "var-type":"function", + "line":241, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["symbol-bindings", "&", "exprs"]], + "name":"symbol-macrolet", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj#L189", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/symbol-macrolet", - "namespace":"clojure.contrib.macro-utils", - "line":189, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["symbol-bindings", "&", "exprs"]], "doc": "Define local symbol macros that are used in the expansion of exprs.\nThe syntax is the same as for let forms.", - "name":"symbol-macrolet"}, - {"source-url": + "var-type":"macro", + "line":189, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["&", "exprs"]], + "name":"with-symbol-macros", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj#L208", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/39618b6d881fb0c3b52de4929aa34134bb32ffdb\/src\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/with-symbol-macros", - "namespace":"clojure.contrib.macro-utils", - "line":208, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["&", "exprs"]], "doc":"Fully expand exprs, including symbol macros.", - "name":"with-symbol-macros"}, - {"source-url": + "var-type":"macro", + "line":208, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["expr"]], + "name":"const", + "namespace":"clojure.contrib.macros", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/59b6a660707837af10b69cc67fe9033ba528d22f\/src\/clojure\/contrib\/macros.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/59b6a660707837af10b69cc67fe9033ba528d22f\/src\/clojure\/contrib\/macros.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macros-api.html#clojure.contrib.macros\/const", - "namespace":"clojure.contrib.macros", - "line":18, - "file":"clojure\/contrib\/macros.clj", - "var-type":"macro", - "arglists":[["expr"]], "doc":"Evaluate the constant expression expr at compile time.", - "name":"const"}, - {"source-url": + "var-type":"macro", + "line":18, + "file":"clojure\/contrib\/macros.clj"}, + {"arglists":[["fn-bindings", "&", "exprs"]], + "name":"letfn-", + "namespace":"clojure.contrib.macros", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/59b6a660707837af10b69cc67fe9033ba528d22f\/src\/clojure\/contrib\/macros.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/59b6a660707837af10b69cc67fe9033ba528d22f\/src\/clojure\/contrib\/macros.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macros-api.html#clojure.contrib.macros\/letfn-", - "namespace":"clojure.contrib.macros", - "line":28, - "file":"clojure\/contrib\/macros.clj", - "var-type":"macro", - "arglists":[["fn-bindings", "&", "exprs"]], "doc": "OBSOLETE: use clojure.core\/letfn\nA variant of let for local function definitions. fn-bindings consists\nof name\/args\/body triples, with (letfn [name args body] ...)\nbeing equivalent to (let [name (fn name args body)] ...).", - "name":"letfn-"}, - {"source-url": + "var-type":"macro", + "line":28, + "file":"clojure\/contrib\/macros.clj"}, + {"arglists":[["symbols?", "&", "body"]], + "name":"with-direct-linking", + "namespace":"clojure.contrib.macros", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/59b6a660707837af10b69cc67fe9033ba528d22f\/src\/clojure\/contrib\/macros.clj#L68", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/59b6a660707837af10b69cc67fe9033ba528d22f\/src\/clojure\/contrib\/macros.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macros-api.html#clojure.contrib.macros\/with-direct-linking", - "namespace":"clojure.contrib.macros", - "line":68, - "file":"clojure\/contrib\/macros.clj", - "var-type":"macro", - "arglists":[["symbols?", "&", "body"]], "doc": "EXPERIMENTAL!\nCompiles the functions in body with direct links to the functions\nnamed in symbols, i.e. without a var lookup for each invocation.\nSymbols is a vector of symbols that name either vars or namespaces.\nA namespace reference is replaced by the list of all symbols in the\nnamespace that are bound to functions. If symbols is not provided,\nthe default value ['clojure.core] is used. The symbol *ns* can be\nused to refer to the current namespace.", - "name":"with-direct-linking"}, - {"source-url": + "var-type":"macro", + "line":68, + "file":"clojure\/contrib\/macros.clj"}, + {"arglists":[["f", "&", "maps"]], + "name":"deep-merge-with", + "namespace":"clojure.contrib.map-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/map_utils.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/map_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/map-utils-api.html#clojure.contrib.map-utils\/deep-merge-with", - "namespace":"clojure.contrib.map-utils", - "line":41, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/map_utils.clj", - "var-type":"function", - "arglists":[["f", "&", "maps"]], "doc": "Like merge-with, but merges maps recursively, applying the given fn\nonly when there's a non-map at a particular level.\n\n(deepmerge + {:a {:b {:c 1 :d {:x 1 :y 2}} :e 3} :f 4}\n {:a {:b {:c 2 :d {:z 9} :z 3} :e 100}})\n-> {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}", - "name":"deep-merge-with"}, - {"source-url": + "var-type":"function", + "line":41, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/map_utils.clj"}, + {"arglists":[["map", "key", "not-found"]], + "name":"lazy-get", + "namespace":"clojure.contrib.map-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/map_utils.clj#L22", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/map_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/map-utils-api.html#clojure.contrib.map-utils\/lazy-get", - "namespace":"clojure.contrib.map-utils", - "line":22, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/map_utils.clj", - "var-type":"macro", - "arglists":[["map", "key", "not-found"]], "doc": "Like get, but doesn't evaluate not-found unless it is needed.", - "name":"lazy-get"}, - {"source-url": + "var-type":"macro", + "line":22, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/map_utils.clj"}, + {"arglists":[["map", "key"]], + "name":"safe-get", + "namespace":"clojure.contrib.map-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/map_utils.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/map_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/map-utils-api.html#clojure.contrib.map-utils\/safe-get", - "namespace":"clojure.contrib.map-utils", + "doc":"Like get, but throws an exception if the key is not found.", + "var-type":"function", "line":29, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/map_utils.clj", - "var-type":"function", - "arglists":[["map", "key"]], - "doc":"Like get, but throws an exception if the key is not found.", - "name":"safe-get"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/map_utils.clj"}, + {"arglists":[["map", "ks"]], + "name":"safe-get-in", + "namespace":"clojure.contrib.map-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/map_utils.clj#L35", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/map_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/map-utils-api.html#clojure.contrib.map-utils\/safe-get-in", - "namespace":"clojure.contrib.map-utils", - "line":35, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/map_utils.clj", - "var-type":"function", - "arglists":[["map", "ks"]], "doc": "Like get-in, but throws an exception if any key is not found.", - "name":"safe-get-in"}, - {"source-url": + "var-type":"function", + "line":35, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/map_utils.clj"}, + {"arglists":[["n"]], + "name":"abs", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj#L122", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/abs", - "namespace":"clojure.contrib.math", - "line":122, - "file":"clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["n"]], "doc":"(abs n) is the absolute value of n", - "name":"abs"}, - {"source-url": + "var-type":"function", + "line":122, + "file":"clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"ceil", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj#L141", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/ceil", - "namespace":"clojure.contrib.math", - "line":141, - "file":"clojure\/contrib\/math.clj", - "var-type":"multimethod", - "arglists":[["n"]], "doc": "(ceil n) returns the least integer greater than or equal to n.\nIf n is an exact number, ceil returns an integer, otherwise a double.", - "name":"ceil"}, - {"source-url": + "var-type":"multimethod", + "line":141, + "file":"clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"exact-integer-sqrt", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj#L206", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/exact-integer-sqrt", - "namespace":"clojure.contrib.math", - "line":206, - "file":"clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "(exact-integer-sqrt n) expects a non-negative integer n, and returns [s r] where n = s^2+r and n < (s+1)^2. In other words, it returns the floor of the square root and the 'remainder'.\nFor example, (exact-integer-sqrt 15) is [3 6] because 15 = 3^2+6.", - "name":"exact-integer-sqrt"}, - {"source-url": + "var-type":"function", + "line":206, + "file":"clojure\/contrib\/math.clj"}, + {"arglists":[["base", "pow"]], + "name":"expt", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj#L101", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/expt", - "namespace":"clojure.contrib.math", - "line":101, - "file":"clojure\/contrib\/math.clj", - "var-type":"multimethod", - "arglists":[["base", "pow"]], "doc": "(expt base pow) is base to the pow power.\nReturns an exact number if the base is an exact number and the power is an integer, otherwise returns a double.", - "name":"expt"}, - {"source-url": + "var-type":"multimethod", + "line":101, + "file":"clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"floor", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj#L129", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/floor", - "namespace":"clojure.contrib.math", - "line":129, - "file":"clojure\/contrib\/math.clj", - "var-type":"multimethod", - "arglists":[["n"]], "doc": "(floor n) returns the greatest integer less than or equal to n.\nIf n is an exact number, floor returns an integer, otherwise a double.", - "name":"floor"}, - {"source-url": + "var-type":"multimethod", + "line":129, + "file":"clojure\/contrib\/math.clj"}, + {"arglists":[["a", "b"]], + "name":"gcd", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj#L162", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/gcd", - "namespace":"clojure.contrib.math", - "line":162, - "file":"clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["a", "b"]], "doc":"(gcd a b) returns the greatest common divisor of a and b", - "name":"gcd"}, - {"source-url": + "var-type":"function", + "line":162, + "file":"clojure\/contrib\/math.clj"}, + {"arglists":[["a", "b"]], + "name":"lcm", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj#L169", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/lcm", - "namespace":"clojure.contrib.math", - "line":169, - "file":"clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["a", "b"]], "doc":"(lcm a b) returns the least common multiple of a and b", - "name":"lcm"}, - {"source-url": + "var-type":"function", + "line":169, + "file":"clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"round", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj#L153", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/round", - "namespace":"clojure.contrib.math", - "line":153, - "file":"clojure\/contrib\/math.clj", - "var-type":"multimethod", - "arglists":[["n"]], "doc": "(round n) rounds to the nearest integer.\nround always returns an integer. Rounds up for values exactly in between two integers.", - "name":"round"}, - {"source-url": + "var-type":"multimethod", + "line":153, + "file":"clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"sqrt", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj#L215", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/sqrt", - "namespace":"clojure.contrib.math", - "line":215, - "file":"clojure\/contrib\/math.clj", - "var-type":"multimethod", - "arglists":[["n"]], "doc":"Square root, but returns exact number if possible.", - "name":"sqrt"}, - {"source-url": + "var-type":"multimethod", + "line":215, + "file":"clojure\/contrib\/math.clj"}, + {"arglists":[["container"]], + "name":"components", + "namespace":"clojure.contrib.miglayout", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/62976a684da2984bec184324dfb3269b7de916e5\/src\/clojure\/contrib\/miglayout.clj#L75", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/62976a684da2984bec184324dfb3269b7de916e5\/src\/clojure\/contrib\/miglayout.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout\/components", - "namespace":"clojure.contrib.miglayout", - "line":75, - "file":"clojure\/contrib\/miglayout.clj", - "var-type":"function", - "arglists":[["container"]], "doc": "Returns a map from id (a keyword) to component for all components with\nan id constraint set", - "name":"components"}, - {"source-url": + "var-type":"function", + "line":75, + "file":"clojure\/contrib\/miglayout.clj"}, + {"arglists":[["container", "&", "args"]], + "name":"miglayout", + "namespace":"clojure.contrib.miglayout", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/62976a684da2984bec184324dfb3269b7de916e5\/src\/clojure\/contrib\/miglayout.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/62976a684da2984bec184324dfb3269b7de916e5\/src\/clojure\/contrib\/miglayout.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout\/miglayout", - "namespace":"clojure.contrib.miglayout", - "line":37, - "file":"clojure\/contrib\/miglayout.clj", - "var-type":"function", - "arglists":[["container", "&", "args"]], "doc": "Adds java.awt.Components to a javax.swing.JComponent with constraints\nformatted for the MiGLayout layout manager.\n\nArguments: container [item constraint*]*\n\n - container: the container for the specified components, its layout\n manager will be set to a new instance of MigLayout\n\n - an inline series of items and constraints--each item may be followed\n by zero or more constraints.\n\nItem:\n\n - An item is either a Component or one of the keywords :layout\n :column or :row. Constraints for a keyword item affect the entire\n layout.\n\nConstraint: string, keyword, vector, map, or set\n\n - A string specifies one or more constraints each with zero or more\n arguments.\n - A keyword specifies a single constraint without arguments\n - A vector specifies a single constraint with one or more arguments\n - A map specifies one or more constraints as keys, each mapped to a\n single argument\n - A set groups two or more constraints, each a string, keyword,\n vector, map, or set\n\nAny items marked with an \"id\" constraint will be included in a map from\nid to component attached to the container. The map can be retrieved using\nclojure.contrib.miglayout\/components.", - "name":"miglayout"}, - {"source-url": + "var-type":"function", + "line":37, + "file":"clojure\/contrib\/miglayout.clj"}, + {"arglists":[["buf"]], + "name":"buffer-stream", + "namespace":"clojure.contrib.mmap", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/mmap.clj#L39", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/mmap.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mmap-api.html#clojure.contrib.mmap\/buffer-stream", - "namespace":"clojure.contrib.mmap", - "line":39, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/mmap.clj", - "var-type":"function", - "arglists":[["buf"]], "doc": "Returns an InputStream for a ByteBuffer, such as returned by mmap.", - "name":"buffer-stream"}, - {"source-url": + "var-type":"function", + "line":39, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/mmap.clj"}, + {"arglists":[["f"]], + "name":"mmap", + "namespace":"clojure.contrib.mmap", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/mmap.clj#L27", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/mmap.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mmap-api.html#clojure.contrib.mmap\/mmap", - "namespace":"clojure.contrib.mmap", + "doc":"Memory-map the file named f. Returns a ByteBuffer.", + "var-type":"function", "line":27, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/mmap.clj", - "var-type":"function", - "arglists":[["f"]], - "doc":"Memory-map the file named f. Returns a ByteBuffer.", - "name":"mmap"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/mmap.clj"}, + {"arglists":[["f"]], + "name":"slurp", + "namespace":"clojure.contrib.mmap", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/mmap.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/mmap.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mmap-api.html#clojure.contrib.mmap\/slurp", - "namespace":"clojure.contrib.mmap", + "doc":"Reads the file named by f and returns it as a string.", + "var-type":"function", "line":33, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/mmap.clj", - "var-type":"function", - "arglists":[["f"]], - "doc":"Reads the file named by f and returns it as a string.", - "name":"slurp"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/mmap.clj"}, + {"arglists":[["val"], ["val", "expectation-hash"]], + "name":"calls", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L216", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/calls", - "namespace":"clojure.contrib.mock", - "line":216, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["val"], ["val", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned returned by the expected function. If both this\nand returns are specified, the return value of \"calls\" will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", - "name":"calls"}, - {"source-url": + "var-type":"function", + "line":216, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["expect-bindings", "&", "body"]], + "name":"expect", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L265", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/expect", - "namespace":"clojure.contrib.mock", - "line":265, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists":[["expect-bindings", "&", "body"]], "doc": "Use expect to redirect calls to dependent functions that are made within the\ncode under test. Instead of calling the functions that would normally be used,\ntemporary stubs are used, which can verify function parameters and call counts.\nReturn values can also be specified as needed.\nUsage:\n(expect [dep-fn (has-args [arg-pred1] (times n (returns x)))]\n (function-under-test a b c))", - "name":"expect"}, - {"source-url": + "var-type":"macro", + "line":265, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists": + [["arg-pred-forms"], ["arg-pred-forms", "expect-hash-form"]], + "name":"has-args", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L228", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/has-args", - "namespace":"clojure.contrib.mock", - "line":228, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists": - [["arg-pred-forms"], ["arg-pred-forms", "expect-hash-form"]], "doc": "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", - "name":"has-args"}, - {"source-url": + "var-type":"macro", + "line":228, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["fn-name", "args"]], + "name":"has-matching-signature?", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L105", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/has-matching-signature?", - "namespace":"clojure.contrib.mock", - "line":105, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["fn-name", "args"]], "doc": "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", - "name":"has-matching-signature?"}, - {"source-url": + "var-type":"function", + "line":105, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["arg-preds", "arg-pred-forms"]], + "name":"make-arg-checker", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L116", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/make-arg-checker", - "namespace":"clojure.contrib.mock", - "line":116, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["arg-preds", "arg-pred-forms"]], "doc": "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", - "name":"make-arg-checker"}, - {"source-url": + "var-type":"function", + "line":116, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["pred", "pred-form"]], + "name":"make-count-checker", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L131", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/make-count-checker", - "namespace":"clojure.contrib.mock", - "line":131, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["pred", "pred-form"]], "doc": "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", - "name":"make-count-checker"}, - {"source-url": + "var-type":"function", + "line":131, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["fn-name", "expectation-hash"]], + "name":"make-mock", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L150", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/make-mock", - "namespace":"clojure.contrib.mock", - "line":150, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["fn-name", "expectation-hash"]], "doc": "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker,\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", - "name":"make-mock"}, - {"source-url": + "var-type":"function", + "line":150, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["val"], ["val", "expectation-hash"]], + "name":"returns", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L205", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/returns", - "namespace":"clojure.contrib.mock", - "line":205, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["val"], ["val", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", - "name":"returns"}, - {"source-url": + "var-type":"function", + "line":205, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["times-fn"], ["times-fn", "expectation-hash"]], + "name":"times", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L246", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/times", - "namespace":"clojure.contrib.mock", - "line":246, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists":[["times-fn"], ["times-fn", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nThis function can either be specified as the first argument to times or can be\nthe result of calling times with an integer argument, in which case the\npredicate will default to being an exact match. This predicate is called at\nthe end of an expect expression to validate that an expected dependency\nfunction was called the expected number of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", - "name":"times"}, - {"source-url": + "var-type":"macro", + "line":246, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["mock-data"]], + "name":"validate-counts", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L175", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/validate-counts", - "namespace":"clojure.contrib.mock", - "line":175, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["mock-data"]], "doc": "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", - "name":"validate-counts"}, - {"source-url": + "var-type":"function", + "line":175, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[[]], + "name":"flush", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/flush", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Flush", + "var-type":"function", "line":62, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Flush", - "name":"flush"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["obj"]], + "name":"print", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj#L67", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/print", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Print obj", + "var-type":"function", "line":67, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["obj"]], - "doc":"Print obj", - "name":"print"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[[], ["obj"]], + "name":"println", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj#L72", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/println", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Print obj followed by a newline", + "var-type":"function", "line":72, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[], ["obj"]], - "doc":"Print obj followed by a newline", - "name":"println"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[[]], + "name":"read-char", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/read-char", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Read a single character", + "var-type":"function", "line":42, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Read a single character", - "name":"read-char"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[[]], + "name":"read-line", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/read-line", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Read a single line", + "var-type":"function", "line":47, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Read a single line", - "name":"read-line"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[[]], + "name":"read-lines", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj#L126", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/read-lines", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Read all lines and return them in a vector", + "var-type":"function", "line":126, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Read all lines and return them in a vector", - "name":"read-lines"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["n"]], + "name":"skip-chars", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/skip-chars", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Skip n characters", + "var-type":"function", "line":52, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"Skip n characters", - "name":"skip-chars"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["io-specs", "statement"]], + "name":"with-io-streams", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj#L98", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/with-io-streams", - "namespace":"clojure.contrib.monadic-io-streams", - "line":98, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["io-specs", "statement"]], "doc": "Open one or more streams as specified by io-spec, run a monadic\nI\/O statement on them, and close the streams. io-spec is\na binding-like vector in which each stream is specified by\nthree element: a keyword by which the stream can be referred to,\nthe stream mode (:read or :write), and a stream specification as\naccepted by clojure.contrib.duck-streams\/reader (mode :read) or\nclojure.contrib.duck-streams\/writer (mode :write). The statement\nis run on a state which is a map from keywords to corresponding\nstreams. Single-stream monadic I\/O statements must be wrapped\nwith clojure.contrib.monads\/with-state-field.", - "name":"with-io-streams"}, - {"source-url": + "var-type":"function", + "line":98, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["reader-spec", "statement"]], + "name":"with-reader", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj#L82", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/with-reader", - "namespace":"clojure.contrib.monadic-io-streams", - "line":82, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["reader-spec", "statement"]], "doc": "Create a reader from reader-spec, run the monadic I\/O statement\non it, and close the reader. reader-spec can be any object accepted\nby clojure.contrib.duck-streams\/reader.", - "name":"with-reader"}, - {"source-url": + "var-type":"function", + "line":82, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["writer-spec", "statement"]], + "name":"with-writer", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/with-writer", - "namespace":"clojure.contrib.monadic-io-streams", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["writer-spec", "statement"]], "doc": "Create a writer from writer-spec, run the monadic I\/O statement\non it, and close the writer. writer-spec can be any object accepted\nby clojure.contrib.duck-streams\/writer.", - "name":"with-writer"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["text"]], + "name":"write", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f9b111c67752220c9d45a7d6ef22c6eecf400c87\/src\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/write", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Write text (a string)", + "var-type":"function", "line":57, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["text"]], - "doc":"Write text (a string)", - "name":"write"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["f"]], + "name":"call-cc", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L456", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/call-cc", - "namespace":"clojure.contrib.monads", - "line":456, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "A computation in the cont monad that calls function f with a single\nargument representing the current continuation. The function f should\nreturn a continuation (which becomes the return value of call-cc),\nor call the passed-in current continuation to terminate.", - "name":"call-cc"}, - {"source-url": + "var-type":"function", + "line":456, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L440", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/cont-m", @@ -4856,75 +5540,87 @@ "doc": "Monad describing computations in continuation-passing style. The monadic\nvalues are functions that are called with a single argument representing\nthe continuation of the computation, to which they pass their result.", "name":"cont-m"}, - {"source-url": + {"arglists": + [["name", "doc-string", "operations"], ["name", "operations"]], + "name":"defmonad", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L51", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/defmonad", - "namespace":"clojure.contrib.monads", - "line":51, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists": - [["name", "doc-string", "operations"], ["name", "operations"]], "doc": "Define a named monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", - "name":"defmonad"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L137", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/defmonadfn", - "namespace":"clojure.contrib.monads", - "line":137, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", "var-type":"macro", - "arglists": + "line":51, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists": [["name", "docstring?", "attr-map?", "args", "expr"], ["name", "docstring?", "attr-map?", ["args", "expr"], "..."]], + "name":"defmonadfn", + "namespace":"clojure.contrib.monads", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L137", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/defmonadfn", "doc": "Like defn, but for functions that use monad operations and are used inside\na with-monad block.", - "name":"defmonadfn"}, - {"source-url": + "var-type":"macro", + "line":137, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["steps", "expr"], ["name", "steps", "expr"]], + "name":"domonad", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L114", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/domonad", - "namespace":"clojure.contrib.monads", - "line":114, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["steps", "expr"], ["name", "steps", "expr"]], "doc": "Monad comprehension. Takes the name of a monad, a vector of steps\ngiven as binding-form\/monadic-expression pairs, and a result value\nspecified by expr. The monadic-expression terms can use the binding\nvariables of the previous steps.\nIf the monad contains a definition of m-zero, the step list can also\ncontain conditions of the form :when p, where the predicate p can\ncontain the binding variables from all previous steps.\nA clause of the form :let [binding-form expr ...], where the bindings\nare given as a vector as for the use in let, establishes additional\nbindings that can be used in the following steps.", - "name":"domonad"}, - {"source-url": + "var-type":"macro", + "line":114, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[[]], + "name":"fetch-state", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L359", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/fetch-state", - "namespace":"clojure.contrib.monads", - "line":359, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[[]], "doc": "Return a state-monad function that returns the current state and does not\nmodify it.", - "name":"fetch-state"}, - {"source-url": + "var-type":"function", + "line":359, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["key"]], + "name":"fetch-val", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L365", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/fetch-val", - "namespace":"clojure.contrib.monads", - "line":365, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["key"]], "doc": "Return a state-monad function that assumes the state to be a map and\nreturns the value corresponding to the given key. The state is not modified.", - "name":"fetch-val"}, - {"source-url": + "var-type":"function", + "line":365, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L286", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/identity-m", @@ -4936,7 +5632,9 @@ "doc": "Monad describing plain computations. This monad does in fact nothing\nat all. It is useful for testing, for combination with monad\ntransformers, and for code that is parameterized with a monad.", "name":"identity-m"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L217", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-chain", @@ -4948,7 +5646,9 @@ "doc": "Chains together monadic computation steps that are each functions\nof one parameter. Each step is called with the result of the previous\nstep as its argument. (m-chain (step1 step2)) is equivalent to\n(fn [x] (domonad [r1 (step1 x) r2 (step2 r1)] r2)).", "name":"m-chain"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L195", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-fmap", @@ -4960,7 +5660,9 @@ "doc": "Bind the monadic value m to the function returning (f x) for argument x", "name":"m-fmap"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L189", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-join", @@ -4972,20 +5674,24 @@ "doc": "Converts a monadic value containing a monadic value into a 'simple'\nmonadic value.", "name":"m-join"}, - {"source-url": + {"arglists":[["n", "f"]], + "name":"m-lift", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L180", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-lift", - "namespace":"clojure.contrib.monads", - "line":180, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["n", "f"]], "doc": "Converts a function f of n arguments into a function of n\nmonadic arguments returning a monadic value.", - "name":"m-lift"}, - {"source-url": + "var-type":"macro", + "line":180, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L211", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-map", @@ -4997,7 +5703,9 @@ "doc": "'Executes' the sequence of monadic values resulting from mapping\nf onto the values xs. f must return a monadic value.", "name":"m-map"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L228", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-reduce", @@ -5009,7 +5717,9 @@ "doc": "Return the reduction of (m-lift 2 f) over the list of monadic values mvs\nwith initial value (m-result val).", "name":"m-reduce"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L200", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-seq", @@ -5021,7 +5731,9 @@ "doc": "'Executes' the monadic values in ms and returns a sequence of the\nbasic values contained in them.", "name":"m-seq"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L241", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-until", @@ -5033,33 +5745,39 @@ "doc": "While (p x) is false, replace x by the value returned by the\nmonadic computation (f x). Return (m-result x) for the first\nx for which (p x) is true.", "name":"m-until"}, - {"source-url": + {"arglists":[["test", "m-expr"]], + "name":"m-when", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L253", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-when", - "namespace":"clojure.contrib.monads", - "line":253, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["test", "m-expr"]], "doc": "If test is logical true, return monadic value m-expr, else return\n(m-result nil).", - "name":"m-when"}, - {"source-url": + "var-type":"macro", + "line":253, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["test", "m-expr"]], + "name":"m-when-not", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L259", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-when-not", - "namespace":"clojure.contrib.monads", - "line":259, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["test", "m-expr"]], "doc": "If test if logical false, return monadic value m-expr, else return\n(m-result nil).", - "name":"m-when-not"}, - {"source-url": + "var-type":"macro", + "line":259, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L296", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/maybe-m", @@ -5071,60 +5789,70 @@ "doc": "Monad describing computations with possible failures. Failure is\nrepresented by nil, any other value is considered valid. As soon as\na step returns nil, the whole computation will yield nil as well.", "name":"maybe-m"}, - {"source-url": + {"arglists": + [["m"], ["m", "nothing"], ["m", "nothing", "which-m-plus"]], + "name":"maybe-t", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L496", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/maybe-t", - "namespace":"clojure.contrib.monads", - "line":496, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists": - [["m"], ["m", "nothing"], ["m", "nothing", "which-m-plus"]], "doc": "Monad transformer that transforms a monad m into a monad in which\nthe base values can be invalid (represented by nothing, which defaults\nto nil). The third argument chooses if m-zero and m-plus are inherited\nfrom the base monad (use :m-plus-from-base) or adopt maybe-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", - "name":"maybe-t"}, - {"source-url": + "var-type":"function", + "line":496, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["operations"]], + "name":"monad", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L36", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/monad", - "namespace":"clojure.contrib.monads", - "line":36, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["operations"]], "doc": "Define a monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", - "name":"monad"}, - {"source-url": + "var-type":"macro", + "line":36, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["base", "which-m-plus", "operations"]], + "name":"monad-transformer", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L474", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/monad-transformer", - "namespace":"clojure.contrib.monads", - "line":474, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["base", "which-m-plus", "operations"]], "doc": "Define a monad transforer in terms of the monad operations and the base\nmonad. The argument which-m-plus chooses if m-zero and m-plus are taken\nfrom the base monad or from the transformer.", - "name":"monad-transformer"}, - {"source-url": + "var-type":"macro", + "line":474, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["c"]], + "name":"run-cont", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L451", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/run-cont", - "namespace":"clojure.contrib.monads", - "line":451, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["c"]], "doc": "Execute the computation c in the cont monad and return its result.", - "name":"run-cont"}, - {"source-url": + "var-type":"function", + "line":451, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L309", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/sequence-m", @@ -5136,20 +5864,24 @@ "doc": "Monad describing multi-valued computations, i.e. computations\nthat can yield multiple values. Any object implementing the seq\nprotocol can be used as a monadic value.", "name":"sequence-m"}, - {"source-url": + {"arglists":[["m"], ["m", "which-m-plus"]], + "name":"sequence-t", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L528", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/sequence-t", - "namespace":"clojure.contrib.monads", - "line":528, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["m"], ["m", "which-m-plus"]], "doc": "Monad transformer that transforms a monad m into a monad in which\nthe base values are sequences. The argument which-m-plus chooses\nif m-zero and m-plus are inherited from the base monad\n(use :m-plus-from-base) or adopt sequence-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", - "name":"sequence-t"}, - {"source-url": + "var-type":"function", + "line":528, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L323", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/set-m", @@ -5161,33 +5893,39 @@ "doc": "Monad describing multi-valued computations, like sequence-m,\nbut returning sets of results instead of sequences of results.", "name":"set-m"}, - {"source-url": + {"arglists":[["s"]], + "name":"set-state", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L353", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/set-state", - "namespace":"clojure.contrib.monads", - "line":353, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Return a state-monad function that replaces the current state by s and\nreturns the previous state.", - "name":"set-state"}, - {"source-url": + "var-type":"function", + "line":353, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["key", "val"]], + "name":"set-val", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L383", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/set-val", - "namespace":"clojure.contrib.monads", - "line":383, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["key", "val"]], "doc": "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with key by val. The old value is returned.", - "name":"set-val"}, - {"source-url": + "var-type":"function", + "line":383, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L336", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/state-m", @@ -5199,210 +5937,244 @@ "doc": "Monad describing stateful computations. The monadic values have the\nstructure (fn [old-state] [result new-state]).", "name":"state-m"}, - {"source-url": + {"arglists":[["p", "f", "x"]], + "name":"state-m-until", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L401", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/state-m-until", - "namespace":"clojure.contrib.monads", - "line":401, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["p", "f", "x"]], "doc": "An optimized implementation of m-until for the state monad that\nreplaces recursion by a loop.", - "name":"state-m-until"}, - {"source-url": + "var-type":"function", + "line":401, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["m"]], + "name":"state-t", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L555", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/state-t", - "namespace":"clojure.contrib.monads", - "line":555, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["m"]], "doc": "Monad transformer that transforms a monad m into a monad of stateful\ncomputations that have the base monad type as their result.", - "name":"state-t"}, - {"source-url": + "var-type":"function", + "line":555, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["f"]], + "name":"update-state", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L347", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/update-state", - "namespace":"clojure.contrib.monads", - "line":347, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "Return a state-monad function that replaces the current state by the\nresult of f applied to the current state and that returns the old state.", - "name":"update-state"}, - {"source-url": + "var-type":"function", + "line":347, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["key", "f"]], + "name":"update-val", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L373", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/update-val", - "namespace":"clojure.contrib.monads", - "line":373, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["key", "f"]], "doc": "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with the given key by the return value\nof f applied to the old value. The old value is returned.", - "name":"update-val"}, - {"source-url": + "var-type":"function", + "line":373, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["monad", "&", "exprs"]], + "name":"with-monad", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L102", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/with-monad", - "namespace":"clojure.contrib.monads", - "line":102, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["monad", "&", "exprs"]], "doc": "Evaluates an expression after replacing the keywords defining the\nmonad operations by the functions associated with these keywords\nin the monad definition given by name.", - "name":"with-monad"}, - {"source-url": + "var-type":"macro", + "line":102, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["key", "statement"]], + "name":"with-state-field", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L389", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/with-state-field", - "namespace":"clojure.contrib.monads", - "line":389, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["key", "statement"]], "doc": "Returns a state-monad function that expects a map as its state and\nruns statement (another state-monad function) on the state defined by\nthe map entry corresponding to key. The map entry is updated with the\nnew state returned by statement.", - "name":"with-state-field"}, - {"source-url": + "var-type":"function", + "line":389, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["empty-accumulator"]], + "name":"writer-m", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj#L413", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7\/src\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/writer-m", - "namespace":"clojure.contrib.monads", - "line":413, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["empty-accumulator"]], "doc": "Monad describing computations that accumulate data on the side, e.g. for\nlogging. The monadic values have the structure [value log]. Any of the\naccumulators from clojure.contrib.accumulators can be used for storing the\nlog data. Its empty value is passed as a parameter.", - "name":"writer-m"}, - {"source-url": + "var-type":"function", + "line":413, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/monads.clj"}, + {"arglists":[["nsname"]], + "name":"dir", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj#L84", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/dir", - "namespace":"clojure.contrib.ns-utils", + "doc":"Prints a sorted directory of public vars in a namespace", + "var-type":"macro", "line":84, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj", - "var-type":"macro", - "arglists":[["nsname"]], - "doc":"Prints a sorted directory of public vars in a namespace", - "name":"dir"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["nsname"]], + "name":"docs", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj#L89", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/docs", - "namespace":"clojure.contrib.ns-utils", + "doc":"Prints documentation for the public vars in a namespace", + "var-type":"macro", "line":89, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj", - "var-type":"macro", - "arglists":[["nsname"]], - "doc":"Prints documentation for the public vars in a namespace", - "name":"docs"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["ns-sym"]], + "name":"get-ns", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/get-ns", - "namespace":"clojure.contrib.ns-utils", - "line":50, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["ns-sym"]], "doc": "Returns the namespace named by ns-sym or throws if the\nnamespace does not exist", - "name":"get-ns"}, - {"source-url": + "var-type":"function", + "line":50, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["&", "ns-names"]], + "name":"immigrate", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj#L94", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/immigrate", - "namespace":"clojure.contrib.ns-utils", - "line":94, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["&", "ns-names"]], "doc": "Create a public var in this namespace for each public var in the\nnamespaces named by ns-names. The created vars have the same name, root\nbinding, and metadata as the original except that their :ns metadata\nvalue is this namespace.", - "name":"immigrate"}, - {"source-url": + "var-type":"function", + "line":94, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["ns"]], + "name":"ns-vars", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj#L58", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/ns-vars", - "namespace":"clojure.contrib.ns-utils", - "line":58, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["ns"]], "doc": "Returns a sorted seq of symbols naming public vars in\na namespace", - "name":"ns-vars"}, - {"source-url": + "var-type":"function", + "line":58, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["ns"]], + "name":"print-dir", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/print-dir", - "namespace":"clojure.contrib.ns-utils", + "doc":"Prints a sorted directory of public vars in a namespace", + "var-type":"function", "line":64, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["ns"]], - "doc":"Prints a sorted directory of public vars in a namespace", - "name":"print-dir"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["ns"]], + "name":"print-docs", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj#L70", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/print-docs", - "namespace":"clojure.contrib.ns-utils", + "doc":"Prints documentation for the public vars in a namespace", + "var-type":"function", "line":70, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["ns"]], - "doc":"Prints documentation for the public vars in a namespace", - "name":"print-docs"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["nsname"]], + "name":"vars", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj#L78", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3a220e3af24bd5bd30869a112c7210a888ea6dc4\/src\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/vars", - "namespace":"clojure.contrib.ns-utils", - "line":78, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj", - "var-type":"macro", - "arglists":[["nsname"]], "doc": "Returns a sorted seq of symbols naming public vars in\na namespace", - "name":"vars"}, - {"source-url": + "var-type":"macro", + "line":78, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["object"]], + "name":"*code-dispatch*", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/eb73c54687a9ed63dc939bbe886170f4a47455ed\/src\/clojure\/contrib\/pprint\/dispatch.clj#L354", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*code-dispatch*", - "namespace":"clojure.contrib.pprint", - "line":354, - "file":"clojure\/contrib\/pprint\/dispatch.clj", - "var-type":"multimethod", - "arglists":[["object"]], "doc": "The pretty print dispatch function for pretty printing Clojure code.", - "name":"*code-dispatch*"}, - {"source-url": + "var-type":"multimethod", + "line":354, + "file":"clojure\/contrib\/pprint\/dispatch.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L78", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-base*", @@ -5413,7 +6185,9 @@ "var-type":"var", "doc":"The base to use for printing integers and rationals.", "name":"*print-base*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L56", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-circle*", @@ -5424,7 +6198,9 @@ "var-type":"var", "doc":"Mark circular structures (N.B. This is not yet used)", "name":"*print-circle*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L51", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-lines*", @@ -5436,7 +6212,9 @@ "doc": "Maximum number of lines to print in a pretty print instance (N.B. This is not yet used)", "name":"*print-lines*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L44", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-miser-width*", @@ -5448,7 +6226,9 @@ "doc": "The column at which to enter miser style. Depending on the dispatch table, \nmiser style add newlines in more places to try to keep lines short allowing for further \nlevels of nesting.", "name":"*print-miser-width*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L33", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-pprint-dispatch*", @@ -5460,7 +6240,9 @@ "doc": "The pretty print dispatch function. Use with-pprint-dispatch or set-pprint-dispatch\nto modify.", "name":"*print-pprint-dispatch*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L29", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-pretty*", @@ -5471,7 +6253,9 @@ "var-type":"var", "doc":"Bind to true if you want write to use pretty printing", "name":"*print-pretty*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L72", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-radix*", @@ -5483,7 +6267,9 @@ "doc": "Print a radix specifier in front of integers and rationals. If *print-base* is 2, 8, \nor 16, then the radix specifier used is #b, #o, or #x, respectively. Otherwise the \nradix specifier is in the form #XXr where XX is the decimal value of *print-base* ", "name":"*print-radix*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L38", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-right-margin*", @@ -5495,7 +6281,9 @@ "doc": "Pretty printing will try to avoid anything going beyond this column.\nSet it to nil to have pprint let the line be arbitrarily long. This will ignore all \nnon-mandatory newlines.", "name":"*print-right-margin*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L61", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-shared*", @@ -5507,7 +6295,9 @@ "doc": "Mark repeated structures rather than repeat them (N.B. This is not yet used)", "name":"*print-shared*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L65", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*print-suppress-namespaces*", @@ -5519,247 +6309,287 @@ "doc": "Don't print namespaces with symbols. This is particularly useful when \npretty printing the results of macro expansions", "name":"*print-suppress-namespaces*"}, - {"source-url": + {"arglists":[["object"]], + "name":"*simple-dispatch*", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/eb73c54687a9ed63dc939bbe886170f4a47455ed\/src\/clojure\/contrib\/pprint\/dispatch.clj#L125", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/*simple-dispatch*", - "namespace":"clojure.contrib.pprint", - "line":125, - "file":"clojure\/contrib\/pprint\/dispatch.clj", - "var-type":"multimethod", - "arglists":[["object"]], "doc": "The pretty print dispatch function for simple data structure format.", - "name":"*simple-dispatch*"}, - {"source-url": + "var-type":"multimethod", + "line":125, + "file":"clojure\/contrib\/pprint\/dispatch.clj"}, + {"arglists":[["writer", "format-in", "&", "args"]], + "name":"cl-format", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/cl_format.clj#L26", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/cl-format", - "namespace":"clojure.contrib.pprint", - "line":26, - "file":"clojure\/contrib\/pprint\/cl_format.clj", - "var-type":"function", - "arglists":[["writer", "format-in", "&", "args"]], "doc": "An implementation of a Common Lisp compatible format function. cl-format formats its\narguments to an output stream or string based on the format control string given. It \nsupports sophisticated formatting of structured data.\n\nWriter is an instance of java.io.Writer, true to output to *out* or nil to output \nto a string, format-in is the format control string and the remaining arguments \nare the data to be formatted.\n\nThe format control string is a string to be output with embedded 'format directives' \ndescribing how to format the various arguments passed in.\n\nIf writer is nil, cl-format returns the formatted result string. Otherwise, cl-format \nreturns nil.\n\nFor example:\n (let [results [46 38 22]]\n (cl-format true \"There ~[are~;is~:;are~]~:* ~d result~:p: ~{~d~^, ~}~%\" \n (count results) results))\n\nPrints to *out*:\n There are 3 results: 46, 38, 22\n\nDetailed documentation on format control strings is available in the \"Common Lisp the \nLanguage, 2nd edition\", Chapter 22 (available online at:\nhttp:\/\/www.cs.cmu.edu\/afs\/cs.cmu.edu\/project\/ai-repository\/ai\/html\/cltl\/clm\/node200.html#SECTION002633000000000000000) \nand in the Common Lisp HyperSpec at \nhttp:\/\/www.lispworks.com\/documentation\/HyperSpec\/Body\/22_c.htm", - "name":"cl-format"}, - {"source-url": + "var-type":"function", + "line":26, + "file":"clojure\/contrib\/pprint\/cl_format.clj"}, + {"arglists":[["format-str"]], + "name":"compile-format", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/cl_format.clj#L1748", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/compile-format", - "namespace":"clojure.contrib.pprint", - "line":1748, - "file":"clojure\/contrib\/pprint\/cl_format.clj", - "var-type":"function", - "arglists":[["format-str"]], "doc": "Compiles format-str into a compiled format which can be used as an argument\nto cl-format just like a plain format string. Use this function for improved \nperformance when you're using the same format string repeatedly", - "name":"compile-format"}, - {"source-url": + "var-type":"function", + "line":1748, + "file":"clojure\/contrib\/pprint\/cl_format.clj"}, + {"arglists":[["format-in"]], + "name":"formatter", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/cl_format.clj#L1816", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/formatter", - "namespace":"clojure.contrib.pprint", - "line":1816, - "file":"clojure\/contrib\/pprint\/cl_format.clj", - "var-type":"macro", - "arglists":[["format-in"]], "doc": "Makes a function which can directly run format-in. The function is\nfn [stream & args] ... and returns nil unless the stream is nil (meaning \noutput to a string) in which case it returns the resulting string.\n\nformat-in can be either a control string or a previously compiled format.", - "name":"formatter"}, - {"source-url": + "var-type":"macro", + "line":1816, + "file":"clojure\/contrib\/pprint\/cl_format.clj"}, + {"arglists":[["format-in"]], + "name":"formatter-out", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/cl_format.clj#L1830", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/formatter-out", - "namespace":"clojure.contrib.pprint", - "line":1830, - "file":"clojure\/contrib\/pprint\/cl_format.clj", - "var-type":"macro", - "arglists":[["format-in"]], "doc": "Makes a function which can directly run format-in. The function is\nfn [& args] ... and returns nil. This version of the formatter macro is\ndesigned to be used with *out* set to an appropriate Writer. In particular,\nthis is meant to be used as part of a pretty printer dispatch method.\n\nformat-in can be either a control string or a previously compiled format.", - "name":"formatter-out"}, - {"source-url": + "var-type":"macro", + "line":1830, + "file":"clojure\/contrib\/pprint\/cl_format.clj"}, + {"arglists":[[]], + "name":"fresh-line", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/cl_format.clj#L1152", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/fresh-line", - "namespace":"clojure.contrib.pprint", - "line":1152, - "file":"clojure\/contrib\/pprint\/cl_format.clj", - "var-type":"function", - "arglists":[[]], "doc": "Make a newline if the Writer is not already at the beginning of the line.\nN.B. Only works on ColumnWriters right now.", - "name":"fresh-line"}, - {"source-url": + "var-type":"function", + "line":1152, + "file":"clojure\/contrib\/pprint\/cl_format.clj"}, + {"arglists":[[]], + "name":"pp", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L241", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/pp", - "namespace":"clojure.contrib.pprint", - "line":241, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"macro", - "arglists":[[]], "doc": "A convenience macro that pretty prints the last thing output. This is\nexactly equivalent to (pprint *1).", - "name":"pp"}, - {"source-url": + "var-type":"macro", + "line":241, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["object"], ["object", "writer"]], + "name":"pprint", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L229", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/pprint", - "namespace":"clojure.contrib.pprint", - "line":229, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["object"], ["object", "writer"]], "doc": "Pretty print object to the optional output writer. If the writer is not provided, \nprint the object to the currently bound value of *out*.", - "name":"pprint"}, - {"source-url": + "var-type":"function", + "line":229, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["relative-to", "n"]], + "name":"pprint-indent", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L315", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/pprint-indent", - "namespace":"clojure.contrib.pprint", - "line":315, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["relative-to", "n"]], "doc": "Create an indent at this point in the pretty printing stream. This defines how \nfollowing lines are indented. relative-to can be either :block or :current depending \nwhether the indent should be computed relative to the start of the logical block or\nthe current column position. n is an offset. \n\nOutput is sent to *out* which must be a pretty printing writer.", - "name":"pprint-indent"}, - {"source-url": + "var-type":"function", + "line":315, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["options*", "body"]], + "name":"pprint-logical-block", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L286", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/pprint-logical-block", - "namespace":"clojure.contrib.pprint", - "line":286, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"macro", - "arglists":[["options*", "body"]], "doc": "Execute the body as a pretty printing logical block with output to *out* which \nmust be a pretty printing writer. When used from pprint or cl-format, this can be \nassumed. \n\nBefore the body, the caller can optionally specify options: :prefix, :per-line-prefix, \nand :suffix.", - "name":"pprint-logical-block"}, - {"source-url": + "var-type":"macro", + "line":286, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["kind"]], + "name":"pprint-newline", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L306", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/pprint-newline", - "namespace":"clojure.contrib.pprint", - "line":306, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["kind"]], "doc": "Print a conditional newline to a pretty printing stream. kind specifies if the \nnewline is :linear, :miser, :fill, or :mandatory. \n\nOutput is sent to *out* which must be a pretty printing writer.", - "name":"pprint-newline"}, - {"source-url": + "var-type":"function", + "line":306, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["kind", "colnum", "colinc"]], + "name":"pprint-tab", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L327", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/pprint-tab", - "namespace":"clojure.contrib.pprint", - "line":327, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["kind", "colnum", "colinc"]], "doc": "Tab at this point in the pretty printing stream. kind specifies whether the tab\nis :line, :section, :line-relative, or :section-relative. \n\nColnum and colinc specify the target column and the increment to move the target\nforward if the output is already past the original target.\n\nOutput is sent to *out* which must be a pretty printing writer.\n\nTHIS FUNCTION IS NOT YET IMPLEMENTED.", - "name":"pprint-tab"}, - {"source-url": + "var-type":"function", + "line":327, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["function"]], + "name":"set-pprint-dispatch", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L246", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/set-pprint-dispatch", - "namespace":"clojure.contrib.pprint", - "line":246, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["function"]], "doc": "Set the pretty print dispatch function to a function matching (fn [obj] ...)\nwhere obj is the object to pretty print. That function will be called with *out* set\nto a pretty printing writer to which it should do its printing.\n\nFor example functions, see *simple-dispatch* and *code-dispatch* in \nclojure.contrib.pprint.dispatch.clj.", - "name":"set-pprint-dispatch"}, - {"source-url": + "var-type":"function", + "line":246, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["multifn", "dispatch-val", "func"]], + "name":"use-method", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/eb73c54687a9ed63dc939bbe886170f4a47455ed\/src\/clojure\/contrib\/pprint\/dispatch.clj#L19", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/use-method", - "namespace":"clojure.contrib.pprint", - "line":19, - "file":"clojure\/contrib\/pprint\/dispatch.clj", - "var-type":"function", - "arglists":[["multifn", "dispatch-val", "func"]], "doc": "Installs a function as a new method of multimethod associated with dispatch-value. ", - "name":"use-method"}, - {"source-url": + "var-type":"function", + "line":19, + "file":"clojure\/contrib\/pprint\/dispatch.clj"}, + {"arglists":[["function", "&", "body"]], + "name":"with-pprint-dispatch", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L259", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/with-pprint-dispatch", - "namespace":"clojure.contrib.pprint", - "line":259, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"macro", - "arglists":[["function", "&", "body"]], "doc": "Execute body with the pretty print dispatch function bound to function.", - "name":"with-pprint-dispatch"}, - {"source-url": + "var-type":"macro", + "line":259, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["object", "&", "kw-args"]], + "name":"write", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L186", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/write", - "namespace":"clojure.contrib.pprint", - "line":186, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["object", "&", "kw-args"]], "doc": "Write an object subject to the current bindings of the printer control variables.\nUse the kw-args argument to override individual variables for this call (and any \nrecursive calls). Returns the string result if :stream is nil or nil otherwise.\n\nThe following keyword arguments can be passed with values:\n Keyword Meaning Default value\n :stream Writer for output or nil true (indicates *out*)\n :base Base to use for writing rationals Current value of *print-base*\n :circle* If true, mark circular structures Current value of *print-circle*\n :length Maximum elements to show in sublists Current value of *print-length*\n :level Maximum depth Current value of *print-level*\n :lines* Maximum lines of output Current value of *print-lines*\n :miser-width Width to enter miser mode Current value of *print-miser-width*\n :dispatch The pretty print dispatch function Current value of *print-pprint-dispatch*\n :pretty If true, do pretty printing Current value of *print-pretty*\n :radix If true, prepend a radix specifier Current value of *print-radix*\n :readably* If true, print readably Current value of *print-readably*\n :right-margin The column for the right margin Current value of *print-right-margin*\n :suppress-namespaces If true, no namespaces in symbols Current value of *print-suppress-namespaces*\n\n * = not yet supported", - "name":"write"}, - {"source-url": + "var-type":"function", + "line":186, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["object"]], + "name":"write-out", + "namespace":"clojure.contrib.pprint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe\/src\/clojure\/contrib\/pprint\/pprint_base.clj#L161", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/ec3a9d1fc37db63245ec6a3c672725add7633bd2\/src\/clojure\/contrib\/pprint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint\/write-out", - "namespace":"clojure.contrib.pprint", - "line":161, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj", - "var-type":"function", - "arglists":[["object"]], "doc": "Write an object to *out* subject to the current bindings of the printer control \nvariables. Use the kw-args argument to override individual variables for this call (and \nany recursive calls).\n\n*out* must be a PrettyWriter if pretty printing is enabled. This is the responsibility\nof the caller.\n\nThis method is primarily intended for use by pretty print dispatch functions that \nalready know that the pretty printer will have set up their environment appropriately.\nNormal library clients should use the standard \"write\" interface. ", - "name":"write-out"}, - {"source-url": + "var-type":"function", + "line":161, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/pprint_base.clj"}, + {"arglists":[["v"]], + "name":"certainly", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj#L146", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/certainly", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":146, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["v"]], "doc": "Returns a distribution in which the single value v has probability 1.", - "name":"certainly"}, - {"source-url": + "var-type":"function", + "line":146, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["&", "choices"]], + "name":"choose", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj#L92", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/choose", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":92, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["&", "choices"]], "doc": "Construct a distribution from an explicit list of probabilities\nand values. They are given in the form of a vector of probability-value\npairs. In the last pair, the probability can be given by the keyword\n:else, which stands for 1 minus the total of the other probabilities.", - "name":"choose"}, - {"source-url": + "var-type":"function", + "line":92, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj#L46", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/cond-dist-m", @@ -5771,20 +6601,24 @@ "doc": "Variant of the dist monad that can handle undefined values.", "name":"cond-dist-m"}, - {"source-url": + {"arglists":[["pred", "dist"]], + "name":"cond-prob", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj#L160", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/cond-prob", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":160, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["pred", "dist"]], "doc": "Returns the conditional probability for the values in dist that satisfy\nthe predicate pred.", - "name":"cond-prob"}, - {"source-url": + "var-type":"function", + "line":160, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj#L28", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/dist-m", @@ -5796,266 +6630,308 @@ "doc": "Monad describing computations on fuzzy quantities, represented by a finite\nprobability distribution for the possible values. A distribution is\nrepresented by a map from values to probabilities.", "name":"dist-m"}, - {"source-url": + {"arglists":[["f", "dist1", "dist2"]], + "name":"join-with", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/join-with", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":151, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["f", "dist1", "dist2"]], "doc": "Returns the distribution of (f x y) with x from dist1 and y from dist2.", - "name":"join-with"}, - {"source-url": + "var-type":"function", + "line":151, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["coll", "f"]], + "name":"make-distribution", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj#L134", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/make-distribution", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":134, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["coll", "f"]], "doc": "Returns the distribution in which each element x of the collection\nhas a probability proportional to (f x)", - "name":"make-distribution"}, - {"source-url": + "var-type":"function", + "line":134, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["weights"]], + "name":"normalize", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj#L70", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/normalize", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":70, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["weights"]], "doc": "Convert a weight map (e.g. a map of counter values) to a distribution\nby multiplying with a normalization factor. If the map has a key\n:total, its value is assumed to be the sum over all the other values and\nit is used for normalization. Otherwise, the sum is calculated\nexplicitly. The :total key is removed from the resulting distribution.", - "name":"normalize"}, - {"source-url": + "var-type":"function", + "line":70, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["pred", "dist"]], + "name":"prob", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj#L197", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/prob", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":197, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["pred", "dist"]], "doc": "Return the probability that the predicate pred is satisfied in the\ndistribution dist, i.e. the sum of the probabilities of the values\nthat satisfy pred.", - "name":"prob"}, - {"source-url": + "var-type":"function", + "line":197, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["coll"]], + "name":"uniform", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj#L84", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/uniform", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":84, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["coll"]], "doc": "Return a distribution in which each of the elements of coll\nhas the same probability.", - "name":"uniform"}, - {"source-url": + "var-type":"function", + "line":84, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["s", "n"]], + "name":"zipf", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj#L140", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3f893e28ecc0fc2335355aea2cc9324ed5781c81\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/zipf", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":140, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["s", "n"]], "doc": "Returns the Zipf distribution in which the numbers k=1..n have\nprobabilities proportional to 1\/k^s.", - "name":"zipf"}, - {"source-url": + "var-type":"function", + "line":140, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["dist"]], + "name":"discrete", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/discrete", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":87, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["dist"]], "doc": "A discrete distribution, defined by a map dist mapping values\nto probabilities. The sum of probabilities must be one.", - "name":"discrete"}, - {"source-url": + "var-type":"function", + "line":87, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["lambda"]], + "name":"exponential", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L146", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/exponential", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":146, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["lambda"]], "doc": "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of exponential random numbers with parameter lambda.", - "name":"exponential"}, - {"source-url": + "var-type":"function", + "line":146, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["mu", "sigma"]], + "name":"lognormal", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L137", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/lognormal", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":137, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["mu", "sigma"]], "doc": "Transform a sequence of uniform random numbesr in the interval [0, 1)\ninto a sequence of lognormal random numbers with mean mu and standard\ndeviation sigma.", - "name":"lognormal"}, - {"source-url": + "var-type":"function", + "line":137, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "r"]], + "name":"n-sphere", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L228", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/n-sphere", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":228, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "r"]], "doc": "Return a uniform distribution of n-dimensional vectors inside an\nn-sphere of radius r.", - "name":"n-sphere"}, - {"source-url": + "var-type":"function", + "line":228, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["mu", "sigma"]], + "name":"normal", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L116", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/normal", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":116, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["mu", "sigma"]], "doc": "Transform a sequence urs of uniform random number in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", - "name":"normal"}, - {"source-url": + "var-type":"function", + "line":116, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["mu", "sigma"]], + "name":"normal-box-muller", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L163", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/normal-box-muller", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":163, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["mu", "sigma"]], "doc": "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", - "name":"normal-box-muller"}, - {"source-url": + "var-type":"function", + "line":163, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["distribution", "random-stream-state"]], + "name":"random-stream", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/random-stream", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":62, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["distribution", "random-stream-state"]], "doc": "Define a random stream by a distribution and the state of a\nrandom number stream with uniform distribution in [0, 1).", - "name":"random-stream"}, - {"source-url": + "var-type":"function", + "line":62, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["p", "dist"]], + "name":"reject", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L74", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/reject", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":74, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["p", "dist"]], "doc": "Return the distribution that results from rejecting the values from\ndist that do not satisfy predicate p.", - "name":"reject"}, - {"source-url": + "var-type":"function", + "line":74, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "dist"]], + "name":"sample", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "dist"]], "doc": "Return the distribution of samples of length n from the\ndistribution dist", - "name":"sample"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "dist"]], + "name":"sample-mean", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample-mean", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "dist"]], "doc": "Return the distribution of the mean over n samples from the\ndistribution dist", - "name":"sample-mean"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "dist"]], + "name":"sample-mean-variance", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample-mean-variance", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "dist"]], "doc": "Return the distribution of the mean-and-variance (a vector containing\nthe mean and the variance) over n samples from the distribution dist", - "name":"sample-mean-variance"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["f", "n", "dist"], ["f", "val", "n", "dist"]], + "name":"sample-reduce", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample-reduce", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["f", "n", "dist"], ["f", "val", "n", "dist"]], "doc": "Returns the distribution of the reduction of f over n samples from the\ndistribution dist.", - "name":"sample-reduce"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "dist"]], + "name":"sample-sum", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample-sum", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "dist"]], "doc": "Return the distribution of the sum over n samples from the\ndistribution dist.", - "name":"sample-sum"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["modulus", "multiplier", "increment", "seed"]], + "name":"lcg", + "namespace":"clojure.contrib.probabilities.random-numbers", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/random_numbers.clj#L35", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/random_numbers.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers\/lcg", - "namespace":"clojure.contrib.probabilities.random-numbers", + "doc":"Create a linear congruential generator", + "var-type":"function", "line":35, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/random_numbers.clj", - "var-type":"function", - "arglists":[["modulus", "multiplier", "increment", "seed"]], - "doc":"Create a linear congruential generator", - "name":"lcg"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/probabilities\/random_numbers.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/random_numbers.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/probabilities\/random_numbers.clj#L56", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers\/rand-stream", @@ -6067,7 +6943,9 @@ "doc": "A random number stream based on clojure.core\/rand. Note that this\ngenerator uses an internal mutable state. The state is thus not stored\nin the stream object and cannot be restored.", "name":"rand-stream"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b\/src\/clojure\/contrib\/profile.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b\/src\/clojure\/contrib\/profile.clj#L42", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/*enable-profiling*", @@ -6079,71 +6957,83 @@ "doc": "Set this to false before loading\/compiling to omit\nprofiling code.", "name":"*enable-profiling*"}, - {"source-url": + {"arglists":[["profile-summary"]], + "name":"print-summary", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b\/src\/clojure\/contrib\/profile.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b\/src\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/print-summary", - "namespace":"clojure.contrib.profile", + "doc":"Prints a table of the results returned by summarize.", + "var-type":"function", "line":95, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/profile.clj", - "var-type":"function", - "arglists":[["profile-summary"]], - "doc":"Prints a table of the results returned by summarize.", - "name":"print-summary"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/profile.clj"}, + {"arglists":[["name", "&", "body"]], + "name":"prof", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b\/src\/clojure\/contrib\/profile.clj#L45", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b\/src\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/prof", - "namespace":"clojure.contrib.profile", - "line":45, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/profile.clj", - "var-type":"macro", - "arglists":[["name", "&", "body"]], "doc": "If *enable-profiling* is true, wraps body in profiling code.\nReturns the result of body. Profile timings will be stored in\n*profile-data* using name, which must be a keyword, as the key.\nTimings are measured with System\/nanoTime.", - "name":"prof"}, - {"source-url": + "var-type":"macro", + "line":45, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/profile.clj"}, + {"arglists":[["&", "body"]], + "name":"profile", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b\/src\/clojure\/contrib\/profile.clj#L106", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b\/src\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/profile", - "namespace":"clojure.contrib.profile", - "line":106, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/profile.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Runs body with profiling enabled, then prints a summary of\nresults. Returns nil.", - "name":"profile"}, - {"source-url": + "var-type":"macro", + "line":106, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/profile.clj"}, + {"arglists":[["profile-data"]], + "name":"summarize", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b\/src\/clojure\/contrib\/profile.clj#L73", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b\/src\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/summarize", - "namespace":"clojure.contrib.profile", - "line":73, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/profile.clj", - "var-type":"function", - "arglists":[["profile-data"]], "doc": "Takes the raw data returned by with-profile-data and returns a map\nfrom names to summary statistics. Each value in the map will look\nlike:\n\n {:mean ..., :min ..., :max ..., :count ..., :sum ...}\n\n:mean, :min, and :max are how long the profiled section took to run,\nin nanoseconds. :count is the total number of times the profiled\nsection was executed. :sum is the total amount of time spent in the\nprofiled section, in nanoseconds.", - "name":"summarize"}, - {"source-url": + "var-type":"function", + "line":73, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/profile.clj"}, + {"arglists":[["&", "body"]], + "name":"with-profile-data", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b\/src\/clojure\/contrib\/profile.clj#L63", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b\/src\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/with-profile-data", - "namespace":"clojure.contrib.profile", - "line":63, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/profile.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Executes body with *profile-data* bound to an atom of a new map.\nReturns the raw profile data as a map. Keys in the map are profile\nnames (keywords), and values are lists of elapsed time, in\nnanoseconds.", - "name":"with-profile-data"}, - {"source-url": + "var-type":"macro", + "line":63, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/profile.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/prxml.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/prxml.clj#L32", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/prxml-api.html#clojure.contrib.prxml\/*html-compatible*", @@ -6155,7 +7045,9 @@ "doc": "If true, empty tags will have a space before the closing \/>", "name":"*html-compatible*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/prxml.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/prxml.clj#L36", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/prxml-api.html#clojure.contrib.prxml\/*prxml-indent*", @@ -6167,109 +7059,127 @@ "doc": "The number of spaces to indent sub-tags. nil for no indent\nand no extra line-breaks.", "name":"*prxml-indent*"}, - {"source-url": + {"arglists":[["&", "args"]], + "name":"prxml", + "namespace":"clojure.contrib.prxml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/prxml.clj#L142", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/prxml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/prxml-api.html#clojure.contrib.prxml\/prxml", - "namespace":"clojure.contrib.prxml", - "line":142, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/prxml.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Print XML to *out*. Vectors become XML tags: the first item is the\ntag name; optional second item is a map of attributes.\n\nSequences are processed recursively, so you can use map and other\nsequence functions inside prxml.\n\n (prxml [:p {:class \"greet\"} [:i \"Ladies & gentlemen\"]])\n ; => <p class=\"greet\"><i>Ladies & gentlemen<\/i><\/p>\n\nPSEUDO-TAGS: some keywords have special meaning:\n\n :raw! do not XML-escape contents\n :comment! create an XML comment\n :decl! create an XML declaration, with attributes\n :cdata! create a CDATA section\n :doctype! create a DOCTYPE!\n\n (prxml [:p [:raw! \"<i>here & gone<\/i>\"]])\n ; => <p><i>here & gone<\/i><\/p>\n\n (prxml [:decl! {:version \"1.1\"}])\n ; => <?xml version=\"1.1\" encoding=\"UTF-8\"?>", - "name":"prxml"}, - {"source-url": + "var-type":"function", + "line":142, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/prxml.clj"}, + {"arglists":[[]], + "name":"print-repl-info", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj#L208", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/print-repl-info", - "namespace":"clojure.contrib.repl-ln", + "doc":"Prints info about the current repl", + "var-type":"function", "line":208, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Prints info about the current repl", - "name":"print-repl-info"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[["&", "options"]], + "name":"repl", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj#L217", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/repl", - "namespace":"clojure.contrib.repl-ln", - "line":217, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[["&", "options"]], "doc": "A repl that supports line numbers. For definitions and evaluations made\nat the repl, the repl-name and line number will be reported as the\norigin. Use set-repl-name and set-repl-prompt to customize the repl name\nand prompt. This repl supports all of the keyword arguments documented\nfor clojure.main\/repl with the following change and additions:\n\n - :prompt has a new default\n default: #(clojure.core\/print (repl-prompt))\n\n - :name-fmt, Name format string\n default: the name-fmt of the parent repl, or \"repl-%S\"\n\n - :prompt-fmt, Prompt format string\n default: the prompt-fmt of the parent repl, or \"%S:%L %N=> \"", - "name":"repl"}, - {"source-url": + "var-type":"function", + "line":217, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[[]], + "name":"repl-info", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj#L202", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/repl-info", - "namespace":"clojure.contrib.repl-ln", + "doc":"Returns a map of info about the current repl", + "var-type":"function", "line":202, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns a map of info about the current repl", - "name":"repl-info"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[[]], + "name":"repl-prompt", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj#L148", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/repl-prompt", - "namespace":"clojure.contrib.repl-ln", - "line":148, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current repl prompt based on this repl's prompt-fmt", - "name":"repl-prompt"}, - {"source-url": + "var-type":"function", + "line":148, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[[], ["name-fmt"]], + "name":"set-repl-name", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj#L157", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/set-repl-name", - "namespace":"clojure.contrib.repl-ln", - "line":157, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[], ["name-fmt"]], "doc": "Sets the repl name format to the string name-fmt. Include the following\ncodes in the name to make the corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n\nWith no arguments, resets the repl name to its default: \"repl-%S\"", - "name":"set-repl-name"}, - {"source-url": + "var-type":"function", + "line":157, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[[], ["prompt-fmt"]], + "name":"set-repl-prompt", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj#L180", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/set-repl-prompt", - "namespace":"clojure.contrib.repl-ln", - "line":180, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[], ["prompt-fmt"]], "doc": "Sets the repl prompt. Include the following codes in the prompt to make\nthe corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n %L - input line number\n %N - namespace name\n\nWith no arguments, resets the repl pompt to its default: \"%S:%L %N=> \"", - "name":"set-repl-prompt"}, - {"source-url": + "var-type":"function", + "line":180, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[["&", "options"]], + "name":"stream-repl", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj#L119", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ec66e7b4e47c95d4cc27b0c405447117b2d5503\/src\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/stream-repl", - "namespace":"clojure.contrib.repl-ln", - "line":119, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[["&", "options"]], "doc": "Repl entry point that provides convenient overriding of input, output,\nand err streams via sequential keyword-value pairs. Default values\nfor :in, :out, and :err are streams associated with System\/in,\nSystem\/out, and System\/err using UTF-8 encoding. Also supports all the\noptions provided by clojure.contrib.repl-ln\/repl.", - "name":"stream-repl"}, - {"source-url": + "var-type":"function", + "line":119, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_ln.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1f66365c555956a50f235e858b93365ece6cd4b6\/src\/clojure\/contrib\/repl_utils\/javadoc.clj#L18", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/*local-javadocs*", @@ -6280,7 +7190,9 @@ "doc": "Ref to a list of local paths for Javadoc-generated HTML\nfiles.", "name":"*local-javadocs*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1f66365c555956a50f235e858b93365ece6cd4b6\/src\/clojure\/contrib\/repl_utils\/javadoc.clj#L28", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/*remote-javadocs*", @@ -6291,43 +7203,51 @@ "doc": "Ref to a map from package name prefixes to URLs for remote\nJavadocs.", "name":"*remote-javadocs*"}, - {"source-url": + {"arglists":[[], ["t"]], + "name":"add-break-thread!", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj#L150", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/add-break-thread!", - "namespace":"clojure.contrib.repl-utils", - "line":150, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[[], ["t"]], "doc": "Add the given thread to break-threads so that it will be stopped\nany time the user presses Ctrl-C. Calls start-handling-break for\nyou. Adds the current thread if none is given.", - "name":"add-break-thread!"}, - {"source-url": + "var-type":"function", + "line":150, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["path"]], + "name":"add-local-javadoc", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1f66365c555956a50f235e858b93365ece6cd4b6\/src\/clojure\/contrib\/repl_utils\/javadoc.clj#L43", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/add-local-javadoc", - "namespace":"clojure.contrib.repl-utils", - "line":43, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"function", - "arglists":[["path"]], "doc":"Adds to the list of local Javadoc paths.", - "name":"add-local-javadoc"}, - {"source-url": + "var-type":"function", + "line":43, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, + {"arglists":[["package-prefix", "url"]], + "name":"add-remote-javadoc", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1f66365c555956a50f235e858b93365ece6cd4b6\/src\/clojure\/contrib\/repl_utils\/javadoc.clj#L48", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/add-remote-javadoc", - "namespace":"clojure.contrib.repl-utils", - "line":48, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"function", - "arglists":[["package-prefix", "url"]], "doc": "Adds to the list of remote Javadoc URLs. package-prefix is the\nbeginning of the package name that has docs at this URL.", - "name":"add-remote-javadoc"}, - {"source-url": + "var-type":"function", + "line":48, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj#L131", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/break-threads", @@ -6339,1243 +7259,1441 @@ "doc": "Threads to stop when Ctrl-C is pressed. See 'add-break-thread!'", "name":"break-threads"}, - {"source-url": + {"arglists":[["expr"]], + "name":"expression-info", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj#L163", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/expression-info", - "namespace":"clojure.contrib.repl-utils", - "line":163, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[["expr"]], "doc": "Uses the Clojure compiler to analyze the given s-expr. Returns\na map with keys :class and :primitive? indicating what the compiler\nconcluded about the return value of the expression. Returns nil if\nnot type info can be determined at compile-time.\n\nExample: (expression-info '(+ (int 5) (float 10)))\nReturns: {:class float, :primitive? true}", - "name":"expression-info"}, - {"source-url": + "var-type":"function", + "line":163, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["classname"]], + "name":"find-javadoc-url", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1f66365c555956a50f235e858b93365ece6cd4b6\/src\/clojure\/contrib\/repl_utils\/javadoc.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/find-javadoc-url", - "namespace":"clojure.contrib.repl-utils", - "line":54, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"function", - "arglists":[["classname"]], "doc": "Searches for a URL for the given class name. Tries\n*local-javadocs* first, then *remote-javadocs*. Returns a string.", - "name":"find-javadoc-url"}, - {"source-url": + "var-type":"function", + "line":54, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, + {"arglists":[["x"]], + "name":"get-source", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj#L97", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/get-source", - "namespace":"clojure.contrib.repl-utils", - "line":97, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[["x"]], "doc": "Returns a string of the source code for the given symbol, if it can\nfind it. This requires that the symbol resolve to a Var defined in\na namespace for which the .clj is in the classpath. Returns nil if\nit can't find the source. For most REPL usage, 'source' is more\nconvenient.\n\nExample: (get-source 'filter)", - "name":"get-source"}, - {"source-url": + "var-type":"function", + "line":97, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["class-or-object"]], + "name":"javadoc", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1f66365c555956a50f235e858b93365ece6cd4b6\/src\/clojure\/contrib\/repl_utils\/javadoc.clj#L74", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/javadoc", - "namespace":"clojure.contrib.repl-utils", - "line":74, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"function", - "arglists":[["class-or-object"]], "doc": "Opens a browser window displaying the javadoc for the argument.\nTries *local-javadocs* first, then *remote-javadocs*.", - "name":"javadoc"}, - {"source-url": + "var-type":"function", + "line":74, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, + {"arglists":[["ns-name", "&", "args"]], + "name":"run", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj#L188", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/run", - "namespace":"clojure.contrib.repl-utils", - "line":188, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj", - "var-type":"macro", - "arglists":[["ns-name", "&", "args"]], "doc": "Loads the specified namespace and invokes its \"main\" function with\noptional args. ns-name is not evaluated.", - "name":"run"}, - {"source-url": + "var-type":"macro", + "line":188, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["ns-sym", "&", "args"]], + "name":"run*", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj#L181", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/run*", - "namespace":"clojure.contrib.repl-utils", - "line":181, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[["ns-sym", "&", "args"]], "doc": "Loads the specified namespace and invokes its \"main\" function with\noptional args.", - "name":"run*"}, - {"source-url": + "var-type":"function", + "line":181, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["x"], ["x", "selector"]], + "name":"show", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/show", - "namespace":"clojure.contrib.repl-utils", - "line":59, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[["x"], ["x", "selector"]], "doc": "With one arg prints all static and instance members of x or (class x).\nEach member is listed with a number which can be given as 'selector'\nto return the member object -- the REPL will print more details for\nthat member.\n\nThe selector also may be a string or regex, in which case only\nmembers whose names match 'selector' as a case-insensitive regex\nwill be printed.\n\nFinally, the selector also may be a predicate, in which case only\nmembers for which the predicate returns true will be printed. The\npredicate will be passed a single argument, a map that includes the\n:text that will be printed and the :member object itself, as well as\nall the properies of the member object as translated by 'bean'.\n\nExamples: (show Integer) (show []) (show String 23) (show String \"case\")", - "name":"show"}, - {"source-url": + "var-type":"function", + "line":59, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["n"]], + "name":"source", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj#L119", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/source", - "namespace":"clojure.contrib.repl-utils", - "line":119, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj", - "var-type":"macro", - "arglists":[["n"]], "doc": "Prints the source code for the given symbol, if it can find it.\nThis requires that the symbol resolve to a Var defined in a\nnamespace for which the .clj is in the classpath.\n\nExample: (source filter)", - "name":"source"}, - {"source-url": + "var-type":"macro", + "line":119, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[[]], + "name":"start-handling-break", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj#L135", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/start-handling-break", - "namespace":"clojure.contrib.repl-utils", - "line":135, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[[]], "doc": "Register INT signal handler. After calling this, Ctrl-C will cause\nall break-threads to be stopped. See 'add-break-thread!'", - "name":"start-handling-break"}, - {"source-url": + "var-type":"function", + "line":135, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["filler-func", "&", "optseq"]], + "name":"fill-queue", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L179", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/fill-queue", - "namespace":"clojure.contrib.seq-utils", - "line":179, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["filler-func", "&", "optseq"]], "doc": "filler-func will be called in another thread with a single arg\n'fill'. filler-func may call fill repeatedly with one arg each\ntime which will be pushed onto a queue, blocking if needed until\nthis is possible. fill-queue will return a lazy seq of the values\nfiller-func has pushed onto the queue, blocking if needed until each\nnext element becomes available. filler-func's return value is ignored.", - "name":"fill-queue"}, - {"source-url": + "var-type":"function", + "line":179, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["pred", "coll"]], + "name":"find-first", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L170", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/find-first", - "namespace":"clojure.contrib.seq-utils", - "line":170, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["pred", "coll"]], "doc": "Returns the first item of coll for which (pred item) returns logical true.\nConsumes sequences up to the first match, will consume the entire sequence\nand return nil if no match is found.", - "name":"find-first"}, - {"source-url": + "var-type":"function", + "line":170, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["x"]], + "name":"flatten", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L34", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/flatten", - "namespace":"clojure.contrib.seq-utils", - "line":34, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["x"]], "doc": "Takes any nested combination of sequential things (lists, vectors,\netc.) and returns their contents as a single, flat sequence.\n(flatten nil) returns nil.", - "name":"flatten"}, - {"source-url": + "var-type":"function", + "line":34, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["coll"]], + "name":"frequencies", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L89", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/frequencies", - "namespace":"clojure.contrib.seq-utils", - "line":89, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["coll"]], "doc": "Returns a map from distinct items in coll to the number of times\nthey appear.", - "name":"frequencies"}, - {"source-url": + "var-type":"function", + "line":89, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["f", "coll"]], + "name":"group-by", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L65", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/group-by", - "namespace":"clojure.contrib.seq-utils", - "line":65, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["f", "coll"]], "doc": "Returns a sorted map of the elements of coll keyed by the result of\nf on each element. The value at each key will be a vector of the\ncorresponding elements, in the order they appeared in coll.", - "name":"group-by"}, - {"source-url": + "var-type":"function", + "line":65, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["coll", "x"]], + "name":"includes?", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L48", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/includes?", - "namespace":"clojure.contrib.seq-utils", - "line":48, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["coll", "x"]], "doc": "Returns true if coll contains something equal (with =) to x,\nin linear time.", - "name":"includes?"}, - {"source-url": + "var-type":"function", + "line":48, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["s"]], + "name":"indexed", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L55", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/indexed", - "namespace":"clojure.contrib.seq-utils", - "line":55, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Returns a lazy sequence of [index, item] pairs, where items come\nfrom 's' and indexes count up from zero.\n\n(indexed '(a b c d)) => ([0 a] [1 b] [2 c] [3 d])", - "name":"indexed"}, - {"source-url": + "var-type":"function", + "line":55, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["n", "coll"], ["n", "step", "coll"]], + "name":"partition-all", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L135", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/partition-all", - "namespace":"clojure.contrib.seq-utils", - "line":135, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["n", "coll"], ["n", "step", "coll"]], "doc": "Returns a lazy sequence of lists like clojure.core\/partition, but may\ninclude lists with fewer than n items at the end.", - "name":"partition-all"}, - {"source-url": + "var-type":"function", + "line":135, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["f", "coll"]], + "name":"partition-by", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L78", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/partition-by", - "namespace":"clojure.contrib.seq-utils", - "line":78, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["f", "coll"]], "doc": "Applies f to each value in coll, splitting it each time f returns\na new value. Returns a lazy seq of lazy seqs.", - "name":"partition-by"}, - {"source-url": + "var-type":"function", + "line":78, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["pred", "coll"]], + "name":"positions", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L214", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/positions", - "namespace":"clojure.contrib.seq-utils", - "line":214, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["pred", "coll"]], "doc": "Returns a lazy sequence containing the positions at which pred\nis true for items in coll.", - "name":"positions"}, - {"source-url": + "var-type":"function", + "line":214, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["s"]], + "name":"rand-elt", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L152", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/rand-elt", - "namespace":"clojure.contrib.seq-utils", + "doc":"Return a random element of this seq", + "var-type":"function", "line":152, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Return a random element of this seq", - "name":"rand-elt"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["binding-name", "&", "exprs"]], + "name":"rec-cat", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L106", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/rec-cat", - "namespace":"clojure.contrib.seq-utils", - "line":106, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"macro", - "arglists":[["binding-name", "&", "exprs"]], "doc": "Similar to lazy-cat but binds the resulting sequence to the supplied \nbinding-name, allowing for recursive expressions.", - "name":"rec-cat"}, - {"source-url": + "var-type":"macro", + "line":106, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["binding-name", "&", "body"]], + "name":"rec-seq", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L99", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/rec-seq", - "namespace":"clojure.contrib.seq-utils", - "line":99, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"macro", - "arglists":[["binding-name", "&", "body"]], "doc": "Similar to lazy-seq but binds the resulting seq to the supplied \nbinding-name, allowing for recursive expressions.", - "name":"rec-seq"}, - {"source-url": + "var-type":"macro", + "line":99, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["f", "coll"], ["f", "init", "coll"]], + "name":"reductions", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L115", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/reductions", - "namespace":"clojure.contrib.seq-utils", - "line":115, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["f", "coll"], ["f", "init", "coll"]], "doc": "Returns a lazy seq of the intermediate values of the reduction (as\nper reduce) of coll by f, starting with init.", - "name":"reductions"}, - {"source-url": + "var-type":"function", + "line":115, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["x"]], + "name":"rotations", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L125", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/rotations", - "namespace":"clojure.contrib.seq-utils", + "doc":"Returns a lazy seq of all rotations of a seq", + "var-type":"function", "line":125, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Returns a lazy seq of all rotations of a seq", - "name":"rotations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["f", "s"]], + "name":"separate", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/separate", - "namespace":"clojure.contrib.seq-utils", - "line":42, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["f", "s"]], "doc": "Returns a vector:\n[ (filter f s), (filter (complement f) s) ]", - "name":"separate"}, - {"source-url": + "var-type":"function", + "line":42, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["s"]], + "name":"seq-on", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L159", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/seq-on", - "namespace":"clojure.contrib.seq-utils", - "line":159, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"multimethod", - "arglists":[["s"]], "doc": "Returns a seq on the object s. Works like the built-in seq but as\na multimethod that can have implementations for new classes and types.", - "name":"seq-on"}, - {"source-url": + "var-type":"multimethod", + "line":159, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists":[["coll"]], + "name":"shuffle", + "namespace":"clojure.contrib.seq-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj#L145", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/1640c0433e35cf9a60e1483424c0a2a8ca56b730\/src\/clojure\/contrib\/seq_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-utils-api.html#clojure.contrib.seq-utils\/shuffle", - "namespace":"clojure.contrib.seq-utils", + "doc":"Return a random permutation of coll", + "var-type":"function", "line":145, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj", - "var-type":"function", - "arglists":[["coll"]], - "doc":"Return a random permutation of coll", - "name":"shuffle"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/seq_utils.clj"}, + {"arglists": + [["port", "backlog", "bind-addr"], ["port", "backlog"], ["port"]], + "name":"create-repl-server", + "namespace":"clojure.contrib.server-socket", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/37dad8c37622669271357cfceec03e391cc10e17\/src\/clojure\/contrib\/server_socket.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/37dad8c37622669271357cfceec03e391cc10e17\/src\/clojure\/contrib\/server_socket.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/server-socket-api.html#clojure.contrib.server-socket\/create-repl-server", - "namespace":"clojure.contrib.server-socket", + "doc":"create a repl on a socket", + "var-type":"function", "line":87, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/server_socket.clj", - "var-type":"function", - "arglists": - [["port", "backlog", "bind-addr"], ["port", "backlog"], ["port"]], - "doc":"create a repl on a socket", - "name":"create-repl-server"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/server_socket.clj"}, + {"arglists": + [["port", "fun", "backlog", "bind-addr"], + ["port", "fun", "backlog"], ["port", "fun"]], + "name":"create-server", + "namespace":"clojure.contrib.server-socket", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/37dad8c37622669271357cfceec03e391cc10e17\/src\/clojure\/contrib\/server_socket.clj#L53", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/37dad8c37622669271357cfceec03e391cc10e17\/src\/clojure\/contrib\/server_socket.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/server-socket-api.html#clojure.contrib.server-socket\/create-server", - "namespace":"clojure.contrib.server-socket", - "line":53, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/server_socket.clj", - "var-type":"function", - "arglists": - [["port", "fun", "backlog", "bind-addr"], - ["port", "fun", "backlog"], ["port", "fun"]], "doc": "Creates a server socket on port. Upon accept, a new thread is\ncreated which calls:\n\n(fun input-stream output-stream)\n\nOptional arguments support specifying a listen backlog and binding\nto a specific endpoint.", - "name":"create-server"}, - {"source-url": + "var-type":"function", + "line":53, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/server_socket.clj"}, + {"arglists":[["set1", "set2"]], + "name":"proper-subset?", + "namespace":"clojure.contrib.set", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/set.clj#L35", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/set.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/set-api.html#clojure.contrib.set\/proper-subset?", - "namespace":"clojure.contrib.set", + "doc":"Is s1 a proper subset of s2?", + "var-type":"function", "line":35, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/set.clj", - "var-type":"function", - "arglists":[["set1", "set2"]], - "doc":"Is s1 a proper subset of s2?", - "name":"proper-subset?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/set.clj"}, + {"arglists":[["set1", "set2"]], + "name":"proper-superset?", + "namespace":"clojure.contrib.set", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/set.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/set.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/set-api.html#clojure.contrib.set\/proper-superset?", - "namespace":"clojure.contrib.set", + "doc":"Is s1 a proper superset of s2?", + "var-type":"function", "line":42, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/set.clj", - "var-type":"function", - "arglists":[["set1", "set2"]], - "doc":"Is s1 a proper superset of s2?", - "name":"proper-superset?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/set.clj"}, + {"arglists":[["set1", "set2"]], + "name":"subset?", + "namespace":"clojure.contrib.set", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/set.clj#L21", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/set.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/set-api.html#clojure.contrib.set\/subset?", - "namespace":"clojure.contrib.set", + "doc":"Is set1 a subset of set2?", + "var-type":"function", "line":21, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/set.clj", - "var-type":"function", - "arglists":[["set1", "set2"]], - "doc":"Is set1 a subset of set2?", - "name":"subset?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/set.clj"}, + {"arglists":[["set1", "set2"]], + "name":"superset?", + "namespace":"clojure.contrib.set", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/set.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/set.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/set-api.html#clojure.contrib.set\/superset?", - "namespace":"clojure.contrib.set", + "doc":"Is set1 a superset of set2?", + "var-type":"function", "line":28, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/set.clj", - "var-type":"function", - "arglists":[["set1", "set2"]], - "doc":"Is set1 a superset of set2?", - "name":"superset?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/set.clj"}, + {"arglists":[["&", "args"]], + "name":"sh", + "namespace":"clojure.contrib.shell-out", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/shell_out.clj#L83", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cc4e2ec2bf558f059330ebc97a031d7806a1e364\/src\/clojure\/contrib\/shell_out.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/shell-out-api.html#clojure.contrib.shell-out\/sh", - "namespace":"clojure.contrib.shell-out", - "line":83, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/shell_out.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Passes the given strings to Runtime.exec() to launch a sub-process.\n\nOptions are\n\n:in may be given followed by a String specifying text to be fed to the \n sub-process's stdin. \n:out option may be given followed by :bytes or a String. If a String \n is given, it will be used as a character encoding name (for \n example \"UTF-8\" or \"ISO-8859-1\") to convert the \n sub-process's stdout to a String which is returned.\n If :bytes is given, the sub-process's stdout will be stored in \n a byte array and returned. Defaults to UTF-8.\n:return-map\n when followed by boolean true, sh returns a map of\n :exit => sub-process's exit code\n :out => sub-process's stdout (as byte[] or String)\n :err => sub-process's stderr (as byte[] or String)\n when not given or followed by false, sh returns a single\n array or String of the sub-process's stdout followed by its\n stderr\n:env override the process env with a map (or the underlying Java\n String[] if you are a masochist).\n:dir override the process dir with a String or java.io.File.\n\nYou can bind :env or :dir for multiple operations using with-sh-env\nand with-sh-dir.", - "name":"sh"}, - {"source-url": + "var-type":"function", + "line":83, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/shell_out.clj"}, + {"arglists":[["f"]], + "name":"global-singleton", + "namespace":"clojure.contrib.singleton", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/singleton.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/singleton.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/singleton-api.html#clojure.contrib.singleton\/global-singleton", - "namespace":"clojure.contrib.singleton", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/singleton.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "Returns a global singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f just once, the first time it is needed, and\ncache the value for all subsequent calls.\n\nWarning: global singletons are often unsafe in multi-threaded code.\nConsider per-thread-singleton instead.", - "name":"global-singleton"}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/singleton.clj"}, + {"arglists":[["f"]], + "name":"per-thread-singleton", + "namespace":"clojure.contrib.singleton", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/singleton.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/singleton.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/singleton-api.html#clojure.contrib.singleton\/per-thread-singleton", - "namespace":"clojure.contrib.singleton", - "line":41, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/singleton.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "Returns a per-thread singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f only once for each thread, and cache its value\nfor subsequent calls from the same thread. This allows you to\nsafely and lazily initialize shared objects on a per-thread basis.\n\nWarning: due to a bug in JDK 5, it may not be safe to use a\nper-thread-singleton in the initialization function for another\nper-thread-singleton. See\nhttp:\/\/bugs.sun.com\/bugdatabase\/view_bug.do?bug_id=5025230", - "name":"per-thread-singleton"}, - {"source-url": + "var-type":"function", + "line":41, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/singleton.clj"}, + {"arglists":[[]], + "name":"connection", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L32", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/connection", - "namespace":"clojure.contrib.sql", - "line":32, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current database connection (or throws if there is none)", - "name":"connection"}, - {"source-url": + "var-type":"function", + "line":32, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["name", "&", "specs"]], + "name":"create-table", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L105", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/create-table", - "namespace":"clojure.contrib.sql", - "line":105, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["name", "&", "specs"]], "doc": "Creates a table on the open database connection given a table name and\nspecs. Each spec is either a column spec: a vector containing a column\nname and optionally a type and other constraints, or a table-level\nconstraint: a vector containing words that express the constraint. All\nwords used to describe the table may be supplied as strings or keywords.", - "name":"create-table"}, - {"source-url": + "var-type":"function", + "line":105, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "where-params"]], + "name":"delete-rows", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L159", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/delete-rows", - "namespace":"clojure.contrib.sql", - "line":159, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "where-params"]], "doc": "Deletes rows from a table. where-params is a vector containing a string\nproviding the (optionally parameterized) selection criteria followed by\nvalues for any parameters.", - "name":"delete-rows"}, - {"source-url": + "var-type":"function", + "line":159, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["&", "commands"]], + "name":"do-commands", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L83", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/do-commands", - "namespace":"clojure.contrib.sql", - "line":83, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["&", "commands"]], "doc":"Executes SQL commands on the open database connection.", - "name":"do-commands"}, - {"source-url": + "var-type":"function", + "line":83, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["sql", "&", "param-groups"]], + "name":"do-prepared", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L92", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/do-prepared", - "namespace":"clojure.contrib.sql", - "line":92, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["sql", "&", "param-groups"]], "doc": "Executes an (optionally parameterized) SQL prepared statement on the\nopen database connection. Each param-group is a seq of values for all of\nthe parameters.", - "name":"do-prepared"}, - {"source-url": + "var-type":"function", + "line":92, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["name"]], + "name":"drop-table", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L121", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/drop-table", - "namespace":"clojure.contrib.sql", - "line":121, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["name"]], "doc": "Drops a table on the open database connection given its name, a string\nor keyword", - "name":"drop-table"}, - {"source-url": + "var-type":"function", + "line":121, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[[]], + "name":"find-connection", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L31", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/find-connection", - "namespace":"clojure.contrib.sql", - "line":31, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current database connection (or nil if there is none)", - "name":"find-connection"}, - {"source-url": + "var-type":"function", + "line":31, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "&", "records"]], + "name":"insert-records", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L152", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/insert-records", - "namespace":"clojure.contrib.sql", - "line":152, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "&", "records"]], "doc": "Inserts records into a table. records are maps from strings or\nkeywords (identifying columns) to values.", - "name":"insert-records"}, - {"source-url": + "var-type":"function", + "line":152, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "&", "rows"]], + "name":"insert-rows", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L146", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/insert-rows", - "namespace":"clojure.contrib.sql", - "line":146, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "&", "rows"]], "doc": "Inserts complete rows into a table. Each row is a vector of values for\neach of the table's columns in order.", - "name":"insert-rows"}, - {"source-url": + "var-type":"function", + "line":146, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "column-names", "&", "value-groups"]], + "name":"insert-values", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L128", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/insert-values", - "namespace":"clojure.contrib.sql", - "line":128, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "column-names", "&", "value-groups"]], "doc": "Inserts rows into a table with values for specified columns only.\ncolumn-names is a vector of strings or keywords identifying columns. Each\nvalue-group is a vector containing a values for each column in\norder. When inserting complete rows (all columns), consider using\ninsert-rows instead.", - "name":"insert-values"}, - {"source-url": + "var-type":"function", + "line":128, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[[]], + "name":"is-rollback-only", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L77", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/is-rollback-only", - "namespace":"clojure.contrib.sql", - "line":77, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns true if the outermost transaction will rollback rather than\ncommit when complete", - "name":"is-rollback-only"}, - {"source-url": + "var-type":"function", + "line":77, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[[]], + "name":"set-rollback-only", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/set-rollback-only", - "namespace":"clojure.contrib.sql", - "line":71, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[[]], "doc": "Marks the outermost transaction such that it will rollback rather than\ncommit when complete", - "name":"set-rollback-only"}, - {"source-url": + "var-type":"function", + "line":71, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["&", "body"]], + "name":"transaction", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L60", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/transaction", - "namespace":"clojure.contrib.sql", - "line":60, - "file":"clojure\/contrib\/sql.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Evaluates body as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If set-rollback-only is called within scope of the outermost\ntransaction, the entire transaction will be rolled back rather than\ncommitted when complete.", - "name":"transaction"}, - {"source-url": + "var-type":"macro", + "line":60, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "where-params", "record"]], + "name":"update-or-insert-values", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L184", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/update-or-insert-values", - "namespace":"clojure.contrib.sql", - "line":184, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "where-params", "record"]], "doc": "Updates values on selected rows in a table, or inserts a new row when no\nexisting row matches the selection criteria. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", - "name":"update-or-insert-values"}, - {"source-url": + "var-type":"function", + "line":184, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "where-params", "record"]], + "name":"update-values", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L170", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/update-values", - "namespace":"clojure.contrib.sql", - "line":170, - "file":"clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "where-params", "record"]], "doc": "Updates values on selected rows in a table. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", - "name":"update-values"}, - {"source-url": + "var-type":"function", + "line":170, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["db-spec", "&", "body"]], + "name":"with-connection", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L34", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/with-connection", - "namespace":"clojure.contrib.sql", - "line":34, - "file":"clojure\/contrib\/sql.clj", - "var-type":"macro", - "arglists":[["db-spec", "&", "body"]], "doc": "Evaluates body in the context of a new connection to a database then\ncloses the connection. db-spec is a map containing values for one of the\nfollowing parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", - "name":"with-connection"}, - {"source-url": + "var-type":"macro", + "line":34, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["results", "sql-params", "&", "body"]], + "name":"with-query-results", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj#L197", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/with-query-results", - "namespace":"clojure.contrib.sql", - "line":197, - "file":"clojure\/contrib\/sql.clj", - "var-type":"macro", - "arglists":[["results", "sql-params", "&", "body"]], "doc": "Executes a query, then evaluates body with results bound to a seq of the\nresults. sql-params is a vector containing a string providing\nthe (optionally parameterized) SQL query followed by values for any\nparameters.", - "name":"with-query-results"}, - {"source-url": + "var-type":"macro", + "line":197, + "file":"clojure\/contrib\/sql.clj"}, + {"arglists":[["s"]], + "name":"chomp", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj#L96", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/chomp", - "namespace":"clojure.contrib.str-utils", - "line":96, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Removes all trailing newline \\n or return \\r characters from\nstring. Note: String.trim() is similar and faster.", - "name":"chomp"}, - {"source-url": + "var-type":"function", + "line":96, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["s"]], + "name":"chop", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj#L91", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/chop", - "namespace":"clojure.contrib.str-utils", + "doc":"Removes the last character of string.", + "var-type":"function", "line":91, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Removes the last character of string.", - "name":"chop"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["regex", "replacement", "string"]], + "name":"re-gsub", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/re-gsub", - "namespace":"clojure.contrib.str-utils", - "line":50, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["regex", "replacement", "string"]], "doc": "Replaces all instances of 'pattern' in 'string' with\n'replacement'. Like Ruby's 'String#gsub'.\n\nIf (ifn? replacment) is true, the replacement is called with the\nmatch.\n", - "name":"re-gsub"}, - {"source-url": + "var-type":"function", + "line":50, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["re", "string"]], + "name":"re-partition", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/re-partition", - "namespace":"clojure.contrib.str-utils", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["re", "string"]], "doc": "Splits the string into a lazy sequence of substrings, alternating\nbetween substrings that match the patthern and the substrings\nbetween the matches. The sequence always starts with the substring\nbefore the first match, or an empty string if the beginning of the\nstring matches.\n\nFor example: (re-partition #\"[a-z]+\" \"abc123def\")\n\nReturns: (\"\" \"abc\" \"123\" \"def\")", - "name":"re-partition"}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["pattern", "string"], ["pattern", "string", "limit"]], + "name":"re-split", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj#L21", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/re-split", - "namespace":"clojure.contrib.str-utils", - "line":21, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["pattern", "string"], ["pattern", "string", "limit"]], "doc": "Splits the string on instances of 'pattern'. Returns a sequence of\nstrings. Optional 'limit' argument is the maximum number of\nsplits. Like Perl's 'split'.", - "name":"re-split"}, - {"source-url": + "var-type":"function", + "line":21, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["regex", "replacement", "string"]], + "name":"re-sub", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/re-sub", - "namespace":"clojure.contrib.str-utils", - "line":66, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["regex", "replacement", "string"]], "doc": "Replaces the first instance of 'pattern' in 'string' with\n'replacement'. Like Ruby's 'String#sub'.\n\nIf (ifn? replacement) is true, the replacement is called with\nthe match.\n", - "name":"re-sub"}, - {"source-url": + "var-type":"function", + "line":66, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["separator", "sequence"]], + "name":"str-join", + "namespace":"clojure.contrib.str-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj#L84", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/86e90011e274910c618a5592d21ba3ce290a6855\/src\/clojure\/contrib\/str_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils-api.html#clojure.contrib.str-utils\/str-join", - "namespace":"clojure.contrib.str-utils", - "line":84, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj", - "var-type":"function", - "arglists":[["separator", "sequence"]], "doc": "Returns a string of all elements in 'sequence', separated by\n'separator'. Like Perl's 'join'.", - "name":"str-join"}, - {"source-url": + "var-type":"function", + "line":84, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils.clj"}, + {"arglists":[["s"]], + "name":"blank?", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L102", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/blank?", - "namespace":"clojure.contrib.str-utils2", + "doc":"True if s is nil, empty, or contains only whitespace.", + "var-type":"function", "line":102, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"True if s is nil, empty, or contains only whitespace.", - "name":"blank?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "n"]], + "name":"butlast", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L128", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/butlast", - "namespace":"clojure.contrib.str-utils2", - "line":128, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "n"]], "doc": "Returns s without the last n characters. Returns an empty string\nif n is greater than the length of s.\n\nNote the argument order is the opposite of clojure.core\/butlast;\nthis is to keep the string as the first argument for use with ->", - "name":"butlast"}, - {"source-url": + "var-type":"function", + "line":128, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"capitalize", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L285", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/capitalize", - "namespace":"clojure.contrib.str-utils2", - "line":285, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Converts first character of the string to upper-case, all other\ncharacters to lower-case.", - "name":"capitalize"}, - {"source-url": + "var-type":"function", + "line":285, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"chomp", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L258", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/chomp", - "namespace":"clojure.contrib.str-utils2", - "line":258, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Removes all trailing newline \\n or return \\r characters from\nstring. Note: String.trim() is similar and faster.", - "name":"chomp"}, - {"source-url": + "var-type":"function", + "line":258, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"chop", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L249", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/chop", - "namespace":"clojure.contrib.str-utils2", - "line":249, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Removes the last character of string, does nothing on a zero-length\nstring.", - "name":"chop"}, - {"source-url": + "var-type":"function", + "line":249, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"codepoints", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L77", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/codepoints", - "namespace":"clojure.contrib.str-utils2", - "line":77, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Returns a sequence of integer Unicode code points in s. Handles\nUnicode supplementary characters (above U+FFFF) correctly.", - "name":"codepoints"}, - {"source-url": + "var-type":"function", + "line":77, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "substring"]], + "name":"contains?", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L364", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/contains?", - "namespace":"clojure.contrib.str-utils2", + "doc":"True if s contains the substring.", + "var-type":"function", "line":364, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "substring"]], - "doc":"True if s contains the substring.", - "name":"contains?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["bindings", "&", "body"]], + "name":"dochars", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/dochars", - "namespace":"clojure.contrib.str-utils2", - "line":37, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"macro", - "arglists":[["bindings", "&", "body"]], "doc": "bindings => [name string]\n\nRepeatedly executes body, with name bound to each character in\nstring. Does NOT handle Unicode supplementary characters (above\nU+FFFF).", - "name":"dochars"}, - {"source-url": + "var-type":"macro", + "line":37, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["bindings", "&", "body"]], + "name":"docodepoints", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L53", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/docodepoints", - "namespace":"clojure.contrib.str-utils2", - "line":53, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"macro", - "arglists":[["bindings", "&", "body"]], "doc": "bindings => [name string]\n\nRepeatedly executes body, with name bound to the integer code point\nof each Unicode character in the string. Handles Unicode\nsupplementary characters (above U+FFFF) correctly.", - "name":"docodepoints"}, - {"source-url": + "var-type":"macro", + "line":53, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "n"]], + "name":"drop", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L117", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/drop", - "namespace":"clojure.contrib.str-utils2", - "line":117, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "n"]], "doc": "Drops first n characters from s. Returns an empty string if n is\ngreater than the length of s.\n\nNote the argument order is the opposite of clojure.core\/drop; this\nis to keep the string as the first argument for use with ->", - "name":"drop"}, - {"source-url": + "var-type":"function", + "line":117, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "cmap"]], + "name":"escape", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/escape", - "namespace":"clojure.contrib.str-utils2", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "cmap"]], "doc": "Returns a new String by applying cmap (a function or a map) to each\ncharacter in s. If cmap returns nil, the original character is\nadded to the output unchanged.", - "name":"escape"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "i"]], + "name":"get", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L369", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/get", - "namespace":"clojure.contrib.str-utils2", + "doc":"Gets the i'th character in string.", + "var-type":"function", "line":369, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "i"]], - "doc":"Gets the i'th character in string.", - "name":"get"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["re", "coll"]], + "name":"grep", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L317", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/grep", - "namespace":"clojure.contrib.str-utils2", - "line":317, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["re", "coll"]], "doc": "Filters elements of coll by a regular expression. The String\nrepresentation (with str) of each element is tested with re-find.", - "name":"grep"}, - {"source-url": + "var-type":"function", + "line":317, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["separator", "coll"]], + "name":"join", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L243", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/join", - "namespace":"clojure.contrib.str-utils2", - "line":243, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["separator", "coll"]], "doc": "Returns a string of all elements in coll, separated by\nseparator. Like Perl's join.", - "name":"join"}, - {"source-url": + "var-type":"function", + "line":243, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"lower-case", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L348", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/lower-case", - "namespace":"clojure.contrib.str-utils2", + "doc":"Converts string to all lower-case.", + "var-type":"function", "line":348, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Converts string to all lower-case.", - "name":"lower-case"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"ltrim", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L294", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/ltrim", - "namespace":"clojure.contrib.str-utils2", + "doc":"Removes whitespace from the left side of string.", + "var-type":"function", "line":294, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Removes whitespace from the left side of string.", - "name":"ltrim"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["f", "coll"]], + "name":"map-str", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L310", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/map-str", - "namespace":"clojure.contrib.str-utils2", - "line":310, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["f", "coll"]], "doc": "Apply f to each element of coll, concatenate all results into a\nString.", - "name":"map-str"}, - {"source-url": + "var-type":"function", + "line":310, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"partial", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L323", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/partial", - "namespace":"clojure.contrib.str-utils2", - "line":323, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], "doc": "Like clojure.core\/partial for functions that take their primary\nargument first.\n\nTakes a function f and its arguments, NOT INCLUDING the first\nargument. Returns a new function whose first argument will be the\nfirst argument to f.\n\nExample: (str-utils2\/partial str-utils2\/take 2)\n ;;=> (fn [s] (str-utils2\/take s 2))", - "name":"partial"}, - {"source-url": + "var-type":"function", + "line":323, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "re"]], + "name":"partition", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L222", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/partition", - "namespace":"clojure.contrib.str-utils2", - "line":222, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "re"]], "doc": "Splits the string into a lazy sequence of substrings, alternating\nbetween substrings that match the patthern and the substrings\nbetween the matches. The sequence always starts with the substring\nbefore the first match, or an empty string if the beginning of the\nstring matches.\n\nFor example: (partition \"abc123def\" #\"[a-z]+\")\nreturns: (\"\" \"abc\" \"123\" \"def\")", - "name":"partition"}, - {"source-url": + "var-type":"function", + "line":222, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "n"]], + "name":"repeat", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L146", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/repeat", - "namespace":"clojure.contrib.str-utils2", + "doc":"Returns a new String containing s repeated n times.", + "var-type":"function", "line":146, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "n"]], - "doc":"Returns a new String containing s repeated n times.", - "name":"repeat"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["string", "pattern", "replacement"]], + "name":"replace", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L156", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/replace", - "namespace":"clojure.contrib.str-utils2", - "line":156, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"multimethod", - "arglists":[["string", "pattern", "replacement"]], "doc": "Replaces all instances of pattern in string with replacement. \n\nAllowed argument types for pattern and replacement are:\n 1. String and String\n 2. Character and Character\n 3. regex Pattern and String\n (Uses java.util.regex.Matcher.replaceAll)\n 4. regex Pattern and function\n (Calls function with re-groups of each match, uses return \n value as replacement.)", - "name":"replace"}, - {"source-url": + "var-type":"multimethod", + "line":156, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "pattern", "replacement"]], + "name":"replace-first", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L192", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/replace-first", - "namespace":"clojure.contrib.str-utils2", - "line":192, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"multimethod", - "arglists":[["s", "pattern", "replacement"]], "doc": "Replaces the first instance of pattern in s with replacement.\n\nAllowed argument types for pattern and replacement are:\n 1. String and String\n 2. regex Pattern and String\n (Uses java.util.regex.Matcher.replaceAll)\n 3. regex Pattern and function", - "name":"replace-first"}, - {"source-url": + "var-type":"multimethod", + "line":192, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"reverse", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/reverse", - "namespace":"clojure.contrib.str-utils2", + "doc":"Returns s with its characters reversed.", + "var-type":"function", "line":151, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Returns s with its characters reversed.", - "name":"reverse"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"rtrim", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L299", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/rtrim", - "namespace":"clojure.contrib.str-utils2", + "doc":"Removes whitespace from the right side of string.", + "var-type":"function", "line":299, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Removes whitespace from the right side of string.", - "name":"rtrim"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "re"], ["s", "re", "limit"]], + "name":"split", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L353", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/split", - "namespace":"clojure.contrib.str-utils2", - "line":353, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "re"], ["s", "re", "limit"]], "doc": "Splits string on a regular expression. Optional argument limit is\nthe maximum number of splits.", - "name":"split"}, - {"source-url": + "var-type":"function", + "line":353, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"split-lines", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L304", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/split-lines", - "namespace":"clojure.contrib.str-utils2", + "doc":"Splits s on \\n or \\r\\n.", + "var-type":"function", "line":304, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Splits s on \\n or \\r\\n.", - "name":"split-lines"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"swap-case", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L267", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/swap-case", - "namespace":"clojure.contrib.str-utils2", - "line":267, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Changes upper case characters to lower case and vice-versa.\nHandles Unicode supplementary characters correctly. Uses the\nlocale-sensitive String.toUpperCase() and String.toLowerCase()\nmethods.", - "name":"swap-case"}, - {"source-url": + "var-type":"function", + "line":267, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "n"]], + "name":"tail", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L139", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/tail", - "namespace":"clojure.contrib.str-utils2", + "doc":"Returns the last n characters of s.", + "var-type":"function", "line":139, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "n"]], - "doc":"Returns the last n characters of s.", - "name":"tail"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s", "n"]], + "name":"take", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L107", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/take", - "namespace":"clojure.contrib.str-utils2", - "line":107, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s", "n"]], "doc": "Take first n characters from s, up to the length of s.\n\nNote the argument order is the opposite of clojure.core\/take; this\nis to keep the string as the first argument for use with ->", - "name":"take"}, - {"source-url": + "var-type":"function", + "line":107, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"trim", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L359", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/trim", - "namespace":"clojure.contrib.str-utils2", + "doc":"Removes whitespace from both ends of string.", + "var-type":"function", "line":359, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Removes whitespace from both ends of string.", - "name":"trim"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["s"]], + "name":"upper-case", + "namespace":"clojure.contrib.str-utils2", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj#L343", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3\/src\/clojure\/contrib\/str_utils2.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/str-utils2-api.html#clojure.contrib.str-utils2\/upper-case", - "namespace":"clojure.contrib.str-utils2", + "doc":"Converts string to all upper-case.", + "var-type":"function", "line":343, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj", - "var-type":"function", - "arglists":[["s"]], - "doc":"Converts string to all upper-case.", - "name":"upper-case"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/str_utils2.clj"}, + {"arglists":[["name", "args", "streams", "&", "body"]], + "name":"defst", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj#L183", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/defst", - "namespace":"clojure.contrib.stream-utils", - "line":183, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj", - "var-type":"macro", - "arglists":[["name", "args", "streams", "&", "body"]], "doc": "Define the stream transformer name by body.\nThe non-stream arguments args and the stream arguments streams\nare given separately, with args being possibly empty.", - "name":"defst"}, - {"source-url": + "var-type":"macro", + "line":183, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["type-tag", "args", "&", "body"]], + "name":"defstream", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj#L73", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/defstream", - "namespace":"clojure.contrib.stream-utils", - "line":73, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj", - "var-type":"macro", - "arglists":[["type-tag", "args", "&", "body"]], "doc": "Define object of the given type as a stream whose implementation\nof stream-next is defined by args and body. This macro adds\na type-specific method for stream-next and derives type\nfrom stream-type.", - "name":"defstream"}, - {"source-url": + "var-type":"macro", + "line":73, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["n"]], + "name":"pick", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj#L149", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/pick", - "namespace":"clojure.contrib.stream-utils", - "line":149, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "Return the next value of stream argument n inside a stream\ntransformer. When used inside of defst, the name of the stream\nargument can be used instead of its index n.", - "name":"pick"}, - {"source-url": + "var-type":"function", + "line":149, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["streams"]], + "name":"pick-all", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj#L160", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/pick-all", - "namespace":"clojure.contrib.stream-utils", - "line":160, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["streams"]], "doc": "Return a vector containing the next value of each stream argument\ninside a stream transformer.", - "name":"pick-all"}, - {"source-url": + "var-type":"function", + "line":160, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["n", "stream"]], + "name":"stream-drop", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj#L201", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-drop", - "namespace":"clojure.contrib.stream-utils", - "line":201, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["n", "stream"]], "doc": "Return a stream containing all but the first n elements of stream.", - "name":"stream-drop"}, - {"source-url": + "var-type":"function", + "line":201, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["p", "stream"]], + "name":"stream-filter", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj#L243", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-filter", - "namespace":"clojure.contrib.stream-utils", - "line":243, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj", - "var-type":"multimethod", - "arglists":[["p", "stream"]], "doc": "Return a new stream that contrains the elements of stream\nthat satisfy the predicate p.", - "name":"stream-filter"}, - {"source-url": + "var-type":"multimethod", + "line":243, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["s"]], + "name":"stream-flatten", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj#L271", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-flatten", - "namespace":"clojure.contrib.stream-utils", - "line":271, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Converts a stream of sequences into a stream of the elements of the\nsequences. Flattening is not recursive, only one level of nesting\nwill be removed.", - "name":"stream-flatten"}, - {"source-url": + "var-type":"function", + "line":271, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj#L135", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-m", @@ -7587,46 +8705,54 @@ "doc": "Monad describing stream computations. The monadic values can be\nof any type handled by stream-next.", "name":"stream-m"}, - {"source-url": + {"arglists":[["f", "stream"]], + "name":"stream-map", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj#L219", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-map", - "namespace":"clojure.contrib.stream-utils", - "line":219, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj", - "var-type":"multimethod", - "arglists":[["f", "stream"]], "doc": "Return a new stream by mapping the function f on the given stream.", - "name":"stream-map"}, - {"source-url": + "var-type":"multimethod", + "line":219, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["stream-state"]], + "name":"stream-next", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj#L91", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-next", - "namespace":"clojure.contrib.stream-utils", - "line":91, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj", - "var-type":"multimethod", - "arglists":[["stream-state"]], "doc": "Returns a vector [next-value new-state] where next-value is the next\nitem in the data stream defined by stream-state and new-state\nis the new state of the stream. At the end of the stream,\nnext-value and new-state are nil.", - "name":"stream-next"}, - {"source-url": + "var-type":"multimethod", + "line":91, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["s"]], + "name":"stream-seq", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj#L113", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-seq", - "namespace":"clojure.contrib.stream-utils", - "line":113, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Return a lazy seq on the stream. Also accessible via\nclojure.contrib.seq-utils\/seq-on and\nclojure.contrib.generic.collection\/seq for streams.", - "name":"stream-seq"}, - {"source-url": + "var-type":"function", + "line":113, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/stream_utils.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861\/src\/clojure\/contrib\/stream_utils.clj#L69", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-type", @@ -7638,7 +8764,9 @@ "doc": "The root type for the stream hierarchy. For each stream type,\nadd a derivation from this type.", "name":"stream-type"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj#L70", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/action-translation-table", @@ -7649,111 +8777,129 @@ "var-type":"var", "doc":"Translation table for the make-action constructor.", "name":"action-translation-table"}, - {"source-url": + {"arglists":[["component", "f", "&", "args"]], + "name":"add-action-listener", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/add-action-listener", - "namespace":"clojure.contrib.swing-utils", - "line":23, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["component", "f", "&", "args"]], "doc": "Adds an ActionLister to component. When the action fires, f will be\ninvoked with the event as its first argument followed by args.\nReturns the listener.", - "name":"add-action-listener"}, - {"source-url": + "var-type":"function", + "line":23, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["component", "f", "&", "args"]], + "name":"add-key-typed-listener", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/add-key-typed-listener", - "namespace":"clojure.contrib.swing-utils", - "line":33, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["component", "f", "&", "args"]], "doc": "Adds a KeyListener to component that only responds to KeyTyped events.\nWhen a key is typed, f is invoked with the KeyEvent as its first argument\nfollowed by args. Returns the listener.", - "name":"add-key-typed-listener"}, - {"source-url": + "var-type":"function", + "line":33, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["parent", "item"]], + "name":"add-menu-item", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj#L101", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/add-menu-item", - "namespace":"clojure.contrib.swing-utils", - "line":101, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj", - "var-type":"multimethod", - "arglists":[["parent", "item"]], "doc": "Adds a menu item to the parent according to the item description.\n The item description is a map of the following structure.\n\nEither:\n - one single :action specifying a javax.swing.Action to be associated\n with the item.\n - a specification suitable for make-action\n - a set of :name, :mnemonic and :items keys, specifying a submenu with\n the given sequence of item entries.\n - an empty map specifying a separator.", - "name":"add-menu-item"}, - {"source-url": + "var-type":"multimethod", + "line":101, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["&", "body"]], + "name":"do-swing", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj#L58", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/do-swing", - "namespace":"clojure.contrib.swing-utils", - "line":58, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Executes body in the Swing event thread asynchronously. Returns\nimmediately after scheduling the execution.", - "name":"do-swing"}, - {"source-url": + "var-type":"macro", + "line":58, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["schedule", "thunk"]], + "name":"do-swing*", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/do-swing*", - "namespace":"clojure.contrib.swing-utils", - "line":46, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["schedule", "thunk"]], "doc": "Runs thunk in the Swing event thread according to schedule:\n- :later => schedule the execution and return immediately\n- :now => wait until the execution completes.", - "name":"do-swing*"}, - {"source-url": + "var-type":"function", + "line":46, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["&", "body"]], + "name":"do-swing-and-wait", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/do-swing-and-wait", - "namespace":"clojure.contrib.swing-utils", - "line":64, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Executes body in the Swing event thread synchronously. Returns\nafter the execution is complete.", - "name":"do-swing-and-wait"}, - {"source-url": + "var-type":"macro", + "line":64, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["spec"]], + "name":"make-action", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/make-action", - "namespace":"clojure.contrib.swing-utils", - "line":80, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["spec"]], "doc": "Create an Action proxy from the given action spec. The standard keys\nrecognised are: :name, :accelerator, :command-key, :long-desc,\n:short-desc, :mnemonic and :icon - corresponding to the similar named\nAction properties. The :handler value is used in the actionPerformed\nmethod of the proxy to pass on the event.", - "name":"make-action"}, - {"source-url": + "var-type":"function", + "line":80, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["menubar-items"]], + "name":"make-menubar", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj#L142", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/make-menubar", - "namespace":"clojure.contrib.swing-utils", - "line":142, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["menubar-items"]], "doc": "Create a menubar containing the given sequence of menu items. The menu\nitems are described by a map as is detailed in the docstring of the\nadd-menu-item function.", - "name":"make-menubar"}, - {"source-url": + "var-type":"function", + "line":142, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/swing_utils.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c75edd4a1764b9453107e50feceb0fc185faae2\/src\/clojure\/contrib\/swing_utils.clj#L97", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/menu-constructor-dispatch", @@ -7765,7 +8911,9 @@ "doc": "An atom containing the dispatch set for the add-menu-item method.", "name":"menu-constructor-dispatch"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L239", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/*load-tests*", @@ -7776,7 +8924,9 @@ "doc": "True by default. If set to false, no test functions will\nbe created by deftest, set-test, or with-test. Use this to omit\ntests when compiling or loading production code.", "name":"*load-tests*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L245", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/*stack-trace-depth*", @@ -7787,225 +8937,263 @@ "doc": "The maximum depth of stack traces to print when an Exception\nis thrown during a test. Defaults to nil, which means print the \ncomplete stack trace.", "name":"*stack-trace-depth*"}, - {"source-url": + {"arglists":[["expr", "values"]], + "name":"apply-template", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj#L76", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/apply-template", - "namespace":"clojure.contrib.test-is", - "line":76, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj", - "var-type":"function", - "arglists":[["expr", "values"]], "doc": "Replaces _1, _2, _3, etc. in expr with corresponding elements of\nvalues. Returns the modified expression. For use in macros.", - "name":"apply-template"}, - {"source-url": + "var-type":"function", + "line":76, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj"}, + {"arglists":[["expr", "&", "args"]], + "name":"are", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj#L104", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/are", - "namespace":"clojure.contrib.test-is", - "line":104, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj", - "var-type":"macro", - "arglists":[["expr", "&", "args"]], "doc": "Checks multiple assertions with a template expression.\nSee clojure.contrib.template\/do-template for an explanation of\ntemplates.\n\nExample: (are (= _1 _2) \n 2 (+ 1 1)\n 4 (* 2 2))\nExpands to: \n (do (is (= 2 (+ 1 1)))\n (is (= 4 (* 2 2))))\n\nNote: This breaks some reporting features, such as line numbers.", - "name":"are"}, - {"source-url": + "var-type":"macro", + "line":104, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj"}, + {"arglists":[["msg", "form"]], + "name":"assert-any", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L404", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/assert-any", - "namespace":"clojure.contrib.test-is", - "line":404, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[["msg", "form"]], "doc": "Returns generic assertion code for any test, including macros, Java\nmethod calls, or isolated symbols.", - "name":"assert-any"}, - {"source-url": + "var-type":"function", + "line":404, + "file":"clojure\/test.clj"}, + {"arglists":[["msg", "form"]], + "name":"assert-predicate", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L386", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/assert-predicate", - "namespace":"clojure.contrib.test-is", - "line":386, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[["msg", "form"]], "doc": "Returns generic assertion code for any functional predicate. The\n'expected' argument to 'report' will contains the original form, the\n'actual' argument will contain the form with all its sub-forms\nevaluated. If the predicate returns false, the 'actual' form will\nbe wrapped in (not...).", - "name":"assert-predicate"}, - {"source-url": + "var-type":"function", + "line":386, + "file":"clojure\/test.clj"}, + {"arglists":[["f1", "f2"]], + "name":"compose-fixtures", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L618", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/compose-fixtures", - "namespace":"clojure.contrib.test-is", - "line":618, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[["f1", "f2"]], "doc": "Composes two fixture functions, creating a new fixture function\nthat combines their behavior.", - "name":"compose-fixtures"}, - {"source-url": + "var-type":"function", + "line":618, + "file":"clojure\/test.clj"}, + {"arglists":[["name", "&", "body"]], + "name":"deftest", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L557", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/deftest", - "namespace":"clojure.contrib.test-is", - "line":557, - "file":"clojure\/test.clj", - "var-type":"macro", - "arglists":[["name", "&", "body"]], "doc": "Defines a test function with no arguments. Test functions may call\nother tests, so tests may be composed. If you compose tests, you\nshould also define a function named test-ns-hook; run-tests will\ncall test-ns-hook instead of testing all vars.\n\nNote: Actually, the test body goes in the :test metadata on the var,\nand the real function (the value of the var) calls test-var on\nitself.\n\nWhen *load-tests* is false, deftest is ignored.", - "name":"deftest"}, - {"source-url": + "var-type":"macro", + "line":557, + "file":"clojure\/test.clj"}, + {"arglists":[["name", "&", "body"]], + "name":"deftest-", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L573", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/deftest-", - "namespace":"clojure.contrib.test-is", - "line":573, - "file":"clojure\/test.clj", - "var-type":"macro", - "arglists":[["name", "&", "body"]], "doc":"Like deftest but creates a private var.", - "name":"deftest-"}, - {"source-url": + "var-type":"macro", + "line":573, + "file":"clojure\/test.clj"}, + {"arglists":[["expr", "&", "args"]], + "name":"do-template", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/do-template", - "namespace":"clojure.contrib.test-is", - "line":87, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj", - "var-type":"macro", - "arglists":[["expr", "&", "args"]], "doc": "Repeatedly evaluates template expr (in a do block) using values in\nargs. args are grouped by the number of holes in the template.\nExample: (do-template (check _1 _2) :a :b :c :d)\nexpands to (do (check :a :b) (check :c :d))", - "name":"do-template"}, - {"source-url": + "var-type":"macro", + "line":87, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj"}, + {"arglists":[["n"]], + "name":"file-position", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L275", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/file-position", - "namespace":"clojure.contrib.test-is", - "line":275, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "Returns a vector [filename line-number] for the nth call up the\nstack.", - "name":"file-position"}, - {"source-url": + "var-type":"function", + "line":275, + "file":"clojure\/test.clj"}, + {"arglists":[["form"]], + "name":"find-holes", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj#L51", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/find-holes", - "namespace":"clojure.contrib.test-is", + "doc":"Recursively finds all symbols starting with _ in form.", + "var-type":"function", "line":51, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj", - "var-type":"function", - "arglists":[["form"]], - "doc":"Recursively finds all symbols starting with _ in form.", - "name":"find-holes"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj"}, + {"arglists":[["form"]], + "name":"find-pure-exprs", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/find-pure-exprs", - "namespace":"clojure.contrib.test-is", - "line":57, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj", - "var-type":"function", - "arglists":[["form"]], "doc": "Recursively finds all sub-expressions in form that do not contain\nany symbols starting with _", - "name":"find-pure-exprs"}, - {"source-url": + "var-type":"function", + "line":57, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj"}, + {"arglists":[["form"]], + "name":"find-symbols", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/find-symbols", - "namespace":"clojure.contrib.test-is", + "doc":"Recursively finds all symbols in form.", + "var-type":"function", "line":46, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj", - "var-type":"function", - "arglists":[["form"]], - "doc":"Recursively finds all symbols in form.", - "name":"find-symbols"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj"}, + {"arglists":[["m"]], + "name":"flatten-map", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj#L65", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/flatten-map", - "namespace":"clojure.contrib.test-is", + "doc":"Transforms a map into a vector like [key value key value].", + "var-type":"function", "line":65, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj", - "var-type":"function", - "arglists":[["m"]], - "doc":"Transforms a map into a vector like [key value key value].", - "name":"flatten-map"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj"}, + {"arglists":[["x"]], + "name":"function?", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L375", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/function?", - "namespace":"clojure.contrib.test-is", - "line":375, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[["x"]], "doc": "Returns true if argument is a function or a symbol that resolves to\na function (not a macro).", - "name":"function?"}, - {"source-url": + "var-type":"function", + "line":375, + "file":"clojure\/test.clj"}, + {"arglists":[["v"]], + "name":"get-possibly-unbound-var", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L368", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/get-possibly-unbound-var", - "namespace":"clojure.contrib.test-is", - "line":368, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[["v"]], "doc":"Like var-get but returns nil if the var is unbound.", - "name":"get-possibly-unbound-var"}, - {"source-url": + "var-type":"function", + "line":368, + "file":"clojure\/test.clj"}, + {"arglists":[["name"]], + "name":"inc-report-counter", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L300", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/inc-report-counter", - "namespace":"clojure.contrib.test-is", - "line":300, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[["name"]], "doc": "Increments the named counter in *report-counters*, a ref to a map.\nDoes nothing if *report-counters* is nil.", - "name":"inc-report-counter"}, - {"source-url": + "var-type":"function", + "line":300, + "file":"clojure\/test.clj"}, + {"arglists":[["form"], ["form", "msg"]], + "name":"is", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L501", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/is", - "namespace":"clojure.contrib.test-is", - "line":501, - "file":"clojure\/test.clj", - "var-type":"macro", - "arglists":[["form"], ["form", "msg"]], "doc": "Generic assertion macro. 'form' is any predicate test.\n'msg' is an optional message to attach to the assertion.\n\nExample: (is (= 4 (+ 2 2)) \"Two plus two should be 4\")\n\nSpecial forms:\n\n(is (thrown? c body)) checks that an instance of c is thrown from\nbody, fails if not; then returns the thing thrown.\n\n(is (thrown-with-msg? c re body)) checks that an instance of c is\nthrown AND that the message on the exception matches (with\nre-matches) the regular expression re.", - "name":"is"}, - {"source-url": + "var-type":"macro", + "line":501, + "file":"clojure\/test.clj"}, + {"arglists":[["fixtures"]], + "name":"join-fixtures", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L624", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/join-fixtures", - "namespace":"clojure.contrib.test-is", - "line":624, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[["fixtures"]], "doc": "Composes a collection of fixtures, in order. Always returns a valid\nfixture function, even if the collection is empty.", - "name":"join-fixtures"}, - {"source-url": + "var-type":"function", + "line":624, + "file":"clojure\/test.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L312", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/report", @@ -8016,151 +9204,177 @@ "doc": "Generic reporting function, may be overridden to plug in\ndifferent report formats (e.g., TAP, JUnit). Assertions such as\n'is' call 'report' to indicate results. The argument given to\n'report' will be a map with a :type key. See the documentation at\nthe top of test_is.clj for more information on the types of\narguments for 'report'.", "name":"report"}, - {"source-url": + {"arglists":[[], ["re"]], + "name":"run-all-tests", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L695", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/run-all-tests", - "namespace":"clojure.contrib.test-is", - "line":695, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[[], ["re"]], "doc": "Runs all tests in all namespaces; prints results.\nOptional argument is a regular expression; only namespaces with\nnames matching the regular expression (with re-matches) will be\ntested.", - "name":"run-all-tests"}, - {"source-url": + "var-type":"function", + "line":695, + "file":"clojure\/test.clj"}, + {"arglists":[[], ["&", "namespaces"]], + "name":"run-tests", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L684", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/run-tests", - "namespace":"clojure.contrib.test-is", - "line":684, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[[], ["&", "namespaces"]], "doc": "Runs all tests in the given namespaces; prints results.\nDefaults to current namespace if none given. Returns a map\nsummarizing test results.", - "name":"run-tests"}, - {"source-url": + "var-type":"function", + "line":684, + "file":"clojure\/test.clj"}, + {"arglists":[["name", "&", "body"]], + "name":"set-test", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L581", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/set-test", - "namespace":"clojure.contrib.test-is", - "line":581, - "file":"clojure\/test.clj", - "var-type":"macro", - "arglists":[["name", "&", "body"]], "doc": "Experimental.\nSets :test metadata of the named var to a fn with the given body.\nThe var must already exist. Does not modify the value of the var.\n\nWhen *load-tests* is false, set-test is ignored.", - "name":"set-test"}, - {"source-url": + "var-type":"macro", + "line":581, + "file":"clojure\/test.clj"}, + {"arglists":[["summary"]], + "name":"successful?", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L703", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/successful?", - "namespace":"clojure.contrib.test-is", - "line":703, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[["summary"]], "doc": "Returns true if the given test summary indicates all tests\nwere successful, false otherwise.", - "name":"successful?"}, - {"source-url": + "var-type":"function", + "line":703, + "file":"clojure\/test.clj"}, + {"arglists":[["form"]], + "name":"template?", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/template?", - "namespace":"clojure.contrib.test-is", + "doc":"Returns true if form is a valid template expression.", + "var-type":"function", "line":71, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj", - "var-type":"function", - "arglists":[["form"]], - "doc":"Returns true if form is a valid template expression.", - "name":"template?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/test_is.clj"}, + {"arglists":[["ns"]], + "name":"test-all-vars", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L649", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/test-all-vars", - "namespace":"clojure.contrib.test-is", - "line":649, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[["ns"]], "doc": "Calls test-var on every var interned in the namespace, with fixtures.", - "name":"test-all-vars"}, - {"source-url": + "var-type":"function", + "line":649, + "file":"clojure\/test.clj"}, + {"arglists":[["ns"]], + "name":"test-ns", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L660", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/test-ns", - "namespace":"clojure.contrib.test-is", - "line":660, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[["ns"]], "doc": "If the namespace defines a function named test-ns-hook, calls that.\nOtherwise, calls test-all-vars on the namespace. 'ns' is a\nnamespace object or a symbol.\n\nInternally binds *report-counters* to a ref initialized to\n*inital-report-counters*. Returns the final, dereferenced state of\n*report-counters*.", - "name":"test-ns"}, - {"source-url": + "var-type":"function", + "line":660, + "file":"clojure\/test.clj"}, + {"arglists":[["v"]], + "name":"test-var", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L635", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/test-var", - "namespace":"clojure.contrib.test-is", - "line":635, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[["v"]], "doc": "If v has a function in its :test metadata, calls that function,\nwith *testing-vars* bound to (conj *testing-vars* v).", - "name":"test-var"}, - {"source-url": + "var-type":"function", + "line":635, + "file":"clojure\/test.clj"}, + {"arglists":[["string", "&", "body"]], + "name":"testing", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L534", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/testing", - "namespace":"clojure.contrib.test-is", - "line":534, - "file":"clojure\/test.clj", - "var-type":"macro", - "arglists":[["string", "&", "body"]], "doc": "Adds a new string to the list of testing contexts. May be nested,\nbut must occur inside a test function (deftest).", - "name":"testing"}, - {"source-url": + "var-type":"macro", + "line":534, + "file":"clojure\/test.clj"}, + {"arglists":[[]], + "name":"testing-contexts-str", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L294", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/testing-contexts-str", - "namespace":"clojure.contrib.test-is", - "line":294, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a string representation of the current test context. Joins\nstrings in *testing-contexts* with spaces.", - "name":"testing-contexts-str"}, - {"source-url": + "var-type":"function", + "line":294, + "file":"clojure\/test.clj"}, + {"arglists":[[]], + "name":"testing-vars-str", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L282", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/testing-vars-str", - "namespace":"clojure.contrib.test-is", - "line":282, - "file":"clojure\/test.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a string representation of the current test. Renders names\nin *testing-vars* as a list, then the source file and line of\ncurrent assertion.", - "name":"testing-vars-str"}, - {"source-url": + "var-type":"function", + "line":282, + "file":"clojure\/test.clj"}, + {"arglists":[["msg", "form"]], + "name":"try-expr", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L486", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/try-expr", - "namespace":"clojure.contrib.test-is", - "line":486, - "file":"clojure\/test.clj", - "var-type":"macro", - "arglists":[["msg", "form"]], "doc": "Used by the 'is' macro to catch unexpected exceptions.\nYou don't call this.", - "name":"try-expr"}, - {"source-url": + "var-type":"macro", + "line":486, + "file":"clojure\/test.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L601", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/use-fixtures", @@ -8171,30 +9385,36 @@ "doc": "Wrap test runs in a fixture function to perform setup and\nteardown. Using a fixture-type of :each wraps every test\nindividually, while:once wraps the whole run in a single function.", "name":"use-fixtures"}, - {"source-url": + {"arglists":[["definition", "&", "body"]], + "name":"with-test", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L545", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/with-test", - "namespace":"clojure.contrib.test-is", - "line":545, - "file":"clojure\/test.clj", - "var-type":"macro", - "arglists":[["definition", "&", "body"]], "doc": "Takes any definition form (that returns a Var) as the first argument.\nRemaining body goes in the :test metadata function for that Var.\n\nWhen *load-tests* is false, only evaluates the definition, ignoring\nthe tests.", - "name":"with-test"}, - {"source-url": + "var-type":"macro", + "line":545, + "file":"clojure\/test.clj"}, + {"arglists":[["&", "body"]], + "name":"with-test-out", + "namespace":"clojure.contrib.test-is", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/src\/clojure\/test.clj#L265", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/cdbfc8de5723bc352ee4fb54bd3eeb4502835362\/src\/clojure\/contrib\/test_is.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/test-is-api.html#clojure.contrib.test-is\/with-test-out", - "namespace":"clojure.contrib.test-is", - "line":265, - "file":"clojure\/test.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc":"Runs body with *out* bound to the value of *test-out*.", - "name":"with-test-out"}, - {"source-url": + "var-type":"macro", + "line":265, + "file":"clojure\/test.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj#L40", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/*trace-depth*", @@ -8205,499 +9425,579 @@ "var-type":"var", "doc":"Current stack depth of traced function calls.", "name":"*trace-depth*"}, - {"source-url": + {"arglists":[["name", "&", "definition"]], + "name":"deftrace", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj#L75", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/deftrace", - "namespace":"clojure.contrib.trace", - "line":75, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/trace.clj", - "var-type":"macro", - "arglists":[["name", "&", "definition"]], "doc": "Use in place of defn; traces each call\/return of this fn, including\narguments. Nested calls to deftrace'd functions will print a\ntree-like structure.", - "name":"deftrace"}, - {"source-url": + "var-type":"macro", + "line":75, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/trace.clj"}, + {"arglists":[["fns", "&", "exprs"]], + "name":"dotrace", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj#L86", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/dotrace", - "namespace":"clojure.contrib.trace", - "line":86, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/trace.clj", - "var-type":"macro", - "arglists":[["fns", "&", "exprs"]], "doc": "Given a sequence of function identifiers, evaluate the body\nexpressions in an environment in which the identifiers are bound to\nthe traced functions. Does not work on inlined functions,\nsuch as clojure.core\/+", - "name":"dotrace"}, - {"source-url": + "var-type":"macro", + "line":86, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/trace.clj"}, + {"arglists":[["value"], ["name", "value"]], + "name":"trace", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/trace", - "namespace":"clojure.contrib.trace", - "line":50, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/trace.clj", - "var-type":"function", - "arglists":[["value"], ["name", "value"]], "doc": "Sends name (optional) and value to the tracer function, then\nreturns value. May be wrapped around any expression without\naffecting the result.", - "name":"trace"}, - {"source-url": + "var-type":"function", + "line":50, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/trace.clj"}, + {"arglists":[["name", "f", "args"]], + "name":"trace-fn-call", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/trace-fn-call", - "namespace":"clojure.contrib.trace", - "line":64, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/trace.clj", - "var-type":"function", - "arglists":[["name", "f", "args"]], "doc": "Traces a single call to a function f with args. 'name' is the\nsymbol name of the function.", - "name":"trace-fn-call"}, - {"source-url": + "var-type":"function", + "line":64, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/trace.clj"}, + {"arglists":[[]], + "name":"trace-indent", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/trace-indent", - "namespace":"clojure.contrib.trace", + "doc":"Returns an indentation string based on *trace-depth*", + "var-type":"function", "line":59, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/trace.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns an indentation string based on *trace-depth*", - "name":"trace-indent"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/trace.clj"}, + {"arglists":[["name", "value"]], + "name":"tracer", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj#L44", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/6dff158bdec5f06c33877c6c6550699d5e08ca71\/src\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/tracer", - "namespace":"clojure.contrib.trace", - "line":44, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/trace.clj", - "var-type":"function", - "arglists":[["name", "value"]], "doc": "This function is called by trace. Prints to standard output, but\nmay be rebound to do anything you like. 'name' is optional.", - "name":"tracer"}, - {"source-url": + "var-type":"function", + "line":44, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/trace.clj"}, + {"arglists":[["type-tag", "&", "constructors"]], + "name":"defadt", + "namespace":"clojure.contrib.types", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/types.clj#L128", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/types.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/defadt", - "namespace":"clojure.contrib.types", - "line":128, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/types.clj", - "var-type":"macro", - "arglists":[["type-tag", "&", "constructors"]], "doc": "Define an algebraic data type name by an exhaustive list of constructors.\nEach constructor can be a symbol (argument-free constructor) or a\nlist consisting of a tag symbol followed by the argument symbols.\nThe data type tag must be a keyword.", - "name":"defadt"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/types.clj#L54", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/deftype", - "namespace":"clojure.contrib.types", - "line":54, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/types.clj", "var-type":"macro", - "arglists": + "line":128, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/types.clj"}, + {"arglists": [["type-tag", "constructor-name", "docstring?", "attr-map?"], ["type-tag", "constructor-name", "docstring?", "attr-map?", "constructor"], ["type-tag", "constructor-name", "docstring?", "attr-map?", "constructor", "deconstructor"]], + "name":"deftype", + "namespace":"clojure.contrib.types", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/types.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/types.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/deftype", "doc": "Define a data type by a type tag (a namespace-qualified keyword)\nand a symbol naming the constructor function. Optionally, a\nconstructor and a deconstructor function can be given as well,\nthe defaults being clojure.core\/identity and clojure.core\/list.\nThe full constructor associated with constructor-name calls the\nconstructor function and attaches the type tag to its result\nas metadata. The deconstructor function must return the arguments\nto be passed to the constructor in order to create an equivalent\nobject. It is used for printing and matching.", - "name":"deftype"}, - {"source-url": + "var-type":"macro", + "line":54, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/types.clj"}, + {"arglists":[["type-tag", "constructor-name", "&", "optional"]], + "name":"deftype-", + "namespace":"clojure.contrib.types", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/types.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/types.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/deftype-", - "namespace":"clojure.contrib.types", + "doc":"Same as deftype but the constructor is private.", + "var-type":"macro", "line":88, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/types.clj", - "var-type":"macro", - "arglists":[["type-tag", "constructor-name", "&", "optional"]], - "doc":"Same as deftype but the constructor is private.", - "name":"deftype-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/types.clj"}, + {"arglists":[["value", "&", "clauses"]], + "name":"match", + "namespace":"clojure.contrib.types", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/types.clj#L241", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/types.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/match", - "namespace":"clojure.contrib.types", - "line":241, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/types.clj", - "var-type":"macro", - "arglists":[["value", "&", "clauses"]], "doc": "Given a value and a list of template-expr clauses, evaluate the first\nexpr whose template matches the value. There are four kinds of templates:\n1) Lists of the form (tag x1 x2 ...) match instances of types\n whose constructor has the same form as the list.\n2) Quoted lists of the form '(x1 x2 ...) match lists of the same\n length.\n3) Vectors of the form [x1 x2 ...] match vectors of the same length.\n4) Maps of the form {:key1 x1 :key2 x2 ...} match maps that have\n the same keys as the template, but which can have additional keys\n that are not part of the template.\nThe values x1, x2, ... can be symbols or non-symbol values. Non-symbols\nmust be equal to the corresponding values in the object to be matched.\nSymbols will be bound to the corresponding value in the object in the\nevaluation of expr. If the same symbol occurs more than once in a,\ntemplate the corresponding elements of the object must be equal\nfor the template to match.", - "name":"match"}, - {"source-url": + "var-type":"macro", + "line":241, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/types.clj"}, + {"arglists":[["ns", "&", "body"]], + "name":"with-ns", + "namespace":"clojure.contrib.with-ns", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f24f6412a1cee7015285856e5e4fc6ddc3974439\/src\/clojure\/contrib\/with_ns.clj#L20", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f24f6412a1cee7015285856e5e4fc6ddc3974439\/src\/clojure\/contrib\/with_ns.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/with-ns-api.html#clojure.contrib.with-ns\/with-ns", - "namespace":"clojure.contrib.with-ns", - "line":20, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/with_ns.clj", - "var-type":"macro", - "arglists":[["ns", "&", "body"]], "doc": "Evaluates body in another namespace. ns is either a namespace\nobject or a symbol. This makes it possible to define functions in\nnamespaces other than the current one.", - "name":"with-ns"}, - {"source-url": + "var-type":"macro", + "line":20, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/with_ns.clj"}, + {"arglists":[["&", "body"]], + "name":"with-temp-ns", + "namespace":"clojure.contrib.with-ns", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f24f6412a1cee7015285856e5e4fc6ddc3974439\/src\/clojure\/contrib\/with_ns.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f24f6412a1cee7015285856e5e4fc6ddc3974439\/src\/clojure\/contrib\/with_ns.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/with-ns-api.html#clojure.contrib.with-ns\/with-temp-ns", - "namespace":"clojure.contrib.with-ns", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/with_ns.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Evaluates body in an anonymous namespace, which is then immediately\nremoved. The temporary namespace will 'refer' clojure.core.", - "name":"with-temp-ns"}, - {"source-url": + "var-type":"macro", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/with_ns.clj"}, + {"arglists":[["loc"]], + "name":"ancestors", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj#L65", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/ancestors", - "namespace":"clojure.contrib.zip-filter", - "line":65, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of all ancestors of location loc, starting\nwith loc and proceeding to loc's parent node and on through to the\nroot of the tree.", - "name":"ancestors"}, - {"source-url": + "var-type":"function", + "line":65, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"children", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj#L45", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/children", - "namespace":"clojure.contrib.zip-filter", - "line":45, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right.", - "name":"children"}, - {"source-url": + "var-type":"function", + "line":45, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"children-auto", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/children-auto", - "namespace":"clojure.contrib.zip-filter", - "line":52, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right, marked so that a following tag= predicate will auto-descend.", - "name":"children-auto"}, - {"source-url": + "var-type":"function", + "line":52, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"descendants", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj#L60", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/descendants", - "namespace":"clojure.contrib.zip-filter", - "line":60, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of all descendants of location loc, in\ndepth-first order, left-to-right, starting with loc.", - "name":"descendants"}, - {"source-url": + "var-type":"function", + "line":60, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"left-locs", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/left-locs", - "namespace":"clojure.contrib.zip-filter", - "line":33, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of locations to the left of loc, starting with loc.", - "name":"left-locs"}, - {"source-url": + "var-type":"function", + "line":33, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"leftmost?", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/leftmost?", - "namespace":"clojure.contrib.zip-filter", - "line":37, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns true if there are no more nodes to the left of location loc.", - "name":"leftmost?"}, - {"source-url": + "var-type":"function", + "line":37, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"right-locs", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/right-locs", - "namespace":"clojure.contrib.zip-filter", - "line":29, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of locations to the right of loc, starting with loc.", - "name":"right-locs"}, - {"source-url": + "var-type":"function", + "line":29, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"rightmost?", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e5b7819ef66410a87b8072417dc2f09ac4ddb03f\/src\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/rightmost?", - "namespace":"clojure.contrib.zip-filter", - "line":41, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns true if there are no more nodes to the right of location loc.", - "name":"rightmost?"}, - {"source-url": + "var-type":"function", + "line":41, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["condition"]], + "name":"-init", + "namespace":"clojure.contrib.condition.Condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/443409f56420f3dc7972131c34c189e63d28fdcb\/src\/clojure\/contrib\/condition\/Condition.clj#L25", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/443409f56420f3dc7972131c34c189e63d28fdcb\/src\/clojure\/contrib\/condition\/Condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition.Condition\/-init", - "namespace":"clojure.contrib.condition.Condition", - "line":25, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/condition\/Condition.clj", - "var-type":"function", - "arglists":[["condition"]], "doc": "Constructs a Condition object with condition (a map) as its\nmetadata. Also initializes the superclass with the values at :message\nand :cause, if any, so they are also available via .getMessage and\n.getCause.", - "name":"-init"}, - {"source-url": + "var-type":"function", + "line":25, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/condition\/Condition.clj"}, + {"arglists":[["this"]], + "name":"-meta", + "namespace":"clojure.contrib.condition.Condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/443409f56420f3dc7972131c34c189e63d28fdcb\/src\/clojure\/contrib\/condition\/Condition.clj#L40", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/443409f56420f3dc7972131c34c189e63d28fdcb\/src\/clojure\/contrib\/condition\/Condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition.Condition\/-meta", - "namespace":"clojure.contrib.condition.Condition", + "doc":"Returns this object's metadata, the condition", + "var-type":"function", "line":40, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/condition\/Condition.clj", - "var-type":"function", - "arglists":[["this"]], - "doc":"Returns this object's metadata, the condition", - "name":"-meta"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/condition\/Condition.clj"}, + {"arglists":[["this", "condition"]], + "name":"-post-init", + "namespace":"clojure.contrib.condition.Condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/443409f56420f3dc7972131c34c189e63d28fdcb\/src\/clojure\/contrib\/condition\/Condition.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/443409f56420f3dc7972131c34c189e63d28fdcb\/src\/clojure\/contrib\/condition\/Condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition.Condition\/-post-init", - "namespace":"clojure.contrib.condition.Condition", - "line":33, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/condition\/Condition.clj", - "var-type":"function", - "arglists":[["this", "condition"]], "doc": "Adds :stack-trace to the condition. Drops the bottom 3 frames because\nthey are always the same: implementation details of Condition and raise.", - "name":"-post-init"}, - {"source-url": + "var-type":"function", + "line":33, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/condition\/Condition.clj"}, + {"arglists":[["db", "name", "key"]], + "name":"add-index", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L85", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/add-index", - "namespace":"clojure.contrib.datalog.database", + "doc":"Adds an index to an empty relation named name", + "var-type":"function", "line":85, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "name", "key"]], - "doc":"Adds an index to an empty relation named name", - "name":"add-index"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "name", "keys"]], + "name":"add-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/add-relation", - "namespace":"clojure.contrib.datalog.database", + "doc":"Adds a relation to the database", + "var-type":"function", "line":80, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "name", "keys"]], - "doc":"Adds a relation to the database", - "name":"add-relation"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rel-name", "tuple"], ["rel", "tuple"]], + "name":"add-tuple", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L171", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/add-tuple", - "namespace":"clojure.contrib.datalog.database", - "line":171, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rel-name", "tuple"], ["rel", "tuple"]], "doc": "Two forms:\n\n[db relation-name tuple] adds tuple to the named relation. Returns\nthe new database.\n\n[rel tuple] adds to the relation object. Returns the new relation.", - "name":"add-tuple"}, - {"source-url": + "var-type":"function", + "line":171, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "&", "tupls"]], + "name":"add-tuples", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L206", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/add-tuples", - "namespace":"clojure.contrib.datalog.database", - "line":206, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "&", "tupls"]], "doc": "Adds a collection of tuples to the db, as\n(add-tuples db\n [:rel-name :key-1 1 :key-2 2]\n [:rel-name :key-1 2 :key-2 3])", - "name":"add-tuples"}, - {"source-url": + "var-type":"function", + "line":206, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rn", "pt"]], + "name":"any-match?", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L252", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/any-match?", - "namespace":"clojure.contrib.datalog.database", - "line":252, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rn", "pt"]], "doc": "Finds if there are any matching records for the partial tuple", - "name":"any-match?"}, - {"source-url": + "var-type":"function", + "line":252, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db"]], + "name":"database-counts", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L143", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/database-counts", - "namespace":"clojure.contrib.datalog.database", + "doc":"Returns a map with the count of elements in each relation.", + "var-type":"function", "line":143, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db"]], - "doc":"Returns a map with the count of elements in each relation.", - "name":"database-counts"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["dbs"]], + "name":"database-merge", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L276", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/database-merge", - "namespace":"clojure.contrib.datalog.database", + "doc":"Merges databases together", + "var-type":"function", "line":276, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["dbs"]], - "doc":"Merges databases together", - "name":"database-merge"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["dbs"]], + "name":"database-merge-parallel", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L281", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/database-merge-parallel", - "namespace":"clojure.contrib.datalog.database", + "doc":"Merges databases together in parallel", + "var-type":"function", "line":281, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["dbs"]], - "doc":"Merges databases together in parallel", - "name":"database-merge-parallel"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["schema", "data", "indexes"]], + "name":"datalog-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L75", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/datalog-relation", - "namespace":"clojure.contrib.datalog.database", + "doc":"Creates a relation", + "var-type":"function", "line":75, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["schema", "data", "indexes"]], - "doc":"Creates a relation", - "name":"datalog-relation"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "name", "keys", "indexes"]], + "name":"ensure-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/ensure-relation", - "namespace":"clojure.contrib.datalog.database", + "doc":"If the database lacks the named relation, add it", + "var-type":"function", "line":95, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "name", "keys", "indexes"]], - "doc":"If the database lacks the named relation, add it", - "name":"ensure-relation"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rel-name"]], + "name":"get-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L129", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/get-relation", - "namespace":"clojure.contrib.datalog.database", + "doc":"Get a relation object by name", + "var-type":"function", "line":129, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rel-name"]], - "doc":"Get a relation object by name", - "name":"get-relation"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["&", "commands"]], + "name":"make-database", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L108", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/make-database", - "namespace":"clojure.contrib.datalog.database", - "line":108, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"macro", - "arglists":[["&", "commands"]], "doc": "Makes a database, like this\n(make-database\n (relation :fred [:mary :sue])\n (index :fred :mary)\n (relation :sally [:jen :becky])\n (index :sally :jen)\n (index :sally :becky))", - "name":"make-database"}, - {"source-url": + "var-type":"macro", + "line":108, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["r1", "r2"]], + "name":"merge-relations", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L266", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/merge-relations", - "namespace":"clojure.contrib.datalog.database", + "doc":"Merges two relations", + "var-type":"function", "line":266, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["r1", "r2"]], - "doc":"Merges two relations", - "name":"merge-relations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rel-name", "tuple"], ["rel", "tuple"]], + "name":"remove-tuple", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L189", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/remove-tuple", - "namespace":"clojure.contrib.datalog.database", - "line":189, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rel-name", "tuple"], ["rel", "tuple"]], "doc": "Two forms:\n\n[db relation-name tuple] removes the tuple from the named relation,\nreturns a new database.\n\n[rel tuple] removes the tuple from the relation. Returns the new\nrelation.", - "name":"remove-tuple"}, - {"source-url": + "var-type":"function", + "line":189, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rel-name", "rel"]], + "name":"replace-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L134", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/replace-relation", - "namespace":"clojure.contrib.datalog.database", - "line":134, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rel-name", "rel"]], "doc": "Add or replace a fully constructed relation object to the database.", - "name":"replace-relation"}, - {"source-url": + "var-type":"function", + "line":134, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rn", "pt"]], + "name":"select", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj#L247", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7\/src\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/select", - "namespace":"clojure.contrib.datalog.database", - "line":247, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rn", "pt"]], "doc": "finds all matching tuples to the partial tuple (pt) in the relation named (rn)", - "name":"select"}, - {"source-url": + "var-type":"function", + "line":247, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/database.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L254", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/adorned-literal", @@ -8709,20 +10009,24 @@ "doc": "When passed a set of bound columns, returns the adorned literal", "name":"adorned-literal"}, - {"source-url": + {"arglists":[["f", "type"]], + "name":"build-atom", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L133", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/build-atom", - "namespace":"clojure.contrib.datalog.literals", - "line":133, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["f", "type"]], "doc": "Returns an unevaluated expression (to be used in a macro) of an\natom.", - "name":"build-atom"}, - {"source-url": + "var-type":"function", + "line":133, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L128", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/build-literal", @@ -8734,32 +10038,38 @@ "doc": "(Returns an unevaluated expression (to be used in macros) of a\nliteral.", "name":"build-literal"}, - {"source-url": + {"arglists":[["s"]], + "name":"build-seed-bindings", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L303", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/build-seed-bindings", - "namespace":"clojure.contrib.datalog.literals", - "line":303, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Given a seed literal, already adorned and in magic form, convert\nits bound constants to new variables.", - "name":"build-seed-bindings"}, - {"source-url": + "var-type":"function", + "line":303, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["l"]], + "name":"delta-literal", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L320", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/delta-literal", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Given a literal l, return a delta version", + "var-type":"function", "line":320, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Given a literal l, return a delta version", - "name":"delta-literal"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L164", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/display-literal", @@ -8770,31 +10080,37 @@ "var-type":"multimethod", "doc":"Converts a struct representing a literal to a normal list", "name":"display-literal"}, - {"source-url": + {"arglists":[["pred"]], + "name":"get-adorned-bindings", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L271", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/get-adorned-bindings", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Get the bindings from this adorned literal.", + "var-type":"function", "line":271, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["pred"]], - "doc":"Get the bindings from this adorned literal.", - "name":"get-adorned-bindings"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["pred"]], + "name":"get-base-predicate", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L276", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/get-base-predicate", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Get the base predicate from this predicate.", + "var-type":"function", "line":276, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["pred"]], - "doc":"Get the base predicate from this predicate.", - "name":"get-base-predicate"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L202", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/get-cs-from-vs", @@ -8805,7 +10121,9 @@ "var-type":"multimethod", "doc":"From a set of vars, get the columns", "name":"get-cs-from-vs"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L219", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/get-self-bound-cs", @@ -8816,7 +10134,9 @@ "var-type":"multimethod", "doc":"Get the columns that are bound withing the literal.", "name":"get-self-bound-cs"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L187", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/get-vs-from-cs", @@ -8827,7 +10147,9 @@ "var-type":"multimethod", "doc":"From a set of columns, return the vars", "name":"get-vs-from-cs"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L361", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/join-literal", @@ -8839,7 +10161,9 @@ "doc": "Given a database (db), a literal (lit) and a seq of bindings (bs),\nreturn a new seq of bindings by joining this literal.", "name":"join-literal"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L236", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/literal-appropriate?", @@ -8851,7 +10175,9 @@ "doc": "When passed a set of bound vars, determines if this literal can be\nused during this point of a SIP computation.", "name":"literal-appropriate?"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L48", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/literal-columns", @@ -8862,19 +10188,23 @@ "var-type":"multimethod", "doc":"Return the column names this applies to", "name":"literal-columns"}, - {"source-url": + {"arglists":[["lit"]], + "name":"literal-magic?", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L296", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/literal-magic?", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Is this literal magic?", + "var-type":"function", "line":296, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["lit"]], - "doc":"Is this literal magic?", - "name":"literal-magic?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L44", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/literal-predicate", @@ -8886,7 +10216,9 @@ "doc": "Return the predicate\/relation this conditional operates over", "name":"literal-predicate"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L52", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/literal-vars", @@ -8897,43 +10229,51 @@ "var-type":"multimethod", "doc":"Returns the logic vars used by this literal", "name":"literal-vars"}, - {"source-url": + {"arglists":[["l"]], + "name":"magic-literal", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L286", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/magic-literal", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Create a magic version of this adorned predicate.", + "var-type":"function", "line":286, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Create a magic version of this adorned predicate.", - "name":"magic-literal"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["l"]], + "name":"negated-literal", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L314", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/negated-literal", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Given a literal l, return a negated version", + "var-type":"function", "line":314, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Given a literal l, return a negated version", - "name":"negated-literal"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["l"]], + "name":"negated?", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L112", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/negated?", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Is this literal a negated literal?", + "var-type":"function", "line":112, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Is this literal a negated literal?", - "name":"negated?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L60", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/negative-vars", @@ -8944,7 +10284,9 @@ "var-type":"multimethod", "doc":"Returns the logic vars used in a negative position", "name":"negative-vars"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L56", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/positive-vars", @@ -8955,660 +10297,766 @@ "var-type":"multimethod", "doc":"Returns the logic vars used in a positive position", "name":"positive-vars"}, - {"source-url": + {"arglists":[["l"]], + "name":"positive?", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L117", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/positive?", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Is this a positive literal?", + "var-type":"function", "line":117, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Is this a positive literal?", - "name":"positive?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["db", "lit", "bs"], ["db", "lit", "bs", "var?"]], + "name":"project-literal", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj#L393", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/245fc9ec4499219bfb66f3fe4789b884b418c7b2\/src\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/project-literal", - "namespace":"clojure.contrib.datalog.literals", - "line":393, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["db", "lit", "bs"], ["db", "lit", "bs", "var?"]], "doc": "Project a stream of bindings onto a literal\/relation. Returns a new\ndb.", - "name":"project-literal"}, - {"source-url": + "var-type":"function", + "line":393, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["q"]], + "name":"adorn-query", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj#L26", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/adorn-query", - "namespace":"clojure.contrib.datalog.magic", + "doc":"Adorn a query", + "var-type":"function", "line":26, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q"]], - "doc":"Adorn a query", - "name":"adorn-query"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["rs", "q"]], + "name":"adorn-rules-set", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj#L31", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/adorn-rules-set", - "namespace":"clojure.contrib.datalog.magic", - "line":31, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["rs", "q"]], "doc": "Adorns the given rules-set for the given query. (rs) is a\nrules-set, (q) is an adorned query.", - "name":"adorn-rules-set"}, - {"source-url": + "var-type":"function", + "line":31, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["q", "bindings"]], + "name":"build-partial-tuple", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj#L78", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/build-partial-tuple", - "namespace":"clojure.contrib.datalog.magic", - "line":78, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q", "bindings"]], "doc": "Given a query and a set of bindings, build a partial tuple needed\nto extract the relation from the database.", - "name":"build-partial-tuple"}, - {"source-url": + "var-type":"function", + "line":78, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["rs"], ["rs", "i-preds"]], + "name":"magic-transform", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj#L98", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/magic-transform", - "namespace":"clojure.contrib.datalog.magic", - "line":98, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["rs"], ["rs", "i-preds"]], "doc": "Return a magic transformation of an adorned rules-set (rs). The\n(i-preds) are the predicates of the intension database. These\ndefault to the predicates within the rules-set.", - "name":"magic-transform"}, - {"source-url": + "var-type":"function", + "line":98, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["q"]], + "name":"seed-predicate-for-insertion", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/seed-predicate-for-insertion", - "namespace":"clojure.contrib.datalog.magic", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q"]], "doc": "Given a query, return the predicate to use for database insertion.", - "name":"seed-predicate-for-insertion"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["q"]], + "name":"seed-relation", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj#L63", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/seed-relation", - "namespace":"clojure.contrib.datalog.magic", - "line":63, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q"]], "doc": "Given a magic form of a query, give back the literal form of its seed\nrelation", - "name":"seed-relation"}, - {"source-url": + "var-type":"function", + "line":63, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["q"]], + "name":"seed-rule", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/seed-rule", - "namespace":"clojure.contrib.datalog.magic", + "doc":"Given an adorned query, give back its seed rule", + "var-type":"function", "line":71, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q"]], - "doc":"Given an adorned query, give back its seed rule", - "name":"seed-rule"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["hd", "&", "body"]], + "name":"<-", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/<-", - "namespace":"clojure.contrib.datalog.rules", - "line":66, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"macro", - "arglists":[["hd", "&", "body"]], "doc": "Build a datalog rule. Like this:\n\n(<- (:head :x ?x :y ?y) (:body-1 :x ?x :y ?y) (:body-2 :z ?z) (not! :body-3 :x ?x) (if > ?y ?z))", - "name":"<-"}, - {"source-url": + "var-type":"macro", + "line":66, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["&", "q"]], + "name":"?-", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L84", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/?-", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Define a datalog query", + "var-type":"macro", "line":84, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"macro", - "arglists":[["&", "q"]], - "doc":"Define a datalog query", - "name":"?-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs"]], + "name":"all-predicates", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L161", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/all-predicates", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Given a rules-set, return all defined predicates", + "var-type":"function", "line":161, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rs"]], - "doc":"Given a rules-set, return all defined predicates", - "name":"all-predicates"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["db", "rule"], ["db-1", "db-2", "rule"]], + "name":"apply-rule", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/apply-rule", - "namespace":"clojure.contrib.datalog.rules", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["db", "rule"], ["db-1", "db-2", "rule"]], "doc": "Apply the rule against db-1, adding the results to the appropriate\nrelation in db-2. The relation will be created if needed.", - "name":"apply-rule"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["bindings", "i-preds", "rule"]], + "name":"compute-sip", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L98", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/compute-sip", - "namespace":"clojure.contrib.datalog.rules", - "line":98, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["bindings", "i-preds", "rule"]], "doc": "Given a set of bound column names, return an adorned sip for this\nrule. A set of intensional predicates should be provided to\ndetermine what should be adorned.", - "name":"compute-sip"}, - {"source-url": + "var-type":"function", + "line":98, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["query"]], + "name":"display-query", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/display-query", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Return a query in a readable format.", + "var-type":"function", "line":37, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["query"]], - "doc":"Return a query in a readable format.", - "name":"display-query"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rule"]], + "name":"display-rule", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L30", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/display-rule", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Return the rule in a readable format.", + "var-type":"function", "line":30, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rule"]], - "doc":"Return the rule in a readable format.", - "name":"display-rule"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rule"]], + "name":"is-safe?", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L45", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/is-safe?", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Is the rule safe according to the datalog protocol?", + "var-type":"function", "line":45, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rule"]], - "doc":"Is the rule safe according to the datalog protocol?", - "name":"is-safe?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs"]], + "name":"make-rules-set", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L127", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/make-rules-set", - "namespace":"clojure.contrib.datalog.rules", - "line":127, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rs"]], "doc": "Given an existing set of rules, make it a 'rules-set' for\nprinting.", - "name":"make-rules-set"}, - {"source-url": + "var-type":"function", + "line":127, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs"]], + "name":"non-base-rules", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L166", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/non-base-rules", - "namespace":"clojure.contrib.datalog.rules", - "line":166, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rs"]], "doc": "Return a collection of rules that depend, somehow, on other rules", - "name":"non-base-rules"}, - {"source-url": + "var-type":"function", + "line":166, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs"]], + "name":"predicate-map", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/predicate-map", - "namespace":"clojure.contrib.datalog.rules", - "line":151, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rs"]], "doc": "Given a rules-set, return a map of rules keyed by their predicates.\nEach value will be a set of rules.", - "name":"predicate-map"}, - {"source-url": + "var-type":"function", + "line":151, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rule"]], + "name":"return-rule-data", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L79", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/return-rule-data", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Returns an untypted rule that will be fully printed", + "var-type":"function", "line":79, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rule"]], - "doc":"Returns an untypted rule that will be fully printed", - "name":"return-rule-data"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["&", "rules"]], + "name":"rules-set", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj#L135", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/rules-set", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Given a collection of rules return a rules set", + "var-type":"function", "line":135, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["&", "rules"]], - "doc":"Given a collection of rules return a rules set", - "name":"rules-set"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs", "q"]], + "name":"build-soft-strat-work-plan", + "namespace":"clojure.contrib.datalog.softstrat", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/softstrat.clj#L115", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/softstrat.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.softstrat\/build-soft-strat-work-plan", - "namespace":"clojure.contrib.datalog.softstrat", + "doc":"Return a work plan for the given rules-set and query", + "var-type":"function", "line":115, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/softstrat.clj", - "var-type":"function", - "arglists":[["rs", "q"]], - "doc":"Return a work plan for the given rules-set and query", - "name":"build-soft-strat-work-plan"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/softstrat.clj"}, + {"arglists":[["ws"]], + "name":"get-all-relations", + "namespace":"clojure.contrib.datalog.softstrat", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/softstrat.clj#L121", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b\/src\/clojure\/contrib\/datalog\/softstrat.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.softstrat\/get-all-relations", - "namespace":"clojure.contrib.datalog.softstrat", - "line":121, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/softstrat.clj", - "var-type":"function", - "arglists":[["ws"]], "doc": "Return a set of all relation names defined in this workplan", - "name":"get-all-relations"}, - {"source-url": + "var-type":"function", + "line":121, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/softstrat.clj"}, + {"arglists":[["sym"]], + "name":"is-query-var?", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/is-query-var?", - "namespace":"clojure.contrib.datalog.util", + "doc":"Is this a query variable: e.g. a symbol prefixed with ??", + "var-type":"function", "line":33, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["sym"]], - "doc":"Is this a query variable: e.g. a symbol prefixed with ??", - "name":"is-query-var?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["sym"]], + "name":"is-var?", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj#L25", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/is-var?", - "namespace":"clojure.contrib.datalog.util", + "doc":"Is this a logic variable: e.g. a symbol prefixed with a ?", + "var-type":"function", "line":25, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["sym"]], - "doc":"Is this a logic variable: e.g. a symbol prefixed with a ?", - "name":"is-var?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["m", "ks"]], + "name":"keys-to-vals", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/keys-to-vals", - "namespace":"clojure.contrib.datalog.util", - "line":49, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["m", "ks"]], "doc": "Given a map and a collection of keys, return the collection of vals", - "name":"keys-to-vals"}, - {"source-url": + "var-type":"function", + "line":49, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["f", "hash"]], + "name":"map-values", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/map-values", - "namespace":"clojure.contrib.datalog.util", + "doc":"Like map, but works over the values of a hash map", + "var-type":"function", "line":41, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["f", "hash"]], - "doc":"Like map, but works over the values of a hash map", - "name":"map-values"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["f", "data"]], + "name":"preduce", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/preduce", - "namespace":"clojure.contrib.datalog.util", - "line":62, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["f", "data"]], "doc": "Similar to merge-with, but the contents of each key are merged in\nparallel using f.\n\nf - a function of 2 arguments.\ndata - a collection of hashes.", - "name":"preduce"}, - {"source-url": + "var-type":"function", + "line":62, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["m"]], + "name":"reverse-map", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/reverse-map", - "namespace":"clojure.contrib.datalog.util", + "doc":"Reverse the keys\/values of a map", + "var-type":"function", "line":54, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["m"]], - "doc":"Reverse the keys\/values of a map", - "name":"reverse-map"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["&", "body"]], + "name":"trace-datalog", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj#L82", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e\/src\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/trace-datalog", - "namespace":"clojure.contrib.datalog.util", - "line":82, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "If *test-datalog* is set to true, run the enclosed commands", - "name":"trace-datalog"}, - {"source-url": + "var-type":"macro", + "line":82, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[[]], + "name":"converter-ui", + "namespace":"clojure.contrib.miglayout.example", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/df27c0a710440e2fef44f799dc5933f29ced44e1\/src\/clojure\/contrib\/miglayout\/example.clj#L40", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/df27c0a710440e2fef44f799dc5933f29ced44e1\/src\/clojure\/contrib\/miglayout\/example.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.example\/converter-ui", - "namespace":"clojure.contrib.miglayout.example", + "doc":"Lays out and shows a Temperature Converter UI", + "var-type":"function", "line":40, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/example.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Lays out and shows a Temperature Converter UI", - "name":"converter-ui"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/example.clj"}, + {"arglists":[["celsius"]], + "name":"fahrenheit", + "namespace":"clojure.contrib.miglayout.example", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/df27c0a710440e2fef44f799dc5933f29ced44e1\/src\/clojure\/contrib\/miglayout\/example.clj#L24", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/df27c0a710440e2fef44f799dc5933f29ced44e1\/src\/clojure\/contrib\/miglayout\/example.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.example\/fahrenheit", - "namespace":"clojure.contrib.miglayout.example", - "line":24, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/example.clj", - "var-type":"function", - "arglists":[["celsius"]], "doc": "Converts a Celsius temperature to Fahrenheit. Input and output are\nstrings. Returns \"input?\" if the input can't be parsed as a Double.", - "name":"fahrenheit"}, - {"source-url": + "var-type":"function", + "line":24, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/example.clj"}, + {"arglists":[[]], + "name":"main", + "namespace":"clojure.contrib.miglayout.example", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/df27c0a710440e2fef44f799dc5933f29ced44e1\/src\/clojure\/contrib\/miglayout\/example.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/df27c0a710440e2fef44f799dc5933f29ced44e1\/src\/clojure\/contrib\/miglayout\/example.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.example\/main", - "namespace":"clojure.contrib.miglayout.example", + "doc":"Invokes converter-ui in the AWT Event thread", + "var-type":"function", "line":57, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/example.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Invokes converter-ui in the AWT Event thread", - "name":"main"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/example.clj"}, + {"arglists":[["container", "components"]], + "name":"add-components", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj#L94", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/add-components", - "namespace":"clojure.contrib.miglayout.internal", + "doc":"Adds components with constraints to a container", + "var-type":"function", "line":94, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["container", "components"]], - "doc":"Adds components with constraints to a container", - "name":"add-components"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["x"]], + "name":"component?", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/component?", - "namespace":"clojure.contrib.miglayout.internal", + "doc":"Returns true if x is a java.awt.Component", + "var-type":"function", "line":59, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Returns true if x is a java.awt.Component", - "name":"component?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["x"]], + "name":"constraint?", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/constraint?", - "namespace":"clojure.contrib.miglayout.internal", + "doc":"Returns true if x is not a keyword-item or component", + "var-type":"function", "line":64, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Returns true if x is not a keyword-item or component", - "name":"constraint?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists": + [["container", "layout", "column", "row", "components"]], + "name":"do-layout", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj#L114", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/do-layout", - "namespace":"clojure.contrib.miglayout.internal", - "line":114, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists": - [["container", "layout", "column", "row", "components"]], "doc": "Attaches a MigLayout layout manager to container and adds components\nwith constraints", - "name":"do-layout"}, - {"source-url": + "var-type":"function", + "line":114, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["c"]], + "name":"format-constraint", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj#L32", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/format-constraint", - "namespace":"clojure.contrib.miglayout.internal", - "line":32, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["c"]], "doc": "Returns a vector of vectors representing one or more constraints\nseparated by commas. Constraints may be specified in Clojure using\nstrings, keywords, vectors, maps, and\/or sets.", - "name":"format-constraint"}, - {"source-url": + "var-type":"function", + "line":32, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["&", "constraints"]], + "name":"format-constraints", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/format-constraints", - "namespace":"clojure.contrib.miglayout.internal", - "line":47, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["&", "constraints"]], "doc": "Returns a string representing all the constraints for one keyword-item\nor component formatted for miglayout.", - "name":"format-constraints"}, - {"source-url": + "var-type":"function", + "line":47, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["container"]], + "name":"get-components", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj#L109", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/get-components", - "namespace":"clojure.contrib.miglayout.internal", - "line":109, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["container"]], "doc": "Returns a map from id to component for all components with an id", - "name":"get-components"}, - {"source-url": + "var-type":"function", + "line":109, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["constraint"]], + "name":"parse-component-constraint", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/parse-component-constraint", - "namespace":"clojure.contrib.miglayout.internal", + "doc":"Parses a component constraint string returning a CC object", + "var-type":"function", "line":88, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["constraint"]], - "doc":"Parses a component constraint string returning a CC object", - "name":"parse-component-constraint"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["&", "args"]], + "name":"parse-item-constraints", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/parse-item-constraints", - "namespace":"clojure.contrib.miglayout.internal", - "line":71, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Iterates over args and builds a map containing values associated with\n:keywords and :components. The value for :keywords is a map from keyword\nitems to constraints strings. The value for :components is a vector of\nvectors each associating a component with its constraints string.", - "name":"parse-item-constraints"}, - {"source-url": + "var-type":"function", + "line":71, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["text"]], + "name":"label", + "namespace":"clojure.contrib.miglayout.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/test.clj#L32", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.test\/label", - "namespace":"clojure.contrib.miglayout.test", + "doc":"Returns a swing label", + "var-type":"function", "line":32, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/test.clj", - "var-type":"function", - "arglists":[["text"]], - "doc":"Returns a swing label", - "name":"label"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/test.clj"}, + {"arglists":[[]], + "name":"sep", + "namespace":"clojure.contrib.miglayout.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/test.clj#L43", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.test\/sep", - "namespace":"clojure.contrib.miglayout.test", + "doc":"Returns a swing separator", + "var-type":"function", "line":43, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns a swing separator", - "name":"sep"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/test.clj"}, + {"arglists":[[], ["width"]], + "name":"text-field", + "namespace":"clojure.contrib.miglayout.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/test.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330\/src\/clojure\/contrib\/miglayout\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.test\/text-field", - "namespace":"clojure.contrib.miglayout.test", + "doc":"Returns a swing text field", + "var-type":"function", "line":37, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/test.clj", - "var-type":"function", - "arglists":[[], ["width"]], - "doc":"Returns a swing text field", - "name":"text-field"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/miglayout\/test.clj"}, + {"arglists":[["val"], ["val", "expectation-hash"]], + "name":"calls", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L216", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/calls", - "namespace":"clojure.contrib.mock.test-adapter", - "line":216, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["val"], ["val", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned returned by the expected function. If both this\nand returns are specified, the return value of \"calls\" will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", - "name":"calls"}, - {"source-url": + "var-type":"function", + "line":216, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists": + [["arg-pred-forms"], ["arg-pred-forms", "expect-hash-form"]], + "name":"has-args", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L228", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/has-args", - "namespace":"clojure.contrib.mock.test-adapter", - "line":228, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists": - [["arg-pred-forms"], ["arg-pred-forms", "expect-hash-form"]], "doc": "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", - "name":"has-args"}, - {"source-url": + "var-type":"macro", + "line":228, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["fn-name", "args"]], + "name":"has-matching-signature?", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L105", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/has-matching-signature?", - "namespace":"clojure.contrib.mock.test-adapter", - "line":105, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["fn-name", "args"]], "doc": "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", - "name":"has-matching-signature?"}, - {"source-url": + "var-type":"function", + "line":105, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["arg-preds", "arg-pred-forms"]], + "name":"make-arg-checker", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L116", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/make-arg-checker", - "namespace":"clojure.contrib.mock.test-adapter", - "line":116, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["arg-preds", "arg-pred-forms"]], "doc": "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", - "name":"make-arg-checker"}, - {"source-url": + "var-type":"function", + "line":116, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["pred", "pred-form"]], + "name":"make-count-checker", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L131", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/make-count-checker", - "namespace":"clojure.contrib.mock.test-adapter", - "line":131, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["pred", "pred-form"]], "doc": "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", - "name":"make-count-checker"}, - {"source-url": + "var-type":"function", + "line":131, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["fn-name", "expectation-hash"]], + "name":"make-mock", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L150", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/make-mock", - "namespace":"clojure.contrib.mock.test-adapter", - "line":150, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["fn-name", "expectation-hash"]], "doc": "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker,\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", - "name":"make-mock"}, + "var-type":"function", + "line":150, + "file":"clojure\/contrib\/mock.clj"}, {"arglists":[["fn-name", "expected", "actual", "msg"]], "name":"report-problem", "namespace":"clojure.contrib.mock.test-adapter", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock\/test_adapter.clj#L19", "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/report-problem", "doc": @@ -9617,80 +11065,94 @@ "line":19, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/mock\/test_adapter.clj"}, - {"source-url": + {"arglists":[["val"], ["val", "expectation-hash"]], + "name":"returns", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L205", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/returns", - "namespace":"clojure.contrib.mock.test-adapter", - "line":205, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["val"], ["val", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", - "name":"returns"}, - {"source-url": + "var-type":"function", + "line":205, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["times-fn"], ["times-fn", "expectation-hash"]], + "name":"times", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L246", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/times", - "namespace":"clojure.contrib.mock.test-adapter", - "line":246, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists":[["times-fn"], ["times-fn", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nThis function can either be specified as the first argument to times or can be\nthe result of calling times with an integer argument, in which case the\npredicate will default to being an exact match. This predicate is called at\nthe end of an expect expression to validate that an expected dependency\nfunction was called the expected number of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", - "name":"times"}, - {"source-url": + "var-type":"macro", + "line":246, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["mock-data"]], + "name":"validate-counts", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock.clj#L175", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff\/src\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/validate-counts", - "namespace":"clojure.contrib.mock.test-adapter", - "line":175, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["mock-data"]], "doc": "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", - "name":"validate-counts"}, - {"source-url": + "var-type":"function", + "line":175, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["x"]], + "name":"dispatch-json", + "namespace":"clojure.contrib.pprint.examples.json", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e20e8effe977640592b1f285d6c666492d74df00\/src\/clojure\/contrib\/pprint\/examples\/json.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e20e8effe977640592b1f285d6c666492d74df00\/src\/clojure\/contrib\/pprint\/examples\/json.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint.examples.json\/dispatch-json", - "namespace":"clojure.contrib.pprint.examples.json", + "doc":"The dispatch function for printing objects as JSON", + "var-type":"multimethod", "line":28, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/examples\/json.clj", - "var-type":"multimethod", - "arglists":[["x"]], - "doc":"The dispatch function for printing objects as JSON", - "name":"dispatch-json"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/examples\/json.clj"}, + {"arglists":[["x"]], + "name":"json-str", + "namespace":"clojure.contrib.pprint.examples.json", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e20e8effe977640592b1f285d6c666492d74df00\/src\/clojure\/contrib\/pprint\/examples\/json.clj#L96", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e20e8effe977640592b1f285d6c666492d74df00\/src\/clojure\/contrib\/pprint\/examples\/json.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint.examples.json\/json-str", - "namespace":"clojure.contrib.pprint.examples.json", + "doc":"Converts x to a JSON-formatted string.", + "var-type":"function", "line":96, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/examples\/json.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Converts x to a JSON-formatted string.", - "name":"json-str"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/examples\/json.clj"}, + {"arglists":[["x"]], + "name":"print-json", + "namespace":"clojure.contrib.pprint.examples.json", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/e20e8effe977640592b1f285d6c666492d74df00\/src\/clojure\/contrib\/pprint\/examples\/json.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/e20e8effe977640592b1f285d6c666492d74df00\/src\/clojure\/contrib\/pprint\/examples\/json.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint.examples.json\/print-json", - "namespace":"clojure.contrib.pprint.examples.json", - "line":87, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/examples\/json.clj", - "var-type":"function", - "arglists":[["x"]], "doc": "Prints x as JSON. Nil becomes JSON null. Keywords become\nstrings, without the leading colon. Maps become JSON objects, all\nother collection types become JSON arrays. Java arrays become JSON\narrays. Unicode characters in strings are escaped as \\uXXXX.\nNumbers print as with pr.", - "name":"print-json"}, - {"source-url": + "var-type":"function", + "line":87, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/examples\/json.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7\/src\/clojure\/contrib\/pprint\/examples\/xml.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7\/src\/clojure\/contrib\/pprint\/examples\/xml.clj#L27", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint.examples.xml\/*html-compatible*", @@ -9702,7 +11164,9 @@ "doc": "If true, empty tags will have a space before the closing \/>", "name":"*html-compatible*"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7\/src\/clojure\/contrib\/pprint\/examples\/xml.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7\/src\/clojure\/contrib\/pprint\/examples\/xml.clj#L31", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint.examples.xml\/*prxml-indent*", @@ -9713,482 +11177,558 @@ "var-type":"var", "doc":"The number of spaces to indent sub-tags.", "name":"*prxml-indent*"}, - {"source-url": + {"arglists":[["&", "args"]], + "name":"prxml", + "namespace":"clojure.contrib.pprint.examples.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7\/src\/clojure\/contrib\/pprint\/examples\/xml.clj#L92", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7\/src\/clojure\/contrib\/pprint\/examples\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/pprint-api.html#clojure.contrib.pprint.examples.xml\/prxml", - "namespace":"clojure.contrib.pprint.examples.xml", - "line":92, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/examples\/xml.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Print XML to *out*. Vectors become XML tags: the first item is the\ntag name; optional second item is a map of attributes.\n\nSequences are processed recursively, so you can use map and other\nsequence functions inside prxml.\n\n (prxml [:p {:class \"greet\"} [:i \"Ladies & gentlemen\"]])\n ; => <p class=\"greet\"><i>Ladies & gentlemen<\/i><\/p>\n\nPSEUDO-TAGS: some keywords have special meaning:\n\n :raw! do not XML-escape contents\n :comment! create an XML comment\n :decl! create an XML declaration, with attributes\n :cdata! create a CDATA section\n :doctype! create a DOCTYPE!\n\n (prxml [:p [:raw! \"<i>here & gone<\/i>\"]])\n ; => <p><i>here & gone<\/i><\/p>\n\n (prxml [:decl! {:version \"1.1\"}])\n ; => <?xml version=\"1.1\" encoding=\"UTF-8\"?>", - "name":"prxml"}, - {"source-url": + "var-type":"function", + "line":92, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/pprint\/examples\/xml.clj"}, + {"arglists":[[]], + "name":"connection*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/connection*", - "namespace":"clojure.contrib.sql.internal", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current database connection (or throws if there is none)", - "name":"connection*"}, - {"source-url": + "var-type":"function", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[[]], + "name":"find-connection*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/find-connection*", - "namespace":"clojure.contrib.sql.internal", - "line":33, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current database connection (or nil if there is none)", - "name":"find-connection*"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj#L51", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/get-connection", - "namespace":"clojure.contrib.sql.internal", - "line":51, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj", "var-type":"function", - "arglists": + "line":33, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists": [[{"keys": ["factory", "classname", "subprotocol", "subname", "datasource", "username", "password", "name", "environment"], "as":"db-spec"}]], + "name":"get-connection", + "namespace":"clojure.contrib.sql.internal", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj#L51", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/get-connection", "doc": "Creates a connection to a database. db-spec is a map containing values\nfor one of the following parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", - "name":"get-connection"}, - {"source-url": + "var-type":"function", + "line":51, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["stream", "exception"]], + "name":"print-sql-exception", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj#L107", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/print-sql-exception", - "namespace":"clojure.contrib.sql.internal", + "doc":"Prints the contents of an SQLException to stream", + "var-type":"function", "line":107, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["stream", "exception"]], - "doc":"Prints the contents of an SQLException to stream", - "name":"print-sql-exception"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["stream", "exception"]], + "name":"print-sql-exception-chain", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj#L121", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/print-sql-exception-chain", - "namespace":"clojure.contrib.sql.internal", + "doc":"Prints a chain of SQLExceptions to stream", + "var-type":"function", "line":121, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["stream", "exception"]], - "doc":"Prints a chain of SQLExceptions to stream", - "name":"print-sql-exception-chain"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["stream", "exception"]], + "name":"print-update-counts", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj#L129", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/print-update-counts", - "namespace":"clojure.contrib.sql.internal", - "line":129, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["stream", "exception"]], "doc": "Prints the update counts from a BatchUpdateException to stream", - "name":"print-update-counts"}, - {"source-url": + "var-type":"function", + "line":129, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[[], ["val"]], + "name":"rollback", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj#L44", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/rollback", - "namespace":"clojure.contrib.sql.internal", + "doc":"Accessor for the rollback flag on the current connection", + "var-type":"function", "line":44, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[[], ["val"]], - "doc":"Accessor for the rollback flag on the current connection", - "name":"rollback"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["e"]], + "name":"throw-rollback", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj#L138", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/throw-rollback", - "namespace":"clojure.contrib.sql.internal", + "doc":"Sets rollback and throws a wrapped exception", + "var-type":"function", "line":138, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["e"]], - "doc":"Sets rollback and throws a wrapped exception", - "name":"throw-rollback"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["func"]], + "name":"transaction*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj#L144", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/transaction*", - "namespace":"clojure.contrib.sql.internal", - "line":144, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["func"]], "doc": "Evaluates func as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If rollback is set within scope of the outermost transaction,\nthe entire transaction will be rolled back rather than committed when\ncomplete.", - "name":"transaction*"}, - {"source-url": + "var-type":"function", + "line":144, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["db-spec", "func"]], + "name":"with-connection*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj#L98", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/with-connection*", - "namespace":"clojure.contrib.sql.internal", - "line":98, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["db-spec", "func"]], "doc": "Evaluates func in the context of a new connection to a database then\ncloses the connection.", - "name":"with-connection*"}, - {"source-url": + "var-type":"function", + "line":98, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[[["sql", "&", "params", "as", "sql-params"], "func"]], + "name":"with-query-results*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj#L178", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/be33acd87f190d9ec2ad756d8cb31c88abca7e5f\/src\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/with-query-results*", - "namespace":"clojure.contrib.sql.internal", - "line":178, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[[["sql", "&", "params", "as", "sql-params"], "func"]], "doc": "Executes a query, then evaluates func passing in a seq of the results as\nan argument. The first argument is a vector containing the (optionally\nparameterized) sql query string followed by values for any parameters.", - "name":"with-query-results*"}, - {"source-url": + "var-type":"function", + "line":178, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[[]], + "name":"create-fruit", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L24", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/create-fruit", - "namespace":"clojure.contrib.sql.test", + "doc":"Create a table", + "var-type":"function", "line":24, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Create a table", - "name":"create-fruit"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"db-batchupdate-exception", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L177", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-batchupdate-exception", - "namespace":"clojure.contrib.sql.test", + "doc":"Demonstrate a batch update exception", + "var-type":"function", "line":177, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Demonstrate a batch update exception", - "name":"db-batchupdate-exception"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"db-exception", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L150", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-exception", - "namespace":"clojure.contrib.sql.test", - "line":150, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], "doc": "Demonstrate rolling back a partially completed transaction on exception", - "name":"db-exception"}, - {"source-url": + "var-type":"function", + "line":150, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"db-get-tables", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L140", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-get-tables", - "namespace":"clojure.contrib.sql.test", + "doc":"Demonstrate getting table info", + "var-type":"function", "line":140, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Demonstrate getting table info", - "name":"db-get-tables"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"db-grade-a", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L135", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-grade-a", - "namespace":"clojure.contrib.sql.test", - "line":135, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], "doc": "Print rows describing all grade a fruit (grade between 90 and 100)", - "name":"db-grade-a"}, - {"source-url": + "var-type":"function", + "line":135, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[["min", "max"]], + "name":"db-grade-range", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L123", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-grade-range", - "namespace":"clojure.contrib.sql.test", + "doc":"Print rows describing fruit that are within a grade range", + "var-type":"function", "line":123, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[["min", "max"]], - "doc":"Print rows describing fruit that are within a grade range", - "name":"db-grade-range"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"db-read", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-read", - "namespace":"clojure.contrib.sql.test", + "doc":"Read the entire fruit table", + "var-type":"function", "line":80, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Read the entire fruit table", - "name":"db-read"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"db-read-all", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L115", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-read-all", - "namespace":"clojure.contrib.sql.test", + "doc":"Return all the rows of the fruit table as a vector", + "var-type":"function", "line":115, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Return all the rows of the fruit table as a vector", - "name":"db-read-all"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"db-rollback", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L186", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-rollback", - "namespace":"clojure.contrib.sql.test", + "doc":"Demonstrate a rollback-only trasaction", + "var-type":"function", "line":186, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Demonstrate a rollback-only trasaction", - "name":"db-rollback"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"db-sql-exception", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L165", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-sql-exception", - "namespace":"clojure.contrib.sql.test", + "doc":"Demonstrate an sql exception", + "var-type":"function", "line":165, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Demonstrate an sql exception", - "name":"db-sql-exception"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"db-update", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L97", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-update", - "namespace":"clojure.contrib.sql.test", + "doc":"Update two fruits as a transaction", + "var-type":"function", "line":97, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Update two fruits as a transaction", - "name":"db-update"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[["name", "appearance", "cost"]], + "name":"db-update-appearance-cost", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L89", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-update-appearance-cost", - "namespace":"clojure.contrib.sql.test", + "doc":"Update the appearance and cost of the named fruit", + "var-type":"function", "line":89, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[["name", "appearance", "cost"]], - "doc":"Update the appearance and cost of the named fruit", - "name":"db-update-appearance-cost"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[["record"]], + "name":"db-update-or-insert", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L106", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-update-or-insert", - "namespace":"clojure.contrib.sql.test", + "doc":"Updates or inserts a fruit", + "var-type":"function", "line":106, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[["record"]], - "doc":"Updates or inserts a fruit", - "name":"db-update-or-insert"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"db-write", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L68", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/db-write", - "namespace":"clojure.contrib.sql.test", + "doc":"Write initial values to the database as a transaction", + "var-type":"function", "line":68, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Write initial values to the database as a transaction", - "name":"db-write"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"drop-fruit", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L34", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/drop-fruit", - "namespace":"clojure.contrib.sql.test", + "doc":"Drop a table", + "var-type":"function", "line":34, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Drop a table", - "name":"drop-fruit"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"insert-records-fruit", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L60", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/insert-records-fruit", - "namespace":"clojure.contrib.sql.test", - "line":60, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], "doc": "Insert records, maps from keys specifying columns to values", - "name":"insert-records-fruit"}, - {"source-url": + "var-type":"function", + "line":60, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"insert-rows-fruit", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/insert-rows-fruit", - "namespace":"clojure.contrib.sql.test", + "doc":"Insert complete rows", + "var-type":"function", "line":41, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Insert complete rows", - "name":"insert-rows-fruit"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[[]], + "name":"insert-values-fruit", + "namespace":"clojure.contrib.sql.test", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj#L51", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/3ce0c3bd3178fc8de29d4e22646764aa07583673\/src\/clojure\/contrib\/sql\/test.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.test\/insert-values-fruit", - "namespace":"clojure.contrib.sql.test", + "doc":"Insert rows with values for only specific columns", + "var-type":"function", "line":51, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Insert rows with values for only specific columns", - "name":"insert-values-fruit"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/sql\/test.clj"}, + {"arglists":[["attrname"], ["loc", "attrname"]], + "name":"attr", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/attr", - "namespace":"clojure.contrib.zip-filter.xml", - "line":18, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["attrname"], ["loc", "attrname"]], "doc": "Returns the xml attribute named attrname, of the xml node at location loc.", - "name":"attr"}, - {"source-url": + "var-type":"function", + "line":18, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["attrname", "attrval"]], + "name":"attr=", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/attr=", - "namespace":"clojure.contrib.zip-filter.xml", - "line":23, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["attrname", "attrval"]], "doc": "Returns a query predicate that matches a node when it has an\nattribute named attrname whose value is attrval.", - "name":"attr="}, - {"source-url": + "var-type":"function", + "line":23, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["preds"]], + "name":"seq-test", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj#L51", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/seq-test", - "namespace":"clojure.contrib.zip-filter.xml", - "line":51, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["preds"]], "doc": "Returns a query predicate that matches a node when its xml content\nmatches the query expresions given.", - "name":"seq-test"}, - {"source-url": + "var-type":"function", + "line":51, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["tagname"]], + "name":"tag=", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/tag=", - "namespace":"clojure.contrib.zip-filter.xml", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["tagname"]], "doc": "Returns a query predicate that matches a node when its is a tag\nnamed tagname.", - "name":"tag="}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["loc"]], + "name":"text", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/text", - "namespace":"clojure.contrib.zip-filter.xml", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns the textual contents of the given location, similar to\nxpaths's value-of", - "name":"text"}, - {"source-url": + "var-type":"function", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["s"]], + "name":"text=", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/text=", - "namespace":"clojure.contrib.zip-filter.xml", - "line":46, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Returns a query predicate that matches a node when its textual\ncontent equals s.", - "name":"text="}, - {"source-url": + "var-type":"function", + "line":46, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["loc", "&", "preds"]], + "name":"xml->", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/xml->", - "namespace":"clojure.contrib.zip-filter.xml", - "line":57, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["loc", "&", "preds"]], "doc": "The loc is passed to the first predicate. If the predicate returns\na collection, each value of the collection is passed to the next\npredicate. If it returns a location, the location is passed to the\nnext predicate. If it returns true, the input location is passed to\nthe next predicate. If it returns false or nil, the next predicate\nis not called.\n\nThis process is repeated, passing the processed results of each\npredicate to the next predicate. xml-> returns the final sequence.\nThe entire chain is evaluated lazily.\n\nThere are also special predicates: keywords are converted to tag=,\nstrings to text=, and vectors to sub-queries that return true if\nthey match.\n\nSee the footer of zip-query.clj for examples.", - "name":"xml->"}, - {"source-url": + "var-type":"function", + "line":57, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["loc", "&", "preds"]], + "name":"xml1->", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/81b9e71effbaf6aa2945cd684802d87c762cdcdd\/src\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/xml1->", - "namespace":"clojure.contrib.zip-filter.xml", - "line":80, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["loc", "&", "preds"]], "doc": "Returns the first item from loc based on the query predicates\ngiven. See xml->", - "name":"xml1->"}]}
\ No newline at end of file + "var-type":"function", + "line":80, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/src\/clojure\/contrib\/zip_filter\/xml.clj"}]}
\ No newline at end of file diff --git a/branch-master/api-index.json b/branch-master/api-index.json index b124d69e..16f2d8b1 100644 --- a/branch-master/api-index.json +++ b/branch-master/api-index.json @@ -568,20 +568,24 @@ "name":"clojure.contrib.zip-filter.xml", "doc":null}], "vars": - [{"source-url": + [{"arglists":[["acc", "items"]], + "name":"add-items", + "namespace":"clojure.contrib.accumulators", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/add-items", - "namespace":"clojure.contrib.accumulators", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", - "var-type":"function", - "arglists":[["acc", "items"]], "doc": "Add all elements of a collection coll to the accumulator acc.", - "name":"add-items"}, - {"source-url": + "var-type":"function", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L272", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-counter", @@ -593,7 +597,9 @@ "doc": "An empty counter accumulator. Its value is a map that stores for\nevery item the number of times it was added.", "name":"empty-counter"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L293", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-counter-with-total", @@ -605,7 +611,9 @@ "doc": "An empty counter-with-total accumulator. It works like the counter\naccumulator, except that the total number of items added is stored as the\nvalue of the key :total.", "name":"empty-counter-with-total"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L89", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-list", @@ -617,7 +625,9 @@ "doc": "An empty list accumulator. Adding an item appends it at the beginning.", "name":"empty-list"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L146", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-map", @@ -629,7 +639,9 @@ "doc": "An empty map accumulator. Items to be added must be [key value] pairs.", "name":"empty-map"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L186", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-maximum", @@ -640,7 +652,9 @@ "var-type":"var", "doc":"An empty maximum accumulator. Only numbers can be added.", "name":"empty-maximum"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L233", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-mean-variance", @@ -652,7 +666,9 @@ "doc": "An empty mean-variance accumulator, combining sample mean and\nsample variance. Only numbers can be added.", "name":"empty-mean-variance"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L208", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-min-max", @@ -664,7 +680,9 @@ "doc": "An empty min-max accumulator, combining minimum and maximum.\nOnly numbers can be added.", "name":"empty-min-max"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L192", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-minimum", @@ -675,7 +693,9 @@ "var-type":"var", "doc":"An empty minimum accumulator. Only numbers can be added.", "name":"empty-minimum"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L178", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-product", @@ -686,7 +706,9 @@ "var-type":"var", "doc":"An empty sum accumulator. Only numbers can be added.", "name":"empty-product"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L103", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-queue", @@ -698,7 +720,9 @@ "doc": "An empty queue accumulator. Adding an item appends it at the end.", "name":"empty-queue"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L117", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-set", @@ -709,7 +733,9 @@ "var-type":"var", "doc":"An empty set accumulator.", "name":"empty-set"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L131", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-string", @@ -721,7 +747,9 @@ "doc": "An empty string accumulator. Adding an item (string or character)\nappends it at the end.", "name":"empty-string"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L175", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-sum", @@ -732,20 +760,24 @@ "var-type":"var", "doc":"An empty sum accumulator. Only numbers can be added.", "name":"empty-sum"}, - {"source-url": + {"arglists":[["empty-accumulators"]], + "name":"empty-tuple", + "namespace":"clojure.contrib.accumulators", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L311", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-tuple", - "namespace":"clojure.contrib.accumulators", - "line":311, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj", - "var-type":"function", - "arglists":[["empty-accumulators"]], "doc": "Returns an accumulator tuple with the supplied empty-accumulators\nas its value. Accumulator tuples consist of several accumulators that\nwork in parallel. Added items must be sequences whose number of elements\nmatches the number of sub-accumulators.", - "name":"empty-tuple"}, - {"source-url": + "var-type":"function", + "line":311, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/accumulators.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a9eeece7663e11f6841d59a3efdef8c12b65633b\/modules\/accumulators\/src\/main\/clojure\/clojure\/contrib\/accumulators.clj#L75", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/accumulators-api.html#clojure.contrib.accumulators\/empty-vector", @@ -757,414 +789,482 @@ "doc": "An empty vector accumulator. Adding an item appends it at the end.", "name":"empty-vector"}, - {"source-url": + {"arglists":[["vars", "agent", "action", "&", "args"]], + "name":"capture-and-send", + "namespace":"clojure.contrib.agent-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/agent-utils\/src\/main\/clojure\/clojure\/contrib\/agent_utils.clj#L22", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/agent_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/agent-utils-api.html#clojure.contrib.agent-utils\/capture-and-send", - "namespace":"clojure.contrib.agent-utils", - "line":22, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/agent-utils\/src\/main\/clojure\/clojure\/contrib\/agent_utils.clj", - "var-type":"macro", - "arglists":[["vars", "agent", "action", "&", "args"]], "doc": "Capture the current value of the specified vars and rebind \nthem on the agent thread before executing the action.\n\nExample:\n (capture-and-send [*out*] a f b c)", - "name":"capture-and-send"}, - {"source-url": + "var-type":"macro", + "line":22, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/agent-utils\/src\/main\/clojure\/clojure\/contrib\/agent_utils.clj"}, + {"arglists":[["str-reader", "out"]], + "name":"decode", + "namespace":"clojure.contrib.base64", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/base64.clj#L106", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/base64.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/base64-api.html#clojure.contrib.base64\/decode", - "namespace":"clojure.contrib.base64", - "line":106, - "file":"clojure\/contrib\/base64.clj", - "var-type":"function", - "arglists":[["str-reader", "out"]], "doc": "Decodes base64-encoded content from str-reader. Writes resulting bytes to out.", - "name":"decode"}, - {"source-url": + "var-type":"function", + "line":106, + "file":"clojure\/contrib\/base64.clj"}, + {"arglists":[["s"], ["s", "encoding"]], + "name":"decode-str", + "namespace":"clojure.contrib.base64", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/base64.clj#L138", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/base64.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/base64-api.html#clojure.contrib.base64\/decode-str", - "namespace":"clojure.contrib.base64", - "line":138, - "file":"clojure\/contrib\/base64.clj", - "var-type":"function", - "arglists":[["s"], ["s", "encoding"]], "doc": "Decodes base64-encoded String using encoding. Encoding defaults to UTF-8.", - "name":"decode-str"}, - {"source-url": + "var-type":"function", + "line":138, + "file":"clojure\/contrib\/base64.clj"}, + {"arglists":[["input", "output", "alphabet", "line-length"]], + "name":"encode", + "namespace":"clojure.contrib.base64", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/base64.clj#L36", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/base64.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/base64-api.html#clojure.contrib.base64\/encode", - "namespace":"clojure.contrib.base64", - "line":36, - "file":"clojure\/contrib\/base64.clj", - "var-type":"function", - "arglists":[["input", "output", "alphabet", "line-length"]], "doc": "Encodes bytes of input, writing Base 64 text on output. alphabet\nis a 65-character String containing the 64 characters to use in the\nencoding; the 65th character is the pad character. line-length is\nthe maximum number of characters per line, nil for no line breaks.", - "name":"encode"}, - {"source-url": + "var-type":"function", + "line":36, + "file":"clojure\/contrib\/base64.clj"}, + {"arglists":[["s"], ["s", "encoding", "line-length"]], + "name":"encode-str", + "namespace":"clojure.contrib.base64", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/base64.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/base64.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/base64-api.html#clojure.contrib.base64\/encode-str", - "namespace":"clojure.contrib.base64", - "line":88, - "file":"clojure\/contrib\/base64.clj", - "var-type":"function", - "arglists":[["s"], ["s", "encoding", "line-length"]], "doc": "Encodes String in base 64; returns a String. If not specified,\nencoding is UTF-8 and line-length is nil.", - "name":"encode-str"}, - {"source-url": + "var-type":"function", + "line":88, + "file":"clojure\/contrib\/base64.clj"}, + {"arglists":[[]], + "name":"classpath", + "namespace":"clojure.contrib.classpath", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/classpath.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/classpath.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/classpath-api.html#clojure.contrib.classpath\/classpath", - "namespace":"clojure.contrib.classpath", - "line":23, - "file":"clojure\/contrib\/classpath.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a sequence of File objects of the elements on CLASSPATH.", - "name":"classpath"}, - {"source-url": + "var-type":"function", + "line":23, + "file":"clojure\/contrib\/classpath.clj"}, + {"arglists":[[]], + "name":"classpath-directories", + "namespace":"clojure.contrib.classpath", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/classpath.clj#L30", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/classpath.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/classpath-api.html#clojure.contrib.classpath\/classpath-directories", - "namespace":"clojure.contrib.classpath", - "line":30, - "file":"clojure\/contrib\/classpath.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a sequence of File objects for the directories on classpath.", - "name":"classpath-directories"}, - {"source-url": + "var-type":"function", + "line":30, + "file":"clojure\/contrib\/classpath.clj"}, + {"arglists":[[]], + "name":"classpath-jarfiles", + "namespace":"clojure.contrib.classpath", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/classpath.clj#L35", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/classpath.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/classpath-api.html#clojure.contrib.classpath\/classpath-jarfiles", - "namespace":"clojure.contrib.classpath", - "line":35, - "file":"clojure\/contrib\/classpath.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a sequence of JarFile objects for the JAR files on classpath.", - "name":"classpath-jarfiles"}, - {"source-url": + "var-type":"function", + "line":35, + "file":"clojure\/contrib\/classpath.clj"}, + {"arglists":[["&", "seqs"]], + "name":"cartesian-product", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/499b9c02d1932ba0c0651e04b627c25f7f04f0c8\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj#L107", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/cartesian-product", - "namespace":"clojure.contrib.combinatorics", + "doc":"All the ways to take one item from each sequence", + "var-type":"function", "line":107, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["&", "seqs"]], - "doc":"All the ways to take one item from each sequence", - "name":"cartesian-product"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["items", "n"]], + "name":"combinations", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/499b9c02d1932ba0c0651e04b627c25f7f04f0c8\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/combinations", - "namespace":"clojure.contrib.combinatorics", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["items", "n"]], "doc": "All the unique ways of taking n different elements from items", - "name":"combinations"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["c"]], + "name":"lex-permutations", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/499b9c02d1932ba0c0651e04b627c25f7f04f0c8\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/lex-permutations", - "namespace":"clojure.contrib.combinatorics", - "line":151, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["c"]], "doc": "Fast lexicographic permutation generator for a sequence of numbers", - "name":"lex-permutations"}, - {"source-url": + "var-type":"function", + "line":151, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["items"]], + "name":"permutations", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/499b9c02d1932ba0c0651e04b627c25f7f04f0c8\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj#L160", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/permutations", - "namespace":"clojure.contrib.combinatorics", + "doc":"All the permutations of items, lexicographic by index", + "var-type":"function", "line":160, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["items"]], - "doc":"All the permutations of items, lexicographic by index", - "name":"permutations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["items", "n"]], + "name":"selections", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/499b9c02d1932ba0c0651e04b627c25f7f04f0c8\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj#L127", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/selections", - "namespace":"clojure.contrib.combinatorics", - "line":127, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["items", "n"]], "doc": "All the ways of taking n (possibly the same) elements from the sequence of items", - "name":"selections"}, - {"source-url": + "var-type":"function", + "line":127, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["items"]], + "name":"subsets", + "namespace":"clojure.contrib.combinatorics", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/499b9c02d1932ba0c0651e04b627c25f7f04f0c8\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj#L101", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/combinatorics.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/combinatorics-api.html#clojure.contrib.combinatorics\/subsets", - "namespace":"clojure.contrib.combinatorics", + "doc":"All the subsets of items", + "var-type":"function", "line":101, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj", - "var-type":"function", - "arglists":[["items"]], - "doc":"All the subsets of items", - "name":"subsets"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/combinatorics\/src\/main\/clojure\/clojure\/contrib\/combinatorics.clj"}, + {"arglists":[["args", "desc", "cmdspec", "&", "body"]], + "name":"with-command-line", + "namespace":"clojure.contrib.command-line", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/command-line\/src\/main\/clojure\/clojure\/contrib\/command_line.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/command_line.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/command-line-api.html#clojure.contrib.command-line\/with-command-line", - "namespace":"clojure.contrib.command-line", + "doc":"Bind locals to command-line args.", + "var-type":"macro", "line":90, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/command-line\/src\/main\/clojure\/clojure\/contrib\/command_line.clj", - "var-type":"macro", - "arglists":[["args", "desc", "cmdspec", "&", "body"]], - "doc":"Bind locals to command-line args.", - "name":"with-command-line"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/command-line\/src\/main\/clojure\/clojure\/contrib\/command_line.clj"}, + {"arglists":[["bindings", "&", "clauses"]], + "name":"cond-let", + "namespace":"clojure.contrib.cond", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/cond\/src\/main\/clojure\/clojure\/contrib\/cond.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/cond.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/cond-api.html#clojure.contrib.cond\/cond-let", - "namespace":"clojure.contrib.cond", - "line":18, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/cond\/src\/main\/clojure\/clojure\/contrib\/cond.clj", - "var-type":"macro", - "arglists":[["bindings", "&", "clauses"]], "doc": "Takes a binding-form and a set of test\/expr pairs. Evaluates each test\none at a time. If a test returns logical true, cond-let evaluates and\nreturns expr with binding-form bound to the value of test and doesn't\nevaluate any of the other tests or exprs. To provide a default value\neither provide a literal that evaluates to logical true and is\nbinding-compatible with binding-form, or use :else as the test and don't\nrefer to any parts of binding-form in the expr. (cond-let binding-form)\nreturns nil.", - "name":"cond-let"}, - {"source-url": + "var-type":"macro", + "line":18, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/cond\/src\/main\/clojure\/clojure\/contrib\/cond.clj"}, + {"name":"*full-stack-traces*", + "namespace":"clojure.contrib.condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition.clj#L56", + "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/*full-stack-traces*", - "namespace":"clojure.contrib.condition", - "dynamic":true, - "line":56, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition.clj", - "var-type":"var", "doc": "Bind to true to include clojure.{core,lang,main} frames in stack\ntraces", - "name":"*full-stack-traces*"}, - {"source-url": + "var-type":"var", + "line":56, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition.clj"}, + {"arglists":[["dispatch-fn", "&", "body"]], + "name":"handler-case", + "namespace":"clojure.contrib.condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/handler-case", - "namespace":"clojure.contrib.condition", - "line":71, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition.clj", - "var-type":"macro", - "arglists":[["dispatch-fn", "&", "body"]], "doc": "Executes body in a context where raised conditions can be handled.\n\ndispatch-fn accepts a raised condition (a map) and returns a selector\nused to choose a handler. Commonly, dispatch-fn will be :type to dispatch\non the condition's :type value.\n\nHandlers are forms within body:\n\n (handle key\n ...)\n\nIf a condition is raised, executes the body of the first handler whose\nkey satisfies (isa? selector key). If no handlers match, re-raises the\ncondition.\n\nWhile a handler is running, *condition* is bound to the condition being\nhandled and *selector* is bound to to the value returned by dispatch-fn\nthat matched the handler's key.", - "name":"handler-case"}, - {"source-url": + "var-type":"macro", + "line":71, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition.clj"}, + {"arglists":[["x"]], + "name":"print-stack-trace", + "namespace":"clojure.contrib.condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition.clj#L128", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/print-stack-trace", - "namespace":"clojure.contrib.condition", - "line":128, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition.clj", - "var-type":"function", - "arglists":[["x"]], "doc": "Prints a stack trace for a condition or Throwable. Skips frames for\nclasses in clojure.{core,lang,main} unless the *full-stack-traces* is\nbound to logical true", - "name":"print-stack-trace"}, - {"source-url": + "var-type":"function", + "line":128, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition.clj"}, + {"arglists":[[], ["m"], ["key", "val", "&", "keyvals"]], + "name":"raise", + "namespace":"clojure.contrib.condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition.clj#L60", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition\/raise", - "namespace":"clojure.contrib.condition", - "line":60, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition.clj", - "var-type":"macro", - "arglists":[[], ["m"], ["key", "val", "&", "keyvals"]], "doc": "Raises a condition. With no arguments, re-raises the current condition.\nWith one argument (a map), raises the argument. With two or more\narguments, raises a map with keys and values from the arguments.", - "name":"raise"}, - {"source-url": + "var-type":"macro", + "line":60, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition.clj"}, + {"arglists":[["x", "form"], ["x", "form", "&", "forms"]], + "name":"-?>", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/core.clj#L30", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/-?>", - "namespace":"clojure.contrib.core", - "line":30, - "file":"clojure\/contrib\/core.clj", - "var-type":"macro", - "arglists":[["x", "form"], ["x", "form", "&", "forms"]], "doc": "Same as clojure.core\/-> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(-?> \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(-?> nil .toUpperCase (.substring 1)) returns nil\n", - "name":"-?>"}, - {"source-url": + "var-type":"macro", + "line":30, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["x", "form"], ["x", "form", "&", "forms"]], + "name":"-?>>", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/core.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/-?>>", - "namespace":"clojure.contrib.core", - "line":46, - "file":"clojure\/contrib\/core.clj", - "var-type":"macro", - "arglists":[["x", "form"], ["x", "form", "&", "forms"]], "doc": "Same as clojure.core\/->> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(-?>> (range 5) (map inc)) returns (1 2 3 4 5)\n(-?>> [] seq (map inc)) returns nil\n", - "name":"-?>>"}, - {"source-url": + "var-type":"macro", + "line":46, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["x", "form"], ["x", "form", "&", "forms"]], + "name":".?.", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/core.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/.?.", - "namespace":"clojure.contrib.core", - "line":38, - "file":"clojure\/contrib\/core.clj", - "var-type":"macro", - "arglists":[["x", "form"], ["x", "form", "&", "forms"]], "doc": "Same as clojure.core\/.. but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(.?. \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(.?. nil .toUpperCase (.substring 1)) returns nil\n", - "name":".?."}, - {"source-url": + "var-type":"macro", + "line":38, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["m", ["k", "&", "ks", "as", "keys"]]], + "name":"dissoc-in", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/core.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/dissoc-in", - "namespace":"clojure.contrib.core", - "line":57, - "file":"clojure\/contrib\/core.clj", - "var-type":"function", - "arglists":[["m", ["k", "&", "ks", "as", "keys"]]], "doc": "Dissociates an entry from a nested associative structure returning a new\nnested structure. keys is a sequence of keys. Any empty maps that result\nwill not be present in the new structure.", - "name":"dissoc-in"}, - {"source-url": + "var-type":"function", + "line":57, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["class-name", "&", "args"]], + "name":"new-by-name", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/core.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/new-by-name", - "namespace":"clojure.contrib.core", - "line":71, - "file":"clojure\/contrib\/core.clj", - "var-type":"function", - "arglists":[["class-name", "&", "args"]], "doc": "Constructs a Java object whose class is specified by a String.", - "name":"new-by-name"}, - {"source-url": + "var-type":"function", + "line":71, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["x"]], + "name":"seqable?", + "namespace":"clojure.contrib.core", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/core.clj#L78", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/core.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/core-api.html#clojure.contrib.core\/seqable?", - "namespace":"clojure.contrib.core", - "line":78, - "file":"clojure\/contrib\/core.clj", - "var-type":"function", - "arglists":[["x"]], "doc":"Returns true if (seq x) will succeed, false otherwise.", - "name":"seqable?"}, - {"source-url": + "var-type":"function", + "line":78, + "file":"clojure\/contrib\/core.clj"}, + {"arglists":[["cell", "key", "fun"]], + "name":"add-cell-watcher", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L461", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/add-cell-watcher", - "namespace":"clojure.contrib.dataflow", - "line":461, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["cell", "key", "fun"]], "doc": "Adds a watcher to a cell to respond to changes of value. The is a\nfunction of 4 values: a key, the cell, its old value, its new\nvalue. This is implemented using Clojure's add-watch to the\nunderlying ref, and shared its sematics", - "name":"add-cell-watcher"}, - {"source-url": + "var-type":"function", + "line":461, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "cells"]], + "name":"add-cells", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L211", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/add-cells", - "namespace":"clojure.contrib.dataflow", + "doc":"Given a collection of cells, add them to the dataflow.", + "var-type":"function", "line":211, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "cells"]], - "doc":"Given a collection of cells, add them to the dataflow.", - "name":"add-cells"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["cs"]], + "name":"build-dataflow", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L189", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/build-dataflow", - "namespace":"clojure.contrib.dataflow", - "line":189, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["cs"]], "doc": "Given a collection of cells, build and return a dataflow object", - "name":"build-dataflow"}, - {"source-url": + "var-type":"function", + "line":189, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["name", "init"]], + "name":"build-source-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L232", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/build-source-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Builds a source cell", + "var-type":"function", "line":232, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["name", "init"]], - "doc":"Builds a source cell", - "name":"build-source-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["name", "deps", "fun", "expr"]], + "name":"build-standard-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L293", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/build-standard-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Builds a standard cell", + "var-type":"function", "line":293, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["name", "deps", "fun", "expr"]], - "doc":"Builds a standard cell", - "name":"build-standard-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["deps", "fun", "expr"]], + "name":"build-validator-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L299", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/build-validator-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Builds a validator cell", + "var-type":"function", "line":299, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["deps", "fun", "expr"]], - "doc":"Builds a validator cell", - "name":"build-validator-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["type", "&", "data"]], + "name":"cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L305", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/cell", - "namespace":"clojure.contrib.dataflow", - "line":305, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"macro", - "arglists":[["type", "&", "data"]], "doc": "Build a standard cell, like this:\n\n (cell fred\n (* ?mary ?joe))\n\nWhich creates a cell named fred that is the product of a cell mary and cell joe\n\nOr:\n\n (cell joe\n (apply * ?*sally))\n\nWhich creates a cell that applies * to the collection of all cells named sally\n\nOr:\n\n (cell :source fred 0)\n\nWhich builds a source cell fred with initial value 0\n\nOr:\n\n (cell :validator (when (< ?fred ?sally)\n (throwf \"%s must be greater than %s\" ?fred ?sally))\n\nWhich will perform the validation", - "name":"cell"}, - {"source-url": + "var-type":"macro", + "line":305, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L349", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/display-cell", @@ -1175,7 +1275,9 @@ "var-type":"var", "doc":"A 'readable' form of the cell", "name":"display-cell"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L373", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/eval-cell", @@ -1186,1429 +1288,1655 @@ "var-type":"var", "doc":"Evaluate a dataflow cell. Return [changed, old val]", "name":"eval-cell"}, - {"source-url": + {"arglists":[["df", "name"]], + "name":"get-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Get the single cell named by name", + "var-type":"function", "line":95, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "name"]], - "doc":"Get the single cell named by name", - "name":"get-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "name"]], + "name":"get-cells", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-cells", - "namespace":"clojure.contrib.dataflow", + "doc":"Get all the cells named by name", + "var-type":"function", "line":90, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "name"]], - "doc":"Get all the cells named by name", - "name":"get-cells"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "env", "name"]], + "name":"get-old-value", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L137", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-old-value", - "namespace":"clojure.contrib.dataflow", + "doc":"Looks up an old value", + "var-type":"function", "line":137, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "env", "name"]], - "doc":"Looks up an old value", - "name":"get-old-value"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df"]], + "name":"get-source-cells", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L109", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-source-cells", - "namespace":"clojure.contrib.dataflow", + "doc":"Returns a collection of source cells from the dataflow", + "var-type":"function", "line":109, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df"]], - "doc":"Returns a collection of source cells from the dataflow", - "name":"get-source-cells"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "name"]], + "name":"get-value", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L116", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-value", - "namespace":"clojure.contrib.dataflow", - "line":116, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "name"]], "doc": "Gets a value from the df matching the passed symbol.\nSignals an error if the name is not present, or if it not a single\nvalue.", - "name":"get-value"}, - {"source-url": + "var-type":"function", + "line":116, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["cell"]], + "name":"get-value-from-cell", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L144", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-value-from-cell", - "namespace":"clojure.contrib.dataflow", + "doc":"Given a cell, get its value", + "var-type":"function", "line":144, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["cell"]], - "doc":"Given a cell, get its value", - "name":"get-value-from-cell"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "name"]], + "name":"get-values", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L127", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/get-values", - "namespace":"clojure.contrib.dataflow", + "doc":"Gets a collection of values from the df by name", + "var-type":"function", "line":127, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "name"]], - "doc":"Gets a collection of values from the df by name", - "name":"get-values"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df"]], + "name":"print-dataflow", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L200", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/print-dataflow", - "namespace":"clojure.contrib.dataflow", + "doc":"Prints a dataflow, one cell per line", + "var-type":"function", "line":200, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df"]], - "doc":"Prints a dataflow, one cell per line", - "name":"print-dataflow"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "cells"]], + "name":"remove-cells", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L219", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/remove-cells", - "namespace":"clojure.contrib.dataflow", - "line":219, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "cells"]], "doc": "Given a collection of cells, remove them from the dataflow.", - "name":"remove-cells"}, - {"source-url": + "var-type":"function", + "line":219, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["cell"]], + "name":"source-cell?", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L104", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/source-cell?", - "namespace":"clojure.contrib.dataflow", + "doc":"Is this cell a source cell?", + "var-type":"function", "line":104, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["cell"]], - "doc":"Is this cell a source cell?", - "name":"source-cell?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["df", "data"]], + "name":"update-values", + "namespace":"clojure.contrib.dataflow", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj#L439", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/dataflow.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/dataflow-api.html#clojure.contrib.dataflow\/update-values", - "namespace":"clojure.contrib.dataflow", - "line":439, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj", - "var-type":"function", - "arglists":[["df", "data"]], "doc": "Given a dataflow, and a map of name-value pairs, update the\ndataflow by binding the new values. Each name must be of a source\ncell", - "name":"update-values"}, - {"source-url": + "var-type":"function", + "line":439, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/dataflow\/src\/main\/clojure\/clojure\/contrib\/dataflow.clj"}, + {"arglists":[["rules", "query"]], + "name":"build-work-plan", + "namespace":"clojure.contrib.datalog", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog\/build-work-plan", - "namespace":"clojure.contrib.datalog", - "line":46, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog.clj", - "var-type":"function", - "arglists":[["rules", "query"]], "doc": "Given a list of rules and a query, build a work plan that can be\nused to execute the query.", - "name":"build-work-plan"}, - {"source-url": + "var-type":"function", + "line":46, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog.clj"}, + {"arglists":[["work-plan", "database", "query-bindings"]], + "name":"run-work-plan", + "namespace":"clojure.contrib.datalog", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog.clj#L56", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog\/run-work-plan", - "namespace":"clojure.contrib.datalog", - "line":56, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog.clj", - "var-type":"function", - "arglists":[["work-plan", "database", "query-bindings"]], "doc": "Given a work plan, a database, and some query bindings, run the\nwork plan and return the results.", - "name":"run-work-plan"}, - {"source-url": + "var-type":"function", + "line":56, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog.clj"}, + {"arglists":[["name", "orig"], ["name", "orig", "doc"]], + "name":"defalias", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defalias", - "namespace":"clojure.contrib.def", - "line":66, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "orig"], ["name", "orig", "doc"]], "doc": "Defines an alias for a var: a new var with the same root binding (if\nany) and similar metadata. The metadata of the alias is its initial\nmetadata (as provided by def) merged into the metadata of the original.", - "name":"defalias"}, - {"source-url": + "var-type":"macro", + "line":66, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["sym", "init"]], + "name":"defhinted", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj#L85", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defhinted", - "namespace":"clojure.contrib.def", - "line":85, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["sym", "init"]], "doc": "Defines a var with a type hint matching the class of the given\ninit. Be careful about using any form of 'def' or 'binding' to a\nvalue of a different type. See http:\/\/paste.lisp.org\/display\/73344", - "name":"defhinted"}, - {"source-url": + "var-type":"macro", + "line":85, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "&", "decls"]], + "name":"defmacro-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj#L39", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defmacro-", - "namespace":"clojure.contrib.def", + "doc":"Same as defmacro but yields a private definition", + "var-type":"macro", "line":39, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "&", "decls"]], - "doc":"Same as defmacro but yields a private definition", - "name":"defmacro-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["fn-name", "&", "defn-stuff"]], + "name":"defn-memo", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj#L143", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defn-memo", - "namespace":"clojure.contrib.def", - "line":143, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["fn-name", "&", "defn-stuff"]], "doc": "Just like defn, but memoizes the function using clojure.core\/memoize", - "name":"defn-memo"}, - {"source-url": + "var-type":"macro", + "line":143, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["fn-name", "&", "fn-tail"]], + "name":"defnk", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj#L122", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defnk", - "namespace":"clojure.contrib.def", - "line":122, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["fn-name", "&", "fn-tail"]], "doc": "Define a function accepting keyword arguments. Symbols up to the first\nkeyword in the parameter list are taken as positional arguments. Then\nan alternating sequence of keywords and defaults values is expected. The\nvalues of the keyword arguments are available in the function body by\nvirtue of the symbol corresponding to the keyword (cf. :keys destructuring).\ndefnk accepts an optional docstring as well as an optional metadata map.", - "name":"defnk"}, - {"source-url": + "var-type":"macro", + "line":122, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "expr"], ["name", "expr", "doc"]], + "name":"defonce-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defonce-", - "namespace":"clojure.contrib.def", + "doc":"Same as defonce but yields a private definition", + "var-type":"macro", "line":59, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "expr"], ["name", "expr", "doc"]], - "doc":"Same as defonce but yields a private definition", - "name":"defonce-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "&", "decls"]], + "name":"defstruct-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defstruct-", - "namespace":"clojure.contrib.def", + "doc":"Same as defstruct but yields a private definition", + "var-type":"macro", "line":54, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "&", "decls"]], - "doc":"Same as defstruct but yields a private definition", - "name":"defstruct-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name"], ["name", "doc"]], + "name":"defunbound", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj#L32", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defunbound", - "namespace":"clojure.contrib.def", + "doc":"Defines an unbound var with optional doc string", + "var-type":"macro", "line":32, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name"], ["name", "doc"]], - "doc":"Defines an unbound var with optional doc string", - "name":"defunbound"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "&", "decls"]], + "name":"defunbound-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defunbound-", - "namespace":"clojure.contrib.def", + "doc":"Same as defunbound but yields a private definition", + "var-type":"macro", "line":49, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "&", "decls"]], - "doc":"Same as defunbound but yields a private definition", - "name":"defunbound-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name"], ["name", "init"], ["name", "init", "doc"]], + "name":"defvar", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defvar", - "namespace":"clojure.contrib.def", + "doc":"Defines a var with an optional intializer and doc string", + "var-type":"macro", "line":23, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name"], ["name", "init"], ["name", "init", "doc"]], - "doc":"Defines a var with an optional intializer and doc string", - "name":"defvar"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "&", "decls"]], + "name":"defvar-", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj#L44", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/defvar-", - "namespace":"clojure.contrib.def", + "doc":"Same as defvar but yields a private definition", + "var-type":"macro", "line":44, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"macro", - "arglists":[["name", "&", "decls"]], - "doc":"Same as defvar but yields a private definition", - "name":"defvar-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["name", "macro-args"]], + "name":"name-with-attributes", + "namespace":"clojure.contrib.def", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj#L96", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/def.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/def-api.html#clojure.contrib.def\/name-with-attributes", - "namespace":"clojure.contrib.def", - "line":96, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj", - "var-type":"function", - "arglists":[["name", "macro-args"]], "doc": "To be used in macro definitions.\nHandles optional docstrings and attribute maps for a name to be defined\nin a list of macro arguments. If the first macro argument is a string,\nit is added as a docstring to name and removed from the macro argument\nlist. If afterwards the first macro argument is a map, its entries are\nadded to the name's metadata map and the map is removed from the\nmacro argument list. The return value is a vector containing the name\nwith its extended metadata map and the list of unprocessed macro\narguments.", - "name":"name-with-attributes"}, - {"source-url": + "var-type":"function", + "line":96, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/def\/src\/main\/clojure\/clojure\/contrib\/def.clj"}, + {"arglists":[["continue-name", ["args*"], "&", "body"]], + "name":"bind-continue", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L150", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/bind-continue", - "namespace":"clojure.contrib.error-kit", - "line":150, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"function", - "arglists":[["continue-name", ["args*"], "&", "body"]], "doc": "Special form to be used inside a 'with-handler'.\nControl can be passed to this 'continue' form from a 'raise' enclosed\nin this with-handler's dynamic scope, when this 'continue-name' is\ngiven to a 'continue' form.", - "name":"bind-continue"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L59", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/deferror", - "namespace":"clojure.contrib.error-kit", - "line":59, + "var-type":"function", + "line":150, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists": [["name", ["parent-error?"], "doc-string?", ["args*"], "&", "body"], ["name", ["parent-error?"], "doc-string?", "args-destruct-map", "&", "body"]], + "name":"deferror", + "namespace":"clojure.contrib.error-kit", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/error_kit.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/deferror", "doc":"Define a new error type", - "name":"deferror"}, - {"source-url": + "var-type":"macro", + "line":59, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[[]], + "name":"do-not-handle", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L117", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/do-not-handle", - "namespace":"clojure.contrib.error-kit", - "line":117, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists":[[]], "doc": "Use in a tail position of a 'handle' form to indicate 'raise' should\nnot consider the error handled, but should continue searching for an\nappropriate 'handle' form. Allows finer-grain control over catching\nthan just the error type.", - "name":"do-not-handle"}, - {"source-url": + "var-type":"macro", + "line":117, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["details"]], + "name":"error", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/error", - "namespace":"clojure.contrib.error-kit", + "doc":"Base type for all error-kit errors", + "var-type":"function", "line":46, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"function", - "arglists":[["details"]], - "doc":"Base type for all error-kit errors", - "name":"error"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists": + [["error-name?", ["args*"], "&", "body"], + ["error-name?", "args-destruct-map-args", "&", "body"]], + "name":"handle", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L138", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/handle", - "namespace":"clojure.contrib.error-kit", - "line":138, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"function", - "arglists": - [["error-name?", ["args*"], "&", "body"], - ["error-name?", "args-destruct-map-args", "&", "body"]], "doc": "Special form to be used inside a 'with-handler'. When\nany error is 'raised' from withing the dynamic scope of 'body' that\nis of error-name's type or a derived type, the args will be bound\nand the body executed. If no 'error-name' is given, the body will\nbe executed for regardless of the type of error raised. The body\nmay return a value, in which case that will be the return value of\nthe entire 'with-handler' form, or it may use any of the special\nreturn forms, 'do-not-handle', 'continue-with', or 'continue'.", - "name":"handle"}, - {"source-url": + "var-type":"function", + "line":138, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["err-name", "&", "args"]], + "name":"raise", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L110", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/raise", - "namespace":"clojure.contrib.error-kit", - "line":110, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists":[["err-name", "&", "args"]], "doc": "Raise an error of the type err-name, constructed with the given args", - "name":"raise"}, - {"source-url": + "var-type":"macro", + "line":110, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["err"]], + "name":"raise*", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L86", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/raise*", - "namespace":"clojure.contrib.error-kit", - "line":86, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"function", - "arglists":[["err"]], "doc": "Raise the given error object, best if created by an error\nconstructor defined with deferror. See also 'raise' macro.", - "name":"raise*"}, - {"source-url": + "var-type":"function", + "line":86, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["class-name"]], + "name":"throw-msg", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L39", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/throw-msg", - "namespace":"clojure.contrib.error-kit", - "line":39, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists":[["class-name"]], "doc": "Returns a function that throws a Java Exception with the given\nname. Useful to associate a new error-kit error type with a\nparticular Java Exception class, via the :unhandled error key.", - "name":"throw-msg"}, - {"source-url": + "var-type":"macro", + "line":39, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["&", "forms"]], + "name":"with-handler", + "namespace":"clojure.contrib.error-kit", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj#L163", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/error_kit.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/error-kit-api.html#clojure.contrib.error-kit\/with-handler", - "namespace":"clojure.contrib.error-kit", - "line":163, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj", - "var-type":"macro", - "arglists":[["&", "forms"]], "doc": "This is error-kit's dynamic scope form. The body will be executed\nin a dynamic context that includes all of the following 'handle' and\n'bind-continue' forms.", - "name":"with-handler"}, - {"source-url": + "var-type":"macro", + "line":163, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/error-kit\/src\/main\/clojure\/clojure\/contrib\/error_kit.clj"}, + {"arglists":[["&", "args"]], + "name":"throw-arg", + "namespace":"clojure.contrib.except", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/except\/src\/main\/clojure\/clojure\/contrib\/except.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/except.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/except-api.html#clojure.contrib.except\/throw-arg", - "namespace":"clojure.contrib.except", - "line":57, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/except\/src\/main\/clojure\/clojure\/contrib\/except.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Throws an IllegalArgumentException. All arguments are optional:\n\n cause? format? format-args*\n\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core\/format\n- format-args are objects that correspond to format specifiers in\n format.", - "name":"throw-arg"}, - {"source-url": + "var-type":"function", + "line":57, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/except\/src\/main\/clojure\/clojure\/contrib\/except.clj"}, + {"arglists":[["test", "&", "args"]], + "name":"throw-if", + "namespace":"clojure.contrib.except", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/except\/src\/main\/clojure\/clojure\/contrib\/except.clj#L43", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/except.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/except-api.html#clojure.contrib.except\/throw-if", - "namespace":"clojure.contrib.except", - "line":43, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/except\/src\/main\/clojure\/clojure\/contrib\/except.clj", - "var-type":"function", - "arglists":[["test", "&", "args"]], "doc": "Throws an Exception or Error if test is true. args are those documented\nfor throwf.", - "name":"throw-if"}, - {"source-url": + "var-type":"function", + "line":43, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/except\/src\/main\/clojure\/clojure\/contrib\/except.clj"}, + {"arglists":[["test", "&", "args"]], + "name":"throw-if-not", + "namespace":"clojure.contrib.except", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/except\/src\/main\/clojure\/clojure\/contrib\/except.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/except.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/except-api.html#clojure.contrib.except\/throw-if-not", - "namespace":"clojure.contrib.except", - "line":50, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/except\/src\/main\/clojure\/clojure\/contrib\/except.clj", - "var-type":"function", - "arglists":[["test", "&", "args"]], "doc": "Throws an Exception or Error if test is false. args are those documented\nfor throwf.", - "name":"throw-if-not"}, - {"source-url": + "var-type":"function", + "line":50, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/except\/src\/main\/clojure\/clojure\/contrib\/except.clj"}, + {"arglists":[["&", "args"]], + "name":"throwf", + "namespace":"clojure.contrib.except", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/except\/src\/main\/clojure\/clojure\/contrib\/except.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/except.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/except-api.html#clojure.contrib.except\/throwf", - "namespace":"clojure.contrib.except", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/except\/src\/main\/clojure\/clojure\/contrib\/except.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Throws an Exception or Error with an optional message formatted using\nclojure.core\/format. All arguments are optional:\n\n class? cause? format? format-args*\n\n- class defaults to Exception, if present it must name a kind of\n Throwable\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core\/format\n- format-args are objects that correspond to format specifiers in\n format.", - "name":"throwf"}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/except\/src\/main\/clojure\/clojure\/contrib\/except.clj"}, + {"arglists":[["test-value", "&", "clauses"]], + "name":"case", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/fcase.clj#L79", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/case", - "namespace":"clojure.contrib.fcase", - "line":79, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists":[["test-value", "&", "clauses"]], "doc": "Like cond, but test-value is compared against the value of each\ntest expression with =. If they are equal, executes the \"body\"\nexpression. Optional last expression is executed if none of the\ntest expressions match.", - "name":"case"}, - {"source-url": + "var-type":"macro", + "line":79, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists": + [["compare-fn", "case-value", "&", "test-expr-clauses"]], + "name":"fcase", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/fcase.clj#L40", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/fcase", - "namespace":"clojure.contrib.fcase", - "line":40, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists": - [["compare-fn", "case-value", "&", "test-expr-clauses"]], "doc": "Generic switch\/case macro. 'fcase' is short for 'function case'.\n\nThe 'compare-fn' is a fn of two arguments.\n\nThe 'test-expr-clauses' are value-expression pairs without\nsurrounding parentheses, like in Clojure's 'cond'.\n\nThe 'case-value' is evaluated once and cached. Then, 'compare-fn'\nis called once for each clause, with the clause's test value as its\nfirst argument and 'case-value' as its second argument. If\n'compare-fn' returns logical true, the clause's expression is\nevaluated and returned. If 'compare-fn' returns false\/nil, we go to\nthe next test value.\n\nIf 'test-expr-clauses' contains an odd number of items, the last\nitem is the default expression evaluated if no case-value matches.\nIf there is no default expression and no case-value matches, fcase\nreturns nil.\n\nSee specific forms of this macro in 'case' and 're-case'.\n\nThe test expressions in 'fcase' are always evaluated linearly, in\norder. For a large number of case expressions it may be more\nefficient to use a hash lookup.", - "name":"fcase"}, - {"source-url": + "var-type":"macro", + "line":40, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists":[["test-value", "&", "clauses"]], + "name":"in-case", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/fcase.clj#L103", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/in-case", - "namespace":"clojure.contrib.fcase", - "line":103, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists":[["test-value", "&", "clauses"]], "doc": "Like case, but test expressions are sequences. The test expression\nis true if any item in the sequence is equal (tested with '=') to\nthe test value.", - "name":"in-case"}, - {"source-url": + "var-type":"macro", + "line":103, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists":[["test-value", "&", "clauses"]], + "name":"instance-case", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/fcase.clj#L93", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/instance-case", - "namespace":"clojure.contrib.fcase", - "line":93, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists":[["test-value", "&", "clauses"]], "doc": "Like case, but the test expressions are Java class names, tested with\n'instance?'.", - "name":"instance-case"}, - {"source-url": + "var-type":"macro", + "line":93, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists":[["test-value", "&", "clauses"]], + "name":"re-case", + "namespace":"clojure.contrib.fcase", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/fcase.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/fcase.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fcase-api.html#clojure.contrib.fcase\/re-case", - "namespace":"clojure.contrib.fcase", - "line":87, - "file":"clojure\/contrib\/fcase.clj", - "var-type":"macro", - "arglists":[["test-value", "&", "clauses"]], "doc": "Like case, but the test expressions are regular expressions, tested\nwith re-find.", - "name":"re-case"}, - {"source-url": + "var-type":"macro", + "line":87, + "file":"clojure\/contrib\/fcase.clj"}, + {"arglists":[["file"]], + "name":"clojure-source-file?", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/clojure-source-file?", - "namespace":"clojure.contrib.find-namespaces", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["file"]], "doc": "Returns true if file is a normal file with a .clj extension.", - "name":"clojure-source-file?"}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["jar-file"]], + "name":"clojure-sources-in-jar", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/clojure-sources-in-jar", - "namespace":"clojure.contrib.find-namespaces", - "line":88, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["jar-file"]], "doc": "Returns a sequence of filenames ending in .clj found in the JAR file.", - "name":"clojure-sources-in-jar"}, - {"source-url": + "var-type":"function", + "line":88, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["form"]], + "name":"comment?", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/comment?", - "namespace":"clojure.contrib.find-namespaces", + "doc":"Returns true if form is a (comment ...)", + "var-type":"function", "line":42, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["form"]], - "doc":"Returns true if form is a (comment ...)", - "name":"comment?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["dir"]], + "name":"find-clojure-sources-in-dir", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L34", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-clojure-sources-in-dir", - "namespace":"clojure.contrib.find-namespaces", - "line":34, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["dir"]], "doc": "Searches recursively under dir for Clojure source files (.clj).\nReturns a sequence of File objects, in breadth-first sort order.", - "name":"find-clojure-sources-in-dir"}, - {"source-url": + "var-type":"function", + "line":34, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["dir"]], + "name":"find-namespaces-in-dir", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L79", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-namespaces-in-dir", - "namespace":"clojure.contrib.find-namespaces", - "line":79, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["dir"]], "doc": "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the symbol names of the declared namespaces.", - "name":"find-namespaces-in-dir"}, - {"source-url": + "var-type":"function", + "line":79, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["jarfile"]], + "name":"find-namespaces-in-jarfile", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L112", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-namespaces-in-jarfile", - "namespace":"clojure.contrib.find-namespaces", - "line":112, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["jarfile"]], "doc": "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations. Returns a sequence of the symbol names of the\ndeclared namespaces.", - "name":"find-namespaces-in-jarfile"}, - {"source-url": + "var-type":"function", + "line":112, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[[]], + "name":"find-namespaces-on-classpath", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L131", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-namespaces-on-classpath", - "namespace":"clojure.contrib.find-namespaces", - "line":131, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[[]], "doc": "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the symbol names of the declared namespaces.", - "name":"find-namespaces-on-classpath"}, - {"source-url": + "var-type":"function", + "line":131, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["dir"]], + "name":"find-ns-decls-in-dir", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L73", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-ns-decls-in-dir", - "namespace":"clojure.contrib.find-namespaces", - "line":73, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["dir"]], "doc": "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the unevaluated ns declarations.", - "name":"find-ns-decls-in-dir"}, - {"source-url": + "var-type":"function", + "line":73, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["jarfile"]], + "name":"find-ns-decls-in-jarfile", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L104", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-ns-decls-in-jarfile", - "namespace":"clojure.contrib.find-namespaces", - "line":104, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["jarfile"]], "doc": "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations; returns the unevaluated ns declarations.", - "name":"find-ns-decls-in-jarfile"}, - {"source-url": + "var-type":"function", + "line":104, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[[]], + "name":"find-ns-decls-on-classpath", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L122", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/find-ns-decls-on-classpath", - "namespace":"clojure.contrib.find-namespaces", - "line":122, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[[]], "doc": "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the unevaluated ns declaration forms.", - "name":"find-ns-decls-on-classpath"}, - {"source-url": + "var-type":"function", + "line":122, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["form"]], + "name":"ns-decl?", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/ns-decl?", - "namespace":"clojure.contrib.find-namespaces", + "doc":"Returns true if form is a (ns ...) declaration.", + "var-type":"function", "line":47, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["form"]], - "doc":"Returns true if form is a (ns ...) declaration.", - "name":"ns-decl?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["file"]], + "name":"read-file-ns-decl", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L65", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/read-file-ns-decl", - "namespace":"clojure.contrib.find-namespaces", - "line":65, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["file"]], "doc": "Attempts to read a (ns ...) declaration from file, and returns the\nunevaluated form. Returns nil if read fails, or if the first form\nis not a ns declaration.", - "name":"read-file-ns-decl"}, - {"source-url": + "var-type":"function", + "line":65, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["rdr"]], + "name":"read-ns-decl", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/read-ns-decl", - "namespace":"clojure.contrib.find-namespaces", - "line":52, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["rdr"]], "doc": "Attempts to read a (ns ...) declaration from rdr, and returns the\nunevaluated form. Returns nil if read fails or if a ns declaration\ncannot be found. The ns declaration must be the first Clojure form\nin the file, except for (comment ...) forms.", - "name":"read-ns-decl"}, - {"source-url": + "var-type":"function", + "line":52, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists":[["jarfile", "entry-name"]], + "name":"read-ns-decl-from-jarfile-entry", + "namespace":"clojure.contrib.find-namespaces", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj#L93", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/find_namespaces.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/find-namespaces-api.html#clojure.contrib.find-namespaces\/read-ns-decl-from-jarfile-entry", - "namespace":"clojure.contrib.find-namespaces", - "line":93, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj", - "var-type":"function", - "arglists":[["jarfile", "entry-name"]], "doc": "Attempts to read a (ns ...) declaration from the named entry in the\nJAR file, and returns the unevaluated form. Returns nil if the read\nfails, or if the first form is not a ns declaration.", - "name":"read-ns-decl-from-jarfile-entry"}, - {"source-url": + "var-type":"function", + "line":93, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/find-namespaces\/src\/main\/clojure\/clojure\/contrib\/find_namespaces.clj"}, + {"arglists": + [["getter", "setter"], ["getter", "setter", "&", "keyvals"]], + "name":"fnmap", + "namespace":"clojure.contrib.fnmap", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/fnmap\/src\/main\/clojure\/clojure\/contrib\/fnmap.clj#L19", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/fnmap.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/fnmap-api.html#clojure.contrib.fnmap\/fnmap", - "namespace":"clojure.contrib.fnmap", - "line":19, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/fnmap\/src\/main\/clojure\/clojure\/contrib\/fnmap.clj", - "var-type":"function", - "arglists": - [["getter", "setter"], ["getter", "setter", "&", "keyvals"]], "doc": "Creates a fnmap, or functional map. A fnmap behaves like an\nordinary Clojure map, except that calls to get and assoc are\nfiltered through user-defined getter and setter functions, which\noperate on an internal map.\n\n(getter m key) should return a value for key.\n\n(setter m key value) should assoc key with value and return a new\nmap for m.\n\nAll other map operations are passed through to the internal map.", - "name":"fnmap"}, - {"source-url": + "var-type":"function", + "line":19, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/fnmap\/src\/main\/clojure\/clojure\/contrib\/fnmap.clj"}, + {"arglists":[["libs"]], + "name":"generate-documentation", + "namespace":"clojure.contrib.gen-html-docs", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/67e85be147095c87a3cec82a64455974f29c7fd7\/modules\/gen-html-docs\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj#L427", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/gen_html_docs.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/gen-html-docs-api.html#clojure.contrib.gen-html-docs\/generate-documentation", - "namespace":"clojure.contrib.gen-html-docs", - "line":427, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/gen-html-docs\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj", - "var-type":"function", - "arglists":[["libs"]], "doc": "Returns a string which is the HTML documentation for the libraries\nnamed by libs. Libs is a vector of symbols identifying Clojure\nlibraries.", - "name":"generate-documentation"}, - {"source-url": + "var-type":"function", + "line":427, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/gen-html-docs\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj"}, + {"arglists":[["path", "libs"]], + "name":"generate-documentation-to-file", + "namespace":"clojure.contrib.gen-html-docs", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/67e85be147095c87a3cec82a64455974f29c7fd7\/modules\/gen-html-docs\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj#L453", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/gen_html_docs.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/gen-html-docs-api.html#clojure.contrib.gen-html-docs\/generate-documentation-to-file", - "namespace":"clojure.contrib.gen-html-docs", - "line":453, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/gen-html-docs\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj", - "var-type":"function", - "arglists":[["path", "libs"]], "doc": "Calls generate-documentation on the libraries named by libs and\nemits the generated HTML to the path named by path.", - "name":"generate-documentation-to-file"}, - {"source-url": + "var-type":"function", + "line":453, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/gen-html-docs\/src\/main\/clojure\/clojure\/contrib\/gen_html_docs.clj"}, + {"arglists":[["ns", "name", "&", "args"]], + "name":"defmethod*", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj#L173", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/defmethod*", - "namespace":"clojure.contrib.generic.arithmetic", - "line":173, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"macro", - "arglists":[["ns", "name", "&", "args"]], "doc": "Define a method implementation for the multimethod name in namespace ns.\nRequired for implementing the division function from another namespace.", - "name":"defmethod*"}, - {"source-url": + "var-type":"macro", + "line":173, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["ns", "sym"]], + "name":"qsym", + "namespace":"clojure.contrib.generic.arithmetic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj#L180", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/generic\/arithmetic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.arithmetic-api.html#clojure.contrib.generic.arithmetic\/qsym", - "namespace":"clojure.contrib.generic.arithmetic", - "line":180, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj", - "var-type":"macro", - "arglists":[["ns", "sym"]], "doc": "Create the qualified symbol corresponding to sym in namespace ns.\nRequired to access the division function from another namespace,\ne.g. as (qsym clojure.contrib.generic.arithmetic \/).", - "name":"qsym"}, - {"source-url": + "var-type":"macro", + "line":180, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/arithmetic.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"max", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj#L200", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/max", - "namespace":"clojure.contrib.generic.comparison", - "line":200, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", - "var-type":"function", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Returns the greatest of its arguments. Like clojure.core\/max except that\nis uses generic comparison functions implementable for any data type.", - "name":"max"}, - {"source-url": + "var-type":"function", + "line":200, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], + "name":"min", + "namespace":"clojure.contrib.generic.comparison", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj#L208", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/generic\/comparison.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.comparison-api.html#clojure.contrib.generic.comparison\/min", - "namespace":"clojure.contrib.generic.comparison", - "line":208, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj", - "var-type":"function", - "arglists":[["x"], ["x", "y"], ["x", "y", "&", "more"]], "doc": "Returns the least of its arguments. Like clojure.core\/min except that\nis uses generic comparison functions implementable for any data type.", - "name":"min"}, - {"source-url": + "var-type":"function", + "line":208, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/comparison.clj"}, + {"arglists":[["x", "y", "eps"]], + "name":"approx=", + "namespace":"clojure.contrib.generic.math-functions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj#L110", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/generic\/math_functions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/generic.math-functions-api.html#clojure.contrib.generic.math-functions\/approx=", - "namespace":"clojure.contrib.generic.math-functions", - "line":110, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj", - "var-type":"function", - "arglists":[["x", "y", "eps"]], "doc": "Return true if the absolute value of the difference between x and y\nis less than eps.", - "name":"approx="}, - {"source-url": + "var-type":"function", + "line":110, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/generic\/src\/main\/clojure\/clojure\/contrib\/generic\/math_functions.clj"}, + {"arglists":[["g"]], + "name":"add-loops", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/add-loops", - "namespace":"clojure.contrib.graph", + "doc":"For each node n, add the edge n->n if not already present.", + "var-type":"function", "line":49, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], - "doc":"For each node n, add the edge n->n if not already present.", - "name":"add-loops"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"], ["g", "sccs"]], + "name":"component-graph", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L133", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/component-graph", - "namespace":"clojure.contrib.graph", - "line":133, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"], ["g", "sccs"]], "doc": "Given a graph, perhaps with cycles, return a reduced graph that is acyclic.\nEach node in the new graph will be a set of nodes from the old.\nThese sets are the strongly connected components. Each edge will\nbe the union of the corresponding edges of the prior graph.", - "name":"component-graph"}, - {"source-url": + "var-type":"function", + "line":133, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"dependency-list", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L190", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/dependency-list", - "namespace":"clojure.contrib.graph", - "line":190, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Similar to a topological sort, this returns a vector of sets. The\nset of nodes at index 0 are independent. The set at index 1 depend\non index 0; those at 2 depend on 0 and 1, and so on. Those withing\na set have no mutual dependencies. Assume the input graph (which\nmuch be acyclic) has an edge a->b when a depends on b.", - "name":"dependency-list"}, - {"source-url": + "var-type":"function", + "line":190, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["data", "fun", "max", "equal"]], + "name":"fixed-point", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L167", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/fixed-point", - "namespace":"clojure.contrib.graph", - "line":167, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["data", "fun", "max", "equal"]], "doc": "Repeatedly apply fun to data until (equal old-data new-data)\nreturns true. If max iterations occur, it will throw an\nexception. Set max to nil for unlimited iterations.", - "name":"fixed-point"}, - {"source-url": + "var-type":"function", + "line":167, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g", "n"]], + "name":"get-neighbors", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/get-neighbors", - "namespace":"clojure.contrib.graph", + "doc":"Get the neighbors of a node.", + "var-type":"function", "line":29, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g", "n"]], - "doc":"Get the neighbors of a node.", - "name":"get-neighbors"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g", "n"], ["g", "ns", "v"]], + "name":"lazy-walk", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L68", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/lazy-walk", - "namespace":"clojure.contrib.graph", - "line":68, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g", "n"], ["g", "ns", "v"]], "doc": "Return a lazy sequence of the nodes of a graph starting a node n. Optionally,\nprovide a set of visited notes (v) and a collection of nodes to\nvisit (ns).", - "name":"lazy-walk"}, - {"source-url": + "var-type":"function", + "line":68, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"post-ordered-nodes", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L110", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/post-ordered-nodes", - "namespace":"clojure.contrib.graph", - "line":110, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Return a sequence of indexes of a post-ordered walk of the graph.", - "name":"post-ordered-nodes"}, - {"source-url": + "var-type":"function", + "line":110, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g", "ns"]], + "name":"recursive-component?", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/recursive-component?", - "namespace":"clojure.contrib.graph", + "doc":"Is the component (recieved from scc) self recursive?", + "var-type":"function", "line":151, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g", "ns"]], - "doc":"Is the component (recieved from scc) self recursive?", - "name":"recursive-component?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"remove-loops", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/remove-loops", - "namespace":"clojure.contrib.graph", + "doc":"For each node n, remove any edges n->n.", + "var-type":"function", "line":57, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], - "doc":"For each node n, remove any edges n->n.", - "name":"remove-loops"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"reverse-graph", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/reverse-graph", - "namespace":"clojure.contrib.graph", - "line":37, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Given a directed graph, return another directed graph with the\norder of the edges reversed.", - "name":"reverse-graph"}, - {"source-url": + "var-type":"function", + "line":37, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"scc", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L117", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/scc", - "namespace":"clojure.contrib.graph", - "line":117, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Returns, as a sequence of sets, the strongly connected components\nof g.", - "name":"scc"}, - {"source-url": + "var-type":"function", + "line":117, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"self-recursive-sets", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L158", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/self-recursive-sets", - "namespace":"clojure.contrib.graph", - "line":158, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Returns, as a sequence of sets, the components of a graph that are\nself-recursive.", - "name":"self-recursive-sets"}, - {"source-url": + "var-type":"function", + "line":158, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g1", "g2"]], + "name":"stratification-list", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L207", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/stratification-list", - "namespace":"clojure.contrib.graph", - "line":207, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g1", "g2"]], "doc": "Similar to dependency-list (see doc), except two graphs are\nprovided. The first is as dependency-list. The second (which may\nhave cycles) provides a partial-dependency relation. If node a\ndepends on node b (meaning an edge a->b exists) in the second\ngraph, node a must be equal or later in the sequence.", - "name":"stratification-list"}, - {"source-url": + "var-type":"function", + "line":207, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["g"]], + "name":"transitive-closure", + "namespace":"clojure.contrib.graph", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj#L81", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/graph.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/graph-api.html#clojure.contrib.graph\/transitive-closure", - "namespace":"clojure.contrib.graph", - "line":81, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj", - "var-type":"function", - "arglists":[["g"]], "doc": "Returns the transitive closure of a graph. The neighbors are lazily computed.\n\nNote: some version of this algorithm return all edges a->a\nregardless of whether such loops exist in the original graph. This\nversion does not. Loops will be included only if produced by\ncycles in the graph. If you have code that depends on such\nbehavior, call (-> g transitive-closure add-loops)", - "name":"transitive-closure"}, - {"source-url": + "var-type":"function", + "line":81, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/graph\/src\/main\/clojure\/clojure\/contrib\/graph.clj"}, + {"arglists":[["&", "args"]], + "name":"all-greatest", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/all-greatest", - "namespace":"clojure.contrib.greatest-least", + "doc":"Returns all the greatest elements.", + "var-type":"function", "line":52, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["&", "args"]], - "doc":"Returns all the greatest elements.", - "name":"all-greatest"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"all-greatest-by", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/all-greatest-by", - "namespace":"clojure.contrib.greatest-least", - "line":47, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], "doc": "Return all the elements for which f yields the greatest value.", - "name":"all-greatest-by"}, - {"source-url": + "var-type":"function", + "line":47, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["&", "args"]], + "name":"all-least", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/all-least", - "namespace":"clojure.contrib.greatest-least", + "doc":"Returns all the least elements.", + "var-type":"function", "line":62, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["&", "args"]], - "doc":"Returns all the least elements.", - "name":"all-least"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"all-least-by", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/all-least-by", - "namespace":"clojure.contrib.greatest-least", - "line":57, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], "doc": "Return all the elements for which f yields the least value.", - "name":"all-least-by"}, - {"source-url": + "var-type":"function", + "line":57, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["&", "args"]], + "name":"greatest", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/greatest", - "namespace":"clojure.contrib.greatest-least", + "doc":"Return the greatest argument.", + "var-type":"function", "line":18, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["&", "args"]], - "doc":"Return the greatest argument.", - "name":"greatest"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"greatest-by", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L13", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/greatest-by", - "namespace":"clojure.contrib.greatest-least", + "doc":"Return the argument for which f yields the greatest value.", + "var-type":"function", "line":13, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], - "doc":"Return the argument for which f yields the greatest value.", - "name":"greatest-by"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["&", "args"]], + "name":"least", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/least", - "namespace":"clojure.contrib.greatest-least", + "doc":"Return the smallest element.", + "var-type":"function", "line":28, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["&", "args"]], - "doc":"Return the smallest element.", - "name":"least"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["f", "&", "args"]], + "name":"least-by", + "namespace":"clojure.contrib.greatest-least", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/greatest_least.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/greatest-least-api.html#clojure.contrib.greatest-least\/least-by", - "namespace":"clojure.contrib.greatest-least", + "doc":"Return the argument for which f yields the smallest value.", + "var-type":"function", "line":23, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj", - "var-type":"function", - "arglists":[["f", "&", "args"]], - "doc":"Return the argument for which f yields the smallest value.", - "name":"least-by"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/greatest-least\/src\/main\/clojure\/clojure\/contrib\/greatest_least.clj"}, + {"arglists":[["class", "&", "fields-and-methods"]], + "name":"import-static", + "namespace":"clojure.contrib.import-static", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/import-static\/src\/main\/clojure\/clojure\/contrib\/import_static.clj#L22", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/import_static.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/import-static-api.html#clojure.contrib.import-static\/import-static", - "namespace":"clojure.contrib.import-static", - "line":22, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/import-static\/src\/main\/clojure\/clojure\/contrib\/import_static.clj", - "var-type":"macro", - "arglists":[["class", "&", "fields-and-methods"]], "doc": "Imports the named static fields and\/or static methods of the class\nas (private) symbols in the current namespace.\n\nExample: \n user=> (import-static java.lang.Math PI sqrt)\n nil\n user=> PI\n 3.141592653589793\n user=> (sqrt 16)\n 4.0\n\nNote: The class name must be fully qualified, even if it has already\nbeen imported. Static methods are defined as MACROS, not\nfirst-class fns.", - "name":"import-static"}, - {"source-url": + "var-type":"macro", + "line":22, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/import-static\/src\/main\/clojure\/clojure\/contrib\/import_static.clj"}, + {"arglists":[["jar-file"]], + "name":"filenames-in-jar", + "namespace":"clojure.contrib.jar", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/jar\/src\/main\/clojure\/clojure\/contrib\/jar.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jar.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jar-api.html#clojure.contrib.jar\/filenames-in-jar", - "namespace":"clojure.contrib.jar", - "line":29, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jar\/src\/main\/clojure\/clojure\/contrib\/jar.clj", - "var-type":"function", - "arglists":[["jar-file"]], "doc": "Returns a sequence of Strings naming the non-directory entries in\nthe JAR file.", - "name":"filenames-in-jar"}, - {"source-url": + "var-type":"function", + "line":29, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jar\/src\/main\/clojure\/clojure\/contrib\/jar.clj"}, + {"arglists":[["file"]], + "name":"jar-file?", + "namespace":"clojure.contrib.jar", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/jar\/src\/main\/clojure\/clojure\/contrib\/jar.clj#L22", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jar.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jar-api.html#clojure.contrib.jar\/jar-file?", - "namespace":"clojure.contrib.jar", - "line":22, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jar\/src\/main\/clojure\/clojure\/contrib\/jar.clj", - "var-type":"function", - "arglists":[["file"]], "doc": "Returns true if file is a normal file with a .jar or .JAR extension.", - "name":"jar-file?"}, - {"source-url": + "var-type":"function", + "line":22, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jar\/src\/main\/clojure\/clojure\/contrib\/jar.clj"}, + {"arglists":[["m"]], + "name":"as-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/60e7162a5a29615cae3e6d494a3653c34b6ddb66\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L85", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/as-properties", - "namespace":"clojure.contrib.java-utils", - "line":85, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["m"]], "doc": "Convert any seq of pairs to a java.utils.Properties instance.\nUses name to convert both keys and values into strings.", - "name":"as-properties"}, - {"source-url": + "var-type":"function", + "line":85, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["stringable"], ["stringable", "default"]], + "name":"get-system-property", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/60e7162a5a29615cae3e6d494a3653c34b6ddb66\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/get-system-property", - "namespace":"clojure.contrib.java-utils", + "doc":"Get a system property.", + "var-type":"function", "line":50, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["stringable"], ["stringable", "default"]], - "doc":"Get a system property.", - "name":"get-system-property"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["file-able"]], + "name":"read-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/60e7162a5a29615cae3e6d494a3653c34b6ddb66\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/read-properties", - "namespace":"clojure.contrib.java-utils", + "doc":"Read properties from file-able.", + "var-type":"function", "line":95, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["file-able"]], - "doc":"Read properties from file-able.", - "name":"read-properties"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["settings"]], + "name":"set-system-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/60e7162a5a29615cae3e6d494a3653c34b6ddb66\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/set-system-properties", - "namespace":"clojure.contrib.java-utils", + "doc":"Set some system properties. Nil clears a property.", + "var-type":"function", "line":57, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["settings"]], - "doc":"Set some system properties. Nil clears a property.", - "name":"set-system-properties"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["settings", "&", "body"]], + "name":"with-system-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/60e7162a5a29615cae3e6d494a3653c34b6ddb66\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L65", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/with-system-properties", - "namespace":"clojure.contrib.java-utils", - "line":65, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"macro", - "arglists":[["settings", "&", "body"]], "doc": "setting => property-name value\n\nSets the system properties to the supplied values, executes the body, and\nsets the properties back to their original values. Values of nil are\ntranslated to a clearing of the property.", - "name":"with-system-properties"}, - {"source-url": + "var-type":"macro", + "line":65, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, + {"arglists":[["m", "file-able"], ["m", "file-able", "comments"]], + "name":"write-properties", + "namespace":"clojure.contrib.java-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/60e7162a5a29615cae3e6d494a3653c34b6ddb66\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj#L102", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/java_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/java-utils-api.html#clojure.contrib.java-utils\/write-properties", - "namespace":"clojure.contrib.java-utils", + "doc":"Write properties to file-able.", + "var-type":"function", "line":102, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj", - "var-type":"function", - "arglists":[["m", "file-able"], ["m", "file-able", "comments"]], - "doc":"Write properties to file-able.", - "name":"write-properties"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/java-utils\/src\/main\/clojure\/clojure\/contrib\/java_utils.clj"}, + {"name":"*connection*", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj#L82", + "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/*connection*", - "namespace":"clojure.contrib.jmx", - "dynamic":true, - "line":82, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", - "var-type":"var", "doc": "The connection to be used for JMX ops. Defaults to the local process.", - "name":"*connection*"}, - {"source-url": + "var-type":"var", + "line":82, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj"}, + {"arglists":[["object-name", "attr-name"]], + "name":"attribute-info", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L60", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/attribute-info", - "namespace":"clojure.contrib.jmx", + "doc":"Get the MBeanAttributeInfo for an attribute.", + "var-type":"function", "line":60, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["object-name", "attr-name"]], - "doc":"Get the MBeanAttributeInfo for an attribute.", - "name":"attribute-info"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n"]], + "name":"attribute-names", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj#L100", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/attribute-names", - "namespace":"clojure.contrib.jmx", + "doc":"All attribute names available on an MBean.", + "var-type":"function", "line":100, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"All attribute names available on an MBean.", - "name":"attribute-names"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj"}, + {"arglists": + [["attr-name", "attr-value"], + ["name", "type", "desc", "readable?", "writable?", "is?"]], + "name":"build-attribute-info", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L91", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/build-attribute-info", - "namespace":"clojure.contrib.jmx", - "line":91, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists": - [["attr-name", "attr-value"], - ["name", "type", "desc", "readable?", "writable?", "is?"]], "doc": "Construct an MBeanAttributeInfo. Normally called with a key\/value pair from a Clojure map.", - "name":"build-attribute-info"}, - {"source-url": + "var-type":"function", + "line":91, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["value"]], + "name":"guess-attribute-typename", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L85", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/guess-attribute-typename", - "namespace":"clojure.contrib.jmx", - "line":85, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[["value"]], "doc": "Guess the attribute typename for MBeanAttributeInfo based on the attribute value.", - "name":"guess-attribute-typename"}, - {"source-url": + "var-type":"function", + "line":85, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[[], ["overrides"]], + "name":"jmx-url", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L19", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/jmx-url", - "namespace":"clojure.contrib.jmx", + "doc":"Build a JMX URL from options.", + "var-type":"function", "line":19, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[[], ["overrides"]], - "doc":"Build a JMX URL from options.", - "name":"jmx-url"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["attr-map"]], + "name":"map->attribute-infos", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L100", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/map->attribute-infos", - "namespace":"clojure.contrib.jmx", - "line":100, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[["attr-map"]], "doc": "Construct an MBeanAttributeInfo[] from a Clojure associative.", - "name":"map->attribute-infos"}, - {"source-url": + "var-type":"function", + "line":100, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["k"]], + "name":"maybe-atomize", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L44", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/maybe-atomize", - "namespace":"clojure.contrib.jmx", - "line":44, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[["k"]], "doc": "Convert a list of length 1 into its contents, leaving other things alone.\nUsed to simplify keys in the tabular data API.", - "name":"maybe-atomize"}, - {"source-url": + "var-type":"function", + "line":44, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["s"]], + "name":"maybe-keywordize", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/maybe-keywordize", - "namespace":"clojure.contrib.jmx", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Convert a string key to a keyword, leaving other types alone. Used to\nsimplify keys in the tabular data API.", - "name":"maybe-keywordize"}, - {"source-url": + "var-type":"function", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/data.clj"}, + {"arglists":[["n"]], + "name":"mbean", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj#L119", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/mbean", - "namespace":"clojure.contrib.jmx", - "line":119, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "Like clojure.core\/bean, but for JMX beans. Returns a read-only map of\na JMX bean's attributes. If an attribute it not supported, value is\nset to the exception thrown.", - "name":"mbean"}, - {"source-url": + "var-type":"function", + "line":119, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj"}, + {"arglists":[["n"]], + "name":"mbean-names", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/mbean-names", - "namespace":"clojure.contrib.jmx", - "line":95, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "Finds all MBeans matching a name on the current *connection*.", - "name":"mbean-names"}, - {"source-url": + "var-type":"function", + "line":95, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj"}, + {"arglists":[["n", "op"]], + "name":"op-param-types", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L81", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/op-param-types", - "namespace":"clojure.contrib.jmx", - "line":81, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "op"]], "doc": "The parameter types (as class name strings) for operation op on n.\nUsed for invoke.", - "name":"op-param-types"}, - {"source-url": + "var-type":"function", + "line":81, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n", "op"]], + "name":"operation", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L76", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/operation", - "namespace":"clojure.contrib.jmx", - "line":76, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "op"]], "doc": "The MBeanOperationInfo for operation op on mbean n. Used by invoke.", - "name":"operation"}, - {"source-url": + "var-type":"function", + "line":76, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n"]], + "name":"operation-names", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj#L106", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/operation-names", - "namespace":"clojure.contrib.jmx", + "doc":"All operation names available on an MBean.", + "var-type":"function", "line":106, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"All operation names available on an MBean.", - "name":"operation-names"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx.clj"}, + {"arglists":[["n"]], + "name":"operations", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/operations", - "namespace":"clojure.contrib.jmx", + "doc":"All oeprations available on an MBean.", + "var-type":"function", "line":71, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"All oeprations available on an MBean.", - "name":"operations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n", "attr"]], + "name":"raw-read", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/raw-read", - "namespace":"clojure.contrib.jmx", - "line":33, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "attr"]], "doc": "Read an mbean property. Returns low-level Java object model for\ncomposites, tabulars, etc. Most callers should use read.", - "name":"raw-read"}, - {"source-url": + "var-type":"function", + "line":33, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L39", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/read", @@ -2619,96 +2947,112 @@ "var-type":"var", "doc":"Read an mbean property.", "name":"read"}, - {"source-url": + {"arglists":[["n", "attr"]], + "name":"read-supported", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L43", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/read-supported", - "namespace":"clojure.contrib.jmx", - "line":43, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "attr"]], "doc": "Calls read to read an mbean property, *returning* unsupported\noperation exceptions instead of throwing them. Used to keep mbean\nfrom blowing up. Note: There is no good exception that aggregates\nunsupported operations, hence the overly-general catch block.", - "name":"read-supported"}, - {"source-url": + "var-type":"function", + "line":43, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["n", "attr"]], + "name":"readable?", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/readable?", - "namespace":"clojure.contrib.jmx", + "doc":"Is attribute readable?", + "var-type":"function", "line":66, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"function", - "arglists":[["n", "attr"]], - "doc":"Is attribute readable?", - "name":"readable?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["opts", "&", "body"]], + "name":"with-connection", + "namespace":"clojure.contrib.jmx", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fd185b68492657dcb6b1d15ef18fc67becf8450c\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj#L17", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/jmx.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/jmx-api.html#clojure.contrib.jmx\/with-connection", - "namespace":"clojure.contrib.jmx", - "line":17, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj", - "var-type":"macro", - "arglists":[["opts", "&", "body"]], "doc": "Execute body with JMX connection specified by opts. opts can also\ninclude an optional :environment key which is passed as the\nenvironment arg to JMXConnectorFactory\/connect.", - "name":"with-connection"}, - {"source-url": + "var-type":"macro", + "line":17, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["x"]], + "name":"json-str", + "namespace":"clojure.contrib.json", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d6f6ccfaeac03e35b1f9dbfa04424866cd9b2a41\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L302", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/json-str", - "namespace":"clojure.contrib.json", + "doc":"Converts x to a JSON-formatted string.", + "var-type":"function", "line":302, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Converts x to a JSON-formatted string.", - "name":"json-str"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, + {"arglists":[["x"]], + "name":"pprint-json", + "namespace":"clojure.contrib.json", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d6f6ccfaeac03e35b1f9dbfa04424866cd9b2a41\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L339", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/pprint-json", - "namespace":"clojure.contrib.json", + "doc":"Pretty-prints JSON representation of x to *out*", + "var-type":"function", "line":339, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Pretty-prints JSON representation of x to *out*", - "name":"pprint-json"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, + {"arglists":[["x"]], + "name":"print-json", + "namespace":"clojure.contrib.json", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d6f6ccfaeac03e35b1f9dbfa04424866cd9b2a41\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L310", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/print-json", - "namespace":"clojure.contrib.json", + "doc":"Write JSON-formatted output to *out*", + "var-type":"function", "line":310, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Write JSON-formatted output to *out*", - "name":"print-json"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, + {"arglists": + [["input"], ["input", "keywordize?"], + ["input", "keywordize?", "eof-error?", "eof-value"]], + "name":"read-json", + "namespace":"clojure.contrib.json", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/d6f6ccfaeac03e35b1f9dbfa04424866cd9b2a41\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L186", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/read-json", - "namespace":"clojure.contrib.json", - "line":186, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj", - "var-type":"function", - "arglists": - [["input"], ["input", "keywordize?"], - ["input", "keywordize?", "eof-error?", "eof-value"]], "doc": "Reads one JSON value from input String or Reader.\nIf keywordize? is true (default), object keys will be converted to\nkeywords. If eof-error? is true (default), empty input will throw\nan EOFException; if false EOF will return eof-value. ", - "name":"read-json"}, - {"source-url":null, + "var-type":"function", + "line":186, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", + "source-url":null, "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/read-json-from", "namespace":"clojure.contrib.json", @@ -2717,7 +3061,9 @@ "doc": "Reads one JSON value from input String or Reader.\nIf keywordize? is true, object keys will be converted to keywords.\nIf eof-error? is true, empty input will throw an EOFException; if\nfalse EOF will return eof-value. ", "name":"read-json-from"}, - {"source-url":null, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", + "source-url":null, "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/write-json", "namespace":"clojure.contrib.json", @@ -2725,31 +3071,37 @@ "arglists":[["object", "out"]], "doc":"Print object to PrintWriter out as JSON", "name":"write-json"}, - {"source-url": + {"arglists":[[]], + "name":"fibs", + "namespace":"clojure.contrib.lazy-seqs", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/lazy-seqs\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj#L82", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/lazy_seqs.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-seqs-api.html#clojure.contrib.lazy-seqs\/fibs", - "namespace":"clojure.contrib.lazy-seqs", + "doc":"Returns a lazy sequence of all the Fibonacci numbers.", + "var-type":"function", "line":82, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/lazy-seqs\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns a lazy sequence of all the Fibonacci numbers.", - "name":"fibs"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/lazy-seqs\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj"}, + {"arglists":[[]], + "name":"powers-of-2", + "namespace":"clojure.contrib.lazy-seqs", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/lazy-seqs\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/lazy_seqs.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-seqs-api.html#clojure.contrib.lazy-seqs\/powers-of-2", - "namespace":"clojure.contrib.lazy-seqs", + "doc":"Returns a lazy sequence of all the powers of 2", + "var-type":"function", "line":87, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/lazy-seqs\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns a lazy sequence of all the powers of 2", - "name":"powers-of-2"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/lazy-seqs\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/lazy_seqs.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/lazy-seqs\/src\/main\/clojure\/clojure\/contrib\/lazy_seqs.clj#L66", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-seqs-api.html#clojure.contrib.lazy-seqs\/primes", @@ -2760,86 +3112,100 @@ "var-type":"var", "doc":"Lazy sequence of all the prime numbers.", "name":"primes"}, - {"source-url": + {"arglists": + [["s"], ["s", "startparse"], ["s", "startparse", "queue-size"]], + "name":"parse-seq", + "namespace":"clojure.contrib.lazy-xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/lazy-xml\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/lazy_xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-xml-api.html#clojure.contrib.lazy-xml\/parse-seq", - "namespace":"clojure.contrib.lazy-xml", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/lazy-xml\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj", - "var-type":"function", - "arglists": - [["s"], ["s", "startparse"], ["s", "startparse", "queue-size"]], "doc": "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy sequence of maps with two or more of\nthe keys :type, :name, :attrs, and :str. Other SAX-compatible\nparsers can be supplied by passing startparse, a fn taking a source\nand a ContentHandler and returning a parser. If a parser is\nspecified, it will be run in a separate thread and be allowed to get\nahead by queue-size items, which defaults to maxint. If no parser\nis specified and org.xmlpull.v1.XmlPullParser is in the classpath,\nthis superior pull parser will be used.", - "name":"parse-seq"}, - {"source-url": + "var-type":"function", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/lazy-xml\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj"}, + {"arglists":[["s"], ["s", "startparse", "queue-size"]], + "name":"parse-trim", + "namespace":"clojure.contrib.lazy-xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/lazy-xml\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/lazy_xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/lazy-xml-api.html#clojure.contrib.lazy-xml\/parse-trim", - "namespace":"clojure.contrib.lazy-xml", - "line":95, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/lazy-xml\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj", - "var-type":"function", - "arglists":[["s"], ["s", "startparse", "queue-size"]], "doc": "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy tree of the clojure.xml\/element\nstruct-map, which has the keys :tag, :attrs, and :content and\naccessor fns tag, attrs, and content, with the whitespace trimmed\nfrom around each content string. This format is compatible with what\nclojure.xml\/parse produces, except :content is a lazy seq instead of\na vector. Other SAX-compatible parsers can be supplied by passing\nstartparse, a fn taking a source and a ContentHandler and returning\na parser. If a parser is specified, it will be run in a separate\nthread and be allowed to get ahead by queue-size items, which\ndefaults to maxing. If no parser is specified and\norg.xmlpull.v1.XmlPullParser is in the classpath, this superior pull\nparser will be used.", - "name":"parse-trim"}, - {"source-url": + "var-type":"function", + "line":95, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/lazy-xml\/src\/main\/clojure\/clojure\/contrib\/lazy_xml.clj"}, + {"name":"*force*", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L94", + "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/*force*", - "namespace":"clojure.contrib.logging", - "dynamic":true, - "line":94, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"var", "doc": "Overrides the default rules for choosing between logging directly or via an\nagent. Defaults to nil. See log* for details.", - "name":"*force*"}, - {"source-url": + "var-type":"var", + "line":94, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"name":"*log-factory*", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L488", + "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/*log-factory*", - "namespace":"clojure.contrib.logging", - "dynamic":true, - "line":488, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"var", "doc": "An instance satisfying the LogFactory protocol. Used internally when needing\nto obtain an instance satisfying the Log protocol. Defaults to the value\nreturned from find-factory. Can be rebound to provide alternate logging\nimplementations", - "name":"*log-factory*"}, - {"source-url": + "var-type":"var", + "line":488, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"name":"*logging-agent*", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L84", + "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/*logging-agent*", - "namespace":"clojure.contrib.logging", - "dynamic":true, - "line":84, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"var", "doc": "The default agent used for performing logging when direct logging is\ndisabled. See log* for details.", - "name":"*logging-agent*"}, - {"source-url": + "var-type":"var", + "line":84, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"name":"*tx-agent-levels*", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L89", + "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/*tx-agent-levels*", - "namespace":"clojure.contrib.logging", - "dynamic":true, - "line":89, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"var", "doc": "The set of levels that will require using an agent when logging from within a\nrunning transaction. Defaults to #{:info :warn}. See log* for details.", - "name":"*tx-agent-levels*"}, - {"source-url": + "var-type":"var", + "line":89, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L62", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/Log", @@ -2851,7 +3217,9 @@ "doc": "The protocol through which macros will interact with an underlying logging\nimplementation. Implementations should at least support the six specified\nlogging levels if they wish to benefit from the level-specific macros.", "name":"Log"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L73", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/LogFactory", @@ -2863,124 +3231,144 @@ "doc": "The protocol through which macros will obtain an instance satisfying Log as\nwell as providing information about the particular implementation being used.\nImplementations should be bound to *log-factory* in order to be picked up by\nthis library.", "name":"LogFactory"}, - {"source-url": + {"arglists":[[]], + "name":"commons-logging", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L334", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/commons-logging", - "namespace":"clojure.contrib.logging", - "line":334, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a commons-logging-based implementation of the LogFactory protocol, or\nnil if not available. End-users should not need to call this.", - "name":"commons-logging"}, - {"source-url": + "var-type":"function", + "line":334, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["message", "&", "more"], ["throwable", "message", "&", "more"]], + "name":"debug", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L265", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/debug", - "namespace":"clojure.contrib.logging", + "doc":"Debug level logging using print-style args.", + "var-type":"macro", "line":265, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["message", "&", "more"], ["throwable", "message", "&", "more"]], - "doc":"Debug level logging using print-style args.", - "name":"debug"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["fmt", "&", "fmt-args"], ["throwable", "fmt", "&", "fmt-args"]], + "name":"debugf", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L301", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/debugf", - "namespace":"clojure.contrib.logging", + "doc":"Debug level logging using format.", + "var-type":"macro", "line":301, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["fmt", "&", "fmt-args"], ["throwable", "fmt", "&", "fmt-args"]], - "doc":"Debug level logging using format.", - "name":"debugf"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["level"], ["level", "log-ns"]], + "name":"enabled?", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L164", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/enabled?", - "namespace":"clojure.contrib.logging", - "line":164, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["level"], ["level", "log-ns"]], "doc": "Returns true if the specific logging level is enabled. Use of this function\nshould only be necessary if one needs to execute alternate code paths beyond\nwhether the log should be written to.", - "name":"enabled?"}, - {"source-url": + "var-type":"macro", + "line":164, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["message", "&", "more"], ["throwable", "message", "&", "more"]], + "name":"error", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L283", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/error", - "namespace":"clojure.contrib.logging", + "doc":"Error level logging using print-style args.", + "var-type":"macro", "line":283, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["message", "&", "more"], ["throwable", "message", "&", "more"]], - "doc":"Error level logging using print-style args.", - "name":"error"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["fmt", "&", "fmt-args"], ["throwable", "fmt", "&", "fmt-args"]], + "name":"errorf", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L319", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/errorf", - "namespace":"clojure.contrib.logging", + "doc":"Error level logging using format.", + "var-type":"macro", "line":319, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["fmt", "&", "fmt-args"], ["throwable", "fmt", "&", "fmt-args"]], - "doc":"Error level logging using format.", - "name":"errorf"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["message", "&", "more"], ["throwable", "message", "&", "more"]], + "name":"fatal", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L289", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/fatal", - "namespace":"clojure.contrib.logging", + "doc":"Fatal level logging using print-style args.", + "var-type":"macro", "line":289, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["message", "&", "more"], ["throwable", "message", "&", "more"]], - "doc":"Fatal level logging using print-style args.", - "name":"fatal"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["fmt", "&", "fmt-args"], ["throwable", "fmt", "&", "fmt-args"]], + "name":"fatalf", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L325", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/fatalf", - "namespace":"clojure.contrib.logging", + "doc":"Fatal level logging using format.", + "var-type":"macro", "line":325, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["fmt", "&", "fmt-args"], ["throwable", "fmt", "&", "fmt-args"]], - "doc":"Fatal level logging using format.", - "name":"fatalf"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[[]], + "name":"find-factory", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L475", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/find-factory", - "namespace":"clojure.contrib.logging", - "line":475, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the first LogFactory found that is available from commons-logging,\nslf4j-logging, log4j-logging, or java-util-logging. End-users should not need\nto call this.", - "name":"find-factory"}, - {"source-url":null, + "var-type":"function", + "line":475, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", + "source-url":null, "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/impl-enabled?", "namespace":"clojure.contrib.logging", @@ -2989,7 +3377,9 @@ "doc": "Implementation-specific check if a particular level is enabled. End-users\nshould not need to call this.", "name":"impl-enabled?"}, - {"source-url":null, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", + "source-url":null, "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/impl-get-log", "namespace":"clojure.contrib.logging", @@ -2998,7 +3388,9 @@ "doc": "Returns an implementation-specific Log by namespace. End-users should not\nneed to call this.", "name":"impl-get-log"}, - {"source-url":null, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", + "source-url":null, "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/impl-name", "namespace":"clojure.contrib.logging", @@ -3007,7 +3399,9 @@ "doc": "Returns some text identifying the underlying implementation.", "name":"impl-name"}, - {"source-url":null, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", + "source-url":null, "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/impl-write!", "namespace":"clojure.contrib.logging", @@ -3016,875 +3410,1015 @@ "doc": "Implementation-specific write of a log message. End-users should not need\nto call this.", "name":"impl-write!"}, - {"source-url": + {"arglists": + [["message", "&", "more"], ["throwable", "message", "&", "more"]], + "name":"info", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L271", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/info", - "namespace":"clojure.contrib.logging", + "doc":"Info level logging using print-style args.", + "var-type":"macro", "line":271, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["message", "&", "more"], ["throwable", "message", "&", "more"]], - "doc":"Info level logging using print-style args.", - "name":"info"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["fmt", "&", "fmt-args"], ["throwable", "fmt", "&", "fmt-args"]], + "name":"infof", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L307", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/infof", - "namespace":"clojure.contrib.logging", + "doc":"Info level logging using format.", + "var-type":"macro", "line":307, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["fmt", "&", "fmt-args"], ["throwable", "fmt", "&", "fmt-args"]], - "doc":"Info level logging using format.", - "name":"infof"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[[]], + "name":"java-util-logging", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L439", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/java-util-logging", - "namespace":"clojure.contrib.logging", - "line":439, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a java.util.logging-based implementation of the LogFactory protocol,\nor nil if not available. End-users should not need to call this.", - "name":"java-util-logging"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L124", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log", - "namespace":"clojure.contrib.logging", - "line":124, + "var-type":"function", + "line":439, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": [["level", "message"], ["level", "throwable", "message"], ["log-ns", "level", "throwable", "message"], ["log-factory", "log-ns", "level", "throwable", "message"]], + "name":"log", + "namespace":"clojure.contrib.logging", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L124", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log", "doc": "Evaluates and logs a message only if the specified level is enabled. See log*\nfor more details.", - "name":"log"}, - {"source-url": + "var-type":"macro", + "line":124, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["log", "level", "throwable", "message"]], + "name":"log*", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L99", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log*", - "namespace":"clojure.contrib.logging", - "line":99, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[["log", "level", "throwable", "message"]], "doc": "Attempts to log a message, either directly or via an agent; does not check if\nthe level is enabled.\n\nFor performance reasons, an agent will only be used when invoked within a\nrunning transaction, and only for logging levels specified by\n*tx-agent-levels*. This allows those entries to only be written once the\ntransaction commits, and are discarded if it is retried or aborted. As\ncorollary, other levels (e.g., :debug, :error) will be written even from\nfailed transactions though at the cost of repeat messages during retries.\n\nOne can override the above by setting *force* to :direct or :agent; all\nsubsequent writes will be direct or via an agent, respectively.", - "name":"log*"}, - {"source-url": + "var-type":"function", + "line":99, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["log-ns"], ["log-ns", "out-level", "err-level"]], + "name":"log-capture!", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L207", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log-capture!", - "namespace":"clojure.contrib.logging", - "line":207, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[["log-ns"], ["log-ns", "out-level", "err-level"]], "doc": "Captures System.out and System.err, piping all writes of those streams to\nthe log. If unspecified, levels default to :info and :error, respectively.\nThe specified log-ns value will be used to namespace all log entries.\n\nNote: use with-logs to redirect output of *out* or *err*.\n\nWarning: if the logging implementation is configured to output to System.out\n(as is the default with java.util.logging) then using this function will\nresult in StackOverflowException when writing to the log.", - "name":"log-capture!"}, - {"source-url": + "var-type":"function", + "line":207, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["level", "log-ns"]], + "name":"log-stream", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L189", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log-stream", - "namespace":"clojure.contrib.logging", - "line":189, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[["level", "log-ns"]], "doc": "Creates a PrintStream that will output to the log at the specified level.", - "name":"log-stream"}, - {"source-url": + "var-type":"function", + "line":189, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[[]], + "name":"log-uncapture!", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L227", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log-uncapture!", - "namespace":"clojure.contrib.logging", - "line":227, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[[]], "doc": "Restores System.out and System.err to their original values.", - "name":"log-uncapture!"}, - {"source-url": + "var-type":"function", + "line":227, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[[]], + "name":"log4j-logging", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L405", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/log4j-logging", - "namespace":"clojure.contrib.logging", - "line":405, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a log4j-based implementation of the LogFactory protocol, or nil if\nnot available. End-users should not need to call this.", - "name":"log4j-logging"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L151", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/logf", - "namespace":"clojure.contrib.logging", - "line":151, + "var-type":"function", + "line":405, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": [["level", "fmt", "&", "fmt-args"], ["level", "throwable", "fmt", "&", "fmt-args"]], + "name":"logf", + "namespace":"clojure.contrib.logging", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/logf", "doc": "Logs a message using a format string and args. Can optionally take a\nthrowable as its second arg. See level-specific macros, e.g., debugf.", - "name":"logf"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L138", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/logp", - "namespace":"clojure.contrib.logging", - "line":138, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", "var-type":"macro", - "arglists": + "line":151, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": [["level", "message", "&", "more"], ["level", "throwable", "message", "&", "more"]], + "name":"logp", + "namespace":"clojure.contrib.logging", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L138", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/logp", "doc": "Logs a message using print style args. Can optionally take a throwable as its\nsecond arg. See level-specific macros, e.g., debug.", - "name":"logp"}, - {"source-url": + "var-type":"macro", + "line":138, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[[]], + "name":"slf4j-logging", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L369", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/slf4j-logging", - "namespace":"clojure.contrib.logging", - "line":369, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns a SLF4J-based implementation of the LogFactory protocol, or nil if\nnot available. End-users should not need to call this.", - "name":"slf4j-logging"}, - {"source-url": + "var-type":"function", + "line":369, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["expr"], ["level", "expr"]], + "name":"spy", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L173", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/spy", - "namespace":"clojure.contrib.logging", - "line":173, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists":[["expr"], ["level", "expr"]], "doc": "Evaluates expr and writes the form and its result to the log. Returns the\nresult of expr. Defaults to debug log level.", - "name":"spy"}, - {"source-url": + "var-type":"macro", + "line":173, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["message", "&", "more"], ["throwable", "message", "&", "more"]], + "name":"trace", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L259", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/trace", - "namespace":"clojure.contrib.logging", + "doc":"Trace level logging using print-style args.", + "var-type":"macro", "line":259, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["message", "&", "more"], ["throwable", "message", "&", "more"]], - "doc":"Trace level logging using print-style args.", - "name":"trace"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["fmt", "&", "fmt-args"], ["throwable", "fmt", "&", "fmt-args"]], + "name":"tracef", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L295", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/tracef", - "namespace":"clojure.contrib.logging", + "doc":"Trace level logging using format.", + "var-type":"macro", "line":295, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["fmt", "&", "fmt-args"], ["throwable", "fmt", "&", "fmt-args"]], - "doc":"Trace level logging using format.", - "name":"tracef"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["message", "&", "more"], ["throwable", "message", "&", "more"]], + "name":"warn", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L277", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/warn", - "namespace":"clojure.contrib.logging", + "doc":"Warn level logging using print-style args.", + "var-type":"macro", "line":277, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["message", "&", "more"], ["throwable", "message", "&", "more"]], - "doc":"Warn level logging using print-style args.", - "name":"warn"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["fmt", "&", "fmt-args"], ["throwable", "fmt", "&", "fmt-args"]], + "name":"warnf", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L313", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/warnf", - "namespace":"clojure.contrib.logging", + "doc":"Warn level logging using format.", + "var-type":"macro", "line":313, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["fmt", "&", "fmt-args"], ["throwable", "fmt", "&", "fmt-args"]], - "doc":"Warn level logging using format.", - "name":"warnf"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists": + [["log-ns", "&", "body"], + [["log-ns", "out-level", "err-level"], "&", "body"]], + "name":"with-logs", + "namespace":"clojure.contrib.logging", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/9212f644aa7ef1f13271aa9f941d2c6f8574a571\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj#L236", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/logging.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/logging-api.html#clojure.contrib.logging\/with-logs", - "namespace":"clojure.contrib.logging", - "line":236, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj", - "var-type":"macro", - "arglists": - [["log-ns", "&", "body"], - [["log-ns", "out-level", "err-level"], "&", "body"]], "doc": "Evaluates exprs in a context in which *out* and *err* write to the log. The\nspecified log-ns value will be used to namespace all log entries.\n\nBy default *out* and *err* write to :info and :error, respectively.", - "name":"with-logs"}, - {"source-url": + "var-type":"macro", + "line":236, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/logging\/src\/main\/clojure\/clojure\/contrib\/logging.clj"}, + {"arglists":[["symbol", "expansion"]], + "name":"defsymbolmacro", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/macro_utils.clj#L227", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/defsymbolmacro", - "namespace":"clojure.contrib.macro-utils", - "line":227, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["symbol", "expansion"]], "doc": "Define a symbol macro. Because symbol macros are not part of\nClojure's built-in macro expansion system, they can be used only\ninside a with-symbol-macros form.", - "name":"defsymbolmacro"}, - {"source-url": + "var-type":"macro", + "line":227, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["name", "params", "&", "forms"]], + "name":"deftemplate", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/macro_utils.clj#L241", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/deftemplate", - "namespace":"clojure.contrib.macro-utils", - "line":241, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["name", "params", "&", "forms"]], "doc": "Define a macro that expands into forms after replacing the\nsymbols in params (a vector) by the corresponding parameters\ngiven in the macro call.", - "name":"deftemplate"}, - {"source-url": + "var-type":"macro", + "line":241, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["fn-bindings", "&", "exprs"]], + "name":"macrolet", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/macro_utils.clj#L206", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/macrolet", - "namespace":"clojure.contrib.macro-utils", - "line":206, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["fn-bindings", "&", "exprs"]], "doc": "Define local macros that are used in the expansion of exprs. The\nsyntax is the same as for letfn forms.", - "name":"macrolet"}, - {"source-url": + "var-type":"macro", + "line":206, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["form"]], + "name":"mexpand", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/macro_utils.clj#L261", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/mexpand", - "namespace":"clojure.contrib.macro-utils", - "line":261, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"function", - "arglists":[["form"]], "doc": "Like clojure.core\/macroexpand, but takes into account symbol macros.", - "name":"mexpand"}, - {"source-url": + "var-type":"function", + "line":261, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["form"]], + "name":"mexpand-1", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/macro_utils.clj#L253", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/mexpand-1", - "namespace":"clojure.contrib.macro-utils", - "line":253, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"function", - "arglists":[["form"]], "doc": "Like clojure.core\/macroexpand-1, but takes into account symbol macros.", - "name":"mexpand-1"}, - {"source-url": + "var-type":"function", + "line":253, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["form"]], + "name":"mexpand-all", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/macro_utils.clj#L269", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/mexpand-all", - "namespace":"clojure.contrib.macro-utils", - "line":269, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"function", - "arglists":[["form"]], "doc":"Perform a full recursive macro expansion of a form.", - "name":"mexpand-all"}, - {"source-url": + "var-type":"function", + "line":269, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["symbol-bindings", "&", "exprs"]], + "name":"symbol-macrolet", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/macro_utils.clj#L217", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/symbol-macrolet", - "namespace":"clojure.contrib.macro-utils", - "line":217, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["symbol-bindings", "&", "exprs"]], "doc": "Define local symbol macros that are used in the expansion of exprs.\nThe syntax is the same as for let forms.", - "name":"symbol-macrolet"}, - {"source-url": + "var-type":"macro", + "line":217, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["&", "exprs"]], + "name":"with-symbol-macros", + "namespace":"clojure.contrib.macro-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/macro_utils.clj#L236", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/macro_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macro-utils-api.html#clojure.contrib.macro-utils\/with-symbol-macros", - "namespace":"clojure.contrib.macro-utils", - "line":236, - "file":"clojure\/contrib\/macro_utils.clj", - "var-type":"macro", - "arglists":[["&", "exprs"]], "doc":"Fully expand exprs, including symbol macros.", - "name":"with-symbol-macros"}, - {"source-url": + "var-type":"macro", + "line":236, + "file":"clojure\/contrib\/macro_utils.clj"}, + {"arglists":[["expr"]], + "name":"const", + "namespace":"clojure.contrib.macros", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/macros.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/macros.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macros-api.html#clojure.contrib.macros\/const", - "namespace":"clojure.contrib.macros", - "line":18, - "file":"clojure\/contrib\/macros.clj", - "var-type":"macro", - "arglists":[["expr"]], "doc":"Evaluate the constant expression expr at compile time.", - "name":"const"}, - {"source-url": + "var-type":"macro", + "line":18, + "file":"clojure\/contrib\/macros.clj"}, + {"arglists":[["fn-bindings", "&", "exprs"]], + "name":"letfn-", + "namespace":"clojure.contrib.macros", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/macros.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/macros.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macros-api.html#clojure.contrib.macros\/letfn-", - "namespace":"clojure.contrib.macros", - "line":28, - "file":"clojure\/contrib\/macros.clj", - "var-type":"macro", - "arglists":[["fn-bindings", "&", "exprs"]], "doc": "OBSOLETE: use clojure.core\/letfn\nA variant of let for local function definitions. fn-bindings consists\nof name\/args\/body triples, with (letfn [name args body] ...)\nbeing equivalent to (let [name (fn name args body)] ...).", - "name":"letfn-"}, - {"source-url": + "var-type":"macro", + "line":28, + "file":"clojure\/contrib\/macros.clj"}, + {"arglists":[["symbols?", "&", "body"]], + "name":"with-direct-linking", + "namespace":"clojure.contrib.macros", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/macros.clj#L68", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/macros.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/macros-api.html#clojure.contrib.macros\/with-direct-linking", - "namespace":"clojure.contrib.macros", - "line":68, - "file":"clojure\/contrib\/macros.clj", - "var-type":"macro", - "arglists":[["symbols?", "&", "body"]], "doc": "EXPERIMENTAL!\nCompiles the functions in body with direct links to the functions\nnamed in symbols, i.e. without a var lookup for each invocation.\nSymbols is a vector of symbols that name either vars or namespaces.\nA namespace reference is replaced by the list of all symbols in the\nnamespace that are bound to functions. If symbols is not provided,\nthe default value ['clojure.core] is used. The symbol *ns* can be\nused to refer to the current namespace.", - "name":"with-direct-linking"}, - {"source-url": + "var-type":"macro", + "line":68, + "file":"clojure\/contrib\/macros.clj"}, + {"arglists":[["f", "&", "maps"]], + "name":"deep-merge-with", + "namespace":"clojure.contrib.map-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/map-utils\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/map_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/map-utils-api.html#clojure.contrib.map-utils\/deep-merge-with", - "namespace":"clojure.contrib.map-utils", - "line":41, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/map-utils\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj", - "var-type":"function", - "arglists":[["f", "&", "maps"]], "doc": "Like merge-with, but merges maps recursively, applying the given fn\nonly when there's a non-map at a particular level.\n\n(deepmerge + {:a {:b {:c 1 :d {:x 1 :y 2}} :e 3} :f 4}\n {:a {:b {:c 2 :d {:z 9} :z 3} :e 100}})\n-> {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}", - "name":"deep-merge-with"}, - {"source-url": + "var-type":"function", + "line":41, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/map-utils\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj"}, + {"arglists":[["map", "key", "not-found"]], + "name":"lazy-get", + "namespace":"clojure.contrib.map-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/map-utils\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj#L22", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/map_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/map-utils-api.html#clojure.contrib.map-utils\/lazy-get", - "namespace":"clojure.contrib.map-utils", - "line":22, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/map-utils\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj", - "var-type":"macro", - "arglists":[["map", "key", "not-found"]], "doc": "Like get, but doesn't evaluate not-found unless it is needed.", - "name":"lazy-get"}, - {"source-url": + "var-type":"macro", + "line":22, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/map-utils\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj"}, + {"arglists":[["map", "key"]], + "name":"safe-get", + "namespace":"clojure.contrib.map-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/map-utils\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/map_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/map-utils-api.html#clojure.contrib.map-utils\/safe-get", - "namespace":"clojure.contrib.map-utils", + "doc":"Like get, but throws an exception if the key is not found.", + "var-type":"function", "line":29, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/map-utils\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj", - "var-type":"function", - "arglists":[["map", "key"]], - "doc":"Like get, but throws an exception if the key is not found.", - "name":"safe-get"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/map-utils\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj"}, + {"arglists":[["map", "ks"]], + "name":"safe-get-in", + "namespace":"clojure.contrib.map-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/map-utils\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj#L35", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/map_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/map-utils-api.html#clojure.contrib.map-utils\/safe-get-in", - "namespace":"clojure.contrib.map-utils", - "line":35, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/map-utils\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj", - "var-type":"function", - "arglists":[["map", "ks"]], "doc": "Like get-in, but throws an exception if any key is not found.", - "name":"safe-get-in"}, - {"source-url": + "var-type":"function", + "line":35, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/map-utils\/src\/main\/clojure\/clojure\/contrib\/map_utils.clj"}, + {"arglists":[["n"]], + "name":"abs", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj#L122", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/abs", - "namespace":"clojure.contrib.math", + "doc":"(abs n) is the absolute value of n", + "var-type":"function", "line":122, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"(abs n) is the absolute value of n", - "name":"abs"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"ceil", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj#L141", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/ceil", - "namespace":"clojure.contrib.math", - "line":141, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "(ceil n) returns the least integer greater than or equal to n.\nIf n is an exact number, ceil returns an integer, otherwise a double.", - "name":"ceil"}, - {"source-url": + "var-type":"function", + "line":141, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"exact-integer-sqrt", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj#L206", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/exact-integer-sqrt", - "namespace":"clojure.contrib.math", - "line":206, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "(exact-integer-sqrt n) expects a non-negative integer n, and returns [s r] where n = s^2+r and n < (s+1)^2. In other words, it returns the floor of the square root and the 'remainder'.\nFor example, (exact-integer-sqrt 15) is [3 6] because 15 = 3^2+6.", - "name":"exact-integer-sqrt"}, - {"source-url": + "var-type":"function", + "line":206, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["base", "pow"]], + "name":"expt", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj#L101", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/expt", - "namespace":"clojure.contrib.math", - "line":101, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["base", "pow"]], "doc": "(expt base pow) is base to the pow power.\nReturns an exact number if the base is an exact number and the power is an integer, otherwise returns a double.", - "name":"expt"}, - {"source-url": + "var-type":"function", + "line":101, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"floor", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj#L129", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/floor", - "namespace":"clojure.contrib.math", - "line":129, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "(floor n) returns the greatest integer less than or equal to n.\nIf n is an exact number, floor returns an integer, otherwise a double.", - "name":"floor"}, - {"source-url": + "var-type":"function", + "line":129, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["a", "b"]], + "name":"gcd", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj#L162", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/gcd", - "namespace":"clojure.contrib.math", + "doc":"(gcd a b) returns the greatest common divisor of a and b", + "var-type":"function", "line":162, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["a", "b"]], - "doc":"(gcd a b) returns the greatest common divisor of a and b", - "name":"gcd"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["a", "b"]], + "name":"lcm", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj#L169", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/lcm", - "namespace":"clojure.contrib.math", + "doc":"(lcm a b) returns the least common multiple of a and b", + "var-type":"function", "line":169, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["a", "b"]], - "doc":"(lcm a b) returns the least common multiple of a and b", - "name":"lcm"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"round", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj#L153", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/round", - "namespace":"clojure.contrib.math", - "line":153, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "(round n) rounds to the nearest integer.\nround always returns an integer. Rounds up for values exactly in between two integers.", - "name":"round"}, - {"source-url": + "var-type":"function", + "line":153, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["n"]], + "name":"sqrt", + "namespace":"clojure.contrib.math", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj#L215", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/math.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/math-api.html#clojure.contrib.math\/sqrt", - "namespace":"clojure.contrib.math", + "doc":"Square root, but returns exact number if possible.", + "var-type":"function", "line":215, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"Square root, but returns exact number if possible.", - "name":"sqrt"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/math\/src\/main\/clojure\/clojure\/contrib\/math.clj"}, + {"arglists":[["container"]], + "name":"components", + "namespace":"clojure.contrib.miglayout", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj#L75", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/miglayout.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout\/components", - "namespace":"clojure.contrib.miglayout", - "line":75, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj", - "var-type":"function", - "arglists":[["container"]], "doc": "Returns a map from id (a keyword) to component for all components with\nan id constraint set", - "name":"components"}, - {"source-url": + "var-type":"function", + "line":75, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj"}, + {"arglists":[["container", "&", "args"]], + "name":"miglayout", + "namespace":"clojure.contrib.miglayout", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/miglayout.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout\/miglayout", - "namespace":"clojure.contrib.miglayout", - "line":37, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj", - "var-type":"function", - "arglists":[["container", "&", "args"]], "doc": "Adds java.awt.Components to a javax.swing.JComponent with constraints\nformatted for the MiGLayout layout manager.\n\nArguments: container [item constraint*]*\n\n - container: the container for the specified components, its layout\n manager will be set to a new instance of MigLayout\n\n - an inline series of items and constraints--each item may be followed\n by zero or more constraints.\n\nItem:\n\n - An item is either a Component or one of the keywords :layout\n :column or :row. Constraints for a keyword item affect the entire\n layout.\n\nConstraint: string, keyword, vector, map, or set\n\n - A string specifies one or more constraints each with zero or more\n arguments.\n - A keyword specifies a single constraint without arguments\n - A vector specifies a single constraint with one or more arguments\n - A map specifies one or more constraints as keys, each mapped to a\n single argument\n - A set groups two or more constraints, each a string, keyword,\n vector, map, or set\n\nAny items marked with an \"id\" constraint will be included in a map from\nid to component attached to the container. The map can be retrieved using\nclojure.contrib.miglayout\/components.", - "name":"miglayout"}, - {"source-url": + "var-type":"function", + "line":37, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout.clj"}, + {"arglists":[["buf"]], + "name":"buffer-stream", + "namespace":"clojure.contrib.mmap", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/mmap\/src\/main\/clojure\/clojure\/contrib\/mmap.clj#L39", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mmap.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mmap-api.html#clojure.contrib.mmap\/buffer-stream", - "namespace":"clojure.contrib.mmap", - "line":39, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/mmap\/src\/main\/clojure\/clojure\/contrib\/mmap.clj", - "var-type":"function", - "arglists":[["buf"]], "doc": "Returns an InputStream for a ByteBuffer, such as returned by mmap.", - "name":"buffer-stream"}, - {"source-url": + "var-type":"function", + "line":39, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/mmap\/src\/main\/clojure\/clojure\/contrib\/mmap.clj"}, + {"arglists":[["f"]], + "name":"mmap", + "namespace":"clojure.contrib.mmap", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/mmap\/src\/main\/clojure\/clojure\/contrib\/mmap.clj#L27", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mmap.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mmap-api.html#clojure.contrib.mmap\/mmap", - "namespace":"clojure.contrib.mmap", + "doc":"Memory-map the file named f. Returns a ByteBuffer.", + "var-type":"function", "line":27, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/mmap\/src\/main\/clojure\/clojure\/contrib\/mmap.clj", - "var-type":"function", - "arglists":[["f"]], - "doc":"Memory-map the file named f. Returns a ByteBuffer.", - "name":"mmap"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/mmap\/src\/main\/clojure\/clojure\/contrib\/mmap.clj"}, + {"arglists":[["f"]], + "name":"slurp", + "namespace":"clojure.contrib.mmap", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/mmap\/src\/main\/clojure\/clojure\/contrib\/mmap.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mmap.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mmap-api.html#clojure.contrib.mmap\/slurp", - "namespace":"clojure.contrib.mmap", + "doc":"Reads the file named by f and returns it as a string.", + "var-type":"function", "line":33, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/mmap\/src\/main\/clojure\/clojure\/contrib\/mmap.clj", - "var-type":"function", - "arglists":[["f"]], - "doc":"Reads the file named by f and returns it as a string.", - "name":"slurp"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/mmap\/src\/main\/clojure\/clojure\/contrib\/mmap.clj"}, + {"arglists":[["val"], ["val", "expectation-hash"]], + "name":"calls", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L209", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/calls", - "namespace":"clojure.contrib.mock", - "line":209, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["val"], ["val", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned by the expected function. If both this\nand :returns are specified, the return value of :calls will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", - "name":"calls"}, - {"source-url": + "var-type":"function", + "line":209, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["expect-bindings", "&", "body"]], + "name":"expect", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L258", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/expect", - "namespace":"clojure.contrib.mock", - "line":258, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists":[["expect-bindings", "&", "body"]], "doc": "Use expect to redirect calls to dependent functions that are made within the\ncode under test. Instead of calling the functions that would normally be used\ntemporary stubs are used, which can verify function parameters and call counts.\nReturn values of overridden functions can also be specified as needed.\nUsage:\n(expect [dep-fn (has-args [arg-pred1] (times n (returns x)))]\n (function-under-test a b c))", - "name":"expect"}, - {"source-url": + "var-type":"macro", + "line":258, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists": + [["arg-pred-forms"], ["arg-pred-forms", "expectation-hash"]], + "name":"has-args", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L223", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/has-args", - "namespace":"clojure.contrib.mock", - "line":223, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists": - [["arg-pred-forms"], ["arg-pred-forms", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", - "name":"has-args"}, - {"source-url": + "var-type":"macro", + "line":223, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["fn-name", "args"]], + "name":"has-matching-signature?", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L102", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/has-matching-signature?", - "namespace":"clojure.contrib.mock", - "line":102, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["fn-name", "args"]], "doc": "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", - "name":"has-matching-signature?"}, - {"source-url": + "var-type":"function", + "line":102, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["arg-preds", "arg-pred-forms"]], + "name":"make-arg-checker", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L113", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/make-arg-checker", - "namespace":"clojure.contrib.mock", - "line":113, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["arg-preds", "arg-pred-forms"]], "doc": "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", - "name":"make-arg-checker"}, - {"source-url": + "var-type":"function", + "line":113, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["pred", "pred-form"]], + "name":"make-count-checker", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L129", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/make-count-checker", - "namespace":"clojure.contrib.mock", - "line":129, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["pred", "pred-form"]], "doc": "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", - "name":"make-count-checker"}, - {"source-url": + "var-type":"function", + "line":129, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["fn-name", "expectation-hash"]], + "name":"make-mock", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L138", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/make-mock", - "namespace":"clojure.contrib.mock", - "line":138, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["fn-name", "expectation-hash"]], "doc": "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", - "name":"make-mock"}, - {"source-url": + "var-type":"function", + "line":138, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["val"], ["val", "expectation-hash"]], + "name":"returns", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L197", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/returns", - "namespace":"clojure.contrib.mock", - "line":197, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["val"], ["val", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", - "name":"returns"}, - {"source-url": + "var-type":"function", + "line":197, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["times-fn"], ["times-fn", "expectation-hash"]], + "name":"times", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L240", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/times", - "namespace":"clojure.contrib.mock", - "line":240, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists":[["times-fn"], ["times-fn", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nAlso, an integer can be specified, in which case the times will only be an\nexact match. The times check is called at the end of an expect expression to\nvalidate that an expected dependency function was called the expected\nnumber of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", - "name":"times"}, - {"source-url": + "var-type":"macro", + "line":240, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["mock-data"]], + "name":"validate-counts", + "namespace":"clojure.contrib.mock", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L163", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock\/validate-counts", - "namespace":"clojure.contrib.mock", - "line":163, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["mock-data"]], "doc": "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", - "name":"validate-counts"}, - {"source-url": + "var-type":"function", + "line":163, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[[]], + "name":"flush", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c6c9e3eca8039964b451be38cdf9d7044dd0b06\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/flush", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Flush", + "var-type":"function", "line":62, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Flush", - "name":"flush"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["obj"]], + "name":"print", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c6c9e3eca8039964b451be38cdf9d7044dd0b06\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L67", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/print", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Print obj", + "var-type":"function", "line":67, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["obj"]], - "doc":"Print obj", - "name":"print"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[[], ["obj"]], + "name":"println", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c6c9e3eca8039964b451be38cdf9d7044dd0b06\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L72", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/println", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Print obj followed by a newline", + "var-type":"function", "line":72, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[], ["obj"]], - "doc":"Print obj followed by a newline", - "name":"println"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[[]], + "name":"read-char", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c6c9e3eca8039964b451be38cdf9d7044dd0b06\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L42", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/read-char", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Read a single character", + "var-type":"function", "line":42, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Read a single character", - "name":"read-char"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[[]], + "name":"read-line", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c6c9e3eca8039964b451be38cdf9d7044dd0b06\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L47", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/read-line", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Read a single line", + "var-type":"function", "line":47, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Read a single line", - "name":"read-line"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[[]], + "name":"read-lines", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c6c9e3eca8039964b451be38cdf9d7044dd0b06\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L126", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/read-lines", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Read all lines and return them in a vector", + "var-type":"function", "line":126, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Read all lines and return them in a vector", - "name":"read-lines"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["n"]], + "name":"skip-chars", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c6c9e3eca8039964b451be38cdf9d7044dd0b06\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/skip-chars", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Skip n characters", + "var-type":"function", "line":52, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["n"]], - "doc":"Skip n characters", - "name":"skip-chars"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["io-specs", "statement"]], + "name":"with-io-streams", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c6c9e3eca8039964b451be38cdf9d7044dd0b06\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L98", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/with-io-streams", - "namespace":"clojure.contrib.monadic-io-streams", - "line":98, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["io-specs", "statement"]], "doc": "Open one or more streams as specified by io-spec, run a monadic\nI\/O statement on them, and close the streams. io-spec is\na binding-like vector in which each stream is specified by\nthree element: a keyword by which the stream can be referred to,\nthe stream mode (:read or :write), and a stream specification as\naccepted by clojure.java.io\/reader (mode :read) or\nclojure.java.io\/writer (mode :write). The statement\nis run on a state which is a map from keywords to corresponding\nstreams. Single-stream monadic I\/O statements must be wrapped\nwith clojure.contrib.monads\/with-state-field.", - "name":"with-io-streams"}, - {"source-url": + "var-type":"function", + "line":98, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["reader-spec", "statement"]], + "name":"with-reader", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c6c9e3eca8039964b451be38cdf9d7044dd0b06\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L82", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/with-reader", - "namespace":"clojure.contrib.monadic-io-streams", - "line":82, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["reader-spec", "statement"]], "doc": "Create a reader from reader-spec, run the monadic I\/O statement\non it, and close the reader. reader-spec can be any object accepted\nby clojure.java.io\/reader.", - "name":"with-reader"}, - {"source-url": + "var-type":"function", + "line":82, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["writer-spec", "statement"]], + "name":"with-writer", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c6c9e3eca8039964b451be38cdf9d7044dd0b06\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/with-writer", - "namespace":"clojure.contrib.monadic-io-streams", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["writer-spec", "statement"]], "doc": "Create a writer from writer-spec, run the monadic I\/O statement\non it, and close the writer. writer-spec can be any object accepted\nby clojure.java.io\/writer.", - "name":"with-writer"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["text"]], + "name":"write", + "namespace":"clojure.contrib.monadic-io-streams", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/2c6c9e3eca8039964b451be38cdf9d7044dd0b06\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monadic_io_streams.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monadic-io-streams-api.html#clojure.contrib.monadic-io-streams\/write", - "namespace":"clojure.contrib.monadic-io-streams", + "doc":"Write text (a string)", + "var-type":"function", "line":57, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj", - "var-type":"function", - "arglists":[["text"]], - "doc":"Write text (a string)", - "name":"write"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monadic-io-streams\/src\/main\/clojure\/clojure\/contrib\/monadic_io_streams.clj"}, + {"arglists":[["f"]], + "name":"call-cc", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L456", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/call-cc", - "namespace":"clojure.contrib.monads", - "line":456, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "A computation in the cont monad that calls function f with a single\nargument representing the current continuation. The function f should\nreturn a continuation (which becomes the return value of call-cc),\nor call the passed-in current continuation to terminate.", - "name":"call-cc"}, - {"source-url": + "var-type":"function", + "line":456, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L440", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/cont-m", @@ -3896,75 +4430,87 @@ "doc": "Monad describing computations in continuation-passing style. The monadic\nvalues are functions that are called with a single argument representing\nthe continuation of the computation, to which they pass their result.", "name":"cont-m"}, - {"source-url": + {"arglists": + [["name", "doc-string", "operations"], ["name", "operations"]], + "name":"defmonad", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L51", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/defmonad", - "namespace":"clojure.contrib.monads", - "line":51, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists": - [["name", "doc-string", "operations"], ["name", "operations"]], "doc": "Define a named monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", - "name":"defmonad"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L137", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/defmonadfn", - "namespace":"clojure.contrib.monads", - "line":137, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", "var-type":"macro", - "arglists": + "line":51, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists": [["name", "docstring?", "attr-map?", "args", "expr"], ["name", "docstring?", "attr-map?", ["args", "expr"], "..."]], + "name":"defmonadfn", + "namespace":"clojure.contrib.monads", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L137", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/defmonadfn", "doc": "Like defn, but for functions that use monad operations and are used inside\na with-monad block.", - "name":"defmonadfn"}, - {"source-url": + "var-type":"macro", + "line":137, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["steps", "expr"], ["name", "steps", "expr"]], + "name":"domonad", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L114", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/domonad", - "namespace":"clojure.contrib.monads", - "line":114, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["steps", "expr"], ["name", "steps", "expr"]], "doc": "Monad comprehension. Takes the name of a monad, a vector of steps\ngiven as binding-form\/monadic-expression pairs, and a result value\nspecified by expr. The monadic-expression terms can use the binding\nvariables of the previous steps.\nIf the monad contains a definition of m-zero, the step list can also\ncontain conditions of the form :when p, where the predicate p can\ncontain the binding variables from all previous steps.\nA clause of the form :let [binding-form expr ...], where the bindings\nare given as a vector as for the use in let, establishes additional\nbindings that can be used in the following steps.", - "name":"domonad"}, - {"source-url": + "var-type":"macro", + "line":114, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[[]], + "name":"fetch-state", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L359", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/fetch-state", - "namespace":"clojure.contrib.monads", - "line":359, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[[]], "doc": "Return a state-monad function that returns the current state and does not\nmodify it.", - "name":"fetch-state"}, - {"source-url": + "var-type":"function", + "line":359, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["key"]], + "name":"fetch-val", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L365", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/fetch-val", - "namespace":"clojure.contrib.monads", - "line":365, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["key"]], "doc": "Return a state-monad function that assumes the state to be a map and\nreturns the value corresponding to the given key. The state is not modified.", - "name":"fetch-val"}, - {"source-url": + "var-type":"function", + "line":365, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L286", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/identity-m", @@ -3976,7 +4522,9 @@ "doc": "Monad describing plain computations. This monad does in fact nothing\nat all. It is useful for testing, for combination with monad\ntransformers, and for code that is parameterized with a monad.", "name":"identity-m"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L217", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-chain", @@ -3988,7 +4536,9 @@ "doc": "Chains together monadic computation steps that are each functions\nof one parameter. Each step is called with the result of the previous\nstep as its argument. (m-chain (step1 step2)) is equivalent to\n(fn [x] (domonad [r1 (step1 x) r2 (step2 r1)] r2)).", "name":"m-chain"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L195", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-fmap", @@ -4000,7 +4550,9 @@ "doc": "Bind the monadic value m to the function returning (f x) for argument x", "name":"m-fmap"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L189", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-join", @@ -4012,20 +4564,24 @@ "doc": "Converts a monadic value containing a monadic value into a 'simple'\nmonadic value.", "name":"m-join"}, - {"source-url": + {"arglists":[["n", "f"]], + "name":"m-lift", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L180", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-lift", - "namespace":"clojure.contrib.monads", - "line":180, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["n", "f"]], "doc": "Converts a function f of n arguments into a function of n\nmonadic arguments returning a monadic value.", - "name":"m-lift"}, - {"source-url": + "var-type":"macro", + "line":180, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L211", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-map", @@ -4037,7 +4593,9 @@ "doc": "'Executes' the sequence of monadic values resulting from mapping\nf onto the values xs. f must return a monadic value.", "name":"m-map"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L228", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-reduce", @@ -4049,7 +4607,9 @@ "doc": "Return the reduction of (m-lift 2 f) over the list of monadic values mvs\nwith initial value (m-result val).", "name":"m-reduce"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L200", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-seq", @@ -4061,7 +4621,9 @@ "doc": "'Executes' the monadic values in ms and returns a sequence of the\nbasic values contained in them.", "name":"m-seq"}, - {"source-url": + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L241", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-until", @@ -4073,33 +4635,39 @@ "doc": "While (p x) is false, replace x by the value returned by the\nmonadic computation (f x). Return (m-result x) for the first\nx for which (p x) is true.", "name":"m-until"}, - {"source-url": + {"arglists":[["test", "m-expr"]], + "name":"m-when", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L253", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-when", - "namespace":"clojure.contrib.monads", - "line":253, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["test", "m-expr"]], "doc": "If test is logical true, return monadic value m-expr, else return\n(m-result nil).", - "name":"m-when"}, - {"source-url": + "var-type":"macro", + "line":253, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["test", "m-expr"]], + "name":"m-when-not", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L259", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/m-when-not", - "namespace":"clojure.contrib.monads", - "line":259, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["test", "m-expr"]], "doc": "If test if logical false, return monadic value m-expr, else return\n(m-result nil).", - "name":"m-when-not"}, - {"source-url": + "var-type":"macro", + "line":259, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L296", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/maybe-m", @@ -4111,60 +4679,70 @@ "doc": "Monad describing computations with possible failures. Failure is\nrepresented by nil, any other value is considered valid. As soon as\na step returns nil, the whole computation will yield nil as well.", "name":"maybe-m"}, - {"source-url": + {"arglists": + [["m"], ["m", "nothing"], ["m", "nothing", "which-m-plus"]], + "name":"maybe-t", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L496", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/maybe-t", - "namespace":"clojure.contrib.monads", - "line":496, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists": - [["m"], ["m", "nothing"], ["m", "nothing", "which-m-plus"]], "doc": "Monad transformer that transforms a monad m into a monad in which\nthe base values can be invalid (represented by nothing, which defaults\nto nil). The third argument chooses if m-zero and m-plus are inherited\nfrom the base monad (use :m-plus-from-base) or adopt maybe-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", - "name":"maybe-t"}, - {"source-url": + "var-type":"function", + "line":496, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["operations"]], + "name":"monad", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L36", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/monad", - "namespace":"clojure.contrib.monads", - "line":36, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["operations"]], "doc": "Define a monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", - "name":"monad"}, - {"source-url": + "var-type":"macro", + "line":36, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["base", "which-m-plus", "operations"]], + "name":"monad-transformer", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L474", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/monad-transformer", - "namespace":"clojure.contrib.monads", - "line":474, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["base", "which-m-plus", "operations"]], "doc": "Define a monad transforer in terms of the monad operations and the base\nmonad. The argument which-m-plus chooses if m-zero and m-plus are taken\nfrom the base monad or from the transformer.", - "name":"monad-transformer"}, - {"source-url": + "var-type":"macro", + "line":474, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["c"]], + "name":"run-cont", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L451", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/run-cont", - "namespace":"clojure.contrib.monads", - "line":451, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["c"]], "doc": "Execute the computation c in the cont monad and return its result.", - "name":"run-cont"}, - {"source-url": + "var-type":"function", + "line":451, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L309", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/sequence-m", @@ -4176,20 +4754,24 @@ "doc": "Monad describing multi-valued computations, i.e. computations\nthat can yield multiple values. Any object implementing the seq\nprotocol can be used as a monadic value.", "name":"sequence-m"}, - {"source-url": + {"arglists":[["m"], ["m", "which-m-plus"]], + "name":"sequence-t", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L528", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/sequence-t", - "namespace":"clojure.contrib.monads", - "line":528, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["m"], ["m", "which-m-plus"]], "doc": "Monad transformer that transforms a monad m into a monad in which\nthe base values are sequences. The argument which-m-plus chooses\nif m-zero and m-plus are inherited from the base monad\n(use :m-plus-from-base) or adopt sequence-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", - "name":"sequence-t"}, - {"source-url": + "var-type":"function", + "line":528, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L323", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/set-m", @@ -4201,33 +4783,39 @@ "doc": "Monad describing multi-valued computations, like sequence-m,\nbut returning sets of results instead of sequences of results.", "name":"set-m"}, - {"source-url": + {"arglists":[["s"]], + "name":"set-state", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L353", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/set-state", - "namespace":"clojure.contrib.monads", - "line":353, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Return a state-monad function that replaces the current state by s and\nreturns the previous state.", - "name":"set-state"}, - {"source-url": + "var-type":"function", + "line":353, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["key", "val"]], + "name":"set-val", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L383", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/set-val", - "namespace":"clojure.contrib.monads", - "line":383, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["key", "val"]], "doc": "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with key by val. The old value is returned.", - "name":"set-val"}, - {"source-url": + "var-type":"function", + "line":383, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L336", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/state-m", @@ -4239,250 +4827,290 @@ "doc": "Monad describing stateful computations. The monadic values have the\nstructure (fn [old-state] [result new-state]).", "name":"state-m"}, - {"source-url": + {"arglists":[["p", "f", "x"]], + "name":"state-m-until", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L401", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/state-m-until", - "namespace":"clojure.contrib.monads", - "line":401, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["p", "f", "x"]], "doc": "An optimized implementation of m-until for the state monad that\nreplaces recursion by a loop.", - "name":"state-m-until"}, - {"source-url": + "var-type":"function", + "line":401, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["m"]], + "name":"state-t", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L555", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/state-t", - "namespace":"clojure.contrib.monads", - "line":555, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["m"]], "doc": "Monad transformer that transforms a monad m into a monad of stateful\ncomputations that have the base monad type as their result.", - "name":"state-t"}, - {"source-url": + "var-type":"function", + "line":555, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["f"]], + "name":"update-state", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L347", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/update-state", - "namespace":"clojure.contrib.monads", - "line":347, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "Return a state-monad function that replaces the current state by the\nresult of f applied to the current state and that returns the old state.", - "name":"update-state"}, - {"source-url": + "var-type":"function", + "line":347, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["key", "f"]], + "name":"update-val", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L373", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/update-val", - "namespace":"clojure.contrib.monads", - "line":373, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["key", "f"]], "doc": "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with the given key by the return value\nof f applied to the old value. The old value is returned.", - "name":"update-val"}, - {"source-url": + "var-type":"function", + "line":373, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["monad", "&", "exprs"]], + "name":"with-monad", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L102", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/with-monad", - "namespace":"clojure.contrib.monads", - "line":102, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"macro", - "arglists":[["monad", "&", "exprs"]], "doc": "Evaluates an expression after replacing the keywords defining the\nmonad operations by the functions associated with these keywords\nin the monad definition given by name.", - "name":"with-monad"}, - {"source-url": + "var-type":"macro", + "line":102, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["key", "statement"]], + "name":"with-state-field", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L389", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/with-state-field", - "namespace":"clojure.contrib.monads", - "line":389, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["key", "statement"]], "doc": "Returns a state-monad function that expects a map as its state and\nruns statement (another state-monad function) on the state defined by\nthe map entry corresponding to key. The map entry is updated with the\nnew state returned by statement.", - "name":"with-state-field"}, - {"source-url": + "var-type":"function", + "line":389, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["empty-accumulator"]], + "name":"writer-m", + "namespace":"clojure.contrib.monads", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj#L413", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/monads.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/monads-api.html#clojure.contrib.monads\/writer-m", - "namespace":"clojure.contrib.monads", - "line":413, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj", - "var-type":"function", - "arglists":[["empty-accumulator"]], "doc": "Monad describing computations that accumulate data on the side, e.g. for\nlogging. The monadic values have the structure [value log]. Any of the\naccumulators from clojure.contrib.accumulators can be used for storing the\nlog data. Its empty value is passed as a parameter.", - "name":"writer-m"}, - {"source-url": + "var-type":"function", + "line":413, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/monads\/src\/main\/clojure\/clojure\/contrib\/monads.clj"}, + {"arglists":[["nsname"]], + "name":"dir", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L84", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/dir", - "namespace":"clojure.contrib.ns-utils", + "doc":"Prints a sorted directory of public vars in a namespace", + "var-type":"macro", "line":84, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"macro", - "arglists":[["nsname"]], - "doc":"Prints a sorted directory of public vars in a namespace", - "name":"dir"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["nsname"]], + "name":"docs", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L89", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/docs", - "namespace":"clojure.contrib.ns-utils", + "doc":"Prints documentation for the public vars in a namespace", + "var-type":"macro", "line":89, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"macro", - "arglists":[["nsname"]], - "doc":"Prints documentation for the public vars in a namespace", - "name":"docs"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["ns-sym"]], + "name":"get-ns", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/get-ns", - "namespace":"clojure.contrib.ns-utils", - "line":50, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["ns-sym"]], "doc": "Returns the namespace named by ns-sym or throws if the\nnamespace does not exist", - "name":"get-ns"}, - {"source-url": + "var-type":"function", + "line":50, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["&", "ns-names"]], + "name":"immigrate", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L94", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/immigrate", - "namespace":"clojure.contrib.ns-utils", - "line":94, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["&", "ns-names"]], "doc": "Create a public var in this namespace for each public var in the\nnamespaces named by ns-names. The created vars have the same name, root\nbinding, and metadata as the original except that their :ns metadata\nvalue is this namespace.", - "name":"immigrate"}, - {"source-url": + "var-type":"function", + "line":94, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["ns"]], + "name":"ns-vars", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L58", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/ns-vars", - "namespace":"clojure.contrib.ns-utils", - "line":58, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["ns"]], "doc": "Returns a sorted seq of symbols naming public vars in\na namespace", - "name":"ns-vars"}, - {"source-url": + "var-type":"function", + "line":58, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["ns"]], + "name":"print-dir", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/print-dir", - "namespace":"clojure.contrib.ns-utils", + "doc":"Prints a sorted directory of public vars in a namespace", + "var-type":"function", "line":64, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["ns"]], - "doc":"Prints a sorted directory of public vars in a namespace", - "name":"print-dir"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["ns"]], + "name":"print-docs", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L70", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/print-docs", - "namespace":"clojure.contrib.ns-utils", + "doc":"Prints documentation for the public vars in a namespace", + "var-type":"function", "line":70, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"function", - "arglists":[["ns"]], - "doc":"Prints documentation for the public vars in a namespace", - "name":"print-docs"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["nsname"]], + "name":"vars", + "namespace":"clojure.contrib.ns-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/6b0ced91e42eca3be551f10468abcb9a2983d7b8\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj#L78", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/ns_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/ns-utils-api.html#clojure.contrib.ns-utils\/vars", - "namespace":"clojure.contrib.ns-utils", - "line":78, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj", - "var-type":"macro", - "arglists":[["nsname"]], "doc": "Returns a sorted seq of symbols naming public vars in\na namespace", - "name":"vars"}, - {"source-url": + "var-type":"macro", + "line":78, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/ns-utils\/src\/main\/clojure\/clojure\/contrib\/ns_utils.clj"}, + {"arglists":[["&", "keyvals"]], + "name":"priority-map", + "namespace":"clojure.contrib.priority-map", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/37fba7ef6697b2e46db7d38b463dba81d3b1c4e7\/modules\/priority-map\/src\/main\/clojure\/clojure\/contrib\/priority_map.clj#L306", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/priority_map.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/priority-map-api.html#clojure.contrib.priority-map\/priority-map", - "namespace":"clojure.contrib.priority-map", - "line":306, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/priority-map\/src\/main\/clojure\/clojure\/contrib\/priority_map.clj", - "var-type":"function", - "arglists":[["&", "keyvals"]], "doc": "keyval => key val\nReturns a new priority map with supplied mappings", - "name":"priority-map"}, - {"source-url": + "var-type":"function", + "line":306, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/priority-map\/src\/main\/clojure\/clojure\/contrib\/priority_map.clj"}, + {"arglists":[["comparator", "&", "keyvals"]], + "name":"priority-map-by", + "namespace":"clojure.contrib.priority-map", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/37fba7ef6697b2e46db7d38b463dba81d3b1c4e7\/modules\/priority-map\/src\/main\/clojure\/clojure\/contrib\/priority_map.clj#L312", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/priority_map.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/priority-map-api.html#clojure.contrib.priority-map\/priority-map-by", - "namespace":"clojure.contrib.priority-map", - "line":312, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/priority-map\/src\/main\/clojure\/clojure\/contrib\/priority_map.clj", - "var-type":"function", - "arglists":[["comparator", "&", "keyvals"]], "doc": "keyval => key val\nReturns a new priority map with supplied mappings", - "name":"priority-map-by"}, - {"source-url": + "var-type":"function", + "line":312, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/priority-map\/src\/main\/clojure\/clojure\/contrib\/priority_map.clj"}, + {"arglists":[["v"]], + "name":"certainly", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L146", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/certainly", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":146, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["v"]], "doc": "Returns a distribution in which the single value v has probability 1.", - "name":"certainly"}, - {"source-url": + "var-type":"function", + "line":146, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["&", "choices"]], + "name":"choose", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L92", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/choose", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":92, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["&", "choices"]], "doc": "Construct a distribution from an explicit list of probabilities\nand values. They are given in the form of a vector of probability-value\npairs. In the last pair, the probability can be given by the keyword\n:else, which stands for 1 minus the total of the other probabilities.", - "name":"choose"}, - {"source-url": + "var-type":"function", + "line":92, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/finite_distributions.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L46", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/cond-dist-m", @@ -4494,20 +5122,24 @@ "doc": "Variant of the dist monad that can handle undefined values.", "name":"cond-dist-m"}, - {"source-url": + {"arglists":[["pred", "dist"]], + "name":"cond-prob", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L160", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/cond-prob", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":160, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["pred", "dist"]], "doc": "Returns the conditional probability for the values in dist that satisfy\nthe predicate pred.", - "name":"cond-prob"}, - {"source-url": + "var-type":"function", + "line":160, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/finite_distributions.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L28", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/dist-m", @@ -4519,266 +5151,308 @@ "doc": "Monad describing computations on fuzzy quantities, represented by a finite\nprobability distribution for the possible values. A distribution is\nrepresented by a map from values to probabilities.", "name":"dist-m"}, - {"source-url": + {"arglists":[["f", "dist1", "dist2"]], + "name":"join-with", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/join-with", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":151, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["f", "dist1", "dist2"]], "doc": "Returns the distribution of (f x y) with x from dist1 and y from dist2.", - "name":"join-with"}, - {"source-url": + "var-type":"function", + "line":151, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["coll", "f"]], + "name":"make-distribution", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L134", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/make-distribution", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":134, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["coll", "f"]], "doc": "Returns the distribution in which each element x of the collection\nhas a probability proportional to (f x)", - "name":"make-distribution"}, - {"source-url": + "var-type":"function", + "line":134, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["weights"]], + "name":"normalize", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L70", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/normalize", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":70, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["weights"]], "doc": "Convert a weight map (e.g. a map of counter values) to a distribution\nby multiplying with a normalization factor. If the map has a key\n:total, its value is assumed to be the sum over all the other values and\nit is used for normalization. Otherwise, the sum is calculated\nexplicitly. The :total key is removed from the resulting distribution.", - "name":"normalize"}, - {"source-url": + "var-type":"function", + "line":70, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["pred", "dist"]], + "name":"prob", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L197", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/prob", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":197, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["pred", "dist"]], "doc": "Return the probability that the predicate pred is satisfied in the\ndistribution dist, i.e. the sum of the probabilities of the values\nthat satisfy pred.", - "name":"prob"}, - {"source-url": + "var-type":"function", + "line":197, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["coll"]], + "name":"uniform", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L84", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/uniform", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":84, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["coll"]], "doc": "Return a distribution in which each of the elements of coll\nhas the same probability.", - "name":"uniform"}, - {"source-url": + "var-type":"function", + "line":84, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["s", "n"]], + "name":"zipf", + "namespace":"clojure.contrib.probabilities.finite-distributions", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj#L140", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/finite_distributions.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions\/zipf", - "namespace":"clojure.contrib.probabilities.finite-distributions", - "line":140, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj", - "var-type":"function", - "arglists":[["s", "n"]], "doc": "Returns the Zipf distribution in which the numbers k=1..n have\nprobabilities proportional to 1\/k^s.", - "name":"zipf"}, - {"source-url": + "var-type":"function", + "line":140, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/finite_distributions.clj"}, + {"arglists":[["dist"]], + "name":"discrete", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/discrete", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":87, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["dist"]], "doc": "A discrete distribution, defined by a map dist mapping values\nto probabilities. The sum of probabilities must be one.", - "name":"discrete"}, - {"source-url": + "var-type":"function", + "line":87, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["lambda"]], + "name":"exponential", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L146", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/exponential", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":146, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["lambda"]], "doc": "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of exponential random numbers with parameter lambda.", - "name":"exponential"}, - {"source-url": + "var-type":"function", + "line":146, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["mu", "sigma"]], + "name":"lognormal", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L137", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/lognormal", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":137, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["mu", "sigma"]], "doc": "Transform a sequence of uniform random numbesr in the interval [0, 1)\ninto a sequence of lognormal random numbers with mean mu and standard\ndeviation sigma.", - "name":"lognormal"}, - {"source-url": + "var-type":"function", + "line":137, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "r"]], + "name":"n-sphere", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L228", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/n-sphere", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":228, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "r"]], "doc": "Return a uniform distribution of n-dimensional vectors inside an\nn-sphere of radius r.", - "name":"n-sphere"}, - {"source-url": + "var-type":"function", + "line":228, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["mu", "sigma"]], + "name":"normal", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L116", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/normal", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":116, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["mu", "sigma"]], "doc": "Transform a sequence urs of uniform random number in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", - "name":"normal"}, - {"source-url": + "var-type":"function", + "line":116, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["mu", "sigma"]], + "name":"normal-box-muller", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L163", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/normal-box-muller", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":163, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["mu", "sigma"]], "doc": "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", - "name":"normal-box-muller"}, - {"source-url": + "var-type":"function", + "line":163, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["distribution", "random-stream-state"]], + "name":"random-stream", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/random-stream", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":62, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["distribution", "random-stream-state"]], "doc": "Define a random stream by a distribution and the state of a\nrandom number stream with uniform distribution in [0, 1).", - "name":"random-stream"}, - {"source-url": + "var-type":"function", + "line":62, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["p", "dist"]], + "name":"reject", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L74", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/reject", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":74, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["p", "dist"]], "doc": "Return the distribution that results from rejecting the values from\ndist that do not satisfy predicate p.", - "name":"reject"}, - {"source-url": + "var-type":"function", + "line":74, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "dist"]], + "name":"sample", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "dist"]], "doc": "Return the distribution of samples of length n from the\ndistribution dist", - "name":"sample"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "dist"]], + "name":"sample-mean", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample-mean", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "dist"]], "doc": "Return the distribution of the mean over n samples from the\ndistribution dist", - "name":"sample-mean"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "dist"]], + "name":"sample-mean-variance", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample-mean-variance", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "dist"]], "doc": "Return the distribution of the mean-and-variance (a vector containing\nthe mean and the variance) over n samples from the distribution dist", - "name":"sample-mean-variance"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["f", "n", "dist"], ["f", "val", "n", "dist"]], + "name":"sample-reduce", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample-reduce", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["f", "n", "dist"], ["f", "val", "n", "dist"]], "doc": "Returns the distribution of the reduction of f over n samples from the\ndistribution dist.", - "name":"sample-reduce"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["n", "dist"]], + "name":"sample-sum", + "namespace":"clojure.contrib.probabilities.monte-carlo", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/monte_carlo.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo\/sample-sum", - "namespace":"clojure.contrib.probabilities.monte-carlo", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj", - "var-type":"function", - "arglists":[["n", "dist"]], "doc": "Return the distribution of the sum over n samples from the\ndistribution dist.", - "name":"sample-sum"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/monte_carlo.clj"}, + {"arglists":[["modulus", "multiplier", "increment", "seed"]], + "name":"lcg", + "namespace":"clojure.contrib.probabilities.random-numbers", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/random_numbers.clj#L35", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/random_numbers.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers\/lcg", - "namespace":"clojure.contrib.probabilities.random-numbers", + "doc":"Create a linear congruential generator", + "var-type":"function", "line":35, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/random_numbers.clj", - "var-type":"function", - "arglists":[["modulus", "multiplier", "increment", "seed"]], - "doc":"Create a linear congruential generator", - "name":"lcg"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/random_numbers.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/probabilities\/random_numbers.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/probabilities\/src\/main\/clojure\/clojure\/contrib\/probabilities\/random_numbers.clj#L56", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers\/rand-stream", @@ -4790,299 +5464,347 @@ "doc": "A random number stream based on clojure.core\/rand. Note that this\ngenerator uses an internal mutable state. The state is thus not stored\nin the stream object and cannot be restored.", "name":"rand-stream"}, - {"source-url": + {"name":"*enable-profiling*", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj#L42", + "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/*enable-profiling*", - "namespace":"clojure.contrib.profile", - "dynamic":true, - "line":42, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj", - "var-type":"var", "doc": "Set this to false before loading\/compiling to omit\nprofiling code.", - "name":"*enable-profiling*"}, - {"source-url": + "var-type":"var", + "line":42, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj"}, + {"arglists":[["profile-summary"]], + "name":"print-summary", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj#L95", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/print-summary", - "namespace":"clojure.contrib.profile", + "doc":"Prints a table of the results returned by summarize.", + "var-type":"function", "line":95, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj", - "var-type":"function", - "arglists":[["profile-summary"]], - "doc":"Prints a table of the results returned by summarize.", - "name":"print-summary"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj"}, + {"arglists":[["name", "&", "body"]], + "name":"prof", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj#L45", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/prof", - "namespace":"clojure.contrib.profile", - "line":45, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj", - "var-type":"macro", - "arglists":[["name", "&", "body"]], "doc": "If *enable-profiling* is true, wraps body in profiling code.\nReturns the result of body. Profile timings will be stored in\n*profile-data* using name, which must be a keyword, as the key.\nTimings are measured with System\/nanoTime.", - "name":"prof"}, - {"source-url": + "var-type":"macro", + "line":45, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj"}, + {"arglists":[["&", "body"]], + "name":"profile", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj#L106", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/profile", - "namespace":"clojure.contrib.profile", - "line":106, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Runs body with profiling enabled, then prints a summary of\nresults. Returns nil.", - "name":"profile"}, - {"source-url": + "var-type":"macro", + "line":106, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj"}, + {"arglists":[["profile-data"]], + "name":"summarize", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj#L73", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/summarize", - "namespace":"clojure.contrib.profile", - "line":73, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj", - "var-type":"function", - "arglists":[["profile-data"]], "doc": "Takes the raw data returned by with-profile-data and returns a map\nfrom names to summary statistics. Each value in the map will look\nlike:\n\n {:mean ..., :min ..., :max ..., :count ..., :sum ...}\n\n:mean, :min, and :max are how long the profiled section took to run,\nin nanoseconds. :count is the total number of times the profiled\nsection was executed. :sum is the total amount of time spent in the\nprofiled section, in nanoseconds.", - "name":"summarize"}, - {"source-url": + "var-type":"function", + "line":73, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj"}, + {"arglists":[["&", "body"]], + "name":"with-profile-data", + "namespace":"clojure.contrib.profile", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj#L63", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/profile.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/profile-api.html#clojure.contrib.profile\/with-profile-data", - "namespace":"clojure.contrib.profile", - "line":63, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Executes body with *profile-data* bound to an atom of a new map.\nReturns the raw profile data as a map. Keys in the map are profile\nnames (keywords), and values are lists of elapsed time, in\nnanoseconds.", - "name":"with-profile-data"}, - {"source-url": + "var-type":"macro", + "line":63, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/profile\/src\/main\/clojure\/clojure\/contrib\/profile.clj"}, + {"name":"*html-compatible*", + "namespace":"clojure.contrib.prxml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/prxml\/src\/main\/clojure\/clojure\/contrib\/prxml.clj#L32", + "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/prxml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/prxml-api.html#clojure.contrib.prxml\/*html-compatible*", - "namespace":"clojure.contrib.prxml", - "dynamic":true, - "line":32, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/prxml\/src\/main\/clojure\/clojure\/contrib\/prxml.clj", - "var-type":"var", "doc": "If true, empty tags will have a space before the closing \/>", - "name":"*html-compatible*"}, - {"source-url": + "var-type":"var", + "line":32, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/prxml\/src\/main\/clojure\/clojure\/contrib\/prxml.clj"}, + {"name":"*prxml-indent*", + "namespace":"clojure.contrib.prxml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/prxml\/src\/main\/clojure\/clojure\/contrib\/prxml.clj#L36", + "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/prxml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/prxml-api.html#clojure.contrib.prxml\/*prxml-indent*", - "namespace":"clojure.contrib.prxml", - "dynamic":true, - "line":36, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/prxml\/src\/main\/clojure\/clojure\/contrib\/prxml.clj", - "var-type":"var", "doc": "The number of spaces to indent sub-tags. nil for no indent\nand no extra line-breaks.", - "name":"*prxml-indent*"}, - {"source-url": + "var-type":"var", + "line":36, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/prxml\/src\/main\/clojure\/clojure\/contrib\/prxml.clj"}, + {"arglists":[["&", "args"]], + "name":"prxml", + "namespace":"clojure.contrib.prxml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/prxml\/src\/main\/clojure\/clojure\/contrib\/prxml.clj#L152", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/prxml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/prxml-api.html#clojure.contrib.prxml\/prxml", - "namespace":"clojure.contrib.prxml", - "line":152, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/prxml\/src\/main\/clojure\/clojure\/contrib\/prxml.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Print XML to *out*. Vectors become XML tags: the first item is the\ntag name; optional second item is a map of attributes.\n\nSequences are processed recursively, so you can use map and other\nsequence functions inside prxml.\n\n (prxml [:p {:class \"greet\"} [:i \"Ladies & gentlemen\"]])\n ; => <p class=\"greet\"><i>Ladies & gentlemen<\/i><\/p>\n\nPSEUDO-TAGS: some keywords have special meaning:\n\n :raw! do not XML-escape contents\n :comment! create an XML comment\n :decl! create an XML declaration, with attributes\n :cdata! create a CDATA section\n :doctype! create a DOCTYPE!\n\n (prxml [:p [:raw! \"<i>here & gone<\/i>\"]])\n ; => <p><i>here & gone<\/i><\/p>\n\n (prxml [:decl! {:version \"1.1\"}])\n ; => <?xml version=\"1.1\" encoding=\"UTF-8\"?>", - "name":"prxml"}, - {"source-url": + "var-type":"function", + "line":152, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/prxml\/src\/main\/clojure\/clojure\/contrib\/prxml.clj"}, + {"arglists": + [["klass", "method-name", "params", "obj", "&", "args"]], + "name":"call-method", + "namespace":"clojure.contrib.reflect", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/reflect\/src\/main\/clojure\/clojure\/contrib\/reflect.clj#L12", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/reflect.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/reflect-api.html#clojure.contrib.reflect\/call-method", - "namespace":"clojure.contrib.reflect", - "line":12, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/reflect\/src\/main\/clojure\/clojure\/contrib\/reflect.clj", - "var-type":"function", - "arglists": - [["klass", "method-name", "params", "obj", "&", "args"]], "doc": "Calls a private or protected method.\n\nparams is a vector of classes which correspond to the arguments to\nthe method e\n\nobj is nil for static methods, the instance object otherwise.\n\nThe method-name is given a symbol or a keyword (something Named).", - "name":"call-method"}, - {"source-url": + "var-type":"function", + "line":12, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/reflect\/src\/main\/clojure\/clojure\/contrib\/reflect.clj"}, + {"arglists":[["klass", "field-name", "obj"]], + "name":"get-field", + "namespace":"clojure.contrib.reflect", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/reflect\/src\/main\/clojure\/clojure\/contrib\/reflect.clj#L27", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/reflect.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/reflect-api.html#clojure.contrib.reflect\/get-field", - "namespace":"clojure.contrib.reflect", - "line":27, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/reflect\/src\/main\/clojure\/clojure\/contrib\/reflect.clj", - "var-type":"function", - "arglists":[["klass", "field-name", "obj"]], "doc": "Access to private or protected field. field-name is a symbol or\nkeyword.", - "name":"get-field"}, - {"source-url": + "var-type":"function", + "line":27, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/reflect\/src\/main\/clojure\/clojure\/contrib\/reflect.clj"}, + {"arglists":[[]], + "name":"print-repl-info", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L208", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/print-repl-info", - "namespace":"clojure.contrib.repl-ln", + "doc":"Prints info about the current repl", + "var-type":"function", "line":208, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Prints info about the current repl", - "name":"print-repl-info"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[["&", "options"]], + "name":"repl", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L217", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/repl", - "namespace":"clojure.contrib.repl-ln", - "line":217, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[["&", "options"]], "doc": "A repl that supports line numbers. For definitions and evaluations made\nat the repl, the repl-name and line number will be reported as the\norigin. Use set-repl-name and set-repl-prompt to customize the repl name\nand prompt. This repl supports all of the keyword arguments documented\nfor clojure.main\/repl with the following change and additions:\n\n - :prompt has a new default\n default: #(clojure.core\/print (repl-prompt))\n\n - :name-fmt, Name format string\n default: the name-fmt of the parent repl, or \"repl-%S\"\n\n - :prompt-fmt, Prompt format string\n default: the prompt-fmt of the parent repl, or \"%S:%L %N=> \"", - "name":"repl"}, - {"source-url": + "var-type":"function", + "line":217, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[[]], + "name":"repl-info", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L202", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/repl-info", - "namespace":"clojure.contrib.repl-ln", + "doc":"Returns a map of info about the current repl", + "var-type":"function", "line":202, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns a map of info about the current repl", - "name":"repl-info"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[[]], + "name":"repl-prompt", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L148", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/repl-prompt", - "namespace":"clojure.contrib.repl-ln", - "line":148, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current repl prompt based on this repl's prompt-fmt", - "name":"repl-prompt"}, - {"source-url": + "var-type":"function", + "line":148, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[[], ["name-fmt"]], + "name":"set-repl-name", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L157", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/set-repl-name", - "namespace":"clojure.contrib.repl-ln", - "line":157, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[], ["name-fmt"]], "doc": "Sets the repl name format to the string name-fmt. Include the following\ncodes in the name to make the corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n\nWith no arguments, resets the repl name to its default: \"repl-%S\"", - "name":"set-repl-name"}, - {"source-url": + "var-type":"function", + "line":157, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[[], ["prompt-fmt"]], + "name":"set-repl-prompt", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L180", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/set-repl-prompt", - "namespace":"clojure.contrib.repl-ln", - "line":180, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[[], ["prompt-fmt"]], "doc": "Sets the repl prompt. Include the following codes in the prompt to make\nthe corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n %L - input line number\n %N - namespace name\n\nWith no arguments, resets the repl pompt to its default: \"%S:%L %N=> \"", - "name":"set-repl-prompt"}, - {"source-url": + "var-type":"function", + "line":180, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"arglists":[["&", "options"]], + "name":"stream-repl", + "namespace":"clojure.contrib.repl-ln", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj#L119", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_ln.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-ln-api.html#clojure.contrib.repl-ln\/stream-repl", - "namespace":"clojure.contrib.repl-ln", - "line":119, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj", - "var-type":"function", - "arglists":[["&", "options"]], "doc": "Repl entry point that provides convenient overriding of input, output,\nand err streams via sequential keyword-value pairs. Default values\nfor :in, :out, and :err are streams associated with System\/in,\nSystem\/out, and System\/err using UTF-8 encoding. Also supports all the\noptions provided by clojure.contrib.repl-ln\/repl.", - "name":"stream-repl"}, - {"source-url": + "var-type":"function", + "line":119, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-ln\/src\/main\/clojure\/clojure\/contrib\/repl_ln.clj"}, + {"name":"*local-javadocs*", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/repl_utils\/javadoc.clj#L18", + "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/*local-javadocs*", - "namespace":"clojure.contrib.repl-utils", - "dynamic":true, - "line":18, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"var", "doc": "Ref to a list of local paths for Javadoc-generated HTML\nfiles.", - "name":"*local-javadocs*"}, - {"source-url": + "var-type":"var", + "line":18, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, + {"name":"*remote-javadocs*", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/repl_utils\/javadoc.clj#L28", + "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/*remote-javadocs*", - "namespace":"clojure.contrib.repl-utils", - "dynamic":true, - "line":28, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"var", "doc": "Ref to a map from package name prefixes to URLs for remote\nJavadocs.", - "name":"*remote-javadocs*"}, - {"source-url": + "var-type":"var", + "line":28, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, + {"arglists":[[], ["t"]], + "name":"add-break-thread!", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L122", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/add-break-thread!", - "namespace":"clojure.contrib.repl-utils", - "line":122, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[[], ["t"]], "doc": "Add the given thread to break-threads so that it will be stopped\nany time the user presses Ctrl-C. Calls start-handling-break for\nyou. Adds the current thread if none is given.", - "name":"add-break-thread!"}, - {"source-url": + "var-type":"function", + "line":122, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["path"]], + "name":"add-local-javadoc", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/repl_utils\/javadoc.clj#L43", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/add-local-javadoc", - "namespace":"clojure.contrib.repl-utils", - "line":43, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"function", - "arglists":[["path"]], "doc":"Adds to the list of local Javadoc paths.", - "name":"add-local-javadoc"}, - {"source-url": + "var-type":"function", + "line":43, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, + {"arglists":[["package-prefix", "url"]], + "name":"add-remote-javadoc", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/repl_utils\/javadoc.clj#L48", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/add-remote-javadoc", - "namespace":"clojure.contrib.repl-utils", - "line":48, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"function", - "arglists":[["package-prefix", "url"]], "doc": "Adds to the list of remote Javadoc URLs. package-prefix is the\nbeginning of the package name that has docs at this URL.", - "name":"add-remote-javadoc"}, - {"source-url": + "var-type":"function", + "line":48, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L103", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/break-threads", @@ -5094,575 +5816,665 @@ "doc": "Threads to stop when Ctrl-C is pressed. See 'add-break-thread!'", "name":"break-threads"}, - {"source-url": + {"arglists":[["expr"]], + "name":"expression-info", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L135", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/expression-info", - "namespace":"clojure.contrib.repl-utils", - "line":135, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[["expr"]], "doc": "Uses the Clojure compiler to analyze the given s-expr. Returns\na map with keys :class and :primitive? indicating what the compiler\nconcluded about the return value of the expression. Returns nil if\nnot type info can be determined at compile-time.\n\nExample: (expression-info '(+ (int 5) (float 10)))\nReturns: {:class float, :primitive? true}", - "name":"expression-info"}, - {"source-url": + "var-type":"function", + "line":135, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["classname"]], + "name":"find-javadoc-url", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/repl_utils\/javadoc.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/find-javadoc-url", - "namespace":"clojure.contrib.repl-utils", - "line":54, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"function", - "arglists":[["classname"]], "doc": "Searches for a URL for the given class name. Tries\n*local-javadocs* first, then *remote-javadocs*. Returns a string.", - "name":"find-javadoc-url"}, - {"source-url": + "var-type":"function", + "line":54, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, + {"arglists":[["class-or-object"]], + "name":"javadoc", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/repl_utils\/javadoc.clj#L74", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/javadoc", - "namespace":"clojure.contrib.repl-utils", - "line":74, - "file":"clojure\/contrib\/repl_utils\/javadoc.clj", - "var-type":"function", - "arglists":[["class-or-object"]], "doc": "Opens a browser window displaying the javadoc for the argument.\nTries *local-javadocs* first, then *remote-javadocs*.", - "name":"javadoc"}, - {"source-url": + "var-type":"function", + "line":74, + "file":"clojure\/contrib\/repl_utils\/javadoc.clj"}, + {"arglists":[["ns-name", "&", "args"]], + "name":"run", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L160", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/run", - "namespace":"clojure.contrib.repl-utils", - "line":160, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", - "var-type":"macro", - "arglists":[["ns-name", "&", "args"]], "doc": "Loads the specified namespace and invokes its \"main\" function with\noptional args. ns-name is not evaluated.", - "name":"run"}, - {"source-url": + "var-type":"macro", + "line":160, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["ns-sym", "&", "args"]], + "name":"run*", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L153", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/run*", - "namespace":"clojure.contrib.repl-utils", - "line":153, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[["ns-sym", "&", "args"]], "doc": "Loads the specified namespace and invokes its \"main\" function with\noptional args.", - "name":"run*"}, - {"source-url": + "var-type":"function", + "line":153, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["x"], ["x", "selector"]], + "name":"show", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L65", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/show", - "namespace":"clojure.contrib.repl-utils", - "line":65, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[["x"], ["x", "selector"]], "doc": "With one arg prints all static and instance members of x or (class x).\nEach member is listed with a number which can be given as 'selector'\nto return the member object -- the REPL will print more details for\nthat member.\n\nThe selector also may be a string or regex, in which case only\nmembers whose names match 'selector' as a case-insensitive regex\nwill be printed.\n\nFinally, the selector also may be a predicate, in which case only\nmembers for which the predicate returns true will be printed. The\npredicate will be passed a single argument, a map that includes the\n:text that will be printed and the :member object itself, as well as\nall the properies of the member object as translated by 'bean'.\n\nExamples: (show Integer) (show []) (show String 23) (show String \"case\")", - "name":"show"}, - {"source-url": + "var-type":"function", + "line":65, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[[]], + "name":"start-handling-break", + "namespace":"clojure.contrib.repl-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj#L107", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/repl_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/repl-utils-api.html#clojure.contrib.repl-utils\/start-handling-break", - "namespace":"clojure.contrib.repl-utils", - "line":107, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj", - "var-type":"function", - "arglists":[[]], "doc": "Register INT signal handler. After calling this, Ctrl-C will cause\nall break-threads to be stopped. See 'add-break-thread!'", - "name":"start-handling-break"}, - {"source-url": + "var-type":"function", + "line":107, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/repl-utils\/src\/main\/clojure\/clojure\/contrib\/repl_utils.clj"}, + {"arglists":[["filler-func", "&", "optseq"]], + "name":"fill-queue", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/95353ce63392ee9e7df44c9082320bdc42401f76\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L94", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/fill-queue", - "namespace":"clojure.contrib.seq", - "line":94, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"function", - "arglists":[["filler-func", "&", "optseq"]], "doc": "filler-func will be called in another thread with a single arg\n'fill'. filler-func may call fill repeatedly with one arg each\ntime which will be pushed onto a queue, blocking if needed until\nthis is possible. fill-queue will return a lazy seq of the values\nfiller-func has pushed onto the queue, blocking if needed until each\nnext element becomes available. filler-func's return value is ignored.", - "name":"fill-queue"}, - {"source-url": + "var-type":"function", + "line":94, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, + {"arglists":[["pred", "coll"]], + "name":"find-first", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/95353ce63392ee9e7df44c9082320bdc42401f76\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L85", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/find-first", - "namespace":"clojure.contrib.seq", - "line":85, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"function", - "arglists":[["pred", "coll"]], "doc": "Returns the first item of coll for which (pred item) returns logical true.\nConsumes sequences up to the first match, will consume the entire sequence\nand return nil if no match is found.", - "name":"find-first"}, - {"source-url": + "var-type":"function", + "line":85, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, + {"arglists":[["s"]], + "name":"indexed", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/95353ce63392ee9e7df44c9082320bdc42401f76\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L39", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/indexed", - "namespace":"clojure.contrib.seq", - "line":39, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Returns a lazy sequence of [index, item] pairs, where items come\nfrom 's' and indexes count up from zero.\n\n(indexed '(a b c d)) => ([0 a] [1 b] [2 c] [3 d])", - "name":"indexed"}, - {"source-url": + "var-type":"function", + "line":39, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, + {"arglists":[["pred", "coll"]], + "name":"positions", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/95353ce63392ee9e7df44c9082320bdc42401f76\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L129", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/positions", - "namespace":"clojure.contrib.seq", - "line":129, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"function", - "arglists":[["pred", "coll"]], "doc": "Returns a lazy sequence containing the positions at which pred\nis true for items in coll.", - "name":"positions"}, - {"source-url": + "var-type":"function", + "line":129, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, + {"arglists":[["binding-name", "&", "exprs"]], + "name":"rec-cat", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/95353ce63392ee9e7df44c9082320bdc42401f76\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L56", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/rec-cat", - "namespace":"clojure.contrib.seq", - "line":56, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"macro", - "arglists":[["binding-name", "&", "exprs"]], "doc": "Similar to lazy-cat but binds the resulting sequence to the supplied \nbinding-name, allowing for recursive expressions.", - "name":"rec-cat"}, - {"source-url": + "var-type":"macro", + "line":56, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, + {"arglists":[["binding-name", "&", "body"]], + "name":"rec-seq", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/95353ce63392ee9e7df44c9082320bdc42401f76\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/rec-seq", - "namespace":"clojure.contrib.seq", - "line":49, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"macro", - "arglists":[["binding-name", "&", "body"]], "doc": "Similar to lazy-seq but binds the resulting seq to the supplied \nbinding-name, allowing for recursive expressions.", - "name":"rec-seq"}, - {"source-url": + "var-type":"macro", + "line":49, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, + {"arglists":[["x"]], + "name":"rotations", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/95353ce63392ee9e7df44c9082320bdc42401f76\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L63", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/rotations", - "namespace":"clojure.contrib.seq", + "doc":"Returns a lazy seq of all rotations of a seq", + "var-type":"function", "line":63, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Returns a lazy seq of all rotations of a seq", - "name":"rotations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, + {"arglists":[["f", "s"]], + "name":"separate", + "namespace":"clojure.contrib.seq", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/95353ce63392ee9e7df44c9082320bdc42401f76\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/seq.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/seq-api.html#clojure.contrib.seq\/separate", - "namespace":"clojure.contrib.seq", - "line":33, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj", - "var-type":"function", - "arglists":[["f", "s"]], "doc": "Returns a vector:\n[ (filter f s), (filter (complement f) s) ]", - "name":"separate"}, - {"source-url": + "var-type":"function", + "line":33, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/seq\/src\/main\/clojure\/clojure\/contrib\/seq.clj"}, + {"arglists": + [["port", "backlog", "bind-addr"], ["port", "backlog"], ["port"]], + "name":"create-repl-server", + "namespace":"clojure.contrib.server-socket", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/server-socket\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj#L87", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/server_socket.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/server-socket-api.html#clojure.contrib.server-socket\/create-repl-server", - "namespace":"clojure.contrib.server-socket", + "doc":"create a repl on a socket", + "var-type":"function", "line":87, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/server-socket\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj", - "var-type":"function", - "arglists": - [["port", "backlog", "bind-addr"], ["port", "backlog"], ["port"]], - "doc":"create a repl on a socket", - "name":"create-repl-server"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/server-socket\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj"}, + {"arglists": + [["port", "fun", "backlog", "bind-addr"], + ["port", "fun", "backlog"], ["port", "fun"]], + "name":"create-server", + "namespace":"clojure.contrib.server-socket", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/server-socket\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj#L53", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/server_socket.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/server-socket-api.html#clojure.contrib.server-socket\/create-server", - "namespace":"clojure.contrib.server-socket", - "line":53, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/server-socket\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj", - "var-type":"function", - "arglists": - [["port", "fun", "backlog", "bind-addr"], - ["port", "fun", "backlog"], ["port", "fun"]], "doc": "Creates a server socket on port. Upon accept, a new thread is\ncreated which calls:\n\n(fun input-stream output-stream)\n\nOptional arguments support specifying a listen backlog and binding\nto a specific endpoint.", - "name":"create-server"}, - {"source-url": + "var-type":"function", + "line":53, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/server-socket\/src\/main\/clojure\/clojure\/contrib\/server_socket.clj"}, + {"arglists":[["set1", "set2"]], + "name":"proper-subset?", + "namespace":"clojure.contrib.set", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/set\/src\/main\/clojure\/clojure\/contrib\/set.clj#L24", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/set.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/set-api.html#clojure.contrib.set\/proper-subset?", - "namespace":"clojure.contrib.set", + "doc":"Is s1 a proper subset of s2?", + "var-type":"function", "line":24, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/set\/src\/main\/clojure\/clojure\/contrib\/set.clj", - "var-type":"function", - "arglists":[["set1", "set2"]], - "doc":"Is s1 a proper subset of s2?", - "name":"proper-subset?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/set\/src\/main\/clojure\/clojure\/contrib\/set.clj"}, + {"arglists":[["set1", "set2"]], + "name":"proper-superset?", + "namespace":"clojure.contrib.set", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/set\/src\/main\/clojure\/clojure\/contrib\/set.clj#L31", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/set.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/set-api.html#clojure.contrib.set\/proper-superset?", - "namespace":"clojure.contrib.set", + "doc":"Is s1 a proper superset of s2?", + "var-type":"function", "line":31, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/set\/src\/main\/clojure\/clojure\/contrib\/set.clj", - "var-type":"function", - "arglists":[["set1", "set2"]], - "doc":"Is s1 a proper superset of s2?", - "name":"proper-superset?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/set\/src\/main\/clojure\/clojure\/contrib\/set.clj"}, + {"arglists":[["f"]], + "name":"global-singleton", + "namespace":"clojure.contrib.singleton", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/singleton\/src\/main\/clojure\/clojure\/contrib\/singleton.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/singleton.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/singleton-api.html#clojure.contrib.singleton\/global-singleton", - "namespace":"clojure.contrib.singleton", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/singleton\/src\/main\/clojure\/clojure\/contrib\/singleton.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "Returns a global singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f just once, the first time it is needed, and\ncache the value for all subsequent calls.\n\nWarning: global singletons are often unsafe in multi-threaded code.\nConsider per-thread-singleton instead.", - "name":"global-singleton"}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/singleton\/src\/main\/clojure\/clojure\/contrib\/singleton.clj"}, + {"arglists":[["f"]], + "name":"per-thread-singleton", + "namespace":"clojure.contrib.singleton", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/singleton\/src\/main\/clojure\/clojure\/contrib\/singleton.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/singleton.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/singleton-api.html#clojure.contrib.singleton\/per-thread-singleton", - "namespace":"clojure.contrib.singleton", - "line":41, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/singleton\/src\/main\/clojure\/clojure\/contrib\/singleton.clj", - "var-type":"function", - "arglists":[["f"]], "doc": "Returns a per-thread singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f only once for each thread, and cache its value\nfor subsequent calls from the same thread. This allows you to\nsafely and lazily initialize shared objects on a per-thread basis.\n\nWarning: due to a bug in JDK 5, it may not be safe to use a\nper-thread-singleton in the initialization function for another\nper-thread-singleton. See\nhttp:\/\/bugs.sun.com\/bugdatabase\/view_bug.do?bug_id=5025230", - "name":"per-thread-singleton"}, - {"source-url": + "var-type":"function", + "line":41, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/singleton\/src\/main\/clojure\/clojure\/contrib\/singleton.clj"}, + {"arglists":[[]], + "name":"connection", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/connection", - "namespace":"clojure.contrib.sql", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current database connection (or throws if there is none)", - "name":"connection"}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["name", "&", "specs"]], + "name":"create-table", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L107", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/create-table", - "namespace":"clojure.contrib.sql", - "line":107, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["name", "&", "specs"]], "doc": "Creates a table on the open database connection given a table name and\nspecs. Each spec is either a column spec: a vector containing a column\nname and optionally a type and other constraints, or a table-level\nconstraint: a vector containing words that express the constraint. All\nwords used to describe the table may be supplied as strings or keywords.", - "name":"create-table"}, - {"source-url": + "var-type":"function", + "line":107, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "where-params"]], + "name":"delete-rows", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L161", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/delete-rows", - "namespace":"clojure.contrib.sql", - "line":161, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "where-params"]], "doc": "Deletes rows from a table. where-params is a vector containing a string\nproviding the (optionally parameterized) selection criteria followed by\nvalues for any parameters.", - "name":"delete-rows"}, - {"source-url": + "var-type":"function", + "line":161, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["&", "commands"]], + "name":"do-commands", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L79", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/do-commands", - "namespace":"clojure.contrib.sql", + "doc":"Executes SQL commands on the open database connection.", + "var-type":"function", "line":79, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["&", "commands"]], - "doc":"Executes SQL commands on the open database connection.", - "name":"do-commands"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["sql", "&", "param-groups"]], + "name":"do-prepared", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/do-prepared", - "namespace":"clojure.contrib.sql", - "line":88, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["sql", "&", "param-groups"]], "doc": "Executes an (optionally parameterized) SQL prepared statement on the\nopen database connection. Each param-group is a seq of values for all of\nthe parameters.", - "name":"do-prepared"}, - {"source-url": + "var-type":"function", + "line":88, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["name"]], + "name":"drop-table", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L123", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/drop-table", - "namespace":"clojure.contrib.sql", - "line":123, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["name"]], "doc": "Drops a table on the open database connection given its name, a string\nor keyword", - "name":"drop-table"}, - {"source-url": + "var-type":"function", + "line":123, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[[]], + "name":"find-connection", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L27", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/find-connection", - "namespace":"clojure.contrib.sql", - "line":27, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current database connection (or nil if there is none)", - "name":"find-connection"}, - {"source-url": + "var-type":"function", + "line":27, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "&", "records"]], + "name":"insert-records", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L154", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/insert-records", - "namespace":"clojure.contrib.sql", - "line":154, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "&", "records"]], "doc": "Inserts records into a table. records are maps from strings or\nkeywords (identifying columns) to values.", - "name":"insert-records"}, - {"source-url": + "var-type":"function", + "line":154, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "&", "rows"]], + "name":"insert-rows", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L148", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/insert-rows", - "namespace":"clojure.contrib.sql", - "line":148, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "&", "rows"]], "doc": "Inserts complete rows into a table. Each row is a vector of values for\neach of the table's columns in order.", - "name":"insert-rows"}, - {"source-url": + "var-type":"function", + "line":148, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "column-names", "&", "value-groups"]], + "name":"insert-values", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L130", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/insert-values", - "namespace":"clojure.contrib.sql", - "line":130, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "column-names", "&", "value-groups"]], "doc": "Inserts rows into a table with values for specified columns only.\ncolumn-names is a vector of strings or keywords identifying columns. Each\nvalue-group is a vector containing a values for each column in\norder. When inserting complete rows (all columns), consider using\ninsert-rows instead.", - "name":"insert-values"}, - {"source-url": + "var-type":"function", + "line":130, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[[]], + "name":"is-rollback-only", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L73", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/is-rollback-only", - "namespace":"clojure.contrib.sql", - "line":73, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns true if the outermost transaction will rollback rather than\ncommit when complete", - "name":"is-rollback-only"}, - {"source-url": + "var-type":"function", + "line":73, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[[]], + "name":"set-rollback-only", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L67", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/set-rollback-only", - "namespace":"clojure.contrib.sql", - "line":67, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[[]], "doc": "Marks the outermost transaction such that it will rollback rather than\ncommit when complete", - "name":"set-rollback-only"}, - {"source-url": + "var-type":"function", + "line":67, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["&", "body"]], + "name":"transaction", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L56", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/transaction", - "namespace":"clojure.contrib.sql", - "line":56, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Evaluates body as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If set-rollback-only is called within scope of the outermost\ntransaction, the entire transaction will be rolled back rather than\ncommitted when complete.", - "name":"transaction"}, - {"source-url": + "var-type":"macro", + "line":56, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "where-params", "record"]], + "name":"update-or-insert-values", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L186", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/update-or-insert-values", - "namespace":"clojure.contrib.sql", - "line":186, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "where-params", "record"]], "doc": "Updates values on selected rows in a table, or inserts a new row when no\nexisting row matches the selection criteria. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", - "name":"update-or-insert-values"}, - {"source-url": + "var-type":"function", + "line":186, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["table", "where-params", "record"]], + "name":"update-values", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L172", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/update-values", - "namespace":"clojure.contrib.sql", - "line":172, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"function", - "arglists":[["table", "where-params", "record"]], "doc": "Updates values on selected rows in a table. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", - "name":"update-values"}, - {"source-url": + "var-type":"function", + "line":172, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["db-spec", "&", "body"]], + "name":"with-connection", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L30", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/with-connection", - "namespace":"clojure.contrib.sql", - "line":30, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"macro", - "arglists":[["db-spec", "&", "body"]], "doc": "Evaluates body in the context of a new connection to a database then\ncloses the connection. db-spec is a map containing values for one of the\nfollowing parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", - "name":"with-connection"}, - {"source-url": + "var-type":"macro", + "line":30, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["results", "sql-params", "&", "body"]], + "name":"with-query-results", + "namespace":"clojure.contrib.sql", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/8bb336e9160e58cf411ce249cb6acd9a34106287\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj#L199", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql\/with-query-results", - "namespace":"clojure.contrib.sql", - "line":199, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj", - "var-type":"macro", - "arglists":[["results", "sql-params", "&", "body"]], "doc": "Executes a query, then evaluates body with results bound to a seq of the\nresults. sql-params is a vector containing a string providing\nthe (optionally parameterized) SQL query followed by values for any\nparameters.", - "name":"with-query-results"}, - {"source-url": + "var-type":"macro", + "line":199, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql.clj"}, + {"arglists":[["name", "args", "streams", "&", "body"]], + "name":"defst", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L183", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/defst", - "namespace":"clojure.contrib.stream-utils", - "line":183, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"macro", - "arglists":[["name", "args", "streams", "&", "body"]], "doc": "Define the stream transformer name by body.\nThe non-stream arguments args and the stream arguments streams\nare given separately, with args being possibly empty.", - "name":"defst"}, - {"source-url": + "var-type":"macro", + "line":183, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["type-tag", "args", "&", "body"]], + "name":"defstream", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L73", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/defstream", - "namespace":"clojure.contrib.stream-utils", - "line":73, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"macro", - "arglists":[["type-tag", "args", "&", "body"]], "doc": "Define object of the given type as a stream whose implementation\nof stream-next is defined by args and body. This macro adds\na type-specific method for stream-next and derives type\nfrom stream-type.", - "name":"defstream"}, - {"source-url": + "var-type":"macro", + "line":73, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["n"]], + "name":"pick", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L149", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/pick", - "namespace":"clojure.contrib.stream-utils", - "line":149, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["n"]], "doc": "Return the next value of stream argument n inside a stream\ntransformer. When used inside of defst, the name of the stream\nargument can be used instead of its index n.", - "name":"pick"}, - {"source-url": + "var-type":"function", + "line":149, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["streams"]], + "name":"pick-all", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L160", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/pick-all", - "namespace":"clojure.contrib.stream-utils", - "line":160, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["streams"]], "doc": "Return a vector containing the next value of each stream argument\ninside a stream transformer.", - "name":"pick-all"}, - {"source-url": + "var-type":"function", + "line":160, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["n", "stream"]], + "name":"stream-drop", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L201", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-drop", - "namespace":"clojure.contrib.stream-utils", - "line":201, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["n", "stream"]], "doc": "Return a stream containing all but the first n elements of stream.", - "name":"stream-drop"}, - {"source-url": + "var-type":"function", + "line":201, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"arglists":[["s"]], + "name":"stream-flatten", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L271", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-flatten", - "namespace":"clojure.contrib.stream-utils", - "line":271, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Converts a stream of sequences into a stream of the elements of the\nsequences. Flattening is not recursive, only one level of nesting\nwill be removed.", - "name":"stream-flatten"}, - {"source-url": + "var-type":"function", + "line":271, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/stream_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L135", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-m", @@ -5674,20 +6486,24 @@ "doc": "Monad describing stream computations. The monadic values can be\nof any type handled by stream-next.", "name":"stream-m"}, - {"source-url": + {"arglists":[["s"]], + "name":"stream-seq", + "namespace":"clojure.contrib.stream-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L113", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/stream_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-seq", - "namespace":"clojure.contrib.stream-utils", - "line":113, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Return a lazy seq on the stream. Also accessible via\nclojure.contrib.seq\/seq-on and\nclojure.contrib.generic.collection\/seq for streams.", - "name":"stream-seq"}, - {"source-url": + "var-type":"function", + "line":113, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/stream_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/stream-utils\/src\/main\/clojure\/clojure\/contrib\/stream_utils.clj#L69", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/stream-utils-api.html#clojure.contrib.stream-utils\/stream-type", @@ -5699,20 +6515,24 @@ "doc": "The root type for the stream hierarchy. For each stream type,\nadd a derivation from this type.", "name":"stream-type"}, - {"source-url": + {"arglists":[["string"]], + "name":"<<", + "namespace":"clojure.contrib.strint", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/strint\/src\/main\/clojure\/clojure\/contrib\/strint.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/strint.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/strint-api.html#clojure.contrib.strint\/<<", - "namespace":"clojure.contrib.strint", - "line":49, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/strint\/src\/main\/clojure\/clojure\/contrib\/strint.clj", - "var-type":"macro", - "arglists":[["string"]], "doc": "Takes a single string argument and emits a str invocation that concatenates\nthe string data and evaluated expressions contained within that argument.\nEvaluation is controlled using ~{} and ~() forms. The former is used for\nsimple value replacement using clojure.core\/str; the latter can be used to\nembed the results of arbitrary function invocation into the produced string.\n\nExamples:\nuser=> (def v 30.5)\n#'user\/v\nuser=> (<< \"This trial required ~{v}ml of solution.\")\n\"This trial required 30.5ml of solution.\"\nuser=> (<< \"There are ~(int v) days in November.\")\n\"There are 30 days in November.\"\nuser=> (def m {:a [1 2 3]})\n#'user\/m\nuser=> (<< \"The total for your order is $~(->> m :a (apply +)).\")\n\"The total for your order is $6.\"\n\nNote that quotes surrounding string literals within ~() forms must be\nescaped.", - "name":"<<"}, - {"source-url": + "var-type":"macro", + "line":49, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/strint\/src\/main\/clojure\/clojure\/contrib\/strint.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/swing_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L70", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/action-translation-table", @@ -5723,98 +6543,114 @@ "var-type":"var", "doc":"Translation table for the make-action constructor.", "name":"action-translation-table"}, - {"source-url": + {"arglists":[["component", "f", "&", "args"]], + "name":"add-action-listener", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/add-action-listener", - "namespace":"clojure.contrib.swing-utils", - "line":23, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["component", "f", "&", "args"]], "doc": "Adds an ActionLister to component. When the action fires, f will be\ninvoked with the event as its first argument followed by args.\nReturns the listener.", - "name":"add-action-listener"}, - {"source-url": + "var-type":"function", + "line":23, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["component", "f", "&", "args"]], + "name":"add-key-typed-listener", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/add-key-typed-listener", - "namespace":"clojure.contrib.swing-utils", - "line":33, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["component", "f", "&", "args"]], "doc": "Adds a KeyListener to component that only responds to KeyTyped events.\nWhen a key is typed, f is invoked with the KeyEvent as its first argument\nfollowed by args. Returns the listener.", - "name":"add-key-typed-listener"}, - {"source-url": + "var-type":"function", + "line":33, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["&", "body"]], + "name":"do-swing", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L58", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/do-swing", - "namespace":"clojure.contrib.swing-utils", - "line":58, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Executes body in the Swing event thread asynchronously. Returns\nimmediately after scheduling the execution.", - "name":"do-swing"}, - {"source-url": + "var-type":"macro", + "line":58, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["schedule", "thunk"]], + "name":"do-swing*", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/do-swing*", - "namespace":"clojure.contrib.swing-utils", - "line":46, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["schedule", "thunk"]], "doc": "Runs thunk in the Swing event thread according to schedule:\n- :later => schedule the execution and return immediately\n- :now => wait until the execution completes.", - "name":"do-swing*"}, - {"source-url": + "var-type":"function", + "line":46, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["&", "body"]], + "name":"do-swing-and-wait", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/do-swing-and-wait", - "namespace":"clojure.contrib.swing-utils", - "line":64, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Executes body in the Swing event thread synchronously. Returns\nafter the execution is complete.", - "name":"do-swing-and-wait"}, - {"source-url": + "var-type":"macro", + "line":64, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["spec"]], + "name":"make-action", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/make-action", - "namespace":"clojure.contrib.swing-utils", - "line":80, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["spec"]], "doc": "Create an Action proxy from the given action spec. The standard keys\nrecognised are: :name, :accelerator, :command-key, :long-desc,\n:short-desc, :mnemonic and :icon - corresponding to the similar named\nAction properties. The :handler value is used in the actionPerformed\nmethod of the proxy to pass on the event.", - "name":"make-action"}, - {"source-url": + "var-type":"function", + "line":80, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"arglists":[["menubar-items"]], + "name":"make-menubar", + "namespace":"clojure.contrib.swing-utils", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L142", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/swing_utils.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/make-menubar", - "namespace":"clojure.contrib.swing-utils", - "line":142, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj", - "var-type":"function", - "arglists":[["menubar-items"]], "doc": "Create a menubar containing the given sequence of menu items. The menu\nitems are described by a map as is detailed in the docstring of the\nadd-menu-item function.", - "name":"make-menubar"}, - {"source-url": + "var-type":"function", + "line":142, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj"}, + {"raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/swing_utils.clj", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/swing-utils\/src\/main\/clojure\/clojure\/contrib\/swing_utils.clj#L97", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/swing-utils-api.html#clojure.contrib.swing-utils\/menu-constructor-dispatch", @@ -5826,1201 +6662,1393 @@ "doc": "An atom containing the dispatch set for the add-menu-item method.", "name":"menu-constructor-dispatch"}, - {"source-url": + {"name":"*trace-depth*", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L40", + "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/*trace-depth*", - "namespace":"clojure.contrib.trace", - "dynamic":true, + "doc":"Current stack depth of traced function calls.", + "var-type":"var", "line":40, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"var", - "doc":"Current stack depth of traced function calls.", - "name":"*trace-depth*"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[["name", "&", "definition"]], + "name":"deftrace", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L75", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/deftrace", - "namespace":"clojure.contrib.trace", - "line":75, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"macro", - "arglists":[["name", "&", "definition"]], "doc": "Use in place of defn; traces each call\/return of this fn, including\narguments. Nested calls to deftrace'd functions will print a\ntree-like structure.", - "name":"deftrace"}, - {"source-url": + "var-type":"macro", + "line":75, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[["fnames", "&", "exprs"]], + "name":"dotrace", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L86", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/dotrace", - "namespace":"clojure.contrib.trace", - "line":86, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"macro", - "arglists":[["fnames", "&", "exprs"]], "doc": "Given a sequence of function identifiers, evaluate the body\nexpressions in an environment in which the identifiers are bound to\nthe traced functions. Does not work on inlined functions,\nsuch as clojure.core\/+", - "name":"dotrace"}, - {"source-url": + "var-type":"macro", + "line":86, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[["value"], ["name", "value"]], + "name":"trace", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L50", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/trace", - "namespace":"clojure.contrib.trace", - "line":50, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"function", - "arglists":[["value"], ["name", "value"]], "doc": "Sends name (optional) and value to the tracer function, then\nreturns value. May be wrapped around any expression without\naffecting the result.", - "name":"trace"}, - {"source-url": + "var-type":"function", + "line":50, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[["name", "f", "args"]], + "name":"trace-fn-call", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/trace-fn-call", - "namespace":"clojure.contrib.trace", - "line":64, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"function", - "arglists":[["name", "f", "args"]], "doc": "Traces a single call to a function f with args. 'name' is the\nsymbol name of the function.", - "name":"trace-fn-call"}, - {"source-url": + "var-type":"function", + "line":64, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[[]], + "name":"trace-indent", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L59", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/trace-indent", - "namespace":"clojure.contrib.trace", + "doc":"Returns an indentation string based on *trace-depth*", + "var-type":"function", "line":59, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"function", - "arglists":[[]], - "doc":"Returns an indentation string based on *trace-depth*", - "name":"trace-indent"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[["name", "value"]], + "name":"tracer", + "namespace":"clojure.contrib.trace", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj#L44", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/trace.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/trace-api.html#clojure.contrib.trace\/tracer", - "namespace":"clojure.contrib.trace", - "line":44, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj", - "var-type":"function", - "arglists":[["name", "value"]], "doc": "This function is called by trace. Prints to standard output, but\nmay be rebound to do anything you like. 'name' is optional.", - "name":"tracer"}, - {"source-url": + "var-type":"function", + "line":44, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/trace\/src\/main\/clojure\/clojure\/contrib\/trace.clj"}, + {"arglists":[["type-tag", "&", "constructors"]], + "name":"defadt", + "namespace":"clojure.contrib.types", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj#L128", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/types.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/defadt", - "namespace":"clojure.contrib.types", - "line":128, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj", - "var-type":"macro", - "arglists":[["type-tag", "&", "constructors"]], "doc": "Define an algebraic data type name by an exhaustive list of constructors.\nEach constructor can be a symbol (argument-free constructor) or a\nlist consisting of a tag symbol followed by the argument symbols.\nThe data type tag must be a keyword.", - "name":"defadt"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj#L54", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/deftype", - "namespace":"clojure.contrib.types", - "line":54, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj", "var-type":"macro", - "arglists": + "line":128, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj"}, + {"arglists": [["type-tag", "constructor-name", "docstring?", "attr-map?"], ["type-tag", "constructor-name", "docstring?", "attr-map?", "constructor"], ["type-tag", "constructor-name", "docstring?", "attr-map?", "constructor", "deconstructor"]], + "name":"deftype", + "namespace":"clojure.contrib.types", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/types.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/deftype", "doc": "Define a data type by a type tag (a namespace-qualified keyword)\nand a symbol naming the constructor function. Optionally, a\nconstructor and a deconstructor function can be given as well,\nthe defaults being clojure.core\/identity and clojure.core\/list.\nThe full constructor associated with constructor-name calls the\nconstructor function and attaches the type tag to its result\nas metadata. The deconstructor function must return the arguments\nto be passed to the constructor in order to create an equivalent\nobject. It is used for printing and matching.", - "name":"deftype"}, - {"source-url": + "var-type":"macro", + "line":54, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj"}, + {"arglists":[["type-tag", "constructor-name", "&", "optional"]], + "name":"deftype-", + "namespace":"clojure.contrib.types", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj#L88", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/types.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/deftype-", - "namespace":"clojure.contrib.types", + "doc":"Same as deftype but the constructor is private.", + "var-type":"macro", "line":88, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj", - "var-type":"macro", - "arglists":[["type-tag", "constructor-name", "&", "optional"]], - "doc":"Same as deftype but the constructor is private.", - "name":"deftype-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj"}, + {"arglists":[["value", "&", "clauses"]], + "name":"match", + "namespace":"clojure.contrib.types", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj#L241", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/types.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/types-api.html#clojure.contrib.types\/match", - "namespace":"clojure.contrib.types", - "line":241, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj", - "var-type":"macro", - "arglists":[["value", "&", "clauses"]], "doc": "Given a value and a list of template-expr clauses, evaluate the first\nexpr whose template matches the value. There are four kinds of templates:\n1) Lists of the form (tag x1 x2 ...) match instances of types\n whose constructor has the same form as the list.\n2) Quoted lists of the form '(x1 x2 ...) match lists of the same\n length.\n3) Vectors of the form [x1 x2 ...] match vectors of the same length.\n4) Maps of the form {:key1 x1 :key2 x2 ...} match maps that have\n the same keys as the template, but which can have additional keys\n that are not part of the template.\nThe values x1, x2, ... can be symbols or non-symbol values. Non-symbols\nmust be equal to the corresponding values in the object to be matched.\nSymbols will be bound to the corresponding value in the object in the\nevaluation of expr. If the same symbol occurs more than once in a,\ntemplate the corresponding elements of the object must be equal\nfor the template to match.", - "name":"match"}, - {"source-url": + "var-type":"macro", + "line":241, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/types\/src\/main\/clojure\/clojure\/contrib\/types.clj"}, + {"arglists":[["ns", "&", "body"]], + "name":"with-ns", + "namespace":"clojure.contrib.with-ns", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/with-ns\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj#L20", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/with_ns.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/with-ns-api.html#clojure.contrib.with-ns\/with-ns", - "namespace":"clojure.contrib.with-ns", - "line":20, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/with-ns\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj", - "var-type":"macro", - "arglists":[["ns", "&", "body"]], "doc": "Evaluates body in another namespace. ns is either a namespace\nobject or a symbol. This makes it possible to define functions in\nnamespaces other than the current one.", - "name":"with-ns"}, - {"source-url": + "var-type":"macro", + "line":20, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/with-ns\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj"}, + {"arglists":[["&", "body"]], + "name":"with-temp-ns", + "namespace":"clojure.contrib.with-ns", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/with-ns\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/with_ns.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/with-ns-api.html#clojure.contrib.with-ns\/with-temp-ns", - "namespace":"clojure.contrib.with-ns", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/with-ns\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "Evaluates body in an anonymous namespace, which is then immediately\nremoved. The temporary namespace will 'refer' clojure.core.", - "name":"with-temp-ns"}, - {"source-url": + "var-type":"macro", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/with-ns\/src\/main\/clojure\/clojure\/contrib\/with_ns.clj"}, + {"arglists":[["loc"]], + "name":"ancestors", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/zip_filter.clj#L65", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/ancestors", - "namespace":"clojure.contrib.zip-filter", - "line":65, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of all ancestors of location loc, starting\nwith loc and proceeding to loc's parent node and on through to the\nroot of the tree.", - "name":"ancestors"}, - {"source-url": + "var-type":"function", + "line":65, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"children", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/zip_filter.clj#L45", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/children", - "namespace":"clojure.contrib.zip-filter", - "line":45, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right.", - "name":"children"}, - {"source-url": + "var-type":"function", + "line":45, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"children-auto", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/zip_filter.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/children-auto", - "namespace":"clojure.contrib.zip-filter", - "line":52, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right, marked so that a following tag= predicate will auto-descend.", - "name":"children-auto"}, - {"source-url": + "var-type":"function", + "line":52, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"descendants", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/zip_filter.clj#L60", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/descendants", - "namespace":"clojure.contrib.zip-filter", - "line":60, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of all descendants of location loc, in\ndepth-first order, left-to-right, starting with loc.", - "name":"descendants"}, - {"source-url": + "var-type":"function", + "line":60, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"left-locs", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/zip_filter.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/left-locs", - "namespace":"clojure.contrib.zip-filter", - "line":33, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of locations to the left of loc, starting with loc.", - "name":"left-locs"}, - {"source-url": + "var-type":"function", + "line":33, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"leftmost?", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/zip_filter.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/leftmost?", - "namespace":"clojure.contrib.zip-filter", - "line":37, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns true if there are no more nodes to the left of location loc.", - "name":"leftmost?"}, - {"source-url": + "var-type":"function", + "line":37, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"right-locs", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/zip_filter.clj#L29", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/right-locs", - "namespace":"clojure.contrib.zip-filter", - "line":29, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns a lazy sequence of locations to the right of loc, starting with loc.", - "name":"right-locs"}, - {"source-url": + "var-type":"function", + "line":29, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["loc"]], + "name":"rightmost?", + "namespace":"clojure.contrib.zip-filter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/zip_filter.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter\/rightmost?", - "namespace":"clojure.contrib.zip-filter", - "line":41, - "file":"clojure\/contrib\/zip_filter.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns true if there are no more nodes to the right of location loc.", - "name":"rightmost?"}, - {"source-url": + "var-type":"function", + "line":41, + "file":"clojure\/contrib\/zip_filter.clj"}, + {"arglists":[["condition"]], + "name":"-init", + "namespace":"clojure.contrib.condition.Condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj#L25", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/condition\/Condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition.Condition\/-init", - "namespace":"clojure.contrib.condition.Condition", - "line":25, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj", - "var-type":"function", - "arglists":[["condition"]], "doc": "Constructs a Condition object with condition (a map) as its\nmetadata. Also initializes the superclass with the values at :message\nand :cause, if any, so they are also available via .getMessage and\n.getCause.", - "name":"-init"}, - {"source-url": + "var-type":"function", + "line":25, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj"}, + {"arglists":[["this"]], + "name":"-meta", + "namespace":"clojure.contrib.condition.Condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj#L40", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/condition\/Condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition.Condition\/-meta", - "namespace":"clojure.contrib.condition.Condition", + "doc":"Returns this object's metadata, the condition", + "var-type":"function", "line":40, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj", - "var-type":"function", - "arglists":[["this"]], - "doc":"Returns this object's metadata, the condition", - "name":"-meta"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj"}, + {"arglists":[["this", "condition"]], + "name":"-post-init", + "namespace":"clojure.contrib.condition.Condition", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/condition\/Condition.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/condition-api.html#clojure.contrib.condition.Condition\/-post-init", - "namespace":"clojure.contrib.condition.Condition", - "line":33, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj", - "var-type":"function", - "arglists":[["this", "condition"]], "doc": "Adds :stack-trace to the condition. Drops the bottom 3 frames because\nthey are always the same: implementation details of Condition and raise.", - "name":"-post-init"}, - {"source-url": + "var-type":"function", + "line":33, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/condition\/src\/main\/clojure\/clojure\/contrib\/condition\/Condition.clj"}, + {"arglists":[["db", "name", "key"]], + "name":"add-index", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L86", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/add-index", - "namespace":"clojure.contrib.datalog.database", + "doc":"Adds an index to an empty relation named name", + "var-type":"function", "line":86, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "name", "key"]], - "doc":"Adds an index to an empty relation named name", - "name":"add-index"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "name", "keys"]], + "name":"add-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L81", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/add-relation", - "namespace":"clojure.contrib.datalog.database", + "doc":"Adds a relation to the database", + "var-type":"function", "line":81, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "name", "keys"]], - "doc":"Adds a relation to the database", - "name":"add-relation"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rel-name", "tuple"], ["rel", "tuple"]], + "name":"add-tuple", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L172", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/add-tuple", - "namespace":"clojure.contrib.datalog.database", - "line":172, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rel-name", "tuple"], ["rel", "tuple"]], "doc": "Two forms:\n\n[db relation-name tuple] adds tuple to the named relation. Returns\nthe new database.\n\n[rel tuple] adds to the relation object. Returns the new relation.", - "name":"add-tuple"}, - {"source-url": + "var-type":"function", + "line":172, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "&", "tupls"]], + "name":"add-tuples", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L207", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/add-tuples", - "namespace":"clojure.contrib.datalog.database", - "line":207, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "&", "tupls"]], "doc": "Adds a collection of tuples to the db, as\n(add-tuples db\n [:rel-name :key-1 1 :key-2 2]\n [:rel-name :key-1 2 :key-2 3])", - "name":"add-tuples"}, - {"source-url": + "var-type":"function", + "line":207, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rn", "pt"]], + "name":"any-match?", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L253", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/any-match?", - "namespace":"clojure.contrib.datalog.database", - "line":253, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rn", "pt"]], "doc": "Finds if there are any matching records for the partial tuple", - "name":"any-match?"}, - {"source-url": + "var-type":"function", + "line":253, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db"]], + "name":"database-counts", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L144", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/database-counts", - "namespace":"clojure.contrib.datalog.database", + "doc":"Returns a map with the count of elements in each relation.", + "var-type":"function", "line":144, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db"]], - "doc":"Returns a map with the count of elements in each relation.", - "name":"database-counts"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["dbs"]], + "name":"database-merge", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L277", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/database-merge", - "namespace":"clojure.contrib.datalog.database", + "doc":"Merges databases together", + "var-type":"function", "line":277, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["dbs"]], - "doc":"Merges databases together", - "name":"database-merge"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["dbs"]], + "name":"database-merge-parallel", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L282", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/database-merge-parallel", - "namespace":"clojure.contrib.datalog.database", + "doc":"Merges databases together in parallel", + "var-type":"function", "line":282, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["dbs"]], - "doc":"Merges databases together in parallel", - "name":"database-merge-parallel"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["schema", "data", "indexes"]], + "name":"datalog-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L76", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/datalog-relation", - "namespace":"clojure.contrib.datalog.database", + "doc":"Creates a relation", + "var-type":"function", "line":76, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["schema", "data", "indexes"]], - "doc":"Creates a relation", - "name":"datalog-relation"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "name", "keys", "indexes"]], + "name":"ensure-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L96", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/ensure-relation", - "namespace":"clojure.contrib.datalog.database", + "doc":"If the database lacks the named relation, add it", + "var-type":"function", "line":96, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "name", "keys", "indexes"]], - "doc":"If the database lacks the named relation, add it", - "name":"ensure-relation"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rel-name"]], + "name":"get-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L130", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/get-relation", - "namespace":"clojure.contrib.datalog.database", + "doc":"Get a relation object by name", + "var-type":"function", "line":130, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rel-name"]], - "doc":"Get a relation object by name", - "name":"get-relation"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["&", "commands"]], + "name":"make-database", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L109", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/make-database", - "namespace":"clojure.contrib.datalog.database", - "line":109, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"macro", - "arglists":[["&", "commands"]], "doc": "Makes a database, like this\n(make-database\n (relation :fred [:mary :sue])\n (index :fred :mary)\n (relation :sally [:jen :becky])\n (index :sally :jen)\n (index :sally :becky))", - "name":"make-database"}, - {"source-url": + "var-type":"macro", + "line":109, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["r1", "r2"]], + "name":"merge-relations", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L267", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/merge-relations", - "namespace":"clojure.contrib.datalog.database", + "doc":"Merges two relations", + "var-type":"function", "line":267, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["r1", "r2"]], - "doc":"Merges two relations", - "name":"merge-relations"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rel-name", "tuple"], ["rel", "tuple"]], + "name":"remove-tuple", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L190", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/remove-tuple", - "namespace":"clojure.contrib.datalog.database", - "line":190, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rel-name", "tuple"], ["rel", "tuple"]], "doc": "Two forms:\n\n[db relation-name tuple] removes the tuple from the named relation,\nreturns a new database.\n\n[rel tuple] removes the tuple from the relation. Returns the new\nrelation.", - "name":"remove-tuple"}, - {"source-url": + "var-type":"function", + "line":190, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rel-name", "rel"]], + "name":"replace-relation", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L135", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/replace-relation", - "namespace":"clojure.contrib.datalog.database", - "line":135, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rel-name", "rel"]], "doc": "Add or replace a fully constructed relation object to the database.", - "name":"replace-relation"}, - {"source-url": + "var-type":"function", + "line":135, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["db", "rn", "pt"]], + "name":"select", + "namespace":"clojure.contrib.datalog.database", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj#L248", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/database.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.database\/select", - "namespace":"clojure.contrib.datalog.database", - "line":248, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj", - "var-type":"function", - "arglists":[["db", "rn", "pt"]], "doc": "finds all matching tuples to the partial tuple (pt) in the relation named (rn)", - "name":"select"}, - {"source-url": + "var-type":"function", + "line":248, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/database.clj"}, + {"arglists":[["f", "type"]], + "name":"build-atom", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L131", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/build-atom", - "namespace":"clojure.contrib.datalog.literals", - "line":131, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["f", "type"]], "doc": "Returns an unevaluated expression (to be used in a macro) of an\natom.", - "name":"build-atom"}, - {"source-url": + "var-type":"function", + "line":131, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["s"]], + "name":"build-seed-bindings", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L301", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/build-seed-bindings", - "namespace":"clojure.contrib.datalog.literals", - "line":301, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Given a seed literal, already adorned and in magic form, convert\nits bound constants to new variables.", - "name":"build-seed-bindings"}, - {"source-url": + "var-type":"function", + "line":301, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["l"]], + "name":"delta-literal", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L318", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/delta-literal", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Given a literal l, return a delta version", + "var-type":"function", "line":318, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Given a literal l, return a delta version", - "name":"delta-literal"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["pred"]], + "name":"get-adorned-bindings", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L269", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/get-adorned-bindings", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Get the bindings from this adorned literal.", + "var-type":"function", "line":269, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["pred"]], - "doc":"Get the bindings from this adorned literal.", - "name":"get-adorned-bindings"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["pred"]], + "name":"get-base-predicate", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L274", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/get-base-predicate", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Get the base predicate from this predicate.", + "var-type":"function", "line":274, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["pred"]], - "doc":"Get the base predicate from this predicate.", - "name":"get-base-predicate"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["lit"]], + "name":"literal-magic?", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L294", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/literal-magic?", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Is this literal magic?", + "var-type":"function", "line":294, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["lit"]], - "doc":"Is this literal magic?", - "name":"literal-magic?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["l"]], + "name":"magic-literal", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L284", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/magic-literal", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Create a magic version of this adorned predicate.", + "var-type":"function", "line":284, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Create a magic version of this adorned predicate.", - "name":"magic-literal"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["l"]], + "name":"negated-literal", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L312", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/negated-literal", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Given a literal l, return a negated version", + "var-type":"function", "line":312, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Given a literal l, return a negated version", - "name":"negated-literal"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["l"]], + "name":"negated?", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L110", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/negated?", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Is this literal a negated literal?", + "var-type":"function", "line":110, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Is this literal a negated literal?", - "name":"negated?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["l"]], + "name":"positive?", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L115", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/positive?", - "namespace":"clojure.contrib.datalog.literals", + "doc":"Is this a positive literal?", + "var-type":"function", "line":115, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["l"]], - "doc":"Is this a positive literal?", - "name":"positive?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["db", "lit", "bs"], ["db", "lit", "bs", "var?"]], + "name":"project-literal", + "namespace":"clojure.contrib.datalog.literals", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj#L391", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/literals.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.literals\/project-literal", - "namespace":"clojure.contrib.datalog.literals", - "line":391, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj", - "var-type":"function", - "arglists":[["db", "lit", "bs"], ["db", "lit", "bs", "var?"]], "doc": "Project a stream of bindings onto a literal\/relation. Returns a new\ndb.", - "name":"project-literal"}, - {"source-url": + "var-type":"function", + "line":391, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/literals.clj"}, + {"arglists":[["q"]], + "name":"adorn-query", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L26", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/adorn-query", - "namespace":"clojure.contrib.datalog.magic", + "doc":"Adorn a query", + "var-type":"function", "line":26, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q"]], - "doc":"Adorn a query", - "name":"adorn-query"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["rs", "q"]], + "name":"adorn-rules-set", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L31", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/adorn-rules-set", - "namespace":"clojure.contrib.datalog.magic", - "line":31, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["rs", "q"]], "doc": "Adorns the given rules-set for the given query. (rs) is a\nrules-set, (q) is an adorned query.", - "name":"adorn-rules-set"}, - {"source-url": + "var-type":"function", + "line":31, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["q", "bindings"]], + "name":"build-partial-tuple", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L78", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/build-partial-tuple", - "namespace":"clojure.contrib.datalog.magic", - "line":78, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q", "bindings"]], "doc": "Given a query and a set of bindings, build a partial tuple needed\nto extract the relation from the database.", - "name":"build-partial-tuple"}, - {"source-url": + "var-type":"function", + "line":78, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["rs"], ["rs", "i-preds"]], + "name":"magic-transform", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L98", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/magic-transform", - "namespace":"clojure.contrib.datalog.magic", - "line":98, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["rs"], ["rs", "i-preds"]], "doc": "Return a magic transformation of an adorned rules-set (rs). The\n(i-preds) are the predicates of the intension database. These\ndefault to the predicates within the rules-set.", - "name":"magic-transform"}, - {"source-url": + "var-type":"function", + "line":98, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["q"]], + "name":"seed-predicate-for-insertion", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L90", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/seed-predicate-for-insertion", - "namespace":"clojure.contrib.datalog.magic", - "line":90, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q"]], "doc": "Given a query, return the predicate to use for database insertion.", - "name":"seed-predicate-for-insertion"}, - {"source-url": + "var-type":"function", + "line":90, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["q"]], + "name":"seed-relation", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L63", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/seed-relation", - "namespace":"clojure.contrib.datalog.magic", - "line":63, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q"]], "doc": "Given a magic form of a query, give back the literal form of its seed\nrelation", - "name":"seed-relation"}, - {"source-url": + "var-type":"function", + "line":63, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["q"]], + "name":"seed-rule", + "namespace":"clojure.contrib.datalog.magic", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj#L71", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/magic.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.magic\/seed-rule", - "namespace":"clojure.contrib.datalog.magic", + "doc":"Given an adorned query, give back its seed rule", + "var-type":"function", "line":71, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj", - "var-type":"function", - "arglists":[["q"]], - "doc":"Given an adorned query, give back its seed rule", - "name":"seed-rule"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/magic.clj"}, + {"arglists":[["hd", "&", "body"]], + "name":"<-", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/<-", - "namespace":"clojure.contrib.datalog.rules", - "line":66, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"macro", - "arglists":[["hd", "&", "body"]], "doc": "Build a datalog rule. Like this:\n\n(<- (:head :x ?x :y ?y) (:body-1 :x ?x :y ?y) (:body-2 :z ?z) (not! :body-3 :x ?x) (if > ?y ?z))", - "name":"<-"}, - {"source-url": + "var-type":"macro", + "line":66, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["&", "q"]], + "name":"?-", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L84", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/?-", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Define a datalog query", + "var-type":"macro", "line":84, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"macro", - "arglists":[["&", "q"]], - "doc":"Define a datalog query", - "name":"?-"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs"]], + "name":"all-predicates", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L161", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/all-predicates", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Given a rules-set, return all defined predicates", + "var-type":"function", "line":161, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rs"]], - "doc":"Given a rules-set, return all defined predicates", - "name":"all-predicates"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["db", "rule"], ["db-1", "db-2", "rule"]], + "name":"apply-rule", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L182", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/apply-rule", - "namespace":"clojure.contrib.datalog.rules", - "line":182, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["db", "rule"], ["db-1", "db-2", "rule"]], "doc": "Apply the rule against db-1, adding the results to the appropriate\nrelation in db-2. The relation will be created if needed.", - "name":"apply-rule"}, - {"source-url": + "var-type":"function", + "line":182, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["bindings", "i-preds", "rule"]], + "name":"compute-sip", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L98", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/compute-sip", - "namespace":"clojure.contrib.datalog.rules", - "line":98, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["bindings", "i-preds", "rule"]], "doc": "Given a set of bound column names, return an adorned sip for this\nrule. A set of intensional predicates should be provided to\ndetermine what should be adorned.", - "name":"compute-sip"}, - {"source-url": + "var-type":"function", + "line":98, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["query"]], + "name":"display-query", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/display-query", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Return a query in a readable format.", + "var-type":"function", "line":37, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["query"]], - "doc":"Return a query in a readable format.", - "name":"display-query"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rule"]], + "name":"display-rule", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L30", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/display-rule", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Return the rule in a readable format.", + "var-type":"function", "line":30, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rule"]], - "doc":"Return the rule in a readable format.", - "name":"display-rule"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rule"]], + "name":"is-safe?", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L45", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/is-safe?", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Is the rule safe according to the datalog protocol?", + "var-type":"function", "line":45, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rule"]], - "doc":"Is the rule safe according to the datalog protocol?", - "name":"is-safe?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs"]], + "name":"make-rules-set", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L127", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/make-rules-set", - "namespace":"clojure.contrib.datalog.rules", - "line":127, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rs"]], "doc": "Given an existing set of rules, make it a 'rules-set' for\nprinting.", - "name":"make-rules-set"}, - {"source-url": + "var-type":"function", + "line":127, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs"]], + "name":"non-base-rules", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L166", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/non-base-rules", - "namespace":"clojure.contrib.datalog.rules", - "line":166, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rs"]], "doc": "Return a collection of rules that depend, somehow, on other rules", - "name":"non-base-rules"}, - {"source-url": + "var-type":"function", + "line":166, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs"]], + "name":"predicate-map", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L151", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/predicate-map", - "namespace":"clojure.contrib.datalog.rules", - "line":151, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rs"]], "doc": "Given a rules-set, return a map of rules keyed by their predicates.\nEach value will be a set of rules.", - "name":"predicate-map"}, - {"source-url": + "var-type":"function", + "line":151, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rule"]], + "name":"return-rule-data", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L79", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/return-rule-data", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Returns an untypted rule that will be fully printed", + "var-type":"function", "line":79, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["rule"]], - "doc":"Returns an untypted rule that will be fully printed", - "name":"return-rule-data"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["&", "rules"]], + "name":"rules-set", + "namespace":"clojure.contrib.datalog.rules", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/0f94c13af8becfa9eab18652572bab62fcb4c002\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj#L135", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/rules.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.rules\/rules-set", - "namespace":"clojure.contrib.datalog.rules", + "doc":"Given a collection of rules return a rules set", + "var-type":"function", "line":135, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj", - "var-type":"function", - "arglists":[["&", "rules"]], - "doc":"Given a collection of rules return a rules set", - "name":"rules-set"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/rules.clj"}, + {"arglists":[["rs", "q"]], + "name":"build-soft-strat-work-plan", + "namespace":"clojure.contrib.datalog.softstrat", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj#L115", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/softstrat.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.softstrat\/build-soft-strat-work-plan", - "namespace":"clojure.contrib.datalog.softstrat", + "doc":"Return a work plan for the given rules-set and query", + "var-type":"function", "line":115, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj", - "var-type":"function", - "arglists":[["rs", "q"]], - "doc":"Return a work plan for the given rules-set and query", - "name":"build-soft-strat-work-plan"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj"}, + {"arglists":[["ws"]], + "name":"get-all-relations", + "namespace":"clojure.contrib.datalog.softstrat", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj#L121", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/softstrat.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.softstrat\/get-all-relations", - "namespace":"clojure.contrib.datalog.softstrat", - "line":121, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj", - "var-type":"function", - "arglists":[["ws"]], "doc": "Return a set of all relation names defined in this workplan", - "name":"get-all-relations"}, - {"source-url": + "var-type":"function", + "line":121, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/softstrat.clj"}, + {"arglists":[["sym"]], + "name":"is-query-var?", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L33", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/is-query-var?", - "namespace":"clojure.contrib.datalog.util", + "doc":"Is this a query variable: e.g. a symbol prefixed with ??", + "var-type":"function", "line":33, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["sym"]], - "doc":"Is this a query variable: e.g. a symbol prefixed with ??", - "name":"is-query-var?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["sym"]], + "name":"is-var?", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L25", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/is-var?", - "namespace":"clojure.contrib.datalog.util", + "doc":"Is this a logic variable: e.g. a symbol prefixed with a ?", + "var-type":"function", "line":25, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["sym"]], - "doc":"Is this a logic variable: e.g. a symbol prefixed with a ?", - "name":"is-var?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["m", "ks"]], + "name":"keys-to-vals", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L49", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/keys-to-vals", - "namespace":"clojure.contrib.datalog.util", - "line":49, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["m", "ks"]], "doc": "Given a map and a collection of keys, return the collection of vals", - "name":"keys-to-vals"}, - {"source-url": + "var-type":"function", + "line":49, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["f", "hash"]], + "name":"map-values", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L41", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/map-values", - "namespace":"clojure.contrib.datalog.util", + "doc":"Like map, but works over the values of a hash map", + "var-type":"function", "line":41, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["f", "hash"]], - "doc":"Like map, but works over the values of a hash map", - "name":"map-values"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["f", "data"]], + "name":"preduce", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L62", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/preduce", - "namespace":"clojure.contrib.datalog.util", - "line":62, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["f", "data"]], "doc": "Similar to merge-with, but the contents of each key are merged in\nparallel using f.\n\nf - a function of 2 arguments.\ndata - a collection of hashes.", - "name":"preduce"}, - {"source-url": + "var-type":"function", + "line":62, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["m"]], + "name":"reverse-map", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L54", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/reverse-map", - "namespace":"clojure.contrib.datalog.util", + "doc":"Reverse the keys\/values of a map", + "var-type":"function", "line":54, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"function", - "arglists":[["m"]], - "doc":"Reverse the keys\/values of a map", - "name":"reverse-map"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["&", "body"]], + "name":"trace-datalog", + "namespace":"clojure.contrib.datalog.util", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj#L82", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/datalog\/util.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/datalog-api.html#clojure.contrib.datalog.util\/trace-datalog", - "namespace":"clojure.contrib.datalog.util", - "line":82, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj", - "var-type":"macro", - "arglists":[["&", "body"]], "doc": "If *test-datalog* is set to true, run the enclosed commands", - "name":"trace-datalog"}, - {"source-url": + "var-type":"macro", + "line":82, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/datalog\/src\/main\/clojure\/clojure\/contrib\/datalog\/util.clj"}, + {"arglists":[["container", "components"]], + "name":"add-components", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L99", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/add-components", - "namespace":"clojure.contrib.miglayout.internal", + "doc":"Adds components with constraints to a container", + "var-type":"function", "line":99, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["container", "components"]], - "doc":"Adds components with constraints to a container", - "name":"add-components"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["x"]], + "name":"component?", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L64", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/component?", - "namespace":"clojure.contrib.miglayout.internal", + "doc":"Returns true if x is a java.awt.Component", + "var-type":"function", "line":64, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Returns true if x is a java.awt.Component", - "name":"component?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["x"]], + "name":"constraint?", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L69", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/constraint?", - "namespace":"clojure.contrib.miglayout.internal", + "doc":"Returns true if x is not a keyword-item or component", + "var-type":"function", "line":69, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["x"]], - "doc":"Returns true if x is not a keyword-item or component", - "name":"constraint?"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists": + [["container", "layout", "column", "row", "components"]], + "name":"do-layout", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L119", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/do-layout", - "namespace":"clojure.contrib.miglayout.internal", - "line":119, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists": - [["container", "layout", "column", "row", "components"]], "doc": "Attaches a MigLayout layout manager to container and adds components\nwith constraints", - "name":"do-layout"}, - {"source-url": + "var-type":"function", + "line":119, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["c"]], + "name":"format-constraint", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L31", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/format-constraint", - "namespace":"clojure.contrib.miglayout.internal", - "line":31, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["c"]], "doc": "Returns a vector of vectors representing one or more constraints\nseparated by commas. Constraints may be specified in Clojure using\nstrings, keywords, vectors, maps, and\/or sets.", - "name":"format-constraint"}, - {"source-url": + "var-type":"function", + "line":31, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["&", "constraints"]], + "name":"format-constraints", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L52", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/format-constraints", - "namespace":"clojure.contrib.miglayout.internal", - "line":52, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["&", "constraints"]], "doc": "Returns a string representing all the constraints for one keyword-item\nor component formatted for miglayout.", - "name":"format-constraints"}, - {"source-url": + "var-type":"function", + "line":52, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["container"]], + "name":"get-components", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L114", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/get-components", - "namespace":"clojure.contrib.miglayout.internal", - "line":114, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["container"]], "doc": "Returns a map from id to component for all components with an id", - "name":"get-components"}, - {"source-url": + "var-type":"function", + "line":114, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["constraint"]], + "name":"parse-component-constraint", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L93", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/parse-component-constraint", - "namespace":"clojure.contrib.miglayout.internal", + "doc":"Parses a component constraint string returning a CC object", + "var-type":"function", "line":93, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["constraint"]], - "doc":"Parses a component constraint string returning a CC object", - "name":"parse-component-constraint"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["&", "args"]], + "name":"parse-item-constraints", + "namespace":"clojure.contrib.miglayout.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/fe4ed311166677cd571d23774171af1d830f7fc5\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj#L76", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/miglayout\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/miglayout-api.html#clojure.contrib.miglayout.internal\/parse-item-constraints", - "namespace":"clojure.contrib.miglayout.internal", - "line":76, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj", - "var-type":"function", - "arglists":[["&", "args"]], "doc": "Iterates over args and builds a map containing values associated with\n:keywords and :components. The value for :keywords is a map from keyword\nitems to constraints strings. The value for :components is a vector of\nvectors each associating a component with its constraints string.", - "name":"parse-item-constraints"}, - {"source-url": + "var-type":"function", + "line":76, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/miglayout\/src\/main\/clojure\/clojure\/contrib\/miglayout\/internal.clj"}, + {"arglists":[["val"], ["val", "expectation-hash"]], + "name":"calls", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L209", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/calls", - "namespace":"clojure.contrib.mock.test-adapter", - "line":209, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["val"], ["val", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned by the expected function. If both this\nand :returns are specified, the return value of :calls will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", - "name":"calls"}, - {"source-url": + "var-type":"function", + "line":209, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists": + [["arg-pred-forms"], ["arg-pred-forms", "expectation-hash"]], + "name":"has-args", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L223", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/has-args", - "namespace":"clojure.contrib.mock.test-adapter", - "line":223, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists": - [["arg-pred-forms"], ["arg-pred-forms", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", - "name":"has-args"}, - {"source-url": + "var-type":"macro", + "line":223, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["fn-name", "args"]], + "name":"has-matching-signature?", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L102", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/has-matching-signature?", - "namespace":"clojure.contrib.mock.test-adapter", - "line":102, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["fn-name", "args"]], "doc": "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", - "name":"has-matching-signature?"}, - {"source-url": + "var-type":"function", + "line":102, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["arg-preds", "arg-pred-forms"]], + "name":"make-arg-checker", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L113", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/make-arg-checker", - "namespace":"clojure.contrib.mock.test-adapter", - "line":113, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["arg-preds", "arg-pred-forms"]], "doc": "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", - "name":"make-arg-checker"}, - {"source-url": + "var-type":"function", + "line":113, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["pred", "pred-form"]], + "name":"make-count-checker", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L129", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/make-count-checker", - "namespace":"clojure.contrib.mock.test-adapter", - "line":129, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["pred", "pred-form"]], "doc": "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", - "name":"make-count-checker"}, - {"source-url": + "var-type":"function", + "line":129, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["fn-name", "expectation-hash"]], + "name":"make-mock", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L138", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/make-mock", - "namespace":"clojure.contrib.mock.test-adapter", - "line":138, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["fn-name", "expectation-hash"]], "doc": "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", - "name":"make-mock"}, + "var-type":"function", + "line":138, + "file":"clojure\/contrib\/mock.clj"}, {"arglists":[["fn-name", "expected", "actual", "msg"]], "name":"report-problem", "namespace":"clojure.contrib.mock.test-adapter", "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/636381148b53424c0ea98f5983a2d1574451c6ee\/modules\/mock\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj#L24", "dynamic":true, + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/report-problem", "doc": @@ -7029,286 +8057,330 @@ "line":24, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/mock\/src\/main\/clojure\/clojure\/contrib\/mock\/test_adapter.clj"}, - {"source-url": + {"arglists":[["val"], ["val", "expectation-hash"]], + "name":"returns", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L197", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/returns", - "namespace":"clojure.contrib.mock.test-adapter", - "line":197, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["val"], ["val", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", - "name":"returns"}, - {"source-url": + "var-type":"function", + "line":197, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["times-fn"], ["times-fn", "expectation-hash"]], + "name":"times", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L240", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/times", - "namespace":"clojure.contrib.mock.test-adapter", - "line":240, - "file":"clojure\/contrib\/mock.clj", - "var-type":"macro", - "arglists":[["times-fn"], ["times-fn", "expectation-hash"]], "doc": "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nAlso, an integer can be specified, in which case the times will only be an\nexact match. The times check is called at the end of an expect expression to\nvalidate that an expected dependency function was called the expected\nnumber of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", - "name":"times"}, - {"source-url": + "var-type":"macro", + "line":240, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[["mock-data"]], + "name":"validate-counts", + "namespace":"clojure.contrib.mock.test-adapter", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/\/modules\/clojure\/contrib\/mock.clj#L163", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/mock\/test_adapter.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/mock-api.html#clojure.contrib.mock.test-adapter\/validate-counts", - "namespace":"clojure.contrib.mock.test-adapter", - "line":163, - "file":"clojure\/contrib\/mock.clj", - "var-type":"function", - "arglists":[["mock-data"]], "doc": "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", - "name":"validate-counts"}, - {"source-url": + "var-type":"function", + "line":163, + "file":"clojure\/contrib\/mock.clj"}, + {"arglists":[[]], + "name":"connection*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1be54b2f9bd3c9f35385a015b14fc93337bffcac\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L37", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/connection*", - "namespace":"clojure.contrib.sql.internal", - "line":37, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current database connection (or throws if there is none)", - "name":"connection*"}, - {"source-url": + "var-type":"function", + "line":37, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[[]], + "name":"find-connection*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1be54b2f9bd3c9f35385a015b14fc93337bffcac\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L32", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/find-connection*", - "namespace":"clojure.contrib.sql.internal", - "line":32, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[[]], "doc": "Returns the current database connection (or nil if there is none)", - "name":"find-connection*"}, - {"source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1be54b2f9bd3c9f35385a015b14fc93337bffcac\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L66", - "wiki-url": - "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/get-connection", - "namespace":"clojure.contrib.sql.internal", - "line":66, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", "var-type":"function", - "arglists": + "line":32, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists": [[{"keys": ["factory", "classname", "subprotocol", "subname", "datasource", "username", "password", "name", "environment"], "as":"db-spec"}]], + "name":"get-connection", + "namespace":"clojure.contrib.sql.internal", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1be54b2f9bd3c9f35385a015b14fc93337bffcac\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L66", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql\/internal.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/get-connection", "doc": "Creates a connection to a database. db-spec is a map containing values\nfor one of the following parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", - "name":"get-connection"}, - {"source-url": + "var-type":"function", + "line":66, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["stream", "exception"]], + "name":"print-sql-exception", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1be54b2f9bd3c9f35385a015b14fc93337bffcac\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L122", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/print-sql-exception", - "namespace":"clojure.contrib.sql.internal", + "doc":"Prints the contents of an SQLException to stream", + "var-type":"function", "line":122, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["stream", "exception"]], - "doc":"Prints the contents of an SQLException to stream", - "name":"print-sql-exception"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["stream", "exception"]], + "name":"print-sql-exception-chain", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1be54b2f9bd3c9f35385a015b14fc93337bffcac\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L136", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/print-sql-exception-chain", - "namespace":"clojure.contrib.sql.internal", + "doc":"Prints a chain of SQLExceptions to stream", + "var-type":"function", "line":136, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["stream", "exception"]], - "doc":"Prints a chain of SQLExceptions to stream", - "name":"print-sql-exception-chain"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["stream", "exception"]], + "name":"print-update-counts", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1be54b2f9bd3c9f35385a015b14fc93337bffcac\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L144", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/print-update-counts", - "namespace":"clojure.contrib.sql.internal", - "line":144, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["stream", "exception"]], "doc": "Prints the update counts from a BatchUpdateException to stream", - "name":"print-update-counts"}, - {"source-url": + "var-type":"function", + "line":144, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[[], ["val"]], + "name":"rollback", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1be54b2f9bd3c9f35385a015b14fc93337bffcac\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L43", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/rollback", - "namespace":"clojure.contrib.sql.internal", + "doc":"Accessor for the rollback flag on the current connection", + "var-type":"function", "line":43, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[[], ["val"]], - "doc":"Accessor for the rollback flag on the current connection", - "name":"rollback"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["e"]], + "name":"throw-rollback", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1be54b2f9bd3c9f35385a015b14fc93337bffcac\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L153", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/throw-rollback", - "namespace":"clojure.contrib.sql.internal", + "doc":"Sets rollback and throws a wrapped exception", + "var-type":"function", "line":153, "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["e"]], - "doc":"Sets rollback and throws a wrapped exception", - "name":"throw-rollback"}, - {"source-url": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["func"]], + "name":"transaction*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1be54b2f9bd3c9f35385a015b14fc93337bffcac\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L159", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/transaction*", - "namespace":"clojure.contrib.sql.internal", - "line":159, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["func"]], "doc": "Evaluates func as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If rollback is set within scope of the outermost transaction,\nthe entire transaction will be rolled back rather than committed when\ncomplete.", - "name":"transaction*"}, - {"source-url": + "var-type":"function", + "line":159, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["db-spec", "func"]], + "name":"with-connection*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1be54b2f9bd3c9f35385a015b14fc93337bffcac\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L113", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/with-connection*", - "namespace":"clojure.contrib.sql.internal", - "line":113, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[["db-spec", "func"]], "doc": "Evaluates func in the context of a new connection to a database then\ncloses the connection.", - "name":"with-connection*"}, - {"source-url": + "var-type":"function", + "line":113, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[[["sql", "&", "params", "as", "sql-params"], "func"]], + "name":"with-query-results*", + "namespace":"clojure.contrib.sql.internal", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/1be54b2f9bd3c9f35385a015b14fc93337bffcac\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj#L193", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/sql\/internal.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/sql-api.html#clojure.contrib.sql.internal\/with-query-results*", - "namespace":"clojure.contrib.sql.internal", - "line":193, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj", - "var-type":"function", - "arglists":[[["sql", "&", "params", "as", "sql-params"], "func"]], "doc": "Executes a query, then evaluates func passing in a seq of the results as\nan argument. The first argument is a vector containing the (optionally\nparameterized) sql query string followed by values for any parameters.", - "name":"with-query-results*"}, - {"source-url": + "var-type":"function", + "line":193, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/sql\/src\/main\/clojure\/clojure\/contrib\/sql\/internal.clj"}, + {"arglists":[["attrname"], ["loc", "attrname"]], + "name":"attr", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L18", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/attr", - "namespace":"clojure.contrib.zip-filter.xml", - "line":18, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["attrname"], ["loc", "attrname"]], "doc": "Returns the xml attribute named attrname, of the xml node at location loc.", - "name":"attr"}, - {"source-url": + "var-type":"function", + "line":18, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["attrname", "attrval"]], + "name":"attr=", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L23", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/attr=", - "namespace":"clojure.contrib.zip-filter.xml", - "line":23, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["attrname", "attrval"]], "doc": "Returns a query predicate that matches a node when it has an\nattribute named attrname whose value is attrval.", - "name":"attr="}, - {"source-url": + "var-type":"function", + "line":23, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["preds"]], + "name":"seq-test", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L51", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/seq-test", - "namespace":"clojure.contrib.zip-filter.xml", - "line":51, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["preds"]], "doc": "Returns a query predicate that matches a node when its xml content\nmatches the query expresions given.", - "name":"seq-test"}, - {"source-url": + "var-type":"function", + "line":51, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["tagname"]], + "name":"tag=", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L28", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/tag=", - "namespace":"clojure.contrib.zip-filter.xml", - "line":28, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["tagname"]], "doc": "Returns a query predicate that matches a node when its is a tag\nnamed tagname.", - "name":"tag="}, - {"source-url": + "var-type":"function", + "line":28, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["loc"]], + "name":"text", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L38", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/text", - "namespace":"clojure.contrib.zip-filter.xml", - "line":38, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["loc"]], "doc": "Returns the textual contents of the given location, similar to\nxpaths's value-of", - "name":"text"}, - {"source-url": + "var-type":"function", + "line":38, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["s"]], + "name":"text=", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L46", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/text=", - "namespace":"clojure.contrib.zip-filter.xml", - "line":46, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["s"]], "doc": "Returns a query predicate that matches a node when its textual\ncontent equals s.", - "name":"text="}, - {"source-url": + "var-type":"function", + "line":46, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["loc", "&", "preds"]], + "name":"xml->", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L57", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/xml->", - "namespace":"clojure.contrib.zip-filter.xml", - "line":57, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["loc", "&", "preds"]], "doc": "The loc is passed to the first predicate. If the predicate returns\na collection, each value of the collection is passed to the next\npredicate. If it returns a location, the location is passed to the\nnext predicate. If it returns true, the input location is passed to\nthe next predicate. If it returns false or nil, the next predicate\nis not called.\n\nThis process is repeated, passing the processed results of each\npredicate to the next predicate. xml-> returns the final sequence.\nThe entire chain is evaluated lazily.\n\nThere are also special predicates: keywords are converted to tag=,\nstrings to text=, and vectors to sub-queries that return true if\nthey match.\n\nSee the footer of zip-query.clj for examples.", - "name":"xml->"}, - {"source-url": + "var-type":"function", + "line":57, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}, + {"arglists":[["loc", "&", "preds"]], + "name":"xml1->", + "namespace":"clojure.contrib.zip-filter.xml", + "source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj#L80", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/zip_filter\/xml.clj", "wiki-url": "http:\/\/clojure.github.com\/clojure-contrib\/\/zip-filter-api.html#clojure.contrib.zip-filter.xml\/xml1->", - "namespace":"clojure.contrib.zip-filter.xml", - "line":80, - "file": - "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj", - "var-type":"function", - "arglists":[["loc", "&", "preds"]], "doc": "Returns the first item from loc based on the query predicates\ngiven. See xml->", - "name":"xml1->"}]}
\ No newline at end of file + "var-type":"function", + "line":80, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/zip-filter\/src\/main\/clojure\/clojure\/contrib\/zip_filter\/xml.clj"}]}
\ No newline at end of file diff --git a/index-v1.1.clj b/index-v1.1.clj index 4815296e..389251f5 100644 --- a/index-v1.1.clj +++ b/index-v1.1.clj @@ -640,43 +640,51 @@ :name "clojure.contrib.zip-filter.xml", :doc nil}), :vars - ({:source-url + ({:arglists ([acc item]), + :name "add", + :namespace "clojure.contrib.accumulators", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L31", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/add", - :namespace "clojure.contrib.accumulators", - :line 31, - :file "clojure/contrib/accumulators.clj", - :var-type "multimethod", - :arglists ([acc item]), :doc "Add item to the accumulator acc. The exact meaning of adding an\nan item depends on the type of the accumulator.", - :name "add"} - {:source-url + :var-type "multimethod", + :line 31, + :file "clojure/contrib/accumulators.clj"} + {:arglists ([acc items]), + :name "add-items", + :namespace "clojure.contrib.accumulators", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/add-items", - :namespace "clojure.contrib.accumulators", - :line 37, - :file "clojure/contrib/accumulators.clj", - :var-type "function", - :arglists ([acc items]), :doc "Add all elements of a collection coll to the accumulator acc.", - :name "add-items"} - {:source-url + :var-type "function", + :line 37, + :file "clojure/contrib/accumulators.clj"} + {:arglists ([& accs]), + :name "combine", + :namespace "clojure.contrib.accumulators", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/combine", - :namespace "clojure.contrib.accumulators", - :line 42, - :file "clojure/contrib/accumulators.clj", - :var-type "multimethod", - :arglists ([& accs]), :doc "Combine the values of the accumulators acc1 and acc2 into a\nsingle accumulator of the same type.", - :name "combine"} - {:source-url + :var-type "multimethod", + :line 42, + :file "clojure/contrib/accumulators.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L271", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-counter", @@ -687,7 +695,9 @@ :doc "An empty counter accumulator. Its value is a map that stores for\nevery item the number of times it was added.", :name "empty-counter"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L292", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-counter-with-total", @@ -698,7 +708,9 @@ :doc "An empty counter-with-total accumulator. It works like the counter\naccumulator, except that the total number of items added is stored as the\nvalue of the key :total.", :name "empty-counter-with-total"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L88", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-list", @@ -709,7 +721,9 @@ :doc "An empty list accumulator. Adding an item appends it at the beginning.", :name "empty-list"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L145", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-map", @@ -720,7 +734,9 @@ :doc "An empty map accumulator. Items to be added must be [key value] pairs.", :name "empty-map"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L185", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-maximum", @@ -730,7 +746,9 @@ :var-type "var", :doc "An empty maximum accumulator. Only numbers can be added.", :name "empty-maximum"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L232", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-mean-variance", @@ -741,7 +759,9 @@ :doc "An empty mean-variance accumulator, combining sample mean and\nsample variance. Only numbers can be added.", :name "empty-mean-variance"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L207", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-min-max", @@ -752,7 +772,9 @@ :doc "An empty min-max accumulator, combining minimum and maximum.\nOnly numbers can be added.", :name "empty-min-max"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L191", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-minimum", @@ -762,7 +784,9 @@ :var-type "var", :doc "An empty minimum accumulator. Only numbers can be added.", :name "empty-minimum"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L177", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-product", @@ -772,7 +796,9 @@ :var-type "var", :doc "An empty sum accumulator. Only numbers can be added.", :name "empty-product"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L102", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-queue", @@ -783,7 +809,9 @@ :doc "An empty queue accumulator. Adding an item appends it at the end.", :name "empty-queue"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L116", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-set", @@ -793,7 +821,9 @@ :var-type "var", :doc "An empty set accumulator.", :name "empty-set"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L130", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-string", @@ -804,7 +834,9 @@ :doc "An empty string accumulator. Adding an item (string or character)\nappends it at the end.", :name "empty-string"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L174", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-sum", @@ -814,19 +846,23 @@ :var-type "var", :doc "An empty sum accumulator. Only numbers can be added.", :name "empty-sum"} - {:source-url + {:arglists ([empty-accumulators]), + :name "empty-tuple", + :namespace "clojure.contrib.accumulators", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L310", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-tuple", - :namespace "clojure.contrib.accumulators", - :line 310, - :file "clojure/contrib/accumulators.clj", - :var-type "function", - :arglists ([empty-accumulators]), :doc "Returns an accumulator tuple with the supplied empty-accumulators\nas its value. Accumulator tuples consist of several accumulators that\nwork in parallel. Added items must be sequences whose number of elements\nmatches the number of sub-accumulators.", - :name "empty-tuple"} - {:source-url + :var-type "function", + :line 310, + :file "clojure/contrib/accumulators.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/accumulators.clj#L74", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-vector", @@ -837,195 +873,227 @@ :doc "An empty vector accumulator. Adding an item appends it at the end.", :name "empty-vector"} - {:source-url + {:arglists ([vars agent action & args]), + :name "capture-and-send", + :namespace "clojure.contrib.agent-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/agent_utils.clj#L22", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/agent_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//agent-utils-api.html#clojure.contrib.agent-utils/capture-and-send", - :namespace "clojure.contrib.agent-utils", - :line 22, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/agent_utils.clj", - :var-type "macro", - :arglists ([vars agent action & args]), :doc "Capture the current value of the specified vars and rebind \nthem on the agent thread before executing the action.\n\nExample:\n (capture-and-send [*out*] a f b c)", - :name "capture-and-send"} - {:source-url + :var-type "macro", + :line 22, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/agent_utils.clj"} + {:arglists ([macro & args]), + :name "apply-macro", + :namespace "clojure.contrib.apply-macro", + :source-url "http://github.com/clojure/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/apply_macro.clj#L32", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/apply_macro.clj", :wiki-url "http://clojure.github.com/clojure-contrib//apply-macro-api.html#clojure.contrib.apply-macro/apply-macro", - :namespace "clojure.contrib.apply-macro", - :line 32, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/apply_macro.clj", - :var-type "macro", - :arglists ([macro & args]), :doc "This is evil. Don't ever use it. It makes a macro behave like a\nfunction. Seriously, how messed up is that?\n\nEvaluates all args, then uses them as arguments to the macro as with\napply.\n\n(def things [true true false])\n(apply-macro and things)\n;; Expands to: (and true true false)", - :name "apply-macro"} - {:source-url + :var-type "macro", + :line 32, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/apply_macro.clj"} + {:arglists ([input output alphabet line-length]), + :name "encode", + :namespace "clojure.contrib.base64", + :source-url "http://github.com/clojure/clojure-contrib/blob/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj#L27", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj", :wiki-url "http://clojure.github.com/clojure-contrib//base64-api.html#clojure.contrib.base64/encode", - :namespace "clojure.contrib.base64", - :line 27, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/base64.clj", - :var-type "function", - :arglists ([input output alphabet line-length]), :doc "Encodes bytes of input, writing Base 64 text on output. alphabet\nis a 65-character String containing the 64 characters to use in the\nencoding; the 65th character is the pad character. line-length is\nthe maximum number of characters per line, nil for no line breaks.", - :name "encode"} - {:source-url + :var-type "function", + :line 27, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/base64.clj"} + {:arglists ([s] [s encoding line-length]), + :name "encode-str", + :namespace "clojure.contrib.base64", + :source-url "http://github.com/clojure/clojure-contrib/blob/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj#L79", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj", :wiki-url "http://clojure.github.com/clojure-contrib//base64-api.html#clojure.contrib.base64/encode-str", - :namespace "clojure.contrib.base64", - :line 79, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/base64.clj", - :var-type "function", - :arglists ([s] [s encoding line-length]), :doc "Encodes String in base 64; returns a String. If not specified,\nencoding is UTF-8 and line-length is nil.", - :name "encode-str"} - {:source-url + :var-type "function", + :line 79, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/base64.clj"} + {:arglists ([]), + :name "classpath", + :namespace "clojure.contrib.classpath", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath", - :namespace "clojure.contrib.classpath", - :line 23, - :file "clojure/contrib/classpath.clj", - :var-type "function", - :arglists ([]), :doc "Returns a sequence of File objects of the elements on CLASSPATH.", - :name "classpath"} - {:source-url + :var-type "function", + :line 23, + :file "clojure/contrib/classpath.clj"} + {:arglists ([]), + :name "classpath-directories", + :namespace "clojure.contrib.classpath", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj#L30", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath-directories", - :namespace "clojure.contrib.classpath", - :line 30, - :file "clojure/contrib/classpath.clj", - :var-type "function", - :arglists ([]), :doc "Returns a sequence of File objects for the directories on classpath.", - :name "classpath-directories"} - {:source-url + :var-type "function", + :line 30, + :file "clojure/contrib/classpath.clj"} + {:arglists ([]), + :name "classpath-jarfiles", + :namespace "clojure.contrib.classpath", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj#L35", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath-jarfiles", - :namespace "clojure.contrib.classpath", - :line 35, - :file "clojure/contrib/classpath.clj", - :var-type "function", - :arglists ([]), :doc "Returns a sequence of JarFile objects for the JAR files on classpath.", - :name "classpath-jarfiles"} - {:source-url + :var-type "function", + :line 35, + :file "clojure/contrib/classpath.clj"} + {:arglists ([& seqs]), + :name "cartesian-product", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L107", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/cartesian-product", - :namespace "clojure.contrib.combinatorics", + :doc "All the ways to take one item from each sequence", + :var-type "function", :line 107, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([& seqs]), - :doc "All the ways to take one item from each sequence", - :name "cartesian-product"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj"} + {:arglists ([items n]), + :name "combinations", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/combinations", - :namespace "clojure.contrib.combinatorics", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([items n]), :doc "All the unique ways of taking n different elements from items", - :name "combinations"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj"} + {:arglists ([c]), + :name "lex-permutations", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/lex-permutations", - :namespace "clojure.contrib.combinatorics", - :line 151, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([c]), :doc "Fast lexicographic permutation generator for a sequence of numbers", - :name "lex-permutations"} - {:source-url + :var-type "function", + :line 151, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj"} + {:arglists ([items]), + :name "permutations", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L160", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/permutations", - :namespace "clojure.contrib.combinatorics", + :doc "All the permutations of items, lexicographic by index", + :var-type "function", :line 160, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([items]), - :doc "All the permutations of items, lexicographic by index", - :name "permutations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj"} + {:arglists ([items n]), + :name "selections", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L127", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/selections", - :namespace "clojure.contrib.combinatorics", - :line 127, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([items n]), :doc "All the ways of taking n (possibly the same) elements from the sequence of items", - :name "selections"} - {:source-url + :var-type "function", + :line 127, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj"} + {:arglists ([items]), + :name "subsets", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L101", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/subsets", - :namespace "clojure.contrib.combinatorics", + :doc "All the subsets of items", + :var-type "function", :line 101, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([items]), - :doc "All the subsets of items", - :name "subsets"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/combinatorics.clj"} + {:arglists ([args desc cmdspec & body]), + :name "with-command-line", + :namespace "clojure.contrib.command-line", + :source-url "http://github.com/clojure/clojure-contrib/blob/ddd7bc2226927634dc0216554194877fa6f170e1/src/clojure/contrib/command_line.clj#L91", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ddd7bc2226927634dc0216554194877fa6f170e1/src/clojure/contrib/command_line.clj", :wiki-url "http://clojure.github.com/clojure-contrib//command-line-api.html#clojure.contrib.command-line/with-command-line", - :namespace "clojure.contrib.command-line", + :doc "Bind locals to command-line args.", + :var-type "macro", :line 91, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/command_line.clj", - :var-type "macro", - :arglists ([args desc cmdspec & body]), - :doc "Bind locals to command-line args.", - :name "with-command-line"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/command_line.clj"} + {:arglists ([bindings & clauses]), + :name "cond-let", + :namespace "clojure.contrib.cond", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/cond.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/cond.clj", :wiki-url "http://clojure.github.com/clojure-contrib//cond-api.html#clojure.contrib.cond/cond-let", - :namespace "clojure.contrib.cond", - :line 18, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/cond.clj", - :var-type "macro", - :arglists ([bindings & clauses]), :doc "Takes a binding-form and a set of test/expr pairs. Evaluates each test\none at a time. If a test returns logical true, cond-let evaluates and\nreturns expr with binding-form bound to the value of test and doesn't\nevaluate any of the other tests or exprs. To provide a default value\neither provide a literal that evaluates to logical true and is\nbinding-compatible with binding-form, or use :else as the test and don't\nrefer to any parts of binding-form in the expr. (cond-let binding-form)\nreturns nil.", - :name "cond-let"} - {:source-url + :var-type "macro", + :line 18, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/cond.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj#L56", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/*full-stack-traces*", @@ -1036,43 +1104,51 @@ :doc "Bind to true to include clojure.{core,lang,main} frames in stack\ntraces", :name "*full-stack-traces*"} - {:source-url + {:arglists ([dispatch-fn & body]), + :name "handler-case", + :namespace "clojure.contrib.condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/handler-case", - :namespace "clojure.contrib.condition", - :line 71, - :file "clojure/contrib/condition.clj", - :var-type "macro", - :arglists ([dispatch-fn & body]), :doc "Executes body in a context where raised conditions can be handled.\n\ndispatch-fn accepts a raised condition (a map) and returns a selector\nused to choose a handler. Commonly, dispatch-fn will be :type to dispatch\non the condition's :type value.\n\nHandlers are forms within body:\n\n (handle key\n ...)\n\nIf a condition is raised, executes the body of the first handler whose\nkey satisfies (isa? selector key). If no handlers match, re-raises the\ncondition.\n\nWhile a handler is running, *condition* is bound to the condition being\nhandled and *selector* is bound to to the value returned by dispatch-fn\nthat matched the handler's key.", - :name "handler-case"} - {:source-url + :var-type "macro", + :line 71, + :file "clojure/contrib/condition.clj"} + {:arglists ([x]), + :name "print-stack-trace", + :namespace "clojure.contrib.condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj#L128", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/print-stack-trace", - :namespace "clojure.contrib.condition", - :line 128, - :file "clojure/contrib/condition.clj", - :var-type "function", - :arglists ([x]), :doc "Prints a stack trace for a condition or Throwable. Skips frames for\nclasses in clojure.{core,lang,main} unless the *full-stack-traces* is\nbound to logical true", - :name "print-stack-trace"} - {:source-url + :var-type "function", + :line 128, + :file "clojure/contrib/condition.clj"} + {:arglists ([] [m] [key val & keyvals]), + :name "raise", + :namespace "clojure.contrib.condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj#L60", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/raise", - :namespace "clojure.contrib.condition", - :line 60, - :file "clojure/contrib/condition.clj", - :var-type "macro", - :arglists ([] [m] [key val & keyvals]), :doc "Raises a condition. With no arguments, re-raises the current condition.\nWith one argument (a map), raises the argument. With two or more\narguments, raises a map with keys and values from the arguments.", - :name "raise"} - {:source-url + :var-type "macro", + :line 60, + :file "clojure/contrib/condition.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/condition.clj#L106", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/stack-trace-info", @@ -1083,153 +1159,179 @@ :doc "Returns header, stack-trace, and cause info from conditions and\nThrowables", :name "stack-trace-info"} - {:source-url + {:arglists ([x form] [x form & forms]), + :name "-?>", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj#L30", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/-?>", - :namespace "clojure.contrib.core", - :line 30, - :file "clojure/contrib/core.clj", - :var-type "macro", - :arglists ([x form] [x form & forms]), :doc "Same as clojure.core/-> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(-?> \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(-?> nil .toUpperCase (.substring 1)) returns nil\n", - :name "-?>"} - {:source-url + :var-type "macro", + :line 30, + :file "clojure/contrib/core.clj"} + {:arglists ([x form] [x form & forms]), + :name ".?.", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/.?.", - :namespace "clojure.contrib.core", - :line 38, - :file "clojure/contrib/core.clj", - :var-type "macro", - :arglists ([x form] [x form & forms]), :doc "Same as clojure.core/.. but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(.?. \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(.?. nil .toUpperCase (.substring 1)) returns nil\n", - :name ".?."} - {:source-url + :var-type "macro", + :line 38, + :file "clojure/contrib/core.clj"} + {:arglists ([m [k & ks :as keys]]), + :name "dissoc-in", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/dissoc-in", - :namespace "clojure.contrib.core", - :line 49, - :file "clojure/contrib/core.clj", - :var-type "function", - :arglists ([m [k & ks :as keys]]), :doc "Dissociates an entry from a nested associative structure returning a new\nnested structure. keys is a sequence of keys. Any empty maps that result\nwill not be present in the new structure.", - :name "dissoc-in"} - {:source-url + :var-type "function", + :line 49, + :file "clojure/contrib/core.clj"} + {:arglists ([class-name & args]), + :name "new-by-name", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj#L63", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/new-by-name", - :namespace "clojure.contrib.core", - :line 63, - :file "clojure/contrib/core.clj", - :var-type "function", - :arglists ([class-name & args]), :doc "Constructs a Java object whose class is specified by a String.", - :name "new-by-name"} - {:source-url + :var-type "function", + :line 63, + :file "clojure/contrib/core.clj"} + {:arglists ([x]), + :name "seqable?", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj#L70", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/bc07de7c3b1058f4263bd7b1c424f771fb010005/src/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/seqable?", - :namespace "clojure.contrib.core", - :line 70, - :file "clojure/contrib/core.clj", - :var-type "function", - :arglists ([x]), :doc "Returns true if (seq x) will succeed, false otherwise.", - :name "seqable?"} - {:source-url + :var-type "function", + :line 70, + :file "clojure/contrib/core.clj"} + {:arglists ([cell key fun]), + :name "add-cell-watcher", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L460", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/add-cell-watcher", - :namespace "clojure.contrib.dataflow", - :line 460, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([cell key fun]), :doc "Adds a watcher to a cell to respond to changes of value. The is a\nfunction of 4 values: a key, the cell, its old value, its new\nvalue. This is implemented using Clojure's add-watch to the\nunderlying ref, and shared its sematics", - :name "add-cell-watcher"} - {:source-url + :var-type "function", + :line 460, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([df cells]), + :name "add-cells", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L210", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/add-cells", - :namespace "clojure.contrib.dataflow", + :doc "Given a collection of cells, add them to the dataflow.", + :var-type "function", :line 210, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df cells]), - :doc "Given a collection of cells, add them to the dataflow.", - :name "add-cells"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([cs]), + :name "build-dataflow", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L188", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-dataflow", - :namespace "clojure.contrib.dataflow", - :line 188, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([cs]), :doc "Given a collection of cells, build and return a dataflow object", - :name "build-dataflow"} - {:source-url + :var-type "function", + :line 188, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([name init]), + :name "build-source-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L231", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-source-cell", - :namespace "clojure.contrib.dataflow", + :doc "Builds a source cell", + :var-type "function", :line 231, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([name init]), - :doc "Builds a source cell", - :name "build-source-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([name deps fun expr]), + :name "build-standard-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L292", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-standard-cell", - :namespace "clojure.contrib.dataflow", + :doc "Builds a standard cell", + :var-type "function", :line 292, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([name deps fun expr]), - :doc "Builds a standard cell", - :name "build-standard-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([deps fun expr]), + :name "build-validator-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L298", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-validator-cell", - :namespace "clojure.contrib.dataflow", + :doc "Builds a validator cell", + :var-type "function", :line 298, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([deps fun expr]), - :doc "Builds a validator cell", - :name "build-validator-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([type & data]), + :name "cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L304", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/cell", - :namespace "clojure.contrib.dataflow", - :line 304, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "macro", - :arglists ([type & data]), :doc "Build a standard cell, like this:\n\n (cell fred\n (* ?mary ?joe))\n\nWhich creates a cell named fred that is the product of a cell mary and cell joe\n\nOr:\n\n (cell joe\n (apply * ?*sally))\n\nWhich creates a cell that applies * to the collection of all cells named sally\n\nOr:\n\n (cell :source fred 0)\n\nWhich builds a source cell fred with initial value 0\n\nOr:\n\n (cell :validator (when (< ?fred ?sally)\n (throwf \"%s must be greater than %s\" ?fred ?sally))\n\nWhich will perform the validation", - :name "cell"} - {:source-url + :var-type "macro", + :line 304, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L348", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/display-cell", @@ -1240,7 +1342,9 @@ :var-type "multimethod", :doc "A 'readable' form of the cell", :name "display-cell"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L372", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/eval-cell", @@ -1251,316 +1355,368 @@ :var-type "multimethod", :doc "Evaluate a dataflow cell. Return [changed, old val]", :name "eval-cell"} - {:source-url + {:arglists ([df name]), + :name "get-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L94", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-cell", - :namespace "clojure.contrib.dataflow", + :doc "Get the single cell named by name", + :var-type "function", :line 94, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df name]), - :doc "Get the single cell named by name", - :name "get-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([df name]), + :name "get-cells", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L89", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-cells", - :namespace "clojure.contrib.dataflow", + :doc "Get all the cells named by name", + :var-type "function", :line 89, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df name]), - :doc "Get all the cells named by name", - :name "get-cells"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([df env name]), + :name "get-old-value", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L136", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-old-value", - :namespace "clojure.contrib.dataflow", + :doc "Looks up an old value", + :var-type "function", :line 136, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df env name]), - :doc "Looks up an old value", - :name "get-old-value"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([df]), + :name "get-source-cells", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L108", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-source-cells", - :namespace "clojure.contrib.dataflow", + :doc "Returns a collection of source cells from the dataflow", + :var-type "function", :line 108, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df]), - :doc "Returns a collection of source cells from the dataflow", - :name "get-source-cells"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([df name]), + :name "get-value", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L115", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-value", - :namespace "clojure.contrib.dataflow", - :line 115, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df name]), :doc "Gets a value from the df matching the passed symbol.\nSignals an error if the name is not present, or if it not a single\nvalue.", - :name "get-value"} - {:source-url + :var-type "function", + :line 115, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([cell]), + :name "get-value-from-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L143", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-value-from-cell", - :namespace "clojure.contrib.dataflow", + :doc "Given a cell, get its value", + :var-type "function", :line 143, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([cell]), - :doc "Given a cell, get its value", - :name "get-value-from-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([df name]), + :name "get-values", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L126", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-values", - :namespace "clojure.contrib.dataflow", + :doc "Gets a collection of values from the df by name", + :var-type "function", :line 126, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df name]), - :doc "Gets a collection of values from the df by name", - :name "get-values"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([df]), + :name "print-dataflow", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L199", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/print-dataflow", - :namespace "clojure.contrib.dataflow", + :doc "Prints a dataflow, one cell per line", + :var-type "function", :line 199, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df]), - :doc "Prints a dataflow, one cell per line", - :name "print-dataflow"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([df cells]), + :name "remove-cells", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L218", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/remove-cells", - :namespace "clojure.contrib.dataflow", + :doc "Given a collection of cells, remove them from the dataflow.", + :var-type "function", :line 218, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df cells]), - :doc "Given a collection of cells, remove them from the dataflow.", - :name "remove-cells"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([cell]), + :name "source-cell?", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L103", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/source-cell?", - :namespace "clojure.contrib.dataflow", + :doc "Is this cell a source cell?", + :var-type "function", :line 103, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([cell]), - :doc "Is this cell a source cell?", - :name "source-cell?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([df data]), + :name "update-values", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L438", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/update-values", - :namespace "clojure.contrib.dataflow", - :line 438, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df data]), :doc "Given a dataflow, and a map of name-value pairs, update the\ndataflow by binding the new values. Each name must be of a source\ncell", - :name "update-values"} - {:source-url + :var-type "function", + :line 438, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/dataflow.clj"} + {:arglists ([rules query]), + :name "build-work-plan", + :namespace "clojure.contrib.datalog", + :source-url "http://github.com/clojure/clojure-contrib/blob/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog/build-work-plan", - :namespace "clojure.contrib.datalog", - :line 46, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog.clj", - :var-type "function", - :arglists ([rules query]), :doc "Given a list of rules and a query, build a work plan that can be\nused to execute the query.", - :name "build-work-plan"} - {:source-url + :var-type "function", + :line 46, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog.clj"} + {:arglists ([work-plan database query-bindings]), + :name "run-work-plan", + :namespace "clojure.contrib.datalog", + :source-url "http://github.com/clojure/clojure-contrib/blob/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj#L56", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog/run-work-plan", - :namespace "clojure.contrib.datalog", - :line 56, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog.clj", - :var-type "function", - :arglists ([work-plan database query-bindings]), :doc "Given a work plan, a database, and some query bindings, run the\nwork plan and return the results.", - :name "run-work-plan"} - {:source-url + :var-type "function", + :line 56, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog.clj"} + {:arglists ([name orig] [name orig doc]), + :name "defalias", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defalias", - :namespace "clojure.contrib.def", - :line 66, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name orig] [name orig doc]), :doc "Defines an alias for a var: a new var with the same root binding (if\nany) and similar metadata. The metadata of the alias is its initial\nmetadata (as provided by def) merged into the metadata of the original.", - :name "defalias"} - {:source-url + :var-type "macro", + :line 66, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} + {:arglists ([sym init]), + :name "defhinted", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L83", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defhinted", - :namespace "clojure.contrib.def", - :line 83, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([sym init]), :doc "Defines a var with a type hint matching the class of the given\ninit. Be careful about using any form of 'def' or 'binding' to a\nvalue of a different type. See http://paste.lisp.org/display/73344", - :name "defhinted"} - {:source-url + :var-type "macro", + :line 83, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} + {:arglists ([name & decls]), + :name "defmacro-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L39", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defmacro-", - :namespace "clojure.contrib.def", + :doc "Same as defmacro but yields a private definition", + :var-type "macro", :line 39, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name & decls]), - :doc "Same as defmacro but yields a private definition", - :name "defmacro-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} + {:arglists ([fn-name & defn-stuff]), + :name "defn-memo", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L141", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defn-memo", - :namespace "clojure.contrib.def", - :line 141, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([fn-name & defn-stuff]), :doc "Just like defn, but memoizes the function using clojure.core/memoize", - :name "defn-memo"} - {:source-url + :var-type "macro", + :line 141, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} + {:arglists ([fn-name & fn-tail]), + :name "defnk", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L120", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defnk", - :namespace "clojure.contrib.def", - :line 120, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([fn-name & fn-tail]), :doc "Define a function accepting keyword arguments. Symbols up to the first\nkeyword in the parameter list are taken as positional arguments. Then\nan alternating sequence of keywords and defaults values is expected. The\nvalues of the keyword arguments are available in the function body by\nvirtue of the symbol corresponding to the keyword (cf. :keys destructuring).\ndefnk accepts an optional docstring as well as an optional metadata map.", - :name "defnk"} - {:source-url + :var-type "macro", + :line 120, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} + {:arglists ([name expr] [name expr doc]), + :name "defonce-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defonce-", - :namespace "clojure.contrib.def", + :doc "Same as defonce but yields a private definition", + :var-type "macro", :line 59, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name expr] [name expr doc]), - :doc "Same as defonce but yields a private definition", - :name "defonce-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} + {:arglists ([name & decls]), + :name "defstruct-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defstruct-", - :namespace "clojure.contrib.def", + :doc "Same as defstruct but yields a private definition", + :var-type "macro", :line 54, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name & decls]), - :doc "Same as defstruct but yields a private definition", - :name "defstruct-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} + {:arglists ([name] [name doc]), + :name "defunbound", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L32", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defunbound", - :namespace "clojure.contrib.def", + :doc "Defines an unbound var with optional doc string", + :var-type "macro", :line 32, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name] [name doc]), - :doc "Defines an unbound var with optional doc string", - :name "defunbound"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} + {:arglists ([name & decls]), + :name "defunbound-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defunbound-", - :namespace "clojure.contrib.def", + :doc "Same as defunbound but yields a private definition", + :var-type "macro", :line 49, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name & decls]), - :doc "Same as defunbound but yields a private definition", - :name "defunbound-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} + {:arglists ([name] [name init] [name init doc]), + :name "defvar", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defvar", - :namespace "clojure.contrib.def", + :doc "Defines a var with an optional intializer and doc string", + :var-type "macro", :line 23, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name] [name init] [name init doc]), - :doc "Defines a var with an optional intializer and doc string", - :name "defvar"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} + {:arglists ([name & decls]), + :name "defvar-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L44", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defvar-", - :namespace "clojure.contrib.def", + :doc "Same as defvar but yields a private definition", + :var-type "macro", :line 44, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name & decls]), - :doc "Same as defvar but yields a private definition", - :name "defvar-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} + {:arglists ([name macro-args]), + :name "name-with-attributes", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L94", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/name-with-attributes", - :namespace "clojure.contrib.def", - :line 94, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj", - :var-type "function", - :arglists ([name macro-args]), :doc "To be used in macro definitions.\nHandles optional docstrings and attribute maps for a name to be defined\nin a list of macro arguments. If the first macro argument is a string,\nit is added as a docstring to name and removed from the macro argument\nlist. If afterwards the first macro argument is a map, its entries are\nadded to the name's metadata map and the map is removed from the\nmacro argument list. The return value is a vector containing the name\nwith its extended metadata map and the list of unprocessed macro\narguments.", - :name "name-with-attributes"} - {:source-url + :var-type "function", + :line 94, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/def.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L144", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*append-to-writer*", @@ -1571,7 +1727,9 @@ :doc "If true, writer and spit will open files in append mode.\nDefaults to false. Use append-writer or append-spit.", :name "*append-to-writer*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L76", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*buffer-size*", @@ -1582,7 +1740,9 @@ :doc "Size, in bytes or characters, of the buffer used when\ncopying streams.", :name "*buffer-size*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L81", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*byte-array-type*", @@ -1592,7 +1752,9 @@ :var-type "var", :doc "Type object for a Java primitive byte array.", :name "*byte-array-type*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L70", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*default-encoding*", @@ -1603,1679 +1765,1949 @@ :doc "Name of the default encoding to use when reading & writing.\nDefault is UTF-8.", :name "*default-encoding*"} - {:source-url + {:arglists ([f content]), + :name "append-spit", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L263", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/append-spit", - :namespace "clojure.contrib.duck-streams", - :line 263, - :file "clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([f content]), :doc "Like spit but appends to file.", - :name "append-spit"} - {:source-url + :var-type "function", + :line 263, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([x]), + :name "append-writer", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L215", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/append-writer", - :namespace "clojure.contrib.duck-streams", - :line 215, - :file "clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([x]), :doc "Like writer but opens file for appending. Does not work on streams\nthat are already open.", - :name "append-writer"} - {:source-url + :var-type "function", + :line 215, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([input output]), + :name "copy", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L299", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/copy", - :namespace "clojure.contrib.duck-streams", - :line 299, - :file "clojure/contrib/duck_streams.clj", - :var-type "multimethod", - :arglists ([input output]), :doc "Copies input to output. Returns nil.\nInput may be an InputStream, Reader, File, byte[], or String.\nOutput may be an OutputStream, Writer, or File.\n\nDoes not close any streams except those it opens itself \n(on a File).\n\nWriting a File fails if the parent directory does not exist.", - :name "copy"} - {:source-url + :var-type "multimethod", + :line 299, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([& args]), + :name "file-str", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L86", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/file-str", - :namespace "clojure.contrib.duck-streams", - :line 86, - :file "clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([& args]), :doc "Concatenates args as strings and returns a java.io.File. Replaces\nall / and \\ with File/separatorChar. Replaces ~ at the start of\nthe path with the user.home system property.", - :name "file-str"} - {:source-url + :var-type "function", + :line 86, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([file]), + :name "make-parents", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L386", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/make-parents", - :namespace "clojure.contrib.duck-streams", - :line 386, - :file "clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([file]), :doc "Creates all parent directories of file.", - :name "make-parents"} - {:source-url + :var-type "function", + :line 386, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([]), + :name "pwd", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L269", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/pwd", - :namespace "clojure.contrib.duck-streams", - :line 269, - :file "clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([]), :doc "Returns current working directory as a String. (Like UNIX 'pwd'.)\nNote: In Java, you cannot change the current working directory.", - :name "pwd"} - {:source-url + :var-type "function", + :line 269, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([f]), + :name "read-lines", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L234", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/read-lines", - :namespace "clojure.contrib.duck-streams", - :line 234, - :file "clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([f]), :doc "Like clojure.core/line-seq but opens f with reader. Automatically\ncloses the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.", - :name "read-lines"} - {:source-url + :var-type "function", + :line 234, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([x]), + :name "reader", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L100", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/reader", - :namespace "clojure.contrib.duck-streams", - :line 100, - :file "clojure/contrib/duck_streams.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Attempts to coerce its argument into an open\njava.io.BufferedReader. Argument may be an instance of Reader,\nBufferedReader, InputStream, File, URI, URL, Socket, or String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names. Uses *default-encoding* as the text encoding.\n\nShould be used inside with-open to ensure the Reader is properly\nclosed.", - :name "reader"} - {:source-url + :var-type "multimethod", + :line 100, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([f]), + :name "slurp*", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L245", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/slurp*", - :namespace "clojure.contrib.duck-streams", - :line 245, - :file "clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([f]), :doc "Like clojure.core/slurp but opens f with reader.", - :name "slurp*"} - {:source-url + :var-type "function", + :line 245, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([f content]), + :name "spit", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L256", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/spit", - :namespace "clojure.contrib.duck-streams", - :line 256, - :file "clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([f content]), :doc "Opposite of slurp. Opens f with writer, writes content, then\ncloses f.", - :name "spit"} - {:source-url + :var-type "function", + :line 256, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([arg]), + :name "to-byte-array", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L391", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/to-byte-array", - :namespace "clojure.contrib.duck-streams", - :line 391, - :file "clojure/contrib/duck_streams.clj", - :var-type "multimethod", - :arglists ([arg]), :doc "Converts argument into a Java byte array. Argument may be\na String, File, InputStream, or Reader. If the argument is already\na byte array, returns it.", - :name "to-byte-array"} - {:source-url + :var-type "multimethod", + :line 391, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([f & body]), + :name "with-in-reader", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L292", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/with-in-reader", - :namespace "clojure.contrib.duck-streams", - :line 292, - :file "clojure/contrib/duck_streams.clj", - :var-type "macro", - :arglists ([f & body]), :doc "Opens a PushbackReader on f, binds it to *in*, and evaluates body.", - :name "with-in-reader"} - {:source-url + :var-type "macro", + :line 292, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([f & body]), + :name "with-out-append-writer", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L285", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/with-out-append-writer", - :namespace "clojure.contrib.duck-streams", - :line 285, - :file "clojure/contrib/duck_streams.clj", - :var-type "macro", - :arglists ([f & body]), :doc "Like with-out-writer but appends to file.", - :name "with-out-append-writer"} - {:source-url + :var-type "macro", + :line 285, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([f & body]), + :name "with-out-writer", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L277", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/with-out-writer", - :namespace "clojure.contrib.duck-streams", - :line 277, - :file "clojure/contrib/duck_streams.clj", - :var-type "macro", - :arglists ([f & body]), :doc "Opens a writer on f, binds it to *out*, and evalutes body.\nAnything printed within body will be written to f.", - :name "with-out-writer"} - {:source-url + :var-type "macro", + :line 277, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([f lines]), + :name "write-lines", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L223", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/write-lines", - :namespace "clojure.contrib.duck-streams", - :line 223, - :file "clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([f lines]), :doc "Writes lines (a seq) to f, separated by newlines. f is opened with\nwriter, and automatically closed at the end of the sequence.", - :name "write-lines"} - {:source-url + :var-type "function", + :line 223, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([x]), + :name "writer", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/writer", - :namespace "clojure.contrib.duck-streams", - :line 151, - :file "clojure/contrib/duck_streams.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Attempts to coerce its argument into an open java.io.PrintWriter\nwrapped around a java.io.BufferedWriter. Argument may be an\ninstance of Writer, PrintWriter, BufferedWriter, OutputStream, File,\nURI, URL, Socket, or String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names.\n\nShould be used inside with-open to ensure the Writer is properly\nclosed.", - :name "writer"} - {:source-url + :var-type "multimethod", + :line 151, + :file "clojure/contrib/duck_streams.clj"} + {:arglists ([continue-name [args*] & body]), + :name "bind-continue", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L150", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/bind-continue", - :namespace "clojure.contrib.error-kit", - :line 150, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj", - :var-type "function", - :arglists ([continue-name [args*] & body]), :doc "Special form to be used inside a 'with-handler'.\nControl can be passed to this 'continue' form from a 'raise' enclosed\nin this with-handler's dynamic scope, when this 'continue-name' is\ngiven to a 'continue' form.", - :name "bind-continue"} - {:source-url + :var-type "function", + :line 150, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} + {:arglists + ([name [parent-error?] doc-string? [args*] & body] + [name [parent-error?] doc-string? args-destruct-map & body]), + :name "deferror", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/deferror", - :namespace "clojure.contrib.error-kit", + :doc "Define a new error type", + :var-type "macro", :line 59, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists - ([name [parent-error?] doc-string? [args*] & body] - [name [parent-error?] doc-string? args-destruct-map & body]), - :doc "Define a new error type", - :name "deferror"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} + {:arglists ([]), + :name "do-not-handle", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L117", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/do-not-handle", - :namespace "clojure.contrib.error-kit", - :line 117, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists ([]), :doc "Use in a tail position of a 'handle' form to indicate 'raise' should\nnot consider the error handled, but should continue searching for an\nappropriate 'handle' form. Allows finer-grain control over catching\nthan just the error type.", - :name "do-not-handle"} - {:source-url + :var-type "macro", + :line 117, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} + {:arglists ([details]), + :name "error", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/error", - :namespace "clojure.contrib.error-kit", + :doc "Base type for all error-kit errors", + :var-type "function", :line 46, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj", - :var-type "function", - :arglists ([details]), - :doc "Base type for all error-kit errors", - :name "error"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} + {:arglists + ([error-name? [args*] & body] + [error-name? args-destruct-map-args & body]), + :name "handle", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L138", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/handle", - :namespace "clojure.contrib.error-kit", - :line 138, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj", - :var-type "function", - :arglists - ([error-name? [args*] & body] - [error-name? args-destruct-map-args & body]), :doc "Special form to be used inside a 'with-handler'. When\nany error is 'raised' from withing the dynamic scope of 'body' that\nis of error-name's type or a derived type, the args will be bound\nand the body executed. If no 'error-name' is given, the body will\nbe executed for regardless of the type of error raised. The body\nmay return a value, in which case that will be the return value of\nthe entire 'with-handler' form, or it may use any of the special\nreturn forms, 'do-not-handle', 'continue-with', or 'continue'.", - :name "handle"} - {:source-url + :var-type "function", + :line 138, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} + {:arglists ([err-name & args]), + :name "raise", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L110", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/raise", - :namespace "clojure.contrib.error-kit", - :line 110, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists ([err-name & args]), :doc "Raise an error of the type err-name, constructed with the given args", - :name "raise"} - {:source-url + :var-type "macro", + :line 110, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} + {:arglists ([err]), + :name "raise*", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L86", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/raise*", - :namespace "clojure.contrib.error-kit", - :line 86, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj", - :var-type "function", - :arglists ([err]), :doc "Raise the given error object, best if created by an error\nconstructor defined with deferror. See also 'raise' macro.", - :name "raise*"} - {:source-url + :var-type "function", + :line 86, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} + {:arglists ([class-name]), + :name "throw-msg", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L39", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/throw-msg", - :namespace "clojure.contrib.error-kit", - :line 39, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists ([class-name]), :doc "Returns a function that throws a Java Exception with the given\nname. Useful to associate a new error-kit error type with a\nparticular Java Exception class, via the :unhandled error key.", - :name "throw-msg"} - {:source-url + :var-type "macro", + :line 39, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} + {:arglists ([& forms]), + :name "with-handler", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj#L163", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/with-handler", - :namespace "clojure.contrib.error-kit", - :line 163, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists ([& forms]), :doc "This is error-kit's dynamic scope form. The body will be executed\nin a dynamic context that includes all of the following 'handle' and\n'bind-continue' forms.", - :name "with-handler"} - {:source-url + :var-type "macro", + :line 163, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/error_kit.clj"} + {:arglists ([& args]), + :name "throw-arg", + :namespace "clojure.contrib.except", + :source-url "http://github.com/clojure/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-arg", - :namespace "clojure.contrib.except", - :line 57, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/except.clj", - :var-type "function", - :arglists ([& args]), :doc "Throws an IllegalArgumentException. All arguments are optional:\n\n cause? format? format-args*\n\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core/format\n- format-args are objects that correspond to format specifiers in\n format.", - :name "throw-arg"} - {:source-url + :var-type "function", + :line 57, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/except.clj"} + {:arglists ([test & args]), + :name "throw-if", + :namespace "clojure.contrib.except", + :source-url "http://github.com/clojure/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L43", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-if", - :namespace "clojure.contrib.except", - :line 43, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/except.clj", - :var-type "function", - :arglists ([test & args]), :doc "Throws an Exception or Error if test is true. args are those documented\nfor throwf.", - :name "throw-if"} - {:source-url + :var-type "function", + :line 43, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/except.clj"} + {:arglists ([test & args]), + :name "throw-if-not", + :namespace "clojure.contrib.except", + :source-url "http://github.com/clojure/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-if-not", - :namespace "clojure.contrib.except", - :line 50, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/except.clj", - :var-type "function", - :arglists ([test & args]), :doc "Throws an Exception or Error if test is false. args are those documented\nfor throwf.", - :name "throw-if-not"} - {:source-url + :var-type "function", + :line 50, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/except.clj"} + {:arglists ([& args]), + :name "throwf", + :namespace "clojure.contrib.except", + :source-url "http://github.com/clojure/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throwf", - :namespace "clojure.contrib.except", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/except.clj", - :var-type "function", - :arglists ([& args]), :doc "Throws an Exception or Error with an optional message formatted using\nclojure.core/format. All arguments are optional:\n\n class? cause? format? format-args*\n\n- class defaults to Exception, if present it must name a kind of\n Throwable\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core/format\n- format-args are objects that correspond to format specifiers in\n format.", - :name "throwf"} - {:source-url + :var-type "function", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/except.clj"} + {:arglists ([test-value & clauses]), + :name "case", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj#L79", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/case", - :namespace "clojure.contrib.fcase", - :line 79, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([test-value & clauses]), :doc "Like cond, but test-value is compared against the value of each\ntest expression with =. If they are equal, executes the \"body\"\nexpression. Optional last expression is executed if none of the\ntest expressions match.", - :name "case"} - {:source-url + :var-type "macro", + :line 79, + :file "clojure/contrib/fcase.clj"} + {:arglists ([compare-fn case-value & test-expr-clauses]), + :name "fcase", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj#L40", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/fcase", - :namespace "clojure.contrib.fcase", - :line 40, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([compare-fn case-value & test-expr-clauses]), :doc "Generic switch/case macro. 'fcase' is short for 'function case'.\n\nThe 'compare-fn' is a fn of two arguments.\n\nThe 'test-expr-clauses' are value-expression pairs without\nsurrounding parentheses, like in Clojure's 'cond'.\n\nThe 'case-value' is evaluated once and cached. Then, 'compare-fn'\nis called once for each clause, with the clause's test value as its\nfirst argument and 'case-value' as its second argument. If\n'compare-fn' returns logical true, the clause's expression is\nevaluated and returned. If 'compare-fn' returns false/nil, we go to\nthe next test value.\n\nIf 'test-expr-clauses' contains an odd number of items, the last\nitem is the default expression evaluated if no case-value matches.\nIf there is no default expression and no case-value matches, fcase\nreturns nil.\n\nSee specific forms of this macro in 'case' and 're-case'.\n\nThe test expressions in 'fcase' are always evaluated linearly, in\norder. For a large number of case expressions it may be more\nefficient to use a hash lookup.", - :name "fcase"} - {:source-url + :var-type "macro", + :line 40, + :file "clojure/contrib/fcase.clj"} + {:arglists ([test-value & clauses]), + :name "in-case", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj#L103", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/in-case", - :namespace "clojure.contrib.fcase", - :line 103, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([test-value & clauses]), :doc "Like case, but test expressions are sequences. The test expression\nis true if any item in the sequence is equal (tested with '=') to\nthe test value.", - :name "in-case"} - {:source-url + :var-type "macro", + :line 103, + :file "clojure/contrib/fcase.clj"} + {:arglists ([test-value & clauses]), + :name "instance-case", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj#L93", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/instance-case", - :namespace "clojure.contrib.fcase", - :line 93, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([test-value & clauses]), :doc "Like case, but the test expressions are Java class names, tested with\n'instance?'.", - :name "instance-case"} - {:source-url + :var-type "macro", + :line 93, + :file "clojure/contrib/fcase.clj"} + {:arglists ([test-value & clauses]), + :name "re-case", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d9c42218f493e7eb261677047008cedb67364ee8/src/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/re-case", - :namespace "clojure.contrib.fcase", - :line 87, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([test-value & clauses]), :doc "Like case, but the test expressions are regular expressions, tested\nwith re-find.", - :name "re-case"} - {:source-url + :var-type "macro", + :line 87, + :file "clojure/contrib/fcase.clj"} + {:arglists ([file]), + :name "clojure-source-file?", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/clojure-source-file?", - :namespace "clojure.contrib.find-namespaces", + :doc "Returns true if file is a normal file with a .clj extension.", + :var-type "function", :line 28, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([file]), - :doc "Returns true if file is a normal file with a .clj extension.", - :name "clojure-source-file?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([jar-file]), + :name "clojure-sources-in-jar", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/clojure-sources-in-jar", - :namespace "clojure.contrib.find-namespaces", - :line 88, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([jar-file]), :doc "Returns a sequence of filenames ending in .clj found in the JAR file.", - :name "clojure-sources-in-jar"} - {:source-url + :var-type "function", + :line 88, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([form]), + :name "comment?", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/comment?", - :namespace "clojure.contrib.find-namespaces", + :doc "Returns true if form is a (comment ...)", + :var-type "function", :line 42, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([form]), - :doc "Returns true if form is a (comment ...)", - :name "comment?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([dir]), + :name "find-clojure-sources-in-dir", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L34", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-clojure-sources-in-dir", - :namespace "clojure.contrib.find-namespaces", - :line 34, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([dir]), :doc "Searches recursively under dir for Clojure source files (.clj).\nReturns a sequence of File objects, in breadth-first sort order.", - :name "find-clojure-sources-in-dir"} - {:source-url + :var-type "function", + :line 34, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([dir]), + :name "find-namespaces-in-dir", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L79", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-in-dir", - :namespace "clojure.contrib.find-namespaces", - :line 79, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([dir]), :doc "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the symbol names of the declared namespaces.", - :name "find-namespaces-in-dir"} - {:source-url + :var-type "function", + :line 79, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([jarfile]), + :name "find-namespaces-in-jarfile", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L112", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-in-jarfile", - :namespace "clojure.contrib.find-namespaces", - :line 112, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([jarfile]), :doc "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations. Returns a sequence of the symbol names of the\ndeclared namespaces.", - :name "find-namespaces-in-jarfile"} - {:source-url + :var-type "function", + :line 112, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([]), + :name "find-namespaces-on-classpath", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L131", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-on-classpath", - :namespace "clojure.contrib.find-namespaces", - :line 131, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([]), :doc "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the symbol names of the declared namespaces.", - :name "find-namespaces-on-classpath"} - {:source-url + :var-type "function", + :line 131, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([dir]), + :name "find-ns-decls-in-dir", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L73", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-in-dir", - :namespace "clojure.contrib.find-namespaces", - :line 73, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([dir]), :doc "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the unevaluated ns declarations.", - :name "find-ns-decls-in-dir"} - {:source-url + :var-type "function", + :line 73, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([jarfile]), + :name "find-ns-decls-in-jarfile", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L104", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-in-jarfile", - :namespace "clojure.contrib.find-namespaces", - :line 104, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([jarfile]), :doc "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations; returns the unevaluated ns declarations.", - :name "find-ns-decls-in-jarfile"} - {:source-url + :var-type "function", + :line 104, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([]), + :name "find-ns-decls-on-classpath", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L122", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-on-classpath", - :namespace "clojure.contrib.find-namespaces", - :line 122, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([]), :doc "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the unevaluated ns declaration forms.", - :name "find-ns-decls-on-classpath"} - {:source-url + :var-type "function", + :line 122, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([form]), + :name "ns-decl?", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/ns-decl?", - :namespace "clojure.contrib.find-namespaces", + :doc "Returns true if form is a (ns ...) declaration.", + :var-type "function", :line 47, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([form]), - :doc "Returns true if form is a (ns ...) declaration.", - :name "ns-decl?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([file]), + :name "read-file-ns-decl", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L65", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-file-ns-decl", - :namespace "clojure.contrib.find-namespaces", - :line 65, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([file]), :doc "Attempts to read a (ns ...) declaration from file, and returns the\nunevaluated form. Returns nil if read fails, or if the first form\nis not a ns declaration.", - :name "read-file-ns-decl"} - {:source-url + :var-type "function", + :line 65, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([rdr]), + :name "read-ns-decl", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-ns-decl", - :namespace "clojure.contrib.find-namespaces", - :line 52, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([rdr]), :doc "Attempts to read a (ns ...) declaration from rdr, and returns the\nunevaluated form. Returns nil if read fails or if a ns declaration\ncannot be found. The ns declaration must be the first Clojure form\nin the file, except for (comment ...) forms.", - :name "read-ns-decl"} - {:source-url + :var-type "function", + :line 52, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([jarfile entry-name]), + :name "read-ns-decl-from-jarfile-entry", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L93", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-ns-decl-from-jarfile-entry", - :namespace "clojure.contrib.find-namespaces", - :line 93, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([jarfile entry-name]), :doc "Attempts to read a (ns ...) declaration from the named entry in the\nJAR file, and returns the unevaluated form. Returns nil if the read\nfails, or if the first form is not a ns declaration.", - :name "read-ns-decl-from-jarfile-entry"} - {:source-url + :var-type "function", + :line 93, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/find_namespaces.clj"} + {:arglists ([getter setter] [getter setter & keyvals]), + :name "fnmap", + :namespace "clojure.contrib.fnmap", + :source-url "http://github.com/clojure/clojure-contrib/blob/016af1ddecea945f0ae9e6354e2bd006efcd7a04/src/clojure/contrib/fnmap.clj#L19", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/016af1ddecea945f0ae9e6354e2bd006efcd7a04/src/clojure/contrib/fnmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fnmap-api.html#clojure.contrib.fnmap/fnmap", - :namespace "clojure.contrib.fnmap", - :line 19, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/fnmap.clj", - :var-type "function", - :arglists ([getter setter] [getter setter & keyvals]), :doc "Creates a fnmap, or functional map. A fnmap behaves like an\nordinary Clojure map, except that calls to get and assoc are\nfiltered through user-defined getter and setter functions, which\noperate on an internal map.\n\n(getter m key) should return a value for key.\n\n(setter m key value) should assoc key with value and return a new\nmap for m.\n\nAll other map operations are passed through to the internal map.", - :name "fnmap"} - {:source-url + :var-type "function", + :line 19, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/fnmap.clj"} + {:arglists ([libs]), + :name "generate-documentation", + :namespace "clojure.contrib.gen-html-docs", + :source-url "http://github.com/clojure/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj#L430", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//gen-html-docs-api.html#clojure.contrib.gen-html-docs/generate-documentation", - :namespace "clojure.contrib.gen-html-docs", - :line 430, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/gen_html_docs.clj", - :var-type "function", - :arglists ([libs]), :doc "Returns a string which is the HTML documentation for the libraries\nnamed by libs. Libs is a vector of symbols identifying Clojure\nlibraries.", - :name "generate-documentation"} - {:source-url + :var-type "function", + :line 430, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/gen_html_docs.clj"} + {:arglists ([path libs]), + :name "generate-documentation-to-file", + :namespace "clojure.contrib.gen-html-docs", + :source-url "http://github.com/clojure/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj#L456", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//gen-html-docs-api.html#clojure.contrib.gen-html-docs/generate-documentation-to-file", - :namespace "clojure.contrib.gen-html-docs", - :line 456, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/gen_html_docs.clj", - :var-type "function", - :arglists ([path libs]), :doc "Calls generate-documentation on the libraries named by libs and\nemits the generated HTML to the path named by path.", - :name "generate-documentation-to-file"} - {:source-url + :var-type "function", + :line 456, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/gen_html_docs.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "*", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L111", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/*", - :namespace "clojure.contrib.generic.arithmetic", - :line 111, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return the product of all arguments. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", - :name "*"} - {:source-url + :var-type "multimethod", + :line 111, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "+", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L45", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/+", - :namespace "clojure.contrib.generic.arithmetic", - :line 45, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return the sum of all arguments. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", - :name "+"} - {:source-url + :var-type "multimethod", + :line 45, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "-", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L77", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/-", - :namespace "clojure.contrib.generic.arithmetic", - :line 77, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return the difference of the first argument and the sum of all other\narguments. The minimal implementation for type ::my-type is the binary\nform with dispatch value [::my-type ::my-type].", - :name "-"} - {:source-url + :var-type "multimethod", + :line 77, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "/", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L143", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic//", - :namespace "clojure.contrib.generic.arithmetic", - :line 143, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return the quotient of the first argument and the product of all other\narguments. The minimal implementation for type ::my-type is the binary\nform with dispatch value [::my-type ::my-type].", - :name "/"} - {:source-url + :var-type "multimethod", + :line 143, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj"} + {:arglists ([ns name & args]), + :name "defmethod*", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L173", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/defmethod*", - :namespace "clojure.contrib.generic.arithmetic", - :line 173, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj", - :var-type "macro", - :arglists ([ns name & args]), :doc "Define a method implementation for the multimethod name in namespace ns.\nRequired for implementing the division function from another namespace.", - :name "defmethod*"} - {:source-url + :var-type "macro", + :line 173, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj"} + {:arglists ([ns sym]), + :name "qsym", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L180", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/qsym", - :namespace "clojure.contrib.generic.arithmetic", - :line 180, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj", - :var-type "macro", - :arglists ([ns sym]), :doc "Create the qualified symbol corresponding to sym in namespace ns.\nRequired to access the division function from another namespace,\ne.g. as (qsym clojure.contrib.generic.arithmetic /).", - :name "qsym"} - {:source-url + :var-type "macro", + :line 180, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/arithmetic.clj"} + {:arglists ([coll & key-val-pairs]), + :name "assoc", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L26", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/assoc", - :namespace "clojure.contrib.generic.collection", - :line 26, - :file "clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([coll & key-val-pairs]), :doc "Returns a new collection in which the values corresponding to the\ngiven keys are updated by the given values. Each type of collection\ncan have specific restrictions on the possible keys.", - :name "assoc"} - {:source-url + :var-type "multimethod", + :line 26, + :file "clojure/contrib/generic/collection.clj"} + {:arglists ([coll & xs]), + :name "conj", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/conj", - :namespace "clojure.contrib.generic.collection", - :line 42, - :file "clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([coll & xs]), :doc "Returns a new collection resulting from adding all xs to coll.", - :name "conj"} - {:source-url + :var-type "multimethod", + :line 42, + :file "clojure/contrib/generic/collection.clj"} + {:arglists ([coll & keys]), + :name "dissoc", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/dissoc", - :namespace "clojure.contrib.generic.collection", - :line 54, - :file "clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([coll & keys]), :doc "Returns a new collection in which the entries corresponding to the\ngiven keys are removed. Each type of collection can have specific\nrestrictions on the possible keys.", - :name "dissoc"} - {:source-url + :var-type "multimethod", + :line 54, + :file "clojure/contrib/generic/collection.clj"} + {:arglists ([coll]), + :name "empty", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L68", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/empty", - :namespace "clojure.contrib.generic.collection", - :line 68, - :file "clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([coll]), :doc "Returns an empty collection of the same kind as the argument", - :name "empty"} - {:source-url + :var-type "multimethod", + :line 68, + :file "clojure/contrib/generic/collection.clj"} + {:arglists ([coll key] [coll key not-found]), + :name "get", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/get", - :namespace "clojure.contrib.generic.collection", - :line 80, - :file "clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([coll key] [coll key not-found]), :doc "Returns the element of coll referred to by key. Each type of collection\ncan have specific restrictions on the possible keys.", - :name "get"} - {:source-url + :var-type "multimethod", + :line 80, + :file "clojure/contrib/generic/collection.clj"} + {:arglists ([to from]), + :name "into", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/into", - :namespace "clojure.contrib.generic.collection", - :line 95, - :file "clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([to from]), :doc "Returns a new coll consisting of to-coll with all of the items of\nfrom-coll conjoined.", - :name "into"} - {:source-url + :var-type "multimethod", + :line 95, + :file "clojure/contrib/generic/collection.clj"} + {:arglists ([s]), + :name "seq", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L109", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/seq", - :namespace "clojure.contrib.generic.collection", - :line 109, - :file "clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([s]), :doc "Returns a seq on the object s.", - :name "seq"} - {:source-url + :var-type "multimethod", + :line 109, + :file "clojure/contrib/generic/collection.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "<", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L77", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/<", - :namespace "clojure.contrib.generic.comparison", - :line 77, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return true if each argument is smaller than the following ones.\nThe minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of >.", - :name "<"} - {:source-url + :var-type "multimethod", + :line 77, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "<=", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L129", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/<=", - :namespace "clojure.contrib.generic.comparison", - :line 129, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return true if each arguments is smaller than or equal to the following\nones. The minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of >.", - :name "<="} - {:source-url + :var-type "multimethod", + :line 129, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "=", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L36", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/=", - :namespace "clojure.contrib.generic.comparison", - :line 36, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return true if all arguments are equal. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", - :name "="} - {:source-url + :var-type "multimethod", + :line 36, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj"} + {:arglists ([x] [x y] [x y & more]), + :name ">", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L56", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/>", - :namespace "clojure.contrib.generic.comparison", - :line 56, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return true if each argument is larger than the following ones.\nThe minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type].", - :name ">"} - {:source-url + :var-type "multimethod", + :line 56, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj"} + {:arglists ([x] [x y] [x y & more]), + :name ">=", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L103", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/>=", - :namespace "clojure.contrib.generic.comparison", - :line 103, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return true if each argument is larger than or equal to the following\nones. The minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of <.", - :name ">="} - {:source-url + :var-type "multimethod", + :line 103, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj"} + {:arglists ([x]), + :name "zero?", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/zero?", - :namespace "clojure.contrib.generic.comparison", + :doc "Return true of x is zero.", + :var-type "multimethod", :line 28, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return true of x is zero.", - :name "zero?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/comparison.clj"} + {:arglists ([f s]), + :name "fmap", + :namespace "clojure.contrib.generic.functor", + :source-url "http://github.com/clojure/clojure-contrib/blob/bdc813a0d39cb3c6184c4e123d847458e9c77711/src/clojure/contrib/generic/functor.clj#L20", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/bdc813a0d39cb3c6184c4e123d847458e9c77711/src/clojure/contrib/generic/functor.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.functor-api.html#clojure.contrib.generic.functor/fmap", - :namespace "clojure.contrib.generic.functor", - :line 20, - :file "clojure/contrib/generic/functor.clj", - :var-type "multimethod", - :arglists ([f s]), :doc "Applies function f to each item in the data structure s and returns\na structure of the same kind.", - :name "fmap"} - {:source-url + :var-type "multimethod", + :line 20, + :file "clojure/contrib/generic/functor.clj"} + {:arglists ([x]), + :name "abs", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L53", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/abs", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the abs of x.", + :var-type "multimethod", :line 53, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the abs of x.", - :name "abs"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "acos", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/acos", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the acos of x.", + :var-type "multimethod", :line 54, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the acos of x.", - :name "acos"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x y eps]), + :name "approx=", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L110", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/approx=", - :namespace "clojure.contrib.generic.math-functions", - :line 110, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "function", - :arglists ([x y eps]), :doc "Return true if the absolute value of the difference between x and y\nis less than eps.", - :name "approx="} - {:source-url + :var-type "function", + :line 110, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "asin", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L55", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/asin", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the asin of x.", + :var-type "multimethod", :line 55, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the asin of x.", - :name "asin"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "atan", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L56", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/atan", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the atan of x.", + :var-type "multimethod", :line 56, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the atan of x.", - :name "atan"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x y]), + :name "atan2", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/atan2", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the atan2 of x and y.", + :var-type "multimethod", :line 57, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x y]), - :doc "Return the atan2 of x and y.", - :name "atan2"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "ceil", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L58", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/ceil", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the ceil of x.", + :var-type "multimethod", :line 58, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the ceil of x.", - :name "ceil"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "conjugate", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/conjugate", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the conjugate of x.", + :var-type "multimethod", :line 87, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the conjugate of x.", - :name "conjugate"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "cos", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/cos", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the cos of x.", + :var-type "multimethod", :line 59, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the cos of x.", - :name "cos"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "exp", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L60", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/exp", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the exp of x.", + :var-type "multimethod", :line 60, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the exp of x.", - :name "exp"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "floor", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L61", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/floor", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the floor of x.", + :var-type "multimethod", :line 61, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the floor of x.", - :name "floor"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "log", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/log", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the log of x.", + :var-type "multimethod", :line 62, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the log of x.", - :name "log"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x y]), + :name "pow", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L63", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/pow", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the pow of x and y.", + :var-type "multimethod", :line 63, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x y]), - :doc "Return the pow of x and y.", - :name "pow"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "rint", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/rint", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the rint of x.", + :var-type "multimethod", :line 64, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the rint of x.", - :name "rint"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "round", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L65", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/round", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the round of x.", + :var-type "multimethod", :line 65, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the round of x.", - :name "round"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "sgn", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L73", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sgn", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the sign of x (-1, 0, or 1).", + :var-type "multimethod", :line 73, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the sign of x (-1, 0, or 1).", - :name "sgn"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "sin", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sin", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the sin of x.", + :var-type "multimethod", :line 66, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the sin of x.", - :name "sin"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "sqr", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L98", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sqr", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the square of x.", + :var-type "multimethod", :line 98, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the square of x.", - :name "sqr"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "sqrt", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L67", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sqrt", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the sqrt of x.", + :var-type "multimethod", :line 67, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the sqrt of x.", - :name "sqrt"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "tan", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L68", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/tan", - :namespace "clojure.contrib.generic.math-functions", + :doc "Return the tan of x.", + :var-type "multimethod", :line 68, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), - :doc "Return the tan of x.", - :name "tan"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/generic/math_functions.clj"} + {:arglists ([g]), + :name "add-loops", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/add-loops", - :namespace "clojure.contrib.graph", + :doc "For each node n, add the edge n->n if not already present.", + :var-type "function", :line 49, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), - :doc "For each node n, add the edge n->n if not already present.", - :name "add-loops"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([g] [g sccs]), + :name "component-graph", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L133", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/component-graph", - :namespace "clojure.contrib.graph", - :line 133, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g] [g sccs]), :doc "Given a graph, perhaps with cycles, return a reduced graph that is acyclic.\nEach node in the new graph will be a set of nodes from the old.\nThese sets are the strongly connected components. Each edge will\nbe the union of the corresponding edges of the prior graph.", - :name "component-graph"} - {:source-url + :var-type "function", + :line 133, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "dependency-list", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L190", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/dependency-list", - :namespace "clojure.contrib.graph", - :line 190, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Similar to a topological sort, this returns a vector of sets. The\nset of nodes at index 0 are independent. The set at index 1 depend\non index 0; those at 2 depend on 0 and 1, and so on. Those withing\na set have no mutual dependencies. Assume the input graph (which\nmuch be acyclic) has an edge a->b when a depends on b.", - :name "dependency-list"} - {:source-url + :var-type "function", + :line 190, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([data fun max equal]), + :name "fixed-point", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L167", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/fixed-point", - :namespace "clojure.contrib.graph", - :line 167, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([data fun max equal]), :doc "Repeatedly apply fun to data until (equal old-data new-data)\nreturns true. If max iterations occur, it will throw an\nexception. Set max to nil for unlimited iterations.", - :name "fixed-point"} - {:source-url + :var-type "function", + :line 167, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([g n]), + :name "get-neighbors", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/get-neighbors", - :namespace "clojure.contrib.graph", + :doc "Get the neighbors of a node.", + :var-type "function", :line 29, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g n]), - :doc "Get the neighbors of a node.", - :name "get-neighbors"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([g n] [g ns v]), + :name "lazy-walk", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L68", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/lazy-walk", - :namespace "clojure.contrib.graph", - :line 68, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g n] [g ns v]), :doc "Return a lazy sequence of the nodes of a graph starting a node n. Optionally,\nprovide a set of visited notes (v) and a collection of nodes to\nvisit (ns).", - :name "lazy-walk"} - {:source-url + :var-type "function", + :line 68, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "post-ordered-nodes", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L110", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/post-ordered-nodes", - :namespace "clojure.contrib.graph", - :line 110, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Return a sequence of indexes of a post-ordered walk of the graph.", - :name "post-ordered-nodes"} - {:source-url + :var-type "function", + :line 110, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([g ns]), + :name "recursive-component?", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/recursive-component?", - :namespace "clojure.contrib.graph", + :doc "Is the component (recieved from scc) self recursive?", + :var-type "function", :line 151, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g ns]), - :doc "Is the component (recieved from scc) self recursive?", - :name "recursive-component?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "remove-loops", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/remove-loops", - :namespace "clojure.contrib.graph", + :doc "For each node n, remove any edges n->n.", + :var-type "function", :line 57, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), - :doc "For each node n, remove any edges n->n.", - :name "remove-loops"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "reverse-graph", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/reverse-graph", - :namespace "clojure.contrib.graph", - :line 37, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Given a directed graph, return another directed graph with the\norder of the edges reversed.", - :name "reverse-graph"} - {:source-url + :var-type "function", + :line 37, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "scc", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L117", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/scc", - :namespace "clojure.contrib.graph", - :line 117, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Returns, as a sequence of sets, the strongly connected components\nof g.", - :name "scc"} - {:source-url + :var-type "function", + :line 117, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "self-recursive-sets", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L158", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/self-recursive-sets", - :namespace "clojure.contrib.graph", - :line 158, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Returns, as a sequence of sets, the components of a graph that are\nself-recursive.", - :name "self-recursive-sets"} - {:source-url + :var-type "function", + :line 158, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([g1 g2]), + :name "stratification-list", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L207", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/stratification-list", - :namespace "clojure.contrib.graph", - :line 207, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g1 g2]), :doc "Similar to dependency-list (see doc), except two graphs are\nprovided. The first is as dependency-list. The second (which may\nhave cycles) provides a partial-dependency relation. If node a\ndepends on node b (meaning an edge a->b exists) in the second\ngraph, node a must be equal or later in the sequence.", - :name "stratification-list"} - {:source-url + :var-type "function", + :line 207, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "transitive-closure", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L81", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/transitive-closure", - :namespace "clojure.contrib.graph", - :line 81, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Returns the transitive closure of a graph. The neighbors are lazily computed.\n\nNote: some version of this algorithm return all edges a->a\nregardless of whether such loops exist in the original graph. This\nversion does not. Loops will be included only if produced by\ncycles in the graph. If you have code that depends on such\nbehavior, call (-> g transitive-closure add-loops)", - :name "transitive-closure"} - {:source-url + :var-type "function", + :line 81, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/graph.clj"} + {:arglists ([& args]), + :name "all-greatest", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-greatest", - :namespace "clojure.contrib.greatest-least", + :doc "Returns all the greatest elements.", + :var-type "function", :line 52, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([& args]), - :doc "Returns all the greatest elements.", - :name "all-greatest"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} + {:arglists ([f & args]), + :name "all-greatest-by", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-greatest-by", - :namespace "clojure.contrib.greatest-least", - :line 47, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([f & args]), :doc "Return all the elements for which f yields the greatest value.", - :name "all-greatest-by"} - {:source-url + :var-type "function", + :line 47, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} + {:arglists ([& args]), + :name "all-least", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-least", - :namespace "clojure.contrib.greatest-least", + :doc "Returns all the least elements.", + :var-type "function", :line 62, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([& args]), - :doc "Returns all the least elements.", - :name "all-least"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} + {:arglists ([f & args]), + :name "all-least-by", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-least-by", - :namespace "clojure.contrib.greatest-least", + :doc "Return all the elements for which f yields the least value.", + :var-type "function", :line 57, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([f & args]), - :doc "Return all the elements for which f yields the least value.", - :name "all-least-by"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} + {:arglists ([& args]), + :name "greatest", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/greatest", - :namespace "clojure.contrib.greatest-least", + :doc "Return the greatest argument.", + :var-type "function", :line 18, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([& args]), - :doc "Return the greatest argument.", - :name "greatest"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} + {:arglists ([f & args]), + :name "greatest-by", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L13", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/greatest-by", - :namespace "clojure.contrib.greatest-least", + :doc "Return the argument for which f yields the greatest value.", + :var-type "function", :line 13, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([f & args]), - :doc "Return the argument for which f yields the greatest value.", - :name "greatest-by"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} + {:arglists ([& args]), + :name "least", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/least", - :namespace "clojure.contrib.greatest-least", + :doc "Return the smallest element.", + :var-type "function", :line 28, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([& args]), - :doc "Return the smallest element.", - :name "least"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} + {:arglists ([f & args]), + :name "least-by", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/least-by", - :namespace "clojure.contrib.greatest-least", + :doc "Return the argument for which f yields the smallest value.", + :var-type "function", :line 23, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([f & args]), - :doc "Return the argument for which f yields the smallest value.", - :name "least-by"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/greatest_least.clj"} + {:arglists ([http-agnt]), + :name "buffer-bytes", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L147", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/buffer-bytes", - :namespace "clojure.contrib.http.agent", - :line 147, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "The default HTTP agent result handler; it collects the response\nbody in a java.io.ByteArrayOutputStream, which can later be\nretrieved with the 'stream', 'string', and 'bytes' functions.", - :name "buffer-bytes"} - {:source-url + :var-type "function", + :line 147, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "bytes", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L253", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/bytes", - :namespace "clojure.contrib.http.agent", - :line 253, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns a Java byte array of the content returned by the server;\nnil if the content is not yet available.", - :name "bytes"} - {:source-url + :var-type "function", + :line 253, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "client-error?", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L364", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/client-error?", - :namespace "clojure.contrib.http.agent", - :line 364, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns true if the HTTP response code was in the 400-499 range.", - :name "client-error?"} - {:source-url + :var-type "function", + :line 364, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "done?", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L303", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/done?", - :namespace "clojure.contrib.http.agent", + :doc "Returns true if the HTTP request/response has completed.", + :var-type "function", :line 303, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), - :doc "Returns true if the HTTP request/response has completed.", - :name "done?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "error?", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L374", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/error?", - :namespace "clojure.contrib.http.agent", - :line 374, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns true if the HTTP response code was in the 400-499 range OR\nthe 500-599 range.", - :name "error?"} - {:source-url + :var-type "function", + :line 374, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "headers", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L324", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/headers", - :namespace "clojure.contrib.http.agent", - :line 324, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns a map of HTTP response headers. Header names are converted\nto keywords in all lower-case Header values are strings. If a\nheader appears more than once, only the last value is returned.", - :name "headers"} - {:source-url + :var-type "function", + :line 324, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "headers-seq", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L334", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/headers-seq", - :namespace "clojure.contrib.http.agent", - :line 334, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the HTTP response headers in order as a sequence of\n[String,String] pairs. The first 'header' name may be null for the\nHTTP status line.", - :name "headers-seq"} - {:source-url + :var-type "function", + :line 334, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([uri & options]), + :name "http-agent", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L168", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/http-agent", - :namespace "clojure.contrib.http.agent", - :line 168, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([uri & options]), :doc "Creates (and immediately returns) an Agent representing an HTTP\nrequest running in a new thread.\n\noptions are key/value pairs:\n\n:method string\n\nThe HTTP method name. Default is \"GET\".\n\n:headers h\n\nHTTP headers, as a Map or a sequence of pairs like \n([key1,value1], [key2,value2]) Default is nil.\n\n:body b\n\nHTTP request entity body, one of nil, String, byte[], InputStream,\nReader, or File. Default is nil.\n\n:connect-timeout int\n\nTimeout value, in milliseconds, when opening a connection to the\nURL. Default is zero, meaning no timeout.\n\n:read-timeout int\n\nTimeout value, in milliseconds, when reading data from the\nconnection. Default is zero, meaning no timeout.\n\n:follow-redirects boolean\n\nIf true, HTTP 3xx redirects will be followed automatically. Default\nis true.\n\n:handler f\n\nFunction to be called when the HTTP response body is ready. If you\ndo not provide a handler function, the default is to buffer the\nentire response body in memory.\n\nThe handler function will be called with the HTTP agent as its\nargument, and can use the 'stream' function to read the response\nbody. The return value of this function will be stored in the state\nof the agent and can be retrieved with the 'result' function. Any\nexceptions thrown by this function will be added to the agent's\nerror queue (see agent-errors). The default function collects the\nresponse stream in a memory buffer.\n", - :name "http-agent"} - {:source-url + :var-type "function", + :line 168, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "message", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L317", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/message", - :namespace "clojure.contrib.http.agent", - :line 317, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the HTTP response message (e.g. 'Not Found'), for this\nrequest, or nil if the response has not yet been received.", - :name "message"} - {:source-url + :var-type "function", + :line 317, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "method", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L287", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/method", - :namespace "clojure.contrib.http.agent", - :line 287, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the HTTP method name used by this HTTP agent, as a String.", - :name "method"} - {:source-url + :var-type "function", + :line 287, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "redirect?", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L355", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/redirect?", - :namespace "clojure.contrib.http.agent", - :line 355, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns true if the HTTP response code was in the 300-399 range.\n\nNote: if the :follow-redirects option was true (the default),\nredirects will be followed automatically and a the agent will never\nreturn a 3xx response code.", - :name "redirect?"} - {:source-url + :var-type "function", + :line 355, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "request-body", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L292", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/request-body", - :namespace "clojure.contrib.http.agent", - :line 292, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the HTTP request body given to this HTTP agent. \n\nNote: if the request body was an InputStream or a Reader, it will no\nlonger be usable.", - :name "request-body"} - {:source-url + :var-type "function", + :line 292, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "request-headers", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L282", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/request-headers", - :namespace "clojure.contrib.http.agent", + :doc "Returns the request headers specified for this HTTP agent.", + :var-type "function", :line 282, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), - :doc "Returns the request headers specified for this HTTP agent.", - :name "request-headers"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "request-uri", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L277", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/request-uri", - :namespace "clojure.contrib.http.agent", - :line 277, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the URI/URL requested by this HTTP agent, as a String.", - :name "request-uri"} - {:source-url + :var-type "function", + :line 277, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "result", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L231", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/result", - :namespace "clojure.contrib.http.agent", - :line 231, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the value returned by the :handler function of the HTTP\nagent; blocks until the HTTP request is completed. The default\nhandler function returns a ByteArrayOutputStream.", - :name "result"} - {:source-url + :var-type "function", + :line 231, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "server-error?", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L369", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/server-error?", - :namespace "clojure.contrib.http.agent", - :line 369, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns true if the HTTP response code was in the 500-599 range.", - :name "server-error?"} - {:source-url + :var-type "function", + :line 369, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "status", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L309", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/status", - :namespace "clojure.contrib.http.agent", - :line 309, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the HTTP response status code (e.g. 200, 404) for this\nrequest, as an Integer, or nil if the status has not yet been\nreceived.", - :name "status"} - {:source-url + :var-type "function", + :line 309, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "stream", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L239", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/stream", - :namespace "clojure.contrib.http.agent", - :line 239, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns an InputStream of the HTTP response body. When called by\nthe handler function passed to http-agent, this is the raw\nHttpURLConnection stream.\n\nIf the default handler function was used, this function returns a\nByteArrayInputStream on the buffered response body.", - :name "stream"} - {:source-url + :var-type "function", + :line 239, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt] [http-agnt encoding]), + :name "string", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L259", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/string", - :namespace "clojure.contrib.http.agent", - :line 259, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt] [http-agnt encoding]), :doc "Returns the HTTP response body as a string, using the given\nencoding.\n\nIf no encoding is given, uses the encoding specified in the server\nheaders, or clojure.contrib.duck-streams/*default-encoding* if it is\nnot specified.", - :name "string"} - {:source-url + :var-type "function", + :line 259, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "success?", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L350", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/success?", - :namespace "clojure.contrib.http.agent", - :line 350, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns true if the HTTP response code was in the 200-299 range.", - :name "success?"} - {:source-url + :var-type "function", + :line 350, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/agent.clj"} + {:arglists ([url]), + :name "http-connection", + :namespace "clojure.contrib.http.connection", + :source-url "http://github.com/clojure/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj#L21", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.connection-api.html#clojure.contrib.http.connection/http-connection", - :namespace "clojure.contrib.http.connection", + :doc "Opens an HttpURLConnection at the URL, handled by as-url.", + :var-type "function", :line 21, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/connection.clj", - :var-type "function", - :arglists ([url]), - :doc "Opens an HttpURLConnection at the URL, handled by as-url.", - :name "http-connection"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/http/connection.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj#L26", :wiki-url "http://clojure.github.com/clojure-contrib//http.connection-api.html#clojure.contrib.http.connection/send-request-entity", @@ -3286,46 +3718,54 @@ :var-type "multimethod", :doc "Transmits a request entity body.", :name "send-request-entity"} - {:source-url + {:arglists ([class & fields-and-methods]), + :name "import-static", + :namespace "clojure.contrib.import-static", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/import_static.clj#L22", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/import_static.clj", :wiki-url "http://clojure.github.com/clojure-contrib//import-static-api.html#clojure.contrib.import-static/import-static", - :namespace "clojure.contrib.import-static", - :line 22, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/import_static.clj", - :var-type "macro", - :arglists ([class & fields-and-methods]), :doc "Imports the named static fields and/or static methods of the class\nas (private) symbols in the current namespace.\n\nExample: \n user=> (import-static java.lang.Math PI sqrt)\n nil\n user=> PI\n 3.141592653589793\n user=> (sqrt 16)\n 4.0\n\nNote: The class name must be fully qualified, even if it has already\nbeen imported. Static methods are defined as MACROS, not\nfirst-class fns.", - :name "import-static"} - {:source-url + :var-type "macro", + :line 22, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/import_static.clj"} + {:arglists ([jar-file]), + :name "filenames-in-jar", + :namespace "clojure.contrib.jar", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jar-api.html#clojure.contrib.jar/filenames-in-jar", - :namespace "clojure.contrib.jar", - :line 29, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jar.clj", - :var-type "function", - :arglists ([jar-file]), :doc "Returns a sequence of Strings naming the non-directory entries in\nthe JAR file.", - :name "filenames-in-jar"} - {:source-url + :var-type "function", + :line 29, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jar.clj"} + {:arglists ([file]), + :name "jar-file?", + :namespace "clojure.contrib.jar", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj#L22", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jar-api.html#clojure.contrib.jar/jar-file?", - :namespace "clojure.contrib.jar", - :line 22, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jar.clj", - :var-type "function", - :arglists ([file]), :doc "Returns true if file is a normal file with a .jar or .JAR extension.", - :name "jar-file?"} - {:source-url + :var-type "function", + :line 22, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jar.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L75", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-file", @@ -3337,107 +3777,125 @@ :doc "Interpret a String or a java.io.File as a File. Building block\nfor clojure.contrib.java-utils/file, which you should prefer\nin most cases.", :name "as-file"} - {:source-url + {:arglists ([m]), + :name "as-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L152", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-properties", - :namespace "clojure.contrib.java-utils", - :line 152, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([m]), :doc "Convert any seq of pairs to a java.utils.Properties instance.\nUses as-str to convert both keys and values into strings.", - :name "as-properties"} - {:source-url + :var-type "function", + :line 152, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:arglists ([] [x] [x & ys]), + :name "as-str", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L92", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-str", - :namespace "clojure.contrib.java-utils", - :line 92, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([] [x] [x & ys]), :doc "Like clojure.core/str, but if an argument is a keyword or symbol,\nits name will be used instead of its literal representation.\n\nExample:\n (str :foo :bar) ;;=> \":foo:bar\"\n (as-str :foo :bar) ;;=> \"foobar\" \n\nNote that this does not apply to keywords or symbols nested within\ndata structures; they will be rendered as with str.\n\nExample:\n (str {:foo :bar}) ;;=> \"{:foo :bar}\"\n (as-str {:foo :bar}) ;;=> \"{:foo :bar}\" ", - :name "as-str"} - {:source-url + :var-type "function", + :line 92, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:arglists ([arg]), + :name "as-url", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L195", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-url", - :namespace "clojure.contrib.java-utils", + :doc "Coerces argument (URL, URI, or String) to a java.net.URL.", + :var-type "multimethod", :line 195, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "multimethod", - :arglists ([arg]), - :doc "Coerces argument (URL, URI, or String) to a java.net.URL.", - :name "as-url"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:arglists ([f & [silently]]), + :name "delete-file", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L178", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/delete-file", - :namespace "clojure.contrib.java-utils", - :line 178, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([f & [silently]]), :doc "Delete file f. Raise an exception if it fails unless silently is true.", - :name "delete-file"} - {:source-url + :var-type "function", + :line 178, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:arglists ([f & [silently]]), + :name "delete-file-recursively", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L185", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/delete-file-recursively", - :namespace "clojure.contrib.java-utils", - :line 185, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([f & [silently]]), :doc "Delete file f. If it's a directory, recursively delete all its contents.\nRaise an exception if any deletion fails unless silently is true.", - :name "delete-file-recursively"} - {:source-url + :var-type "function", + :line 185, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:arglists ([arg] [parent child] [parent child & more]), + :name "file", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L83", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/file", - :namespace "clojure.contrib.java-utils", + :doc "Returns a java.io.File from string or file args.", + :var-type "function", :line 83, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([arg] [parent child] [parent child & more]), - :doc "Returns a java.io.File from string or file args.", - :name "file"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:arglists ([stringable] [stringable default]), + :name "get-system-property", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L117", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/get-system-property", - :namespace "clojure.contrib.java-utils", + :doc "Get a system property.", + :var-type "function", :line 117, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([stringable] [stringable default]), - :doc "Get a system property.", - :name "get-system-property"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:arglists ([file-able]), + :name "read-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L162", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/read-properties", - :namespace "clojure.contrib.java-utils", + :doc "Read properties from file-able.", + :var-type "function", :line 162, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([file-able]), - :doc "Read properties from file-able.", - :name "read-properties"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L62", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/relative-path-string", @@ -3449,92 +3907,108 @@ :doc "Interpret a String or java.io.File as a relative path string. \nBuilding block for clojure.contrib.java-utils/file.", :name "relative-path-string"} - {:source-url + {:arglists ([settings]), + :name "set-system-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L124", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/set-system-properties", - :namespace "clojure.contrib.java-utils", + :doc "Set some system properties. Nil clears a property.", + :var-type "function", :line 124, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([settings]), - :doc "Set some system properties. Nil clears a property.", - :name "set-system-properties"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:arglists ([class-name field-name obj]), + :name "wall-hack-field", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L218", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/wall-hack-field", - :namespace "clojure.contrib.java-utils", + :doc "Access to private or protected field.", + :var-type "function", :line 218, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([class-name field-name obj]), - :doc "Access to private or protected field.", - :name "wall-hack-field"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:arglists ([class-name method-name params obj & args]), + :name "wall-hack-method", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L208", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/wall-hack-method", - :namespace "clojure.contrib.java-utils", - :line 208, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([class-name method-name params obj & args]), :doc "Calls a private or protected method.\nparams is a vector of class which correspond to the arguments to the method\nobj is nil for static methods, the instance object otherwise\nthe method name is given as a symbol or a keyword (something Named)", - :name "wall-hack-method"} - {:source-url + :var-type "function", + :line 208, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:arglists ([settings & body]), + :name "with-system-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L132", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/with-system-properties", - :namespace "clojure.contrib.java-utils", - :line 132, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "macro", - :arglists ([settings & body]), :doc "setting => property-name value\n\nSets the system properties to the supplied values, executes the body, and\nsets the properties back to their original values. Values of nil are\ntranslated to a clearing of the property.", - :name "with-system-properties"} - {:source-url + :var-type "macro", + :line 132, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:arglists ([m file-able] [m file-able comments]), + :name "write-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L169", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/write-properties", - :namespace "clojure.contrib.java-utils", + :doc "Write properties to file-able.", + :var-type "function", :line 169, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([m file-able] [m file-able comments]), - :doc "Write properties to file-able.", - :name "write-properties"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/java_utils.clj"} + {:arglists ([url]), + :name "open-url-in-browser", + :namespace "clojure.contrib.javadoc.browse", + :source-url "http://github.com/clojure/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/javadoc/browse.clj#L25", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/javadoc/browse.clj", :wiki-url "http://clojure.github.com/clojure-contrib//javadoc.browse-api.html#clojure.contrib.javadoc.browse/open-url-in-browser", - :namespace "clojure.contrib.javadoc.browse", - :line 25, - :file "clojure/contrib/javadoc/browse.clj", - :var-type "function", - :arglists ([url]), :doc "Opens url (a string) in the default system web browser. May not\nwork on all platforms. Returns url on success, nil if not\nsupported.", - :name "open-url-in-browser"} - {:source-url + :var-type "function", + :line 25, + :file "clojure/contrib/javadoc/browse.clj"} + {:arglists ([url]), + :name "open-url-in-swing", + :namespace "clojure.contrib.javadoc.browse", + :source-url "http://github.com/clojure/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/javadoc/browse.clj#L40", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/javadoc/browse.clj", :wiki-url "http://clojure.github.com/clojure-contrib//javadoc.browse-api.html#clojure.contrib.javadoc.browse/open-url-in-swing", - :namespace "clojure.contrib.javadoc.browse", - :line 40, - :file "clojure/contrib/javadoc/browse.clj", - :var-type "function", - :arglists ([url]), :doc "Opens url (a string) in a Swing window.", - :name "open-url-in-swing"} - {:source-url + :var-type "function", + :line 40, + :file "clojure/contrib/javadoc/browse.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L83", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/*connection*", @@ -3546,70 +4020,82 @@ :doc "The connection to be used for JMX ops. Defaults to the local process.", :name "*connection*"} - {:source-url + {:arglists ([string-or-name]), + :name "as-object-name", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L26", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/as-object-name", - :namespace "clojure.contrib.jmx", + :doc "Interpret an object as a JMX ObjectName.", + :var-type "multimethod", :line 26, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj", - :var-type "multimethod", - :arglists ([string-or-name]), - :doc "Interpret an object as a JMX ObjectName.", - :name "as-object-name"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} + {:arglists ([object-name attr-name]), + :name "attribute-info", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L69", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/attribute-info", - :namespace "clojure.contrib.jmx", + :doc "Get the MBeanAttributeInfo for an attribute", + :var-type "function", :line 69, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([object-name attr-name]), - :doc "Get the MBeanAttributeInfo for an attribute", - :name "attribute-info"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} + {:arglists ([n]), + :name "attribute-names", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/attribute-names", - :namespace "clojure.contrib.jmx", + :doc "All attribute names available on an MBean.", + :var-type "function", :line 95, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj", - :var-type "function", - :arglists ([n]), - :doc "All attribute names available on an MBean.", - :name "attribute-names"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj"} + {:arglists + ([attr-name attr-value] [name type desc readable? writable? is?]), + :name "build-attribute-info", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L91", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/build-attribute-info", - :namespace "clojure.contrib.jmx", - :line 91, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists - ([attr-name attr-value] [name type desc readable? writable? is?]), :doc "Construct an MBeanAttributeInfo. Normally called with a key/value pair from a Clojure map.", - :name "build-attribute-info"} - {:source-url + :var-type "function", + :line 91, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} + {:arglists ([value]), + :name "guess-attribute-typename", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L85", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/guess-attribute-typename", - :namespace "clojure.contrib.jmx", - :line 85, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([value]), :doc "Guess the attribute typename for MBeanAttributeInfo based on the attribute value.", - :name "guess-attribute-typename"} - {:source-url + :var-type "function", + :line 85, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L64", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/jmx->clj", @@ -3621,147 +4107,171 @@ :doc "Coerce JMX data structures into Clojure data.\nHandles CompositeData, TabularData, maps, and atoms.", :name "jmx->clj"} - {:source-url + {:arglists ([] [overrides]), + :name "jmx-url", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L19", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/jmx-url", - :namespace "clojure.contrib.jmx", + :doc "Build a JMX URL from options.", + :var-type "function", :line 19, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([] [overrides]), - :doc "Build a JMX URL from options.", - :name "jmx-url"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} + {:arglists ([attr-map]), + :name "map->attribute-infos", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L100", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/map->attribute-infos", - :namespace "clojure.contrib.jmx", - :line 100, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([attr-map]), :doc "Construct an MBeanAttributeInfo[] from a Clojure associative.", - :name "map->attribute-infos"} - {:source-url + :var-type "function", + :line 100, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} + {:arglists ([k]), + :name "maybe-atomize", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L44", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/maybe-atomize", - :namespace "clojure.contrib.jmx", - :line 44, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([k]), :doc "Convert a list of length 1 into its contents, leaving other things alone.\nUsed to simplify keys in the tabular data API.", - :name "maybe-atomize"} - {:source-url + :var-type "function", + :line 44, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} + {:arglists ([s]), + :name "maybe-keywordize", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx/data.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/maybe-keywordize", - :namespace "clojure.contrib.jmx", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([s]), :doc "Convert a string key to a keyword, leaving other types alone. Used to\nsimplify keys in the tabular data API.", - :name "maybe-keywordize"} - {:source-url + :var-type "function", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/data.clj"} + {:arglists ([n]), + :name "mbean", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L114", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/mbean", - :namespace "clojure.contrib.jmx", - :line 114, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj", - :var-type "function", - :arglists ([n]), :doc "Like clojure.core/bean, but for JMX beans. Returns a read-only map of\na JMX bean's attributes. If an attribute it not supported, value is\nset to the exception thrown.", - :name "mbean"} - {:source-url + :var-type "function", + :line 114, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj"} + {:arglists ([n]), + :name "mbean-names", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/mbean-names", - :namespace "clojure.contrib.jmx", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj", - :var-type "function", - :arglists ([n]), :doc "Finds all MBeans matching a name on the current *connection*.", - :name "mbean-names"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj"} + {:arglists ([n op]), + :name "op-param-types", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/op-param-types", - :namespace "clojure.contrib.jmx", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n op]), :doc "The parameter types (as class name strings) for operation op on n. Used for invoke.", - :name "op-param-types"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} + {:arglists ([n op]), + :name "operation", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L85", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operation", - :namespace "clojure.contrib.jmx", - :line 85, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n op]), :doc "The MBeanOperationInfo for operation op on mbean n. Used for invoke.", - :name "operation"} - {:source-url + :var-type "function", + :line 85, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} + {:arglists ([n]), + :name "operation-names", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L101", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operation-names", - :namespace "clojure.contrib.jmx", + :doc "All operation names available on an MBean.", + :var-type "function", :line 101, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj", - :var-type "function", - :arglists ([n]), - :doc "All operation names available on an MBean.", - :name "operation-names"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx.clj"} + {:arglists ([n]), + :name "operations", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operations", - :namespace "clojure.contrib.jmx", + :doc "All oeprations available on an MBean.", + :var-type "function", :line 80, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n]), - :doc "All oeprations available on an MBean.", - :name "operations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} + {:arglists ([n attr]), + :name "raw-read", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L30", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/raw-read", - :namespace "clojure.contrib.jmx", - :line 30, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n attr]), :doc "Read an mbean property. Returns low-level Java object model for composites, tabulars, etc.\nMost callers should use read.", - :name "raw-read"} - {:source-url + :var-type "function", + :line 30, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L36", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/read", @@ -3772,7 +4282,9 @@ :var-type "var", :doc "Read an mbean property.", :name "read"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L40", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/read-exceptions", @@ -3784,44 +4296,52 @@ :doc "Exceptions that might be thrown if you try to read an unsupported attribute.\nby testing agains jconsole and Tomcat. This is dreadful and ad-hoc but I did not\nwant to swallow all exceptions.", :name "read-exceptions"} - {:source-url + {:arglists ([n attr]), + :name "read-supported", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/read-supported", - :namespace "clojure.contrib.jmx", - :line 50, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n attr]), :doc "Calls read to read an mbean property, *returning* unsupported operation exceptions instead of throwing them.\nUsed to keep mbean from blowing up. Note that some terribly-behaved mbeans use java.lang.InternalError to\nindicate an unsupported operation!", - :name "read-supported"} - {:source-url + :var-type "function", + :line 50, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} + {:arglists ([n attr]), + :name "readable?", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L75", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/readable?", - :namespace "clojure.contrib.jmx", + :doc "Is attribute readable?", + :var-type "function", :line 75, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n attr]), - :doc "Is attribute readable?", - :name "readable?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} + {:arglists ([opts & body]), + :name "with-connection", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/f92114c9cce5e892765549cdb0df640dc3ab52a5/src/clojure/contrib/jmx/client.clj#L19", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/with-connection", - :namespace "clojure.contrib.jmx", + :doc "Execute body with JMX connection specified by opts (:port).", + :var-type "macro", :line 19, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj", - :var-type "macro", - :arglists ([opts & body]), - :doc "Execute body with JMX connection specified by opts (:port).", - :name "with-connection"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/jmx/client.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj#L55", :wiki-url "http://clojure.github.com/clojure-contrib//json.read-api.html#clojure.contrib.json.read/*json-keyword-keys*", @@ -3833,69 +4353,81 @@ :doc "If true, JSON object keys will be converted to keywords\ninstead of strings. Defaults to false. There are no checks that\nthe strings form valid keywords.", :name "*json-keyword-keys*"} - {:source-url + {:arglists ([] [s] [stream eof-error? eof-value]), + :name "read-json", + :namespace "clojure.contrib.json.read", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj#L143", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj", :wiki-url "http://clojure.github.com/clojure-contrib//json.read-api.html#clojure.contrib.json.read/read-json", - :namespace "clojure.contrib.json.read", - :line 143, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/json/read.clj", - :var-type "function", - :arglists ([] [s] [stream eof-error? eof-value]), :doc "Read one JSON record from s, which may be a String or a\njava.io.PushbackReader.", - :name "read-json"} - {:source-url + :var-type "function", + :line 143, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/json/read.clj"} + {:arglists ([x]), + :name "json-str", + :namespace "clojure.contrib.json.write", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj#L138", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj", :wiki-url "http://clojure.github.com/clojure-contrib//json.write-api.html#clojure.contrib.json.write/json-str", - :namespace "clojure.contrib.json.write", + :doc "Converts x to a JSON-formatted string.", + :var-type "function", :line 138, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/json/write.clj", - :var-type "function", - :arglists ([x]), - :doc "Converts x to a JSON-formatted string.", - :name "json-str"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/json/write.clj"} + {:arglists ([x]), + :name "print-json", + :namespace "clojure.contrib.json.write", + :source-url "http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj", :wiki-url "http://clojure.github.com/clojure-contrib//json.write-api.html#clojure.contrib.json.write/print-json", - :namespace "clojure.contrib.json.write", - :line 50, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/json/write.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Prints x as JSON. Nil becomes JSON null. Keywords become\nstrings, without the leading colon. Maps become JSON objects, all\nother collection types become JSON arrays. Java arrays become JSON\narrays. Unicode characters in strings are escaped as \\uXXXX.\nNumbers print as with pr.", - :name "print-json"} - {:source-url + :var-type "multimethod", + :line 50, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/json/write.clj"} + {:arglists ([]), + :name "fibs", + :namespace "clojure.contrib.lazy-seqs", + :source-url "http://github.com/clojure/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj#L78", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/fibs", - :namespace "clojure.contrib.lazy-seqs", + :doc "Returns a lazy sequence of all the Fibonacci numbers.", + :var-type "function", :line 78, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_seqs.clj", - :var-type "function", - :arglists ([]), - :doc "Returns a lazy sequence of all the Fibonacci numbers.", - :name "fibs"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_seqs.clj"} + {:arglists ([]), + :name "powers-of-2", + :namespace "clojure.contrib.lazy-seqs", + :source-url "http://github.com/clojure/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj#L83", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/powers-of-2", - :namespace "clojure.contrib.lazy-seqs", + :doc "Returns a lazy sequence of all the powers of 2", + :var-type "function", :line 83, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_seqs.clj", - :var-type "function", - :arglists ([]), - :doc "Returns a lazy sequence of all the powers of 2", - :name "powers-of-2"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_seqs.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj#L62", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/primes", @@ -3906,59 +4438,69 @@ :var-type "var", :doc "Lazy sequence of all the prime numbers.", :name "primes"} - {:source-url + {:arglists ([x & opts]), + :name "emit", + :namespace "clojure.contrib.lazy-xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L141", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/emit", - :namespace "clojure.contrib.lazy-xml", - :line 141, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_xml.clj", - :var-type "function", - :arglists ([x & opts]), :doc "Prints an <?xml?> declaration line, and then calls emit-element", - :name "emit"} - {:source-url + :var-type "function", + :line 141, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_xml.clj"} + {:arglists ([e & opts]), + :name "emit-element", + :namespace "clojure.contrib.lazy-xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L118", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/emit-element", - :namespace "clojure.contrib.lazy-xml", - :line 118, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_xml.clj", - :var-type "function", - :arglists ([e & opts]), :doc "Recursively prints as XML text the element struct e. To have it\nprint extra whitespace like clojure.xml/emit, use the :pad true\noption.", - :name "emit-element"} - {:source-url + :var-type "function", + :line 118, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_xml.clj"} + {:arglists ([s] [s startparse] [s startparse queue-size]), + :name "parse-seq", + :namespace "clojure.contrib.lazy-xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/parse-seq", - :namespace "clojure.contrib.lazy-xml", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_xml.clj", - :var-type "function", - :arglists ([s] [s startparse] [s startparse queue-size]), :doc "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy sequence of maps with two or more of\nthe keys :type, :name, :attrs, and :str. Other SAX-compatible\nparsers can be supplied by passing startparse, a fn taking a source\nand a ContentHandler and returning a parser. If a parser is\nspecified, it will be run in a separate thread and be allowed to get\nahead by queue-size items, which defaults to maxint. If no parser\nis specified and org.xmlpull.v1.XmlPullParser is in the classpath,\nthis superior pull parser will be used.", - :name "parse-seq"} - {:source-url + :var-type "function", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_xml.clj"} + {:arglists ([s] [s startparse queue-size]), + :name "parse-trim", + :namespace "clojure.contrib.lazy-xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/parse-trim", - :namespace "clojure.contrib.lazy-xml", - :line 95, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_xml.clj", - :var-type "function", - :arglists ([s] [s startparse queue-size]), :doc "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy tree of the clojure.xml/element\nstruct-map, which has the keys :tag, :attrs, and :content and\naccessor fns tag, attrs, and content, with the whitespace trimmed\nfrom around each content string. This format is compatible with what\nclojure.xml/parse produces, except :content is a lazy seq instead of\na vector. Other SAX-compatible parsers can be supplied by passing\nstartparse, a fn taking a source and a ContentHandler and returning\na parser. If a parser is specified, it will be run in a separate\nthread and be allowed to get ahead by queue-size items, which\ndefaults to maxing. If no parser is specified and\norg.xmlpull.v1.XmlPullParser is in the classpath, this superior pull\nparser will be used.", - :name "parse-trim"} - {:source-url + :var-type "function", + :line 95, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/lazy_xml.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L202", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*allow-direct-logging*", @@ -3970,7 +4512,9 @@ :doc "A boolean indicating whether direct logging (as opposed to via an agent) is\nallowed when not operating from within a transaction. Defaults to true.", :name "*allow-direct-logging*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*impl-name*", @@ -3981,7 +4525,9 @@ :var-type "var", :doc "The name of the logging implementation used.", :name "*impl-name*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L196", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*logging-agent*", @@ -3993,69 +4539,81 @@ :doc "The default agent used for performing logging durng a transaction or when\ndirect logging is disabled.", :name "*logging-agent*"} - {:source-url + {:arglists ([_ log level message throwable]), + :name "agent-write!", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L208", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/agent-write!", - :namespace "clojure.contrib.logging", - :line 208, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([_ log level message throwable]), :doc "Writes the message immediately, and ignores the first argument. Used by the\nlogging agent. End-users should never need to call this function.", - :name "agent-write!"} - {:source-url + :var-type "function", + :line 208, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([message] [message throwable]), + :name "debug", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L316", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/debug", - :namespace "clojure.contrib.logging", + :doc "Logs a message at the debug level.", + :var-type "macro", :line 316, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message] [message throwable]), - :doc "Logs a message at the debug level.", - :name "debug"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([level] [level log-ns]), + :name "enabled?", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L232", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/enabled?", - :namespace "clojure.contrib.logging", - :line 232, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([level] [level log-ns]), :doc "Returns true if the specific logging level is enabled. Use of this function\nshould only be necessary if one needs to execute alternate code paths beyond\nwhether the log should be written to.", - :name "enabled?"} - {:source-url + :var-type "macro", + :line 232, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([message] [message throwable]), + :name "error", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L337", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/error", - :namespace "clojure.contrib.logging", + :doc "Logs a message at the error level.", + :var-type "macro", :line 337, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message] [message throwable]), - :doc "Logs a message at the error level.", - :name "error"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([message] [message throwable]), + :name "fatal", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L344", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/fatal", - :namespace "clojure.contrib.logging", + :doc "Logs a message at the fatal level.", + :var-type "macro", :line 344, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message] [message throwable]), - :doc "Logs a message at the fatal level.", - :name "fatal"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-enabled?", @@ -4067,7 +4625,9 @@ :doc "Implementation-specific check if a particular level is enabled. End-users\nshould not need to call this function.", :name "impl-enabled?"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-get-log", @@ -4079,7 +4639,9 @@ :doc "Returns an implementation-specific log by string namespace. End-users should\nnot need to call this function.", :name "impl-get-log"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-write!", @@ -4091,736 +4653,858 @@ :doc "Implementation-specific write of a log message. End-users should not need to\ncall this function.", :name "impl-write!"} - {:source-url + {:arglists ([message] [message throwable]), + :name "info", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L323", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/info", - :namespace "clojure.contrib.logging", - :line 323, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message] [message throwable]), :doc "Logs a message at the info level.", - :name "info"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L215", - :wiki-url - "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log", - :namespace "clojure.contrib.logging", - :line 215, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", :var-type "macro", - :arglists + :line 323, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([level message] [level message throwable] [level message throwable log-ns]), + :name "log", + :namespace "clojure.contrib.logging", + :source-url + "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L215", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log", :doc "Logs a message, either directly or via an agent. Also see the level-specific\nconvenience macros.", - :name "log"} - {:source-url + :var-type "macro", + :line 215, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([log-ns]), + :name "log-capture!", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L271", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-capture!", - :namespace "clojure.contrib.logging", - :line 271, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([log-ns]), :doc "Captures System.out and System.err, redirecting all writes of those streams\nto :info and :error logging, respectively. The specified log-ns value will\nbe used to namespace all redirected logging. NOTE: this will not redirect\noutput of *out* or *err*; for that, use with-logs.", - :name "log-capture!"} - {:source-url + :var-type "function", + :line 271, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([level log-ns]), + :name "log-stream", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L249", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-stream", - :namespace "clojure.contrib.logging", - :line 249, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([level log-ns]), :doc "Creates a PrintStream that will output to the log. End-users should not need\nto invoke this function.", - :name "log-stream"} - {:source-url + :var-type "function", + :line 249, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([]), + :name "log-uncapture!", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L287", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-uncapture!", - :namespace "clojure.contrib.logging", + :doc "Restores System.out and System.err to their original values.", + :var-type "function", :line 287, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([]), - :doc "Restores System.out and System.err to their original values.", - :name "log-uncapture!"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([expr]), + :name "spy", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L242", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/spy", - :namespace "clojure.contrib.logging", - :line 242, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([expr]), :doc "Evaluates expr and outputs the form and its result to the debug log; returns \nthe result of expr.", - :name "spy"} - {:source-url + :var-type "macro", + :line 242, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([message] [message throwable]), + :name "trace", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L309", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/trace", - :namespace "clojure.contrib.logging", + :doc "Logs a message at the trace level.", + :var-type "macro", :line 309, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message] [message throwable]), - :doc "Logs a message at the trace level.", - :name "trace"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([message] [message throwable]), + :name "warn", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L330", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/warn", - :namespace "clojure.contrib.logging", + :doc "Logs a message at the warn level.", + :var-type "macro", :line 330, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message] [message throwable]), - :doc "Logs a message at the warn level.", - :name "warn"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([log-ns & body]), + :name "with-logs", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L297", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/with-logs", - :namespace "clojure.contrib.logging", - :line 297, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([log-ns & body]), :doc "Evaluates exprs in a context in which *out* and *err* are bound to :info and\n:error logging, respectively. The specified log-ns value will be used to\nnamespace all redirected logging.", - :name "with-logs"} - {:source-url + :var-type "macro", + :line 297, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/logging.clj"} + {:arglists ([symbol expansion]), + :name "defsymbolmacro", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L199", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/defsymbolmacro", - :namespace "clojure.contrib.macro-utils", - :line 199, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([symbol expansion]), :doc "Define a symbol macro. Because symbol macros are not part of\nClojure's built-in macro expansion system, they can be used only\ninside a with-symbol-macros form.", - :name "defsymbolmacro"} - {:source-url + :var-type "macro", + :line 199, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([name params & forms]), + :name "deftemplate", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L213", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/deftemplate", - :namespace "clojure.contrib.macro-utils", - :line 213, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([name params & forms]), :doc "Define a macro that expands into forms after replacing the\nsymbols in params (a vector) by the corresponding parameters\ngiven in the macro call.", - :name "deftemplate"} - {:source-url + :var-type "macro", + :line 213, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([fn-bindings & exprs]), + :name "macrolet", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L178", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/macrolet", - :namespace "clojure.contrib.macro-utils", - :line 178, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([fn-bindings & exprs]), :doc "Define local macros that are used in the expansion of exprs. The\nsyntax is the same as for letfn forms.", - :name "macrolet"} - {:source-url + :var-type "macro", + :line 178, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([form]), + :name "mexpand", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L233", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/mexpand", - :namespace "clojure.contrib.macro-utils", - :line 233, - :file "clojure/contrib/macro_utils.clj", - :var-type "function", - :arglists ([form]), :doc "Like clojure.core/macroexpand, but takes into account symbol macros.", - :name "mexpand"} - {:source-url + :var-type "function", + :line 233, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([form]), + :name "mexpand-1", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L225", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/mexpand-1", - :namespace "clojure.contrib.macro-utils", - :line 225, - :file "clojure/contrib/macro_utils.clj", - :var-type "function", - :arglists ([form]), :doc "Like clojure.core/macroexpand-1, but takes into account symbol macros.", - :name "mexpand-1"} - {:source-url + :var-type "function", + :line 225, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([form]), + :name "mexpand-all", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L241", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/mexpand-all", - :namespace "clojure.contrib.macro-utils", - :line 241, - :file "clojure/contrib/macro_utils.clj", - :var-type "function", - :arglists ([form]), :doc "Perform a full recursive macro expansion of a form.", - :name "mexpand-all"} - {:source-url + :var-type "function", + :line 241, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([symbol-bindings & exprs]), + :name "symbol-macrolet", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L189", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/symbol-macrolet", - :namespace "clojure.contrib.macro-utils", - :line 189, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([symbol-bindings & exprs]), :doc "Define local symbol macros that are used in the expansion of exprs.\nThe syntax is the same as for let forms.", - :name "symbol-macrolet"} - {:source-url + :var-type "macro", + :line 189, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([& exprs]), + :name "with-symbol-macros", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj#L208", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/39618b6d881fb0c3b52de4929aa34134bb32ffdb/src/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/with-symbol-macros", - :namespace "clojure.contrib.macro-utils", - :line 208, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([& exprs]), :doc "Fully expand exprs, including symbol macros.", - :name "with-symbol-macros"} - {:source-url + :var-type "macro", + :line 208, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([expr]), + :name "const", + :namespace "clojure.contrib.macros", + :source-url "http://github.com/clojure/clojure-contrib/blob/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macros-api.html#clojure.contrib.macros/const", - :namespace "clojure.contrib.macros", - :line 18, - :file "clojure/contrib/macros.clj", - :var-type "macro", - :arglists ([expr]), :doc "Evaluate the constant expression expr at compile time.", - :name "const"} - {:source-url + :var-type "macro", + :line 18, + :file "clojure/contrib/macros.clj"} + {:arglists ([fn-bindings & exprs]), + :name "letfn-", + :namespace "clojure.contrib.macros", + :source-url "http://github.com/clojure/clojure-contrib/blob/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macros-api.html#clojure.contrib.macros/letfn-", - :namespace "clojure.contrib.macros", - :line 28, - :file "clojure/contrib/macros.clj", - :var-type "macro", - :arglists ([fn-bindings & exprs]), :doc "OBSOLETE: use clojure.core/letfn\nA variant of let for local function definitions. fn-bindings consists\nof name/args/body triples, with (letfn [name args body] ...)\nbeing equivalent to (let [name (fn name args body)] ...).", - :name "letfn-"} - {:source-url + :var-type "macro", + :line 28, + :file "clojure/contrib/macros.clj"} + {:arglists ([symbols? & body]), + :name "with-direct-linking", + :namespace "clojure.contrib.macros", + :source-url "http://github.com/clojure/clojure-contrib/blob/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj#L68", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/59b6a660707837af10b69cc67fe9033ba528d22f/src/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macros-api.html#clojure.contrib.macros/with-direct-linking", - :namespace "clojure.contrib.macros", - :line 68, - :file "clojure/contrib/macros.clj", - :var-type "macro", - :arglists ([symbols? & body]), :doc "EXPERIMENTAL!\nCompiles the functions in body with direct links to the functions\nnamed in symbols, i.e. without a var lookup for each invocation.\nSymbols is a vector of symbols that name either vars or namespaces.\nA namespace reference is replaced by the list of all symbols in the\nnamespace that are bound to functions. If symbols is not provided,\nthe default value ['clojure.core] is used. The symbol *ns* can be\nused to refer to the current namespace.", - :name "with-direct-linking"} - {:source-url + :var-type "macro", + :line 68, + :file "clojure/contrib/macros.clj"} + {:arglists ([f & maps]), + :name "deep-merge-with", + :namespace "clojure.contrib.map-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/deep-merge-with", - :namespace "clojure.contrib.map-utils", - :line 41, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/map_utils.clj", - :var-type "function", - :arglists ([f & maps]), :doc "Like merge-with, but merges maps recursively, applying the given fn\nonly when there's a non-map at a particular level.\n\n(deepmerge + {:a {:b {:c 1 :d {:x 1 :y 2}} :e 3} :f 4}\n {:a {:b {:c 2 :d {:z 9} :z 3} :e 100}})\n-> {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}", - :name "deep-merge-with"} - {:source-url + :var-type "function", + :line 41, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/map_utils.clj"} + {:arglists ([map key not-found]), + :name "lazy-get", + :namespace "clojure.contrib.map-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L22", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/lazy-get", - :namespace "clojure.contrib.map-utils", - :line 22, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/map_utils.clj", - :var-type "macro", - :arglists ([map key not-found]), :doc "Like get, but doesn't evaluate not-found unless it is needed.", - :name "lazy-get"} - {:source-url + :var-type "macro", + :line 22, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/map_utils.clj"} + {:arglists ([map key]), + :name "safe-get", + :namespace "clojure.contrib.map-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/safe-get", - :namespace "clojure.contrib.map-utils", + :doc "Like get, but throws an exception if the key is not found.", + :var-type "function", :line 29, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/map_utils.clj", - :var-type "function", - :arglists ([map key]), - :doc "Like get, but throws an exception if the key is not found.", - :name "safe-get"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/map_utils.clj"} + {:arglists ([map ks]), + :name "safe-get-in", + :namespace "clojure.contrib.map-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L35", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/safe-get-in", - :namespace "clojure.contrib.map-utils", - :line 35, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/map_utils.clj", - :var-type "function", - :arglists ([map ks]), :doc "Like get-in, but throws an exception if any key is not found.", - :name "safe-get-in"} - {:source-url + :var-type "function", + :line 35, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/map_utils.clj"} + {:arglists ([n]), + :name "abs", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L122", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/abs", - :namespace "clojure.contrib.math", - :line 122, - :file "clojure/contrib/math.clj", - :var-type "function", - :arglists ([n]), :doc "(abs n) is the absolute value of n", - :name "abs"} - {:source-url + :var-type "function", + :line 122, + :file "clojure/contrib/math.clj"} + {:arglists ([n]), + :name "ceil", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L141", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/ceil", - :namespace "clojure.contrib.math", - :line 141, - :file "clojure/contrib/math.clj", - :var-type "multimethod", - :arglists ([n]), :doc "(ceil n) returns the least integer greater than or equal to n.\nIf n is an exact number, ceil returns an integer, otherwise a double.", - :name "ceil"} - {:source-url + :var-type "multimethod", + :line 141, + :file "clojure/contrib/math.clj"} + {:arglists ([n]), + :name "exact-integer-sqrt", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L206", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/exact-integer-sqrt", - :namespace "clojure.contrib.math", - :line 206, - :file "clojure/contrib/math.clj", - :var-type "function", - :arglists ([n]), :doc "(exact-integer-sqrt n) expects a non-negative integer n, and returns [s r] where n = s^2+r and n < (s+1)^2. In other words, it returns the floor of the square root and the 'remainder'.\nFor example, (exact-integer-sqrt 15) is [3 6] because 15 = 3^2+6.", - :name "exact-integer-sqrt"} - {:source-url + :var-type "function", + :line 206, + :file "clojure/contrib/math.clj"} + {:arglists ([base pow]), + :name "expt", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L101", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/expt", - :namespace "clojure.contrib.math", - :line 101, - :file "clojure/contrib/math.clj", - :var-type "multimethod", - :arglists ([base pow]), :doc "(expt base pow) is base to the pow power.\nReturns an exact number if the base is an exact number and the power is an integer, otherwise returns a double.", - :name "expt"} - {:source-url + :var-type "multimethod", + :line 101, + :file "clojure/contrib/math.clj"} + {:arglists ([n]), + :name "floor", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L129", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/floor", - :namespace "clojure.contrib.math", - :line 129, - :file "clojure/contrib/math.clj", - :var-type "multimethod", - :arglists ([n]), :doc "(floor n) returns the greatest integer less than or equal to n.\nIf n is an exact number, floor returns an integer, otherwise a double.", - :name "floor"} - {:source-url + :var-type "multimethod", + :line 129, + :file "clojure/contrib/math.clj"} + {:arglists ([a b]), + :name "gcd", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L162", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/gcd", - :namespace "clojure.contrib.math", - :line 162, - :file "clojure/contrib/math.clj", - :var-type "function", - :arglists ([a b]), :doc "(gcd a b) returns the greatest common divisor of a and b", - :name "gcd"} - {:source-url + :var-type "function", + :line 162, + :file "clojure/contrib/math.clj"} + {:arglists ([a b]), + :name "lcm", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L169", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/lcm", - :namespace "clojure.contrib.math", - :line 169, - :file "clojure/contrib/math.clj", - :var-type "function", - :arglists ([a b]), :doc "(lcm a b) returns the least common multiple of a and b", - :name "lcm"} - {:source-url + :var-type "function", + :line 169, + :file "clojure/contrib/math.clj"} + {:arglists ([n]), + :name "round", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L153", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/round", - :namespace "clojure.contrib.math", - :line 153, - :file "clojure/contrib/math.clj", - :var-type "multimethod", - :arglists ([n]), :doc "(round n) rounds to the nearest integer.\nround always returns an integer. Rounds up for values exactly in between two integers.", - :name "round"} - {:source-url + :var-type "multimethod", + :line 153, + :file "clojure/contrib/math.clj"} + {:arglists ([n]), + :name "sqrt", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj#L215", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/sqrt", - :namespace "clojure.contrib.math", - :line 215, - :file "clojure/contrib/math.clj", - :var-type "multimethod", - :arglists ([n]), :doc "Square root, but returns exact number if possible.", - :name "sqrt"} - {:source-url + :var-type "multimethod", + :line 215, + :file "clojure/contrib/math.clj"} + {:arglists ([container]), + :name "components", + :namespace "clojure.contrib.miglayout", + :source-url "http://github.com/clojure/clojure-contrib/blob/62976a684da2984bec184324dfb3269b7de916e5/src/clojure/contrib/miglayout.clj#L75", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/62976a684da2984bec184324dfb3269b7de916e5/src/clojure/contrib/miglayout.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout/components", - :namespace "clojure.contrib.miglayout", - :line 75, - :file "clojure/contrib/miglayout.clj", - :var-type "function", - :arglists ([container]), :doc "Returns a map from id (a keyword) to component for all components with\nan id constraint set", - :name "components"} - {:source-url + :var-type "function", + :line 75, + :file "clojure/contrib/miglayout.clj"} + {:arglists ([container & args]), + :name "miglayout", + :namespace "clojure.contrib.miglayout", + :source-url "http://github.com/clojure/clojure-contrib/blob/62976a684da2984bec184324dfb3269b7de916e5/src/clojure/contrib/miglayout.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/62976a684da2984bec184324dfb3269b7de916e5/src/clojure/contrib/miglayout.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout/miglayout", - :namespace "clojure.contrib.miglayout", - :line 37, - :file "clojure/contrib/miglayout.clj", - :var-type "function", - :arglists ([container & args]), :doc "Adds java.awt.Components to a javax.swing.JComponent with constraints\nformatted for the MiGLayout layout manager.\n\nArguments: container [item constraint*]*\n\n - container: the container for the specified components, its layout\n manager will be set to a new instance of MigLayout\n\n - an inline series of items and constraints--each item may be followed\n by zero or more constraints.\n\nItem:\n\n - An item is either a Component or one of the keywords :layout\n :column or :row. Constraints for a keyword item affect the entire\n layout.\n\nConstraint: string, keyword, vector, map, or set\n\n - A string specifies one or more constraints each with zero or more\n arguments.\n - A keyword specifies a single constraint without arguments\n - A vector specifies a single constraint with one or more arguments\n - A map specifies one or more constraints as keys, each mapped to a\n single argument\n - A set groups two or more constraints, each a string, keyword,\n vector, map, or set\n\nAny items marked with an \"id\" constraint will be included in a map from\nid to component attached to the container. The map can be retrieved using\nclojure.contrib.miglayout/components.", - :name "miglayout"} - {:source-url + :var-type "function", + :line 37, + :file "clojure/contrib/miglayout.clj"} + {:arglists ([buf]), + :name "buffer-stream", + :namespace "clojure.contrib.mmap", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj#L39", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/buffer-stream", - :namespace "clojure.contrib.mmap", - :line 39, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/mmap.clj", - :var-type "function", - :arglists ([buf]), :doc "Returns an InputStream for a ByteBuffer, such as returned by mmap.", - :name "buffer-stream"} - {:source-url + :var-type "function", + :line 39, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/mmap.clj"} + {:arglists ([f]), + :name "mmap", + :namespace "clojure.contrib.mmap", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj#L27", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/mmap", - :namespace "clojure.contrib.mmap", + :doc "Memory-map the file named f. Returns a ByteBuffer.", + :var-type "function", :line 27, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/mmap.clj", - :var-type "function", - :arglists ([f]), - :doc "Memory-map the file named f. Returns a ByteBuffer.", - :name "mmap"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/mmap.clj"} + {:arglists ([f]), + :name "slurp", + :namespace "clojure.contrib.mmap", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/slurp", - :namespace "clojure.contrib.mmap", + :doc "Reads the file named by f and returns it as a string.", + :var-type "function", :line 33, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/mmap.clj", - :var-type "function", - :arglists ([f]), - :doc "Reads the file named by f and returns it as a string.", - :name "slurp"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/mmap.clj"} + {:arglists ([val] [val expectation-hash]), + :name "calls", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L216", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/calls", - :namespace "clojure.contrib.mock", - :line 216, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([val] [val expectation-hash]), :doc "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned returned by the expected function. If both this\nand returns are specified, the return value of \"calls\" will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", - :name "calls"} - {:source-url + :var-type "function", + :line 216, + :file "clojure/contrib/mock.clj"} + {:arglists ([expect-bindings & body]), + :name "expect", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L265", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/expect", - :namespace "clojure.contrib.mock", - :line 265, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([expect-bindings & body]), :doc "Use expect to redirect calls to dependent functions that are made within the\ncode under test. Instead of calling the functions that would normally be used,\ntemporary stubs are used, which can verify function parameters and call counts.\nReturn values can also be specified as needed.\nUsage:\n(expect [dep-fn (has-args [arg-pred1] (times n (returns x)))]\n (function-under-test a b c))", - :name "expect"} - {:source-url + :var-type "macro", + :line 265, + :file "clojure/contrib/mock.clj"} + {:arglists ([arg-pred-forms] [arg-pred-forms expect-hash-form]), + :name "has-args", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L228", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/has-args", - :namespace "clojure.contrib.mock", - :line 228, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([arg-pred-forms] [arg-pred-forms expect-hash-form]), :doc "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", - :name "has-args"} - {:source-url + :var-type "macro", + :line 228, + :file "clojure/contrib/mock.clj"} + {:arglists ([fn-name args]), + :name "has-matching-signature?", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L105", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/has-matching-signature?", - :namespace "clojure.contrib.mock", - :line 105, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([fn-name args]), :doc "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", - :name "has-matching-signature?"} - {:source-url + :var-type "function", + :line 105, + :file "clojure/contrib/mock.clj"} + {:arglists ([arg-preds arg-pred-forms]), + :name "make-arg-checker", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L116", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/make-arg-checker", - :namespace "clojure.contrib.mock", - :line 116, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([arg-preds arg-pred-forms]), :doc "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", - :name "make-arg-checker"} - {:source-url + :var-type "function", + :line 116, + :file "clojure/contrib/mock.clj"} + {:arglists ([pred pred-form]), + :name "make-count-checker", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L131", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/make-count-checker", - :namespace "clojure.contrib.mock", - :line 131, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([pred pred-form]), :doc "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", - :name "make-count-checker"} - {:source-url + :var-type "function", + :line 131, + :file "clojure/contrib/mock.clj"} + {:arglists ([fn-name expectation-hash]), + :name "make-mock", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L150", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/make-mock", - :namespace "clojure.contrib.mock", - :line 150, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([fn-name expectation-hash]), :doc "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker,\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", - :name "make-mock"} - {:source-url + :var-type "function", + :line 150, + :file "clojure/contrib/mock.clj"} + {:arglists ([val] [val expectation-hash]), + :name "returns", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L205", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/returns", - :namespace "clojure.contrib.mock", - :line 205, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([val] [val expectation-hash]), :doc "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", - :name "returns"} - {:source-url + :var-type "function", + :line 205, + :file "clojure/contrib/mock.clj"} + {:arglists ([times-fn] [times-fn expectation-hash]), + :name "times", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L246", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/times", - :namespace "clojure.contrib.mock", - :line 246, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([times-fn] [times-fn expectation-hash]), :doc "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nThis function can either be specified as the first argument to times or can be\nthe result of calling times with an integer argument, in which case the\npredicate will default to being an exact match. This predicate is called at\nthe end of an expect expression to validate that an expected dependency\nfunction was called the expected number of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", - :name "times"} - {:source-url + :var-type "macro", + :line 246, + :file "clojure/contrib/mock.clj"} + {:arglists ([mock-data]), + :name "validate-counts", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L175", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/validate-counts", - :namespace "clojure.contrib.mock", - :line 175, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([mock-data]), :doc "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", - :name "validate-counts"} - {:source-url + :var-type "function", + :line 175, + :file "clojure/contrib/mock.clj"} + {:arglists ([]), + :name "flush", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/flush", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Flush", + :var-type "function", :line 62, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([]), - :doc "Flush", - :name "flush"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([obj]), + :name "print", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L67", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/print", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Print obj", + :var-type "function", :line 67, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([obj]), - :doc "Print obj", - :name "print"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([] [obj]), + :name "println", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L72", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/println", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Print obj followed by a newline", + :var-type "function", :line 72, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([] [obj]), - :doc "Print obj followed by a newline", - :name "println"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([]), + :name "read-char", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-char", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Read a single character", + :var-type "function", :line 42, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([]), - :doc "Read a single character", - :name "read-char"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([]), + :name "read-line", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-line", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Read a single line", + :var-type "function", :line 47, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([]), - :doc "Read a single line", - :name "read-line"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([]), + :name "read-lines", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L126", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-lines", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Read all lines and return them in a vector", + :var-type "function", :line 126, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([]), - :doc "Read all lines and return them in a vector", - :name "read-lines"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([n]), + :name "skip-chars", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/skip-chars", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Skip n characters", + :var-type "function", :line 52, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([n]), - :doc "Skip n characters", - :name "skip-chars"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([io-specs statement]), + :name "with-io-streams", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L98", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-io-streams", - :namespace "clojure.contrib.monadic-io-streams", - :line 98, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([io-specs statement]), :doc "Open one or more streams as specified by io-spec, run a monadic\nI/O statement on them, and close the streams. io-spec is\na binding-like vector in which each stream is specified by\nthree element: a keyword by which the stream can be referred to,\nthe stream mode (:read or :write), and a stream specification as\naccepted by clojure.contrib.duck-streams/reader (mode :read) or\nclojure.contrib.duck-streams/writer (mode :write). The statement\nis run on a state which is a map from keywords to corresponding\nstreams. Single-stream monadic I/O statements must be wrapped\nwith clojure.contrib.monads/with-state-field.", - :name "with-io-streams"} - {:source-url + :var-type "function", + :line 98, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([reader-spec statement]), + :name "with-reader", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L82", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-reader", - :namespace "clojure.contrib.monadic-io-streams", - :line 82, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([reader-spec statement]), :doc "Create a reader from reader-spec, run the monadic I/O statement\non it, and close the reader. reader-spec can be any object accepted\nby clojure.contrib.duck-streams/reader.", - :name "with-reader"} - {:source-url + :var-type "function", + :line 82, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([writer-spec statement]), + :name "with-writer", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-writer", - :namespace "clojure.contrib.monadic-io-streams", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([writer-spec statement]), :doc "Create a writer from writer-spec, run the monadic I/O statement\non it, and close the writer. writer-spec can be any object accepted\nby clojure.contrib.duck-streams/writer.", - :name "with-writer"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([text]), + :name "write", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/write", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Write text (a string)", + :var-type "function", :line 57, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([text]), - :doc "Write text (a string)", - :name "write"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([f]), + :name "call-cc", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L456", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/call-cc", - :namespace "clojure.contrib.monads", - :line 456, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([f]), :doc "A computation in the cont monad that calls function f with a single\nargument representing the current continuation. The function f should\nreturn a continuation (which becomes the return value of call-cc),\nor call the passed-in current continuation to terminate.", - :name "call-cc"} - {:source-url + :var-type "function", + :line 456, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L440", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/cont-m", @@ -4832,74 +5516,86 @@ :doc "Monad describing computations in continuation-passing style. The monadic\nvalues are functions that are called with a single argument representing\nthe continuation of the computation, to which they pass their result.", :name "cont-m"} - {:source-url + {:arglists ([name doc-string operations] [name operations]), + :name "defmonad", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L51", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonad", - :namespace "clojure.contrib.monads", - :line 51, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([name doc-string operations] [name operations]), :doc "Define a named monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", - :name "defmonad"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L137", - :wiki-url - "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonadfn", - :namespace "clojure.contrib.monads", - :line 137, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", :var-type "macro", - :arglists + :line 51, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([name docstring? attr-map? args expr] [name docstring? attr-map? (args expr) ...]), + :name "defmonadfn", + :namespace "clojure.contrib.monads", + :source-url + "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L137", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonadfn", :doc "Like defn, but for functions that use monad operations and are used inside\na with-monad block.", - :name "defmonadfn"} - {:source-url + :var-type "macro", + :line 137, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([steps expr] [name steps expr]), + :name "domonad", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L114", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/domonad", - :namespace "clojure.contrib.monads", - :line 114, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([steps expr] [name steps expr]), :doc "Monad comprehension. Takes the name of a monad, a vector of steps\ngiven as binding-form/monadic-expression pairs, and a result value\nspecified by expr. The monadic-expression terms can use the binding\nvariables of the previous steps.\nIf the monad contains a definition of m-zero, the step list can also\ncontain conditions of the form :when p, where the predicate p can\ncontain the binding variables from all previous steps.\nA clause of the form :let [binding-form expr ...], where the bindings\nare given as a vector as for the use in let, establishes additional\nbindings that can be used in the following steps.", - :name "domonad"} - {:source-url + :var-type "macro", + :line 114, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([]), + :name "fetch-state", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L359", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/fetch-state", - :namespace "clojure.contrib.monads", - :line 359, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([]), :doc "Return a state-monad function that returns the current state and does not\nmodify it.", - :name "fetch-state"} - {:source-url + :var-type "function", + :line 359, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([key]), + :name "fetch-val", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L365", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/fetch-val", - :namespace "clojure.contrib.monads", - :line 365, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([key]), :doc "Return a state-monad function that assumes the state to be a map and\nreturns the value corresponding to the given key. The state is not modified.", - :name "fetch-val"} - {:source-url + :var-type "function", + :line 365, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L286", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/identity-m", @@ -4911,7 +5607,9 @@ :doc "Monad describing plain computations. This monad does in fact nothing\nat all. It is useful for testing, for combination with monad\ntransformers, and for code that is parameterized with a monad.", :name "identity-m"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L217", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-chain", @@ -4923,7 +5621,9 @@ :doc "Chains together monadic computation steps that are each functions\nof one parameter. Each step is called with the result of the previous\nstep as its argument. (m-chain (step1 step2)) is equivalent to\n(fn [x] (domonad [r1 (step1 x) r2 (step2 r1)] r2)).", :name "m-chain"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L195", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-fmap", @@ -4935,7 +5635,9 @@ :doc "Bind the monadic value m to the function returning (f x) for argument x", :name "m-fmap"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L189", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-join", @@ -4947,20 +5649,24 @@ :doc "Converts a monadic value containing a monadic value into a 'simple'\nmonadic value.", :name "m-join"} - {:source-url + {:arglists ([n f]), + :name "m-lift", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L180", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-lift", - :namespace "clojure.contrib.monads", - :line 180, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([n f]), :doc "Converts a function f of n arguments into a function of n\nmonadic arguments returning a monadic value.", - :name "m-lift"} - {:source-url + :var-type "macro", + :line 180, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L211", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-map", @@ -4972,7 +5678,9 @@ :doc "'Executes' the sequence of monadic values resulting from mapping\nf onto the values xs. f must return a monadic value.", :name "m-map"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L228", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-reduce", @@ -4984,7 +5692,9 @@ :doc "Return the reduction of (m-lift 2 f) over the list of monadic values mvs\nwith initial value (m-result val).", :name "m-reduce"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L200", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-seq", @@ -4996,7 +5706,9 @@ :doc "'Executes' the monadic values in ms and returns a sequence of the\nbasic values contained in them.", :name "m-seq"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L241", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-until", @@ -5008,33 +5720,39 @@ :doc "While (p x) is false, replace x by the value returned by the\nmonadic computation (f x). Return (m-result x) for the first\nx for which (p x) is true.", :name "m-until"} - {:source-url + {:arglists ([test m-expr]), + :name "m-when", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L253", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-when", - :namespace "clojure.contrib.monads", - :line 253, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([test m-expr]), :doc "If test is logical true, return monadic value m-expr, else return\n(m-result nil).", - :name "m-when"} - {:source-url + :var-type "macro", + :line 253, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([test m-expr]), + :name "m-when-not", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L259", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-when-not", - :namespace "clojure.contrib.monads", - :line 259, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([test m-expr]), :doc "If test if logical false, return monadic value m-expr, else return\n(m-result nil).", - :name "m-when-not"} - {:source-url + :var-type "macro", + :line 259, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L296", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/maybe-m", @@ -5046,59 +5764,69 @@ :doc "Monad describing computations with possible failures. Failure is\nrepresented by nil, any other value is considered valid. As soon as\na step returns nil, the whole computation will yield nil as well.", :name "maybe-m"} - {:source-url + {:arglists ([m] [m nothing] [m nothing which-m-plus]), + :name "maybe-t", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L496", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/maybe-t", - :namespace "clojure.contrib.monads", - :line 496, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([m] [m nothing] [m nothing which-m-plus]), :doc "Monad transformer that transforms a monad m into a monad in which\nthe base values can be invalid (represented by nothing, which defaults\nto nil). The third argument chooses if m-zero and m-plus are inherited\nfrom the base monad (use :m-plus-from-base) or adopt maybe-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", - :name "maybe-t"} - {:source-url + :var-type "function", + :line 496, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([operations]), + :name "monad", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L36", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/monad", - :namespace "clojure.contrib.monads", - :line 36, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([operations]), :doc "Define a monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", - :name "monad"} - {:source-url + :var-type "macro", + :line 36, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([base which-m-plus operations]), + :name "monad-transformer", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L474", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/monad-transformer", - :namespace "clojure.contrib.monads", - :line 474, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([base which-m-plus operations]), :doc "Define a monad transforer in terms of the monad operations and the base\nmonad. The argument which-m-plus chooses if m-zero and m-plus are taken\nfrom the base monad or from the transformer.", - :name "monad-transformer"} - {:source-url + :var-type "macro", + :line 474, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([c]), + :name "run-cont", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L451", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/run-cont", - :namespace "clojure.contrib.monads", - :line 451, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([c]), :doc "Execute the computation c in the cont monad and return its result.", - :name "run-cont"} - {:source-url + :var-type "function", + :line 451, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L309", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/sequence-m", @@ -5110,20 +5838,24 @@ :doc "Monad describing multi-valued computations, i.e. computations\nthat can yield multiple values. Any object implementing the seq\nprotocol can be used as a monadic value.", :name "sequence-m"} - {:source-url + {:arglists ([m] [m which-m-plus]), + :name "sequence-t", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L528", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/sequence-t", - :namespace "clojure.contrib.monads", - :line 528, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([m] [m which-m-plus]), :doc "Monad transformer that transforms a monad m into a monad in which\nthe base values are sequences. The argument which-m-plus chooses\nif m-zero and m-plus are inherited from the base monad\n(use :m-plus-from-base) or adopt sequence-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", - :name "sequence-t"} - {:source-url + :var-type "function", + :line 528, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L323", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-m", @@ -5135,33 +5867,39 @@ :doc "Monad describing multi-valued computations, like sequence-m,\nbut returning sets of results instead of sequences of results.", :name "set-m"} - {:source-url + {:arglists ([s]), + :name "set-state", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L353", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-state", - :namespace "clojure.contrib.monads", - :line 353, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([s]), :doc "Return a state-monad function that replaces the current state by s and\nreturns the previous state.", - :name "set-state"} - {:source-url + :var-type "function", + :line 353, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([key val]), + :name "set-val", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L383", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-val", - :namespace "clojure.contrib.monads", - :line 383, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([key val]), :doc "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with key by val. The old value is returned.", - :name "set-val"} - {:source-url + :var-type "function", + :line 383, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L336", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-m", @@ -5173,210 +5911,244 @@ :doc "Monad describing stateful computations. The monadic values have the\nstructure (fn [old-state] [result new-state]).", :name "state-m"} - {:source-url + {:arglists ([p f x]), + :name "state-m-until", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L401", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-m-until", - :namespace "clojure.contrib.monads", - :line 401, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([p f x]), :doc "An optimized implementation of m-until for the state monad that\nreplaces recursion by a loop.", - :name "state-m-until"} - {:source-url + :var-type "function", + :line 401, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([m]), + :name "state-t", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L555", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-t", - :namespace "clojure.contrib.monads", - :line 555, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([m]), :doc "Monad transformer that transforms a monad m into a monad of stateful\ncomputations that have the base monad type as their result.", - :name "state-t"} - {:source-url + :var-type "function", + :line 555, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([f]), + :name "update-state", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L347", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/update-state", - :namespace "clojure.contrib.monads", - :line 347, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([f]), :doc "Return a state-monad function that replaces the current state by the\nresult of f applied to the current state and that returns the old state.", - :name "update-state"} - {:source-url + :var-type "function", + :line 347, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([key f]), + :name "update-val", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L373", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/update-val", - :namespace "clojure.contrib.monads", - :line 373, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([key f]), :doc "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with the given key by the return value\nof f applied to the old value. The old value is returned.", - :name "update-val"} - {:source-url + :var-type "function", + :line 373, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([monad & exprs]), + :name "with-monad", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L102", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/with-monad", - :namespace "clojure.contrib.monads", - :line 102, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([monad & exprs]), :doc "Evaluates an expression after replacing the keywords defining the\nmonad operations by the functions associated with these keywords\nin the monad definition given by name.", - :name "with-monad"} - {:source-url + :var-type "macro", + :line 102, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([key statement]), + :name "with-state-field", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L389", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/with-state-field", - :namespace "clojure.contrib.monads", - :line 389, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([key statement]), :doc "Returns a state-monad function that expects a map as its state and\nruns statement (another state-monad function) on the state defined by\nthe map entry corresponding to key. The map entry is updated with the\nnew state returned by statement.", - :name "with-state-field"} - {:source-url + :var-type "function", + :line 389, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([empty-accumulator]), + :name "writer-m", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L413", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/writer-m", - :namespace "clojure.contrib.monads", - :line 413, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([empty-accumulator]), :doc "Monad describing computations that accumulate data on the side, e.g. for\nlogging. The monadic values have the structure [value log]. Any of the\naccumulators from clojure.contrib.accumulators can be used for storing the\nlog data. Its empty value is passed as a parameter.", - :name "writer-m"} - {:source-url + :var-type "function", + :line 413, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/monads.clj"} + {:arglists ([nsname]), + :name "dir", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L84", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/dir", - :namespace "clojure.contrib.ns-utils", + :doc "Prints a sorted directory of public vars in a namespace", + :var-type "macro", :line 84, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj", - :var-type "macro", - :arglists ([nsname]), - :doc "Prints a sorted directory of public vars in a namespace", - :name "dir"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} + {:arglists ([nsname]), + :name "docs", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L89", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/docs", - :namespace "clojure.contrib.ns-utils", + :doc "Prints documentation for the public vars in a namespace", + :var-type "macro", :line 89, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj", - :var-type "macro", - :arglists ([nsname]), - :doc "Prints documentation for the public vars in a namespace", - :name "docs"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} + {:arglists ([ns-sym]), + :name "get-ns", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/get-ns", - :namespace "clojure.contrib.ns-utils", - :line 50, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([ns-sym]), :doc "Returns the namespace named by ns-sym or throws if the\nnamespace does not exist", - :name "get-ns"} - {:source-url + :var-type "function", + :line 50, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} + {:arglists ([& ns-names]), + :name "immigrate", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L94", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/immigrate", - :namespace "clojure.contrib.ns-utils", - :line 94, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([& ns-names]), :doc "Create a public var in this namespace for each public var in the\nnamespaces named by ns-names. The created vars have the same name, root\nbinding, and metadata as the original except that their :ns metadata\nvalue is this namespace.", - :name "immigrate"} - {:source-url + :var-type "function", + :line 94, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} + {:arglists ([ns]), + :name "ns-vars", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L58", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/ns-vars", - :namespace "clojure.contrib.ns-utils", - :line 58, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([ns]), :doc "Returns a sorted seq of symbols naming public vars in\na namespace", - :name "ns-vars"} - {:source-url + :var-type "function", + :line 58, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} + {:arglists ([ns]), + :name "print-dir", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/print-dir", - :namespace "clojure.contrib.ns-utils", + :doc "Prints a sorted directory of public vars in a namespace", + :var-type "function", :line 64, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([ns]), - :doc "Prints a sorted directory of public vars in a namespace", - :name "print-dir"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} + {:arglists ([ns]), + :name "print-docs", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L70", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/print-docs", - :namespace "clojure.contrib.ns-utils", + :doc "Prints documentation for the public vars in a namespace", + :var-type "function", :line 70, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([ns]), - :doc "Prints documentation for the public vars in a namespace", - :name "print-docs"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} + {:arglists ([nsname]), + :name "vars", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L78", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/vars", - :namespace "clojure.contrib.ns-utils", - :line 78, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj", - :var-type "macro", - :arglists ([nsname]), :doc "Returns a sorted seq of symbols naming public vars in\na namespace", - :name "vars"} - {:source-url + :var-type "macro", + :line 78, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/ns_utils.clj"} + {:arglists [[object]], + :name "*code-dispatch*", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L354", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*code-dispatch*", - :namespace "clojure.contrib.pprint", - :line 354, - :file "clojure/contrib/pprint/dispatch.clj", - :var-type "multimethod", - :arglists [[object]], :doc "The pretty print dispatch function for pretty printing Clojure code.", - :name "*code-dispatch*"} - {:source-url + :var-type "multimethod", + :line 354, + :file "clojure/contrib/pprint/dispatch.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L78", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-base*", @@ -5387,7 +6159,9 @@ :var-type "var", :doc "The base to use for printing integers and rationals.", :name "*print-base*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L56", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-circle*", @@ -5398,7 +6172,9 @@ :var-type "var", :doc "Mark circular structures (N.B. This is not yet used)", :name "*print-circle*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L51", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-lines*", @@ -5410,7 +6186,9 @@ :doc "Maximum number of lines to print in a pretty print instance (N.B. This is not yet used)", :name "*print-lines*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L44", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-miser-width*", @@ -5422,7 +6200,9 @@ :doc "The column at which to enter miser style. Depending on the dispatch table, \nmiser style add newlines in more places to try to keep lines short allowing for further \nlevels of nesting.", :name "*print-miser-width*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L33", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-pprint-dispatch*", @@ -5434,7 +6214,9 @@ :doc "The pretty print dispatch function. Use with-pprint-dispatch or set-pprint-dispatch\nto modify.", :name "*print-pprint-dispatch*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L29", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-pretty*", @@ -5445,7 +6227,9 @@ :var-type "var", :doc "Bind to true if you want write to use pretty printing", :name "*print-pretty*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L72", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-radix*", @@ -5457,7 +6241,9 @@ :doc "Print a radix specifier in front of integers and rationals. If *print-base* is 2, 8, \nor 16, then the radix specifier used is #b, #o, or #x, respectively. Otherwise the \nradix specifier is in the form #XXr where XX is the decimal value of *print-base* ", :name "*print-radix*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L38", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-right-margin*", @@ -5469,7 +6255,9 @@ :doc "Pretty printing will try to avoid anything going beyond this column.\nSet it to nil to have pprint let the line be arbitrarily long. This will ignore all \nnon-mandatory newlines.", :name "*print-right-margin*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L61", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-shared*", @@ -5481,7 +6269,9 @@ :doc "Mark repeated structures rather than repeat them (N.B. This is not yet used)", :name "*print-shared*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L65", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-suppress-namespaces*", @@ -5493,247 +6283,287 @@ :doc "Don't print namespaces with symbols. This is particularly useful when \npretty printing the results of macro expansions", :name "*print-suppress-namespaces*"} - {:source-url + {:arglists [[object]], + :name "*simple-dispatch*", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L125", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*simple-dispatch*", - :namespace "clojure.contrib.pprint", - :line 125, - :file "clojure/contrib/pprint/dispatch.clj", - :var-type "multimethod", - :arglists [[object]], :doc "The pretty print dispatch function for simple data structure format.", - :name "*simple-dispatch*"} - {:source-url + :var-type "multimethod", + :line 125, + :file "clojure/contrib/pprint/dispatch.clj"} + {:arglists ([writer format-in & args]), + :name "cl-format", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L26", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/cl-format", - :namespace "clojure.contrib.pprint", - :line 26, - :file "clojure/contrib/pprint/cl_format.clj", - :var-type "function", - :arglists ([writer format-in & args]), :doc "An implementation of a Common Lisp compatible format function. cl-format formats its\narguments to an output stream or string based on the format control string given. It \nsupports sophisticated formatting of structured data.\n\nWriter is an instance of java.io.Writer, true to output to *out* or nil to output \nto a string, format-in is the format control string and the remaining arguments \nare the data to be formatted.\n\nThe format control string is a string to be output with embedded 'format directives' \ndescribing how to format the various arguments passed in.\n\nIf writer is nil, cl-format returns the formatted result string. Otherwise, cl-format \nreturns nil.\n\nFor example:\n (let [results [46 38 22]]\n (cl-format true \"There ~[are~;is~:;are~]~:* ~d result~:p: ~{~d~^, ~}~%\" \n (count results) results))\n\nPrints to *out*:\n There are 3 results: 46, 38, 22\n\nDetailed documentation on format control strings is available in the \"Common Lisp the \nLanguage, 2nd edition\", Chapter 22 (available online at:\nhttp://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/cltl/clm/node200.html#SECTION002633000000000000000) \nand in the Common Lisp HyperSpec at \nhttp://www.lispworks.com/documentation/HyperSpec/Body/22_c.htm", - :name "cl-format"} - {:source-url + :var-type "function", + :line 26, + :file "clojure/contrib/pprint/cl_format.clj"} + {:arglists ([format-str]), + :name "compile-format", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1748", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/compile-format", - :namespace "clojure.contrib.pprint", - :line 1748, - :file "clojure/contrib/pprint/cl_format.clj", - :var-type "function", - :arglists ([format-str]), :doc "Compiles format-str into a compiled format which can be used as an argument\nto cl-format just like a plain format string. Use this function for improved \nperformance when you're using the same format string repeatedly", - :name "compile-format"} - {:source-url + :var-type "function", + :line 1748, + :file "clojure/contrib/pprint/cl_format.clj"} + {:arglists ([format-in]), + :name "formatter", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1816", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/formatter", - :namespace "clojure.contrib.pprint", - :line 1816, - :file "clojure/contrib/pprint/cl_format.clj", - :var-type "macro", - :arglists ([format-in]), :doc "Makes a function which can directly run format-in. The function is\nfn [stream & args] ... and returns nil unless the stream is nil (meaning \noutput to a string) in which case it returns the resulting string.\n\nformat-in can be either a control string or a previously compiled format.", - :name "formatter"} - {:source-url + :var-type "macro", + :line 1816, + :file "clojure/contrib/pprint/cl_format.clj"} + {:arglists ([format-in]), + :name "formatter-out", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1830", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/formatter-out", - :namespace "clojure.contrib.pprint", - :line 1830, - :file "clojure/contrib/pprint/cl_format.clj", - :var-type "macro", - :arglists ([format-in]), :doc "Makes a function which can directly run format-in. The function is\nfn [& args] ... and returns nil. This version of the formatter macro is\ndesigned to be used with *out* set to an appropriate Writer. In particular,\nthis is meant to be used as part of a pretty printer dispatch method.\n\nformat-in can be either a control string or a previously compiled format.", - :name "formatter-out"} - {:source-url + :var-type "macro", + :line 1830, + :file "clojure/contrib/pprint/cl_format.clj"} + {:arglists ([]), + :name "fresh-line", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/cl_format.clj#L1152", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/fresh-line", - :namespace "clojure.contrib.pprint", - :line 1152, - :file "clojure/contrib/pprint/cl_format.clj", - :var-type "function", - :arglists ([]), :doc "Make a newline if the Writer is not already at the beginning of the line.\nN.B. Only works on ColumnWriters right now.", - :name "fresh-line"} - {:source-url + :var-type "function", + :line 1152, + :file "clojure/contrib/pprint/cl_format.clj"} + {:arglists ([]), + :name "pp", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L241", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pp", - :namespace "clojure.contrib.pprint", - :line 241, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", - :var-type "macro", - :arglists ([]), :doc "A convenience macro that pretty prints the last thing output. This is\nexactly equivalent to (pprint *1).", - :name "pp"} - {:source-url + :var-type "macro", + :line 241, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([object] [object writer]), + :name "pprint", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L229", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint", - :namespace "clojure.contrib.pprint", - :line 229, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([object] [object writer]), :doc "Pretty print object to the optional output writer. If the writer is not provided, \nprint the object to the currently bound value of *out*.", - :name "pprint"} - {:source-url + :var-type "function", + :line 229, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([relative-to n]), + :name "pprint-indent", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L315", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint-indent", - :namespace "clojure.contrib.pprint", - :line 315, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([relative-to n]), :doc "Create an indent at this point in the pretty printing stream. This defines how \nfollowing lines are indented. relative-to can be either :block or :current depending \nwhether the indent should be computed relative to the start of the logical block or\nthe current column position. n is an offset. \n\nOutput is sent to *out* which must be a pretty printing writer.", - :name "pprint-indent"} - {:source-url + :var-type "function", + :line 315, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} + {:arglists [[options* body]], + :name "pprint-logical-block", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L286", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint-logical-block", - :namespace "clojure.contrib.pprint", - :line 286, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", - :var-type "macro", - :arglists [[options* body]], :doc "Execute the body as a pretty printing logical block with output to *out* which \nmust be a pretty printing writer. When used from pprint or cl-format, this can be \nassumed. \n\nBefore the body, the caller can optionally specify options: :prefix, :per-line-prefix, \nand :suffix.", - :name "pprint-logical-block"} - {:source-url + :var-type "macro", + :line 286, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([kind]), + :name "pprint-newline", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L306", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint-newline", - :namespace "clojure.contrib.pprint", - :line 306, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([kind]), :doc "Print a conditional newline to a pretty printing stream. kind specifies if the \nnewline is :linear, :miser, :fill, or :mandatory. \n\nOutput is sent to *out* which must be a pretty printing writer.", - :name "pprint-newline"} - {:source-url + :var-type "function", + :line 306, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([kind colnum colinc]), + :name "pprint-tab", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L327", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint-tab", - :namespace "clojure.contrib.pprint", - :line 327, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([kind colnum colinc]), :doc "Tab at this point in the pretty printing stream. kind specifies whether the tab\nis :line, :section, :line-relative, or :section-relative. \n\nColnum and colinc specify the target column and the increment to move the target\nforward if the output is already past the original target.\n\nOutput is sent to *out* which must be a pretty printing writer.\n\nTHIS FUNCTION IS NOT YET IMPLEMENTED.", - :name "pprint-tab"} - {:source-url + :var-type "function", + :line 327, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([function]), + :name "set-pprint-dispatch", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L246", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/set-pprint-dispatch", - :namespace "clojure.contrib.pprint", - :line 246, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([function]), :doc "Set the pretty print dispatch function to a function matching (fn [obj] ...)\nwhere obj is the object to pretty print. That function will be called with *out* set\nto a pretty printing writer to which it should do its printing.\n\nFor example functions, see *simple-dispatch* and *code-dispatch* in \nclojure.contrib.pprint.dispatch.clj.", - :name "set-pprint-dispatch"} - {:source-url + :var-type "function", + :line 246, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([multifn dispatch-val func]), + :name "use-method", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/eb73c54687a9ed63dc939bbe886170f4a47455ed/src/clojure/contrib/pprint/dispatch.clj#L19", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/use-method", - :namespace "clojure.contrib.pprint", - :line 19, - :file "clojure/contrib/pprint/dispatch.clj", - :var-type "function", - :arglists ([multifn dispatch-val func]), :doc "Installs a function as a new method of multimethod associated with dispatch-value. ", - :name "use-method"} - {:source-url + :var-type "function", + :line 19, + :file "clojure/contrib/pprint/dispatch.clj"} + {:arglists ([function & body]), + :name "with-pprint-dispatch", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L259", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/with-pprint-dispatch", - :namespace "clojure.contrib.pprint", - :line 259, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", - :var-type "macro", - :arglists ([function & body]), :doc "Execute body with the pretty print dispatch function bound to function.", - :name "with-pprint-dispatch"} - {:source-url + :var-type "macro", + :line 259, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([object & kw-args]), + :name "write", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L186", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/write", - :namespace "clojure.contrib.pprint", - :line 186, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([object & kw-args]), :doc "Write an object subject to the current bindings of the printer control variables.\nUse the kw-args argument to override individual variables for this call (and any \nrecursive calls). Returns the string result if :stream is nil or nil otherwise.\n\nThe following keyword arguments can be passed with values:\n Keyword Meaning Default value\n :stream Writer for output or nil true (indicates *out*)\n :base Base to use for writing rationals Current value of *print-base*\n :circle* If true, mark circular structures Current value of *print-circle*\n :length Maximum elements to show in sublists Current value of *print-length*\n :level Maximum depth Current value of *print-level*\n :lines* Maximum lines of output Current value of *print-lines*\n :miser-width Width to enter miser mode Current value of *print-miser-width*\n :dispatch The pretty print dispatch function Current value of *print-pprint-dispatch*\n :pretty If true, do pretty printing Current value of *print-pretty*\n :radix If true, prepend a radix specifier Current value of *print-radix*\n :readably* If true, print readably Current value of *print-readably*\n :right-margin The column for the right margin Current value of *print-right-margin*\n :suppress-namespaces If true, no namespaces in symbols Current value of *print-suppress-namespaces*\n\n * = not yet supported", - :name "write"} - {:source-url + :var-type "function", + :line 186, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([object]), + :name "write-out", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/74c5bf10a5e92c2f2ee83d09eb15938914f95fbe/src/clojure/contrib/pprint/pprint_base.clj#L161", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec3a9d1fc37db63245ec6a3c672725add7633bd2/src/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/write-out", - :namespace "clojure.contrib.pprint", - :line 161, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([object]), :doc "Write an object to *out* subject to the current bindings of the printer control \nvariables. Use the kw-args argument to override individual variables for this call (and \nany recursive calls).\n\n*out* must be a PrettyWriter if pretty printing is enabled. This is the responsibility\nof the caller.\n\nThis method is primarily intended for use by pretty print dispatch functions that \nalready know that the pretty printer will have set up their environment appropriately.\nNormal library clients should use the standard \"write\" interface. ", - :name "write-out"} - {:source-url + :var-type "function", + :line 161, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([v]), + :name "certainly", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L146", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/certainly", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 146, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([v]), :doc "Returns a distribution in which the single value v has probability 1.", - :name "certainly"} - {:source-url + :var-type "function", + :line 146, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([& choices]), + :name "choose", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L92", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/choose", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 92, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([& choices]), :doc "Construct a distribution from an explicit list of probabilities\nand values. They are given in the form of a vector of probability-value\npairs. In the last pair, the probability can be given by the keyword\n:else, which stands for 1 minus the total of the other probabilities.", - :name "choose"} - {:source-url + :var-type "function", + :line 92, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L46", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/cond-dist-m", @@ -5744,20 +6574,24 @@ :var-type "var", :doc "Variant of the dist monad that can handle undefined values.", :name "cond-dist-m"} - {:source-url + {:arglists ([pred dist]), + :name "cond-prob", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L160", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/cond-prob", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 160, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([pred dist]), :doc "Returns the conditional probability for the values in dist that satisfy\nthe predicate pred.", - :name "cond-prob"} - {:source-url + :var-type "function", + :line 160, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L28", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/dist-m", @@ -5769,266 +6603,308 @@ :doc "Monad describing computations on fuzzy quantities, represented by a finite\nprobability distribution for the possible values. A distribution is\nrepresented by a map from values to probabilities.", :name "dist-m"} - {:source-url + {:arglists ([f dist1 dist2]), + :name "join-with", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/join-with", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 151, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([f dist1 dist2]), :doc "Returns the distribution of (f x y) with x from dist1 and y from dist2.", - :name "join-with"} - {:source-url + :var-type "function", + :line 151, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([coll f]), + :name "make-distribution", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L134", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/make-distribution", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 134, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([coll f]), :doc "Returns the distribution in which each element x of the collection\nhas a probability proportional to (f x)", - :name "make-distribution"} - {:source-url + :var-type "function", + :line 134, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([weights]), + :name "normalize", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L70", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/normalize", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 70, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([weights]), :doc "Convert a weight map (e.g. a map of counter values) to a distribution\nby multiplying with a normalization factor. If the map has a key\n:total, its value is assumed to be the sum over all the other values and\nit is used for normalization. Otherwise, the sum is calculated\nexplicitly. The :total key is removed from the resulting distribution.", - :name "normalize"} - {:source-url + :var-type "function", + :line 70, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([pred dist]), + :name "prob", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L197", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/prob", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 197, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([pred dist]), :doc "Return the probability that the predicate pred is satisfied in the\ndistribution dist, i.e. the sum of the probabilities of the values\nthat satisfy pred.", - :name "prob"} - {:source-url + :var-type "function", + :line 197, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([coll]), + :name "uniform", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L84", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/uniform", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 84, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([coll]), :doc "Return a distribution in which each of the elements of coll\nhas the same probability.", - :name "uniform"} - {:source-url + :var-type "function", + :line 84, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([s n]), + :name "zipf", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj#L140", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3f893e28ecc0fc2335355aea2cc9324ed5781c81/src/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/zipf", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 140, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([s n]), :doc "Returns the Zipf distribution in which the numbers k=1..n have\nprobabilities proportional to 1/k^s.", - :name "zipf"} - {:source-url + :var-type "function", + :line 140, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([dist]), + :name "discrete", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/discrete", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 87, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([dist]), :doc "A discrete distribution, defined by a map dist mapping values\nto probabilities. The sum of probabilities must be one.", - :name "discrete"} - {:source-url + :var-type "function", + :line 87, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([lambda]), + :name "exponential", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L146", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/exponential", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 146, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([lambda]), :doc "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of exponential random numbers with parameter lambda.", - :name "exponential"} - {:source-url + :var-type "function", + :line 146, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([mu sigma]), + :name "lognormal", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L137", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/lognormal", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 137, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([mu sigma]), :doc "Transform a sequence of uniform random numbesr in the interval [0, 1)\ninto a sequence of lognormal random numbers with mean mu and standard\ndeviation sigma.", - :name "lognormal"} - {:source-url + :var-type "function", + :line 137, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n r]), + :name "n-sphere", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L228", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/n-sphere", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 228, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n r]), :doc "Return a uniform distribution of n-dimensional vectors inside an\nn-sphere of radius r.", - :name "n-sphere"} - {:source-url + :var-type "function", + :line 228, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([mu sigma]), + :name "normal", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L116", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/normal", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 116, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([mu sigma]), :doc "Transform a sequence urs of uniform random number in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", - :name "normal"} - {:source-url + :var-type "function", + :line 116, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([mu sigma]), + :name "normal-box-muller", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L163", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/normal-box-muller", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 163, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([mu sigma]), :doc "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", - :name "normal-box-muller"} - {:source-url + :var-type "function", + :line 163, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([distribution random-stream-state]), + :name "random-stream", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/random-stream", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 62, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([distribution random-stream-state]), :doc "Define a random stream by a distribution and the state of a\nrandom number stream with uniform distribution in [0, 1).", - :name "random-stream"} - {:source-url + :var-type "function", + :line 62, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([p dist]), + :name "reject", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L74", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/reject", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 74, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([p dist]), :doc "Return the distribution that results from rejecting the values from\ndist that do not satisfy predicate p.", - :name "reject"} - {:source-url + :var-type "function", + :line 74, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n dist]), + :name "sample", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n dist]), :doc "Return the distribution of samples of length n from the\ndistribution dist", - :name "sample"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n dist]), + :name "sample-mean", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-mean", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n dist]), :doc "Return the distribution of the mean over n samples from the\ndistribution dist", - :name "sample-mean"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n dist]), + :name "sample-mean-variance", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-mean-variance", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n dist]), :doc "Return the distribution of the mean-and-variance (a vector containing\nthe mean and the variance) over n samples from the distribution dist", - :name "sample-mean-variance"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([f n dist] [f val n dist]), + :name "sample-reduce", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-reduce", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([f n dist] [f val n dist]), :doc "Returns the distribution of the reduction of f over n samples from the\ndistribution dist.", - :name "sample-reduce"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n dist]), + :name "sample-sum", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-sum", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n dist]), :doc "Return the distribution of the sum over n samples from the\ndistribution dist.", - :name "sample-sum"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([modulus multiplier increment seed]), + :name "lcg", + :namespace "clojure.contrib.probabilities.random-numbers", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj#L35", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers/lcg", - :namespace "clojure.contrib.probabilities.random-numbers", + :doc "Create a linear congruential generator", + :var-type "function", :line 35, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/random_numbers.clj", - :var-type "function", - :arglists ([modulus multiplier increment seed]), - :doc "Create a linear congruential generator", - :name "lcg"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/probabilities/random_numbers.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj#L56", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers/rand-stream", @@ -6040,7 +6916,9 @@ :doc "A random number stream based on clojure.core/rand. Note that this\ngenerator uses an internal mutable state. The state is thus not stored\nin the stream object and cannot be restored.", :name "rand-stream"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L42", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/*enable-profiling*", @@ -6052,71 +6930,83 @@ :doc "Set this to false before loading/compiling to omit\nprofiling code.", :name "*enable-profiling*"} - {:source-url + {:arglists ([profile-summary]), + :name "print-summary", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/print-summary", - :namespace "clojure.contrib.profile", + :doc "Prints a table of the results returned by summarize.", + :var-type "function", :line 95, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj", - :var-type "function", - :arglists ([profile-summary]), - :doc "Prints a table of the results returned by summarize.", - :name "print-summary"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj"} + {:arglists ([name & body]), + :name "prof", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L45", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/prof", - :namespace "clojure.contrib.profile", - :line 45, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj", - :var-type "macro", - :arglists ([name & body]), :doc "If *enable-profiling* is true, wraps body in profiling code.\nReturns the result of body. Profile timings will be stored in\n*profile-data* using name, which must be a keyword, as the key.\nTimings are measured with System/nanoTime.", - :name "prof"} - {:source-url + :var-type "macro", + :line 45, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj"} + {:arglists ([& body]), + :name "profile", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L106", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/profile", - :namespace "clojure.contrib.profile", - :line 106, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj", - :var-type "macro", - :arglists ([& body]), :doc "Runs body with profiling enabled, then prints a summary of\nresults. Returns nil.", - :name "profile"} - {:source-url + :var-type "macro", + :line 106, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj"} + {:arglists ([profile-data]), + :name "summarize", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L73", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/summarize", - :namespace "clojure.contrib.profile", - :line 73, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj", - :var-type "function", - :arglists ([profile-data]), :doc "Takes the raw data returned by with-profile-data and returns a map\nfrom names to summary statistics. Each value in the map will look\nlike:\n\n {:mean ..., :min ..., :max ..., :count ..., :sum ...}\n\n:mean, :min, and :max are how long the profiled section took to run,\nin nanoseconds. :count is the total number of times the profiled\nsection was executed. :sum is the total amount of time spent in the\nprofiled section, in nanoseconds.", - :name "summarize"} - {:source-url + :var-type "function", + :line 73, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj"} + {:arglists ([& body]), + :name "with-profile-data", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L63", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/with-profile-data", - :namespace "clojure.contrib.profile", - :line 63, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj", - :var-type "macro", - :arglists ([& body]), :doc "Executes body with *profile-data* bound to an atom of a new map.\nReturns the raw profile data as a map. Keys in the map are profile\nnames (keywords), and values are lists of elapsed time, in\nnanoseconds.", - :name "with-profile-data"} - {:source-url + :var-type "macro", + :line 63, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/profile.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj#L32", :wiki-url "http://clojure.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/*html-compatible*", @@ -6127,7 +7017,9 @@ :var-type "var", :doc "If true, empty tags will have a space before the closing />", :name "*html-compatible*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj#L36", :wiki-url "http://clojure.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/*prxml-indent*", @@ -6139,109 +7031,127 @@ :doc "The number of spaces to indent sub-tags. nil for no indent\nand no extra line-breaks.", :name "*prxml-indent*"} - {:source-url + {:arglists ([& args]), + :name "prxml", + :namespace "clojure.contrib.prxml", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj#L142", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/prxml", - :namespace "clojure.contrib.prxml", - :line 142, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/prxml.clj", - :var-type "function", - :arglists ([& args]), :doc "Print XML to *out*. Vectors become XML tags: the first item is the\ntag name; optional second item is a map of attributes.\n\nSequences are processed recursively, so you can use map and other\nsequence functions inside prxml.\n\n (prxml [:p {:class \"greet\"} [:i \"Ladies & gentlemen\"]])\n ; => <p class=\"greet\"><i>Ladies & gentlemen</i></p>\n\nPSEUDO-TAGS: some keywords have special meaning:\n\n :raw! do not XML-escape contents\n :comment! create an XML comment\n :decl! create an XML declaration, with attributes\n :cdata! create a CDATA section\n :doctype! create a DOCTYPE!\n\n (prxml [:p [:raw! \"<i>here & gone</i>\"]])\n ; => <p><i>here & gone</i></p>\n\n (prxml [:decl! {:version \"1.1\"}])\n ; => <?xml version=\"1.1\" encoding=\"UTF-8\"?>", - :name "prxml"} - {:source-url + :var-type "function", + :line 142, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/prxml.clj"} + {:arglists ([]), + :name "print-repl-info", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L208", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/print-repl-info", - :namespace "clojure.contrib.repl-ln", + :doc "Prints info about the current repl", + :var-type "function", :line 208, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([]), - :doc "Prints info about the current repl", - :name "print-repl-info"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} + {:arglists ([& options]), + :name "repl", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L217", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl", - :namespace "clojure.contrib.repl-ln", - :line 217, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([& options]), :doc "A repl that supports line numbers. For definitions and evaluations made\nat the repl, the repl-name and line number will be reported as the\norigin. Use set-repl-name and set-repl-prompt to customize the repl name\nand prompt. This repl supports all of the keyword arguments documented\nfor clojure.main/repl with the following change and additions:\n\n - :prompt has a new default\n default: #(clojure.core/print (repl-prompt))\n\n - :name-fmt, Name format string\n default: the name-fmt of the parent repl, or \"repl-%S\"\n\n - :prompt-fmt, Prompt format string\n default: the prompt-fmt of the parent repl, or \"%S:%L %N=> \"", - :name "repl"} - {:source-url + :var-type "function", + :line 217, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} + {:arglists ([]), + :name "repl-info", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L202", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl-info", - :namespace "clojure.contrib.repl-ln", + :doc "Returns a map of info about the current repl", + :var-type "function", :line 202, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([]), - :doc "Returns a map of info about the current repl", - :name "repl-info"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} + {:arglists ([]), + :name "repl-prompt", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L148", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl-prompt", - :namespace "clojure.contrib.repl-ln", - :line 148, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current repl prompt based on this repl's prompt-fmt", - :name "repl-prompt"} - {:source-url + :var-type "function", + :line 148, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} + {:arglists ([] [name-fmt]), + :name "set-repl-name", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L157", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/set-repl-name", - :namespace "clojure.contrib.repl-ln", - :line 157, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([] [name-fmt]), :doc "Sets the repl name format to the string name-fmt. Include the following\ncodes in the name to make the corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n\nWith no arguments, resets the repl name to its default: \"repl-%S\"", - :name "set-repl-name"} - {:source-url + :var-type "function", + :line 157, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} + {:arglists ([] [prompt-fmt]), + :name "set-repl-prompt", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L180", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/set-repl-prompt", - :namespace "clojure.contrib.repl-ln", - :line 180, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([] [prompt-fmt]), :doc "Sets the repl prompt. Include the following codes in the prompt to make\nthe corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n %L - input line number\n %N - namespace name\n\nWith no arguments, resets the repl pompt to its default: \"%S:%L %N=> \"", - :name "set-repl-prompt"} - {:source-url + :var-type "function", + :line 180, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} + {:arglists ([& options]), + :name "stream-repl", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L119", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/stream-repl", - :namespace "clojure.contrib.repl-ln", - :line 119, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([& options]), :doc "Repl entry point that provides convenient overriding of input, output,\nand err streams via sequential keyword-value pairs. Default values\nfor :in, :out, and :err are streams associated with System/in,\nSystem/out, and System/err using UTF-8 encoding. Also supports all the\noptions provided by clojure.contrib.repl-ln/repl.", - :name "stream-repl"} - {:source-url + :var-type "function", + :line 119, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_ln.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L18", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/*local-javadocs*", @@ -6252,7 +7162,9 @@ :doc "Ref to a list of local paths for Javadoc-generated HTML\nfiles.", :name "*local-javadocs*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L28", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/*remote-javadocs*", @@ -6263,43 +7175,51 @@ :doc "Ref to a map from package name prefixes to URLs for remote\nJavadocs.", :name "*remote-javadocs*"} - {:source-url + {:arglists ([] [t]), + :name "add-break-thread!", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L150", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-break-thread!", - :namespace "clojure.contrib.repl-utils", - :line 150, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([] [t]), :doc "Add the given thread to break-threads so that it will be stopped\nany time the user presses Ctrl-C. Calls start-handling-break for\nyou. Adds the current thread if none is given.", - :name "add-break-thread!"} - {:source-url + :var-type "function", + :line 150, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} + {:arglists ([path]), + :name "add-local-javadoc", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L43", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-local-javadoc", - :namespace "clojure.contrib.repl-utils", - :line 43, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "function", - :arglists ([path]), :doc "Adds to the list of local Javadoc paths.", - :name "add-local-javadoc"} - {:source-url + :var-type "function", + :line 43, + :file "clojure/contrib/repl_utils/javadoc.clj"} + {:arglists ([package-prefix url]), + :name "add-remote-javadoc", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L48", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-remote-javadoc", - :namespace "clojure.contrib.repl-utils", - :line 48, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "function", - :arglists ([package-prefix url]), :doc "Adds to the list of remote Javadoc URLs. package-prefix is the\nbeginning of the package name that has docs at this URL.", - :name "add-remote-javadoc"} - {:source-url + :var-type "function", + :line 48, + :file "clojure/contrib/repl_utils/javadoc.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L131", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/break-threads", @@ -6311,1241 +7231,1439 @@ :doc "Threads to stop when Ctrl-C is pressed. See 'add-break-thread!'", :name "break-threads"} - {:source-url + {:arglists ([expr]), + :name "expression-info", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L163", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/expression-info", - :namespace "clojure.contrib.repl-utils", - :line 163, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([expr]), :doc "Uses the Clojure compiler to analyze the given s-expr. Returns\na map with keys :class and :primitive? indicating what the compiler\nconcluded about the return value of the expression. Returns nil if\nnot type info can be determined at compile-time.\n\nExample: (expression-info '(+ (int 5) (float 10)))\nReturns: {:class float, :primitive? true}", - :name "expression-info"} - {:source-url + :var-type "function", + :line 163, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} + {:arglists ([classname]), + :name "find-javadoc-url", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/find-javadoc-url", - :namespace "clojure.contrib.repl-utils", - :line 54, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "function", - :arglists ([classname]), :doc "Searches for a URL for the given class name. Tries\n*local-javadocs* first, then *remote-javadocs*. Returns a string.", - :name "find-javadoc-url"} - {:source-url + :var-type "function", + :line 54, + :file "clojure/contrib/repl_utils/javadoc.clj"} + {:arglists ([x]), + :name "get-source", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L97", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/get-source", - :namespace "clojure.contrib.repl-utils", - :line 97, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([x]), :doc "Returns a string of the source code for the given symbol, if it can\nfind it. This requires that the symbol resolve to a Var defined in\na namespace for which the .clj is in the classpath. Returns nil if\nit can't find the source. For most REPL usage, 'source' is more\nconvenient.\n\nExample: (get-source 'filter)", - :name "get-source"} - {:source-url + :var-type "function", + :line 97, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} + {:arglists ([class-or-object]), + :name "javadoc", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1f66365c555956a50f235e858b93365ece6cd4b6/src/clojure/contrib/repl_utils/javadoc.clj#L74", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/javadoc", - :namespace "clojure.contrib.repl-utils", - :line 74, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "function", - :arglists ([class-or-object]), :doc "Opens a browser window displaying the javadoc for the argument.\nTries *local-javadocs* first, then *remote-javadocs*.", - :name "javadoc"} - {:source-url + :var-type "function", + :line 74, + :file "clojure/contrib/repl_utils/javadoc.clj"} + {:arglists ([ns-name & args]), + :name "run", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L188", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/run", - :namespace "clojure.contrib.repl-utils", - :line 188, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj", - :var-type "macro", - :arglists ([ns-name & args]), :doc "Loads the specified namespace and invokes its \"main\" function with\noptional args. ns-name is not evaluated.", - :name "run"} - {:source-url + :var-type "macro", + :line 188, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} + {:arglists ([ns-sym & args]), + :name "run*", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L181", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/run*", - :namespace "clojure.contrib.repl-utils", - :line 181, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([ns-sym & args]), :doc "Loads the specified namespace and invokes its \"main\" function with\noptional args.", - :name "run*"} - {:source-url + :var-type "function", + :line 181, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} + {:arglists ([x] [x selector]), + :name "show", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/show", - :namespace "clojure.contrib.repl-utils", - :line 59, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([x] [x selector]), :doc "With one arg prints all static and instance members of x or (class x).\nEach member is listed with a number which can be given as 'selector'\nto return the member object -- the REPL will print more details for\nthat member.\n\nThe selector also may be a string or regex, in which case only\nmembers whose names match 'selector' as a case-insensitive regex\nwill be printed.\n\nFinally, the selector also may be a predicate, in which case only\nmembers for which the predicate returns true will be printed. The\npredicate will be passed a single argument, a map that includes the\n:text that will be printed and the :member object itself, as well as\nall the properies of the member object as translated by 'bean'.\n\nExamples: (show Integer) (show []) (show String 23) (show String \"case\")", - :name "show"} - {:source-url + :var-type "function", + :line 59, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} + {:arglists ([n]), + :name "source", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L119", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/source", - :namespace "clojure.contrib.repl-utils", - :line 119, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj", - :var-type "macro", - :arglists ([n]), :doc "Prints the source code for the given symbol, if it can find it.\nThis requires that the symbol resolve to a Var defined in a\nnamespace for which the .clj is in the classpath.\n\nExample: (source filter)", - :name "source"} - {:source-url + :var-type "macro", + :line 119, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} + {:arglists ([]), + :name "start-handling-break", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj#L135", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/start-handling-break", - :namespace "clojure.contrib.repl-utils", - :line 135, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([]), :doc "Register INT signal handler. After calling this, Ctrl-C will cause\nall break-threads to be stopped. See 'add-break-thread!'", - :name "start-handling-break"} - {:source-url + :var-type "function", + :line 135, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/repl_utils.clj"} + {:arglists ([filler-func & optseq]), + :name "fill-queue", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L179", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/fill-queue", - :namespace "clojure.contrib.seq-utils", - :line 179, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([filler-func & optseq]), :doc "filler-func will be called in another thread with a single arg\n'fill'. filler-func may call fill repeatedly with one arg each\ntime which will be pushed onto a queue, blocking if needed until\nthis is possible. fill-queue will return a lazy seq of the values\nfiller-func has pushed onto the queue, blocking if needed until each\nnext element becomes available. filler-func's return value is ignored.", - :name "fill-queue"} - {:source-url + :var-type "function", + :line 179, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([pred coll]), + :name "find-first", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L170", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/find-first", - :namespace "clojure.contrib.seq-utils", - :line 170, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([pred coll]), :doc "Returns the first item of coll for which (pred item) returns logical true.\nConsumes sequences up to the first match, will consume the entire sequence\nand return nil if no match is found.", - :name "find-first"} - {:source-url + :var-type "function", + :line 170, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([x]), + :name "flatten", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L34", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/flatten", - :namespace "clojure.contrib.seq-utils", - :line 34, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([x]), :doc "Takes any nested combination of sequential things (lists, vectors,\netc.) and returns their contents as a single, flat sequence.\n(flatten nil) returns nil.", - :name "flatten"} - {:source-url + :var-type "function", + :line 34, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([coll]), + :name "frequencies", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L89", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/frequencies", - :namespace "clojure.contrib.seq-utils", - :line 89, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([coll]), :doc "Returns a map from distinct items in coll to the number of times\nthey appear.", - :name "frequencies"} - {:source-url + :var-type "function", + :line 89, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([f coll]), + :name "group-by", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L65", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/group-by", - :namespace "clojure.contrib.seq-utils", - :line 65, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([f coll]), :doc "Returns a sorted map of the elements of coll keyed by the result of\nf on each element. The value at each key will be a vector of the\ncorresponding elements, in the order they appeared in coll.", - :name "group-by"} - {:source-url + :var-type "function", + :line 65, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([coll x]), + :name "includes?", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L48", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/includes?", - :namespace "clojure.contrib.seq-utils", - :line 48, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([coll x]), :doc "Returns true if coll contains something equal (with =) to x,\nin linear time.", - :name "includes?"} - {:source-url + :var-type "function", + :line 48, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([s]), + :name "indexed", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L55", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/indexed", - :namespace "clojure.contrib.seq-utils", - :line 55, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([s]), :doc "Returns a lazy sequence of [index, item] pairs, where items come\nfrom 's' and indexes count up from zero.\n\n(indexed '(a b c d)) => ([0 a] [1 b] [2 c] [3 d])", - :name "indexed"} - {:source-url + :var-type "function", + :line 55, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([n coll] [n step coll]), + :name "partition-all", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L135", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/partition-all", - :namespace "clojure.contrib.seq-utils", - :line 135, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([n coll] [n step coll]), :doc "Returns a lazy sequence of lists like clojure.core/partition, but may\ninclude lists with fewer than n items at the end.", - :name "partition-all"} - {:source-url + :var-type "function", + :line 135, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([f coll]), + :name "partition-by", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L78", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/partition-by", - :namespace "clojure.contrib.seq-utils", - :line 78, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([f coll]), :doc "Applies f to each value in coll, splitting it each time f returns\na new value. Returns a lazy seq of lazy seqs.", - :name "partition-by"} - {:source-url + :var-type "function", + :line 78, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([pred coll]), + :name "positions", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L214", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/positions", - :namespace "clojure.contrib.seq-utils", - :line 214, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([pred coll]), :doc "Returns a lazy sequence containing the positions at which pred\nis true for items in coll.", - :name "positions"} - {:source-url + :var-type "function", + :line 214, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([s]), + :name "rand-elt", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L152", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rand-elt", - :namespace "clojure.contrib.seq-utils", + :doc "Return a random element of this seq", + :var-type "function", :line 152, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([s]), - :doc "Return a random element of this seq", - :name "rand-elt"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([binding-name & exprs]), + :name "rec-cat", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L106", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rec-cat", - :namespace "clojure.contrib.seq-utils", - :line 106, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "macro", - :arglists ([binding-name & exprs]), :doc "Similar to lazy-cat but binds the resulting sequence to the supplied \nbinding-name, allowing for recursive expressions.", - :name "rec-cat"} - {:source-url + :var-type "macro", + :line 106, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([binding-name & body]), + :name "rec-seq", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L99", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rec-seq", - :namespace "clojure.contrib.seq-utils", - :line 99, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "macro", - :arglists ([binding-name & body]), :doc "Similar to lazy-seq but binds the resulting seq to the supplied \nbinding-name, allowing for recursive expressions.", - :name "rec-seq"} - {:source-url + :var-type "macro", + :line 99, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([f coll] [f init coll]), + :name "reductions", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L115", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/reductions", - :namespace "clojure.contrib.seq-utils", - :line 115, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([f coll] [f init coll]), :doc "Returns a lazy seq of the intermediate values of the reduction (as\nper reduce) of coll by f, starting with init.", - :name "reductions"} - {:source-url + :var-type "function", + :line 115, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([x]), + :name "rotations", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L125", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rotations", - :namespace "clojure.contrib.seq-utils", + :doc "Returns a lazy seq of all rotations of a seq", + :var-type "function", :line 125, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([x]), - :doc "Returns a lazy seq of all rotations of a seq", - :name "rotations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([f s]), + :name "separate", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/separate", - :namespace "clojure.contrib.seq-utils", - :line 42, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([f s]), :doc "Returns a vector:\n[ (filter f s), (filter (complement f) s) ]", - :name "separate"} - {:source-url + :var-type "function", + :line 42, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([s]), + :name "seq-on", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L159", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/seq-on", - :namespace "clojure.contrib.seq-utils", - :line 159, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "multimethod", - :arglists ([s]), :doc "Returns a seq on the object s. Works like the built-in seq but as\na multimethod that can have implementations for new classes and types.", - :name "seq-on"} - {:source-url + :var-type "multimethod", + :line 159, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([coll]), + :name "shuffle", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L145", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/shuffle", - :namespace "clojure.contrib.seq-utils", + :doc "Return a random permutation of coll", + :var-type "function", :line 145, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([coll]), - :doc "Return a random permutation of coll", - :name "shuffle"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/seq_utils.clj"} + {:arglists ([port backlog bind-addr] [port backlog] [port]), + :name "create-repl-server", + :namespace "clojure.contrib.server-socket", + :source-url "http://github.com/clojure/clojure-contrib/blob/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj", :wiki-url "http://clojure.github.com/clojure-contrib//server-socket-api.html#clojure.contrib.server-socket/create-repl-server", - :namespace "clojure.contrib.server-socket", + :doc "create a repl on a socket", + :var-type "function", :line 87, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/server_socket.clj", - :var-type "function", - :arglists ([port backlog bind-addr] [port backlog] [port]), - :doc "create a repl on a socket", - :name "create-repl-server"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/server_socket.clj"} + {:arglists + ([port fun backlog bind-addr] [port fun backlog] [port fun]), + :name "create-server", + :namespace "clojure.contrib.server-socket", + :source-url "http://github.com/clojure/clojure-contrib/blob/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj#L53", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj", :wiki-url "http://clojure.github.com/clojure-contrib//server-socket-api.html#clojure.contrib.server-socket/create-server", - :namespace "clojure.contrib.server-socket", - :line 53, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/server_socket.clj", - :var-type "function", - :arglists - ([port fun backlog bind-addr] [port fun backlog] [port fun]), :doc "Creates a server socket on port. Upon accept, a new thread is\ncreated which calls:\n\n(fun input-stream output-stream)\n\nOptional arguments support specifying a listen backlog and binding\nto a specific endpoint.", - :name "create-server"} - {:source-url + :var-type "function", + :line 53, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/server_socket.clj"} + {:arglists ([set1 set2]), + :name "proper-subset?", + :namespace "clojure.contrib.set", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L35", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/proper-subset?", - :namespace "clojure.contrib.set", + :doc "Is s1 a proper subset of s2?", + :var-type "function", :line 35, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/set.clj", - :var-type "function", - :arglists ([set1 set2]), - :doc "Is s1 a proper subset of s2?", - :name "proper-subset?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/set.clj"} + {:arglists ([set1 set2]), + :name "proper-superset?", + :namespace "clojure.contrib.set", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/proper-superset?", - :namespace "clojure.contrib.set", + :doc "Is s1 a proper superset of s2?", + :var-type "function", :line 42, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/set.clj", - :var-type "function", - :arglists ([set1 set2]), - :doc "Is s1 a proper superset of s2?", - :name "proper-superset?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/set.clj"} + {:arglists ([set1 set2]), + :name "subset?", + :namespace "clojure.contrib.set", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L21", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/subset?", - :namespace "clojure.contrib.set", + :doc "Is set1 a subset of set2?", + :var-type "function", :line 21, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/set.clj", - :var-type "function", - :arglists ([set1 set2]), - :doc "Is set1 a subset of set2?", - :name "subset?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/set.clj"} + {:arglists ([set1 set2]), + :name "superset?", + :namespace "clojure.contrib.set", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/superset?", - :namespace "clojure.contrib.set", + :doc "Is set1 a superset of set2?", + :var-type "function", :line 28, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/set.clj", - :var-type "function", - :arglists ([set1 set2]), - :doc "Is set1 a superset of set2?", - :name "superset?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/set.clj"} + {:arglists ([& args]), + :name "sh", + :namespace "clojure.contrib.shell-out", + :source-url "http://github.com/clojure/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/shell_out.clj#L83", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/shell_out.clj", :wiki-url "http://clojure.github.com/clojure-contrib//shell-out-api.html#clojure.contrib.shell-out/sh", - :namespace "clojure.contrib.shell-out", - :line 83, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/shell_out.clj", - :var-type "function", - :arglists ([& args]), :doc "Passes the given strings to Runtime.exec() to launch a sub-process.\n\nOptions are\n\n:in may be given followed by a String specifying text to be fed to the \n sub-process's stdin. \n:out option may be given followed by :bytes or a String. If a String \n is given, it will be used as a character encoding name (for \n example \"UTF-8\" or \"ISO-8859-1\") to convert the \n sub-process's stdout to a String which is returned.\n If :bytes is given, the sub-process's stdout will be stored in \n a byte array and returned. Defaults to UTF-8.\n:return-map\n when followed by boolean true, sh returns a map of\n :exit => sub-process's exit code\n :out => sub-process's stdout (as byte[] or String)\n :err => sub-process's stderr (as byte[] or String)\n when not given or followed by false, sh returns a single\n array or String of the sub-process's stdout followed by its\n stderr\n:env override the process env with a map (or the underlying Java\n String[] if you are a masochist).\n:dir override the process dir with a String or java.io.File.\n\nYou can bind :env or :dir for multiple operations using with-sh-env\nand with-sh-dir.", - :name "sh"} - {:source-url + :var-type "function", + :line 83, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/shell_out.clj"} + {:arglists ([f]), + :name "global-singleton", + :namespace "clojure.contrib.singleton", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj", :wiki-url "http://clojure.github.com/clojure-contrib//singleton-api.html#clojure.contrib.singleton/global-singleton", - :namespace "clojure.contrib.singleton", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/singleton.clj", - :var-type "function", - :arglists ([f]), :doc "Returns a global singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f just once, the first time it is needed, and\ncache the value for all subsequent calls.\n\nWarning: global singletons are often unsafe in multi-threaded code.\nConsider per-thread-singleton instead.", - :name "global-singleton"} - {:source-url + :var-type "function", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/singleton.clj"} + {:arglists ([f]), + :name "per-thread-singleton", + :namespace "clojure.contrib.singleton", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj", :wiki-url "http://clojure.github.com/clojure-contrib//singleton-api.html#clojure.contrib.singleton/per-thread-singleton", - :namespace "clojure.contrib.singleton", - :line 41, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/singleton.clj", - :var-type "function", - :arglists ([f]), :doc "Returns a per-thread singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f only once for each thread, and cache its value\nfor subsequent calls from the same thread. This allows you to\nsafely and lazily initialize shared objects on a per-thread basis.\n\nWarning: due to a bug in JDK 5, it may not be safe to use a\nper-thread-singleton in the initialization function for another\nper-thread-singleton. See\nhttp://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230", - :name "per-thread-singleton"} - {:source-url + :var-type "function", + :line 41, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/singleton.clj"} + {:arglists ([]), + :name "connection", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L32", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/connection", - :namespace "clojure.contrib.sql", - :line 32, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current database connection (or throws if there is none)", - :name "connection"} - {:source-url + :var-type "function", + :line 32, + :file "clojure/contrib/sql.clj"} + {:arglists ([name & specs]), + :name "create-table", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L105", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/create-table", - :namespace "clojure.contrib.sql", - :line 105, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([name & specs]), :doc "Creates a table on the open database connection given a table name and\nspecs. Each spec is either a column spec: a vector containing a column\nname and optionally a type and other constraints, or a table-level\nconstraint: a vector containing words that express the constraint. All\nwords used to describe the table may be supplied as strings or keywords.", - :name "create-table"} - {:source-url + :var-type "function", + :line 105, + :file "clojure/contrib/sql.clj"} + {:arglists ([table where-params]), + :name "delete-rows", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L159", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/delete-rows", - :namespace "clojure.contrib.sql", - :line 159, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table where-params]), :doc "Deletes rows from a table. where-params is a vector containing a string\nproviding the (optionally parameterized) selection criteria followed by\nvalues for any parameters.", - :name "delete-rows"} - {:source-url + :var-type "function", + :line 159, + :file "clojure/contrib/sql.clj"} + {:arglists ([& commands]), + :name "do-commands", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L83", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/do-commands", - :namespace "clojure.contrib.sql", - :line 83, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([& commands]), :doc "Executes SQL commands on the open database connection.", - :name "do-commands"} - {:source-url + :var-type "function", + :line 83, + :file "clojure/contrib/sql.clj"} + {:arglists ([sql & param-groups]), + :name "do-prepared", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L92", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/do-prepared", - :namespace "clojure.contrib.sql", - :line 92, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([sql & param-groups]), :doc "Executes an (optionally parameterized) SQL prepared statement on the\nopen database connection. Each param-group is a seq of values for all of\nthe parameters.", - :name "do-prepared"} - {:source-url + :var-type "function", + :line 92, + :file "clojure/contrib/sql.clj"} + {:arglists ([name]), + :name "drop-table", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L121", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/drop-table", - :namespace "clojure.contrib.sql", - :line 121, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([name]), :doc "Drops a table on the open database connection given its name, a string\nor keyword", - :name "drop-table"} - {:source-url + :var-type "function", + :line 121, + :file "clojure/contrib/sql.clj"} + {:arglists ([]), + :name "find-connection", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L31", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/find-connection", - :namespace "clojure.contrib.sql", - :line 31, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current database connection (or nil if there is none)", - :name "find-connection"} - {:source-url + :var-type "function", + :line 31, + :file "clojure/contrib/sql.clj"} + {:arglists ([table & records]), + :name "insert-records", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L152", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/insert-records", - :namespace "clojure.contrib.sql", - :line 152, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table & records]), :doc "Inserts records into a table. records are maps from strings or\nkeywords (identifying columns) to values.", - :name "insert-records"} - {:source-url + :var-type "function", + :line 152, + :file "clojure/contrib/sql.clj"} + {:arglists ([table & rows]), + :name "insert-rows", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L146", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/insert-rows", - :namespace "clojure.contrib.sql", - :line 146, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table & rows]), :doc "Inserts complete rows into a table. Each row is a vector of values for\neach of the table's columns in order.", - :name "insert-rows"} - {:source-url + :var-type "function", + :line 146, + :file "clojure/contrib/sql.clj"} + {:arglists ([table column-names & value-groups]), + :name "insert-values", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L128", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/insert-values", - :namespace "clojure.contrib.sql", - :line 128, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table column-names & value-groups]), :doc "Inserts rows into a table with values for specified columns only.\ncolumn-names is a vector of strings or keywords identifying columns. Each\nvalue-group is a vector containing a values for each column in\norder. When inserting complete rows (all columns), consider using\ninsert-rows instead.", - :name "insert-values"} - {:source-url + :var-type "function", + :line 128, + :file "clojure/contrib/sql.clj"} + {:arglists ([]), + :name "is-rollback-only", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L77", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/is-rollback-only", - :namespace "clojure.contrib.sql", - :line 77, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([]), :doc "Returns true if the outermost transaction will rollback rather than\ncommit when complete", - :name "is-rollback-only"} - {:source-url + :var-type "function", + :line 77, + :file "clojure/contrib/sql.clj"} + {:arglists ([]), + :name "set-rollback-only", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/set-rollback-only", - :namespace "clojure.contrib.sql", - :line 71, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([]), :doc "Marks the outermost transaction such that it will rollback rather than\ncommit when complete", - :name "set-rollback-only"} - {:source-url + :var-type "function", + :line 71, + :file "clojure/contrib/sql.clj"} + {:arglists ([& body]), + :name "transaction", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L60", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/transaction", - :namespace "clojure.contrib.sql", - :line 60, - :file "clojure/contrib/sql.clj", - :var-type "macro", - :arglists ([& body]), :doc "Evaluates body as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If set-rollback-only is called within scope of the outermost\ntransaction, the entire transaction will be rolled back rather than\ncommitted when complete.", - :name "transaction"} - {:source-url + :var-type "macro", + :line 60, + :file "clojure/contrib/sql.clj"} + {:arglists ([table where-params record]), + :name "update-or-insert-values", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L184", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/update-or-insert-values", - :namespace "clojure.contrib.sql", - :line 184, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table where-params record]), :doc "Updates values on selected rows in a table, or inserts a new row when no\nexisting row matches the selection criteria. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", - :name "update-or-insert-values"} - {:source-url + :var-type "function", + :line 184, + :file "clojure/contrib/sql.clj"} + {:arglists ([table where-params record]), + :name "update-values", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L170", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/update-values", - :namespace "clojure.contrib.sql", - :line 170, - :file "clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table where-params record]), :doc "Updates values on selected rows in a table. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", - :name "update-values"} - {:source-url + :var-type "function", + :line 170, + :file "clojure/contrib/sql.clj"} + {:arglists ([db-spec & body]), + :name "with-connection", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L34", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/with-connection", - :namespace "clojure.contrib.sql", - :line 34, - :file "clojure/contrib/sql.clj", - :var-type "macro", - :arglists ([db-spec & body]), :doc "Evaluates body in the context of a new connection to a database then\ncloses the connection. db-spec is a map containing values for one of the\nfollowing parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", - :name "with-connection"} - {:source-url + :var-type "macro", + :line 34, + :file "clojure/contrib/sql.clj"} + {:arglists ([results sql-params & body]), + :name "with-query-results", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj#L197", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/with-query-results", - :namespace "clojure.contrib.sql", - :line 197, - :file "clojure/contrib/sql.clj", - :var-type "macro", - :arglists ([results sql-params & body]), :doc "Executes a query, then evaluates body with results bound to a seq of the\nresults. sql-params is a vector containing a string providing\nthe (optionally parameterized) SQL query followed by values for any\nparameters.", - :name "with-query-results"} - {:source-url + :var-type "macro", + :line 197, + :file "clojure/contrib/sql.clj"} + {:arglists ([s]), + :name "chomp", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L96", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/chomp", - :namespace "clojure.contrib.str-utils", - :line 96, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([s]), :doc "Removes all trailing newline \\n or return \\r characters from\nstring. Note: String.trim() is similar and faster.", - :name "chomp"} - {:source-url + :var-type "function", + :line 96, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} + {:arglists ([s]), + :name "chop", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L91", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/chop", - :namespace "clojure.contrib.str-utils", + :doc "Removes the last character of string.", + :var-type "function", :line 91, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([s]), - :doc "Removes the last character of string.", - :name "chop"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} + {:arglists ([regex replacement string]), + :name "re-gsub", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-gsub", - :namespace "clojure.contrib.str-utils", - :line 50, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([regex replacement string]), :doc "Replaces all instances of 'pattern' in 'string' with\n'replacement'. Like Ruby's 'String#gsub'.\n\nIf (ifn? replacment) is true, the replacement is called with the\nmatch.\n", - :name "re-gsub"} - {:source-url + :var-type "function", + :line 50, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} + {:arglists ([re string]), + :name "re-partition", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-partition", - :namespace "clojure.contrib.str-utils", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([re string]), :doc "Splits the string into a lazy sequence of substrings, alternating\nbetween substrings that match the patthern and the substrings\nbetween the matches. The sequence always starts with the substring\nbefore the first match, or an empty string if the beginning of the\nstring matches.\n\nFor example: (re-partition #\"[a-z]+\" \"abc123def\")\n\nReturns: (\"\" \"abc\" \"123\" \"def\")", - :name "re-partition"} - {:source-url + :var-type "function", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} + {:arglists ([pattern string] [pattern string limit]), + :name "re-split", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L21", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-split", - :namespace "clojure.contrib.str-utils", - :line 21, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([pattern string] [pattern string limit]), :doc "Splits the string on instances of 'pattern'. Returns a sequence of\nstrings. Optional 'limit' argument is the maximum number of\nsplits. Like Perl's 'split'.", - :name "re-split"} - {:source-url + :var-type "function", + :line 21, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} + {:arglists ([regex replacement string]), + :name "re-sub", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-sub", - :namespace "clojure.contrib.str-utils", - :line 66, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([regex replacement string]), :doc "Replaces the first instance of 'pattern' in 'string' with\n'replacement'. Like Ruby's 'String#sub'.\n\nIf (ifn? replacement) is true, the replacement is called with\nthe match.\n", - :name "re-sub"} - {:source-url + :var-type "function", + :line 66, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} + {:arglists ([separator sequence]), + :name "str-join", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L84", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/str-join", - :namespace "clojure.contrib.str-utils", - :line 84, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([separator sequence]), :doc "Returns a string of all elements in 'sequence', separated by\n'separator'. Like Perl's 'join'.", - :name "str-join"} - {:source-url + :var-type "function", + :line 84, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils.clj"} + {:arglists ([s]), + :name "blank?", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L102", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/blank?", - :namespace "clojure.contrib.str-utils2", + :doc "True if s is nil, empty, or contains only whitespace.", + :var-type "function", :line 102, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "True if s is nil, empty, or contains only whitespace.", - :name "blank?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s n]), + :name "butlast", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L128", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/butlast", - :namespace "clojure.contrib.str-utils2", - :line 128, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s n]), :doc "Returns s without the last n characters. Returns an empty string\nif n is greater than the length of s.\n\nNote the argument order is the opposite of clojure.core/butlast;\nthis is to keep the string as the first argument for use with ->", - :name "butlast"} - {:source-url + :var-type "function", + :line 128, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "capitalize", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L285", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/capitalize", - :namespace "clojure.contrib.str-utils2", - :line 285, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), :doc "Converts first character of the string to upper-case, all other\ncharacters to lower-case.", - :name "capitalize"} - {:source-url + :var-type "function", + :line 285, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "chomp", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L258", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/chomp", - :namespace "clojure.contrib.str-utils2", - :line 258, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), :doc "Removes all trailing newline \\n or return \\r characters from\nstring. Note: String.trim() is similar and faster.", - :name "chomp"} - {:source-url + :var-type "function", + :line 258, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "chop", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L249", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/chop", - :namespace "clojure.contrib.str-utils2", - :line 249, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), :doc "Removes the last character of string, does nothing on a zero-length\nstring.", - :name "chop"} - {:source-url + :var-type "function", + :line 249, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "codepoints", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L77", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/codepoints", - :namespace "clojure.contrib.str-utils2", - :line 77, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), :doc "Returns a sequence of integer Unicode code points in s. Handles\nUnicode supplementary characters (above U+FFFF) correctly.", - :name "codepoints"} - {:source-url + :var-type "function", + :line 77, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s substring]), + :name "contains?", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L364", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/contains?", - :namespace "clojure.contrib.str-utils2", + :doc "True if s contains the substring.", + :var-type "function", :line 364, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s substring]), - :doc "True if s contains the substring.", - :name "contains?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([bindings & body]), + :name "dochars", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/dochars", - :namespace "clojure.contrib.str-utils2", - :line 37, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "macro", - :arglists ([bindings & body]), :doc "bindings => [name string]\n\nRepeatedly executes body, with name bound to each character in\nstring. Does NOT handle Unicode supplementary characters (above\nU+FFFF).", - :name "dochars"} - {:source-url + :var-type "macro", + :line 37, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([bindings & body]), + :name "docodepoints", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L53", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/docodepoints", - :namespace "clojure.contrib.str-utils2", - :line 53, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "macro", - :arglists ([bindings & body]), :doc "bindings => [name string]\n\nRepeatedly executes body, with name bound to the integer code point\nof each Unicode character in the string. Handles Unicode\nsupplementary characters (above U+FFFF) correctly.", - :name "docodepoints"} - {:source-url + :var-type "macro", + :line 53, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s n]), + :name "drop", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L117", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/drop", - :namespace "clojure.contrib.str-utils2", - :line 117, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s n]), :doc "Drops first n characters from s. Returns an empty string if n is\ngreater than the length of s.\n\nNote the argument order is the opposite of clojure.core/drop; this\nis to keep the string as the first argument for use with ->", - :name "drop"} - {:source-url + :var-type "function", + :line 117, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s cmap]), + :name "escape", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/escape", - :namespace "clojure.contrib.str-utils2", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s cmap]), :doc "Returns a new String by applying cmap (a function or a map) to each\ncharacter in s. If cmap returns nil, the original character is\nadded to the output unchanged.", - :name "escape"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s i]), + :name "get", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L369", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/get", - :namespace "clojure.contrib.str-utils2", + :doc "Gets the i'th character in string.", + :var-type "function", :line 369, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s i]), - :doc "Gets the i'th character in string.", - :name "get"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([re coll]), + :name "grep", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L317", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/grep", - :namespace "clojure.contrib.str-utils2", - :line 317, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([re coll]), :doc "Filters elements of coll by a regular expression. The String\nrepresentation (with str) of each element is tested with re-find.", - :name "grep"} - {:source-url + :var-type "function", + :line 317, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([separator coll]), + :name "join", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L243", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/join", - :namespace "clojure.contrib.str-utils2", - :line 243, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([separator coll]), :doc "Returns a string of all elements in coll, separated by\nseparator. Like Perl's join.", - :name "join"} - {:source-url + :var-type "function", + :line 243, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "lower-case", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L348", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/lower-case", - :namespace "clojure.contrib.str-utils2", + :doc "Converts string to all lower-case.", + :var-type "function", :line 348, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Converts string to all lower-case.", - :name "lower-case"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "ltrim", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L294", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/ltrim", - :namespace "clojure.contrib.str-utils2", + :doc "Removes whitespace from the left side of string.", + :var-type "function", :line 294, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Removes whitespace from the left side of string.", - :name "ltrim"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([f coll]), + :name "map-str", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L310", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/map-str", - :namespace "clojure.contrib.str-utils2", - :line 310, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([f coll]), :doc "Apply f to each element of coll, concatenate all results into a\nString.", - :name "map-str"} - {:source-url + :var-type "function", + :line 310, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([f & args]), + :name "partial", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L323", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/partial", - :namespace "clojure.contrib.str-utils2", - :line 323, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([f & args]), :doc "Like clojure.core/partial for functions that take their primary\nargument first.\n\nTakes a function f and its arguments, NOT INCLUDING the first\nargument. Returns a new function whose first argument will be the\nfirst argument to f.\n\nExample: (str-utils2/partial str-utils2/take 2)\n ;;=> (fn [s] (str-utils2/take s 2))", - :name "partial"} - {:source-url + :var-type "function", + :line 323, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s re]), + :name "partition", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L222", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/partition", - :namespace "clojure.contrib.str-utils2", - :line 222, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s re]), :doc "Splits the string into a lazy sequence of substrings, alternating\nbetween substrings that match the patthern and the substrings\nbetween the matches. The sequence always starts with the substring\nbefore the first match, or an empty string if the beginning of the\nstring matches.\n\nFor example: (partition \"abc123def\" #\"[a-z]+\")\nreturns: (\"\" \"abc\" \"123\" \"def\")", - :name "partition"} - {:source-url + :var-type "function", + :line 222, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s n]), + :name "repeat", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L146", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/repeat", - :namespace "clojure.contrib.str-utils2", + :doc "Returns a new String containing s repeated n times.", + :var-type "function", :line 146, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s n]), - :doc "Returns a new String containing s repeated n times.", - :name "repeat"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([string pattern replacement]), + :name "replace", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L156", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/replace", - :namespace "clojure.contrib.str-utils2", - :line 156, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "multimethod", - :arglists ([string pattern replacement]), :doc "Replaces all instances of pattern in string with replacement. \n\nAllowed argument types for pattern and replacement are:\n 1. String and String\n 2. Character and Character\n 3. regex Pattern and String\n (Uses java.util.regex.Matcher.replaceAll)\n 4. regex Pattern and function\n (Calls function with re-groups of each match, uses return \n value as replacement.)", - :name "replace"} - {:source-url + :var-type "multimethod", + :line 156, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s pattern replacement]), + :name "replace-first", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L192", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/replace-first", - :namespace "clojure.contrib.str-utils2", - :line 192, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "multimethod", - :arglists ([s pattern replacement]), :doc "Replaces the first instance of pattern in s with replacement.\n\nAllowed argument types for pattern and replacement are:\n 1. String and String\n 2. regex Pattern and String\n (Uses java.util.regex.Matcher.replaceAll)\n 3. regex Pattern and function", - :name "replace-first"} - {:source-url + :var-type "multimethod", + :line 192, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "reverse", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/reverse", - :namespace "clojure.contrib.str-utils2", + :doc "Returns s with its characters reversed.", + :var-type "function", :line 151, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Returns s with its characters reversed.", - :name "reverse"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "rtrim", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L299", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/rtrim", - :namespace "clojure.contrib.str-utils2", + :doc "Removes whitespace from the right side of string.", + :var-type "function", :line 299, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Removes whitespace from the right side of string.", - :name "rtrim"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s re] [s re limit]), + :name "split", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L353", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/split", - :namespace "clojure.contrib.str-utils2", - :line 353, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s re] [s re limit]), :doc "Splits string on a regular expression. Optional argument limit is\nthe maximum number of splits.", - :name "split"} - {:source-url + :var-type "function", + :line 353, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "split-lines", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L304", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/split-lines", - :namespace "clojure.contrib.str-utils2", + :doc "Splits s on \\n or \\r\\n.", + :var-type "function", :line 304, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Splits s on \\n or \\r\\n.", - :name "split-lines"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "swap-case", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L267", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/swap-case", - :namespace "clojure.contrib.str-utils2", - :line 267, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), :doc "Changes upper case characters to lower case and vice-versa.\nHandles Unicode supplementary characters correctly. Uses the\nlocale-sensitive String.toUpperCase() and String.toLowerCase()\nmethods.", - :name "swap-case"} - {:source-url + :var-type "function", + :line 267, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s n]), + :name "tail", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L139", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/tail", - :namespace "clojure.contrib.str-utils2", + :doc "Returns the last n characters of s.", + :var-type "function", :line 139, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s n]), - :doc "Returns the last n characters of s.", - :name "tail"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s n]), + :name "take", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L107", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/take", - :namespace "clojure.contrib.str-utils2", - :line 107, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s n]), :doc "Take first n characters from s, up to the length of s.\n\nNote the argument order is the opposite of clojure.core/take; this\nis to keep the string as the first argument for use with ->", - :name "take"} - {:source-url + :var-type "function", + :line 107, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "trim", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L359", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/trim", - :namespace "clojure.contrib.str-utils2", + :doc "Removes whitespace from both ends of string.", + :var-type "function", :line 359, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Removes whitespace from both ends of string.", - :name "trim"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "upper-case", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L343", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/upper-case", - :namespace "clojure.contrib.str-utils2", + :doc "Converts string to all upper-case.", + :var-type "function", :line 343, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Converts string to all upper-case.", - :name "upper-case"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/str_utils2.clj"} + {:arglists ([name args streams & body]), + :name "defst", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L183", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/defst", - :namespace "clojure.contrib.stream-utils", - :line 183, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj", - :var-type "macro", - :arglists ([name args streams & body]), :doc "Define the stream transformer name by body.\nThe non-stream arguments args and the stream arguments streams\nare given separately, with args being possibly empty.", - :name "defst"} - {:source-url + :var-type "macro", + :line 183, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} + {:arglists ([type-tag args & body]), + :name "defstream", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L73", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/defstream", - :namespace "clojure.contrib.stream-utils", - :line 73, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj", - :var-type "macro", - :arglists ([type-tag args & body]), :doc "Define object of the given type as a stream whose implementation\nof stream-next is defined by args and body. This macro adds\na type-specific method for stream-next and derives type\nfrom stream-type.", - :name "defstream"} - {:source-url + :var-type "macro", + :line 73, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} + {:arglists ([n]), + :name "pick", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L149", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/pick", - :namespace "clojure.contrib.stream-utils", - :line 149, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([n]), :doc "Return the next value of stream argument n inside a stream\ntransformer. When used inside of defst, the name of the stream\nargument can be used instead of its index n.", - :name "pick"} - {:source-url + :var-type "function", + :line 149, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} + {:arglists ([streams]), + :name "pick-all", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L160", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/pick-all", - :namespace "clojure.contrib.stream-utils", - :line 160, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([streams]), :doc "Return a vector containing the next value of each stream argument\ninside a stream transformer.", - :name "pick-all"} - {:source-url + :var-type "function", + :line 160, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} + {:arglists ([n stream]), + :name "stream-drop", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L201", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-drop", - :namespace "clojure.contrib.stream-utils", - :line 201, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([n stream]), :doc "Return a stream containing all but the first n elements of stream.", - :name "stream-drop"} - {:source-url + :var-type "function", + :line 201, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} + {:arglists ([p stream]), + :name "stream-filter", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L243", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-filter", - :namespace "clojure.contrib.stream-utils", - :line 243, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj", - :var-type "multimethod", - :arglists ([p stream]), :doc "Return a new stream that contrains the elements of stream\nthat satisfy the predicate p.", - :name "stream-filter"} - {:source-url + :var-type "multimethod", + :line 243, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} + {:arglists ([s]), + :name "stream-flatten", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L271", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-flatten", - :namespace "clojure.contrib.stream-utils", - :line 271, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([s]), :doc "Converts a stream of sequences into a stream of the elements of the\nsequences. Flattening is not recursive, only one level of nesting\nwill be removed.", - :name "stream-flatten"} - {:source-url + :var-type "function", + :line 271, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L135", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-m", @@ -7557,46 +8675,54 @@ :doc "Monad describing stream computations. The monadic values can be\nof any type handled by stream-next.", :name "stream-m"} - {:source-url + {:arglists ([f stream]), + :name "stream-map", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L219", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-map", - :namespace "clojure.contrib.stream-utils", - :line 219, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj", - :var-type "multimethod", - :arglists ([f stream]), :doc "Return a new stream by mapping the function f on the given stream.", - :name "stream-map"} - {:source-url + :var-type "multimethod", + :line 219, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} + {:arglists ([stream-state]), + :name "stream-next", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L91", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-next", - :namespace "clojure.contrib.stream-utils", - :line 91, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj", - :var-type "multimethod", - :arglists ([stream-state]), :doc "Returns a vector [next-value new-state] where next-value is the next\nitem in the data stream defined by stream-state and new-state\nis the new state of the stream. At the end of the stream,\nnext-value and new-state are nil.", - :name "stream-next"} - {:source-url + :var-type "multimethod", + :line 91, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} + {:arglists ([s]), + :name "stream-seq", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L113", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-seq", - :namespace "clojure.contrib.stream-utils", - :line 113, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([s]), :doc "Return a lazy seq on the stream. Also accessible via\nclojure.contrib.seq-utils/seq-on and\nclojure.contrib.generic.collection/seq for streams.", - :name "stream-seq"} - {:source-url + :var-type "function", + :line 113, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/stream_utils.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L69", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-type", @@ -7608,7 +8734,9 @@ :doc "The root type for the stream hierarchy. For each stream type,\nadd a derivation from this type.", :name "stream-type"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L70", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/action-translation-table", @@ -7619,111 +8747,129 @@ :var-type "var", :doc "Translation table for the make-action constructor.", :name "action-translation-table"} - {:source-url + {:arglists ([component f & args]), + :name "add-action-listener", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-action-listener", - :namespace "clojure.contrib.swing-utils", - :line 23, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([component f & args]), :doc "Adds an ActionLister to component. When the action fires, f will be\ninvoked with the event as its first argument followed by args.\nReturns the listener.", - :name "add-action-listener"} - {:source-url + :var-type "function", + :line 23, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} + {:arglists ([component f & args]), + :name "add-key-typed-listener", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-key-typed-listener", - :namespace "clojure.contrib.swing-utils", - :line 33, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([component f & args]), :doc "Adds a KeyListener to component that only responds to KeyTyped events.\nWhen a key is typed, f is invoked with the KeyEvent as its first argument\nfollowed by args. Returns the listener.", - :name "add-key-typed-listener"} - {:source-url + :var-type "function", + :line 33, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} + {:arglists ([parent item]), + :name "add-menu-item", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L101", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-menu-item", - :namespace "clojure.contrib.swing-utils", - :line 101, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj", - :var-type "multimethod", - :arglists ([parent item]), :doc "Adds a menu item to the parent according to the item description.\n The item description is a map of the following structure.\n\nEither:\n - one single :action specifying a javax.swing.Action to be associated\n with the item.\n - a specification suitable for make-action\n - a set of :name, :mnemonic and :items keys, specifying a submenu with\n the given sequence of item entries.\n - an empty map specifying a separator.", - :name "add-menu-item"} - {:source-url + :var-type "multimethod", + :line 101, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} + {:arglists ([& body]), + :name "do-swing", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L58", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing", - :namespace "clojure.contrib.swing-utils", - :line 58, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj", - :var-type "macro", - :arglists ([& body]), :doc "Executes body in the Swing event thread asynchronously. Returns\nimmediately after scheduling the execution.", - :name "do-swing"} - {:source-url + :var-type "macro", + :line 58, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} + {:arglists ([schedule thunk]), + :name "do-swing*", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing*", - :namespace "clojure.contrib.swing-utils", - :line 46, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([schedule thunk]), :doc "Runs thunk in the Swing event thread according to schedule:\n- :later => schedule the execution and return immediately\n- :now => wait until the execution completes.", - :name "do-swing*"} - {:source-url + :var-type "function", + :line 46, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} + {:arglists ([& body]), + :name "do-swing-and-wait", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing-and-wait", - :namespace "clojure.contrib.swing-utils", - :line 64, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj", - :var-type "macro", - :arglists ([& body]), :doc "Executes body in the Swing event thread synchronously. Returns\nafter the execution is complete.", - :name "do-swing-and-wait"} - {:source-url + :var-type "macro", + :line 64, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} + {:arglists ([spec]), + :name "make-action", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/make-action", - :namespace "clojure.contrib.swing-utils", - :line 80, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([spec]), :doc "Create an Action proxy from the given action spec. The standard keys\nrecognised are: :name, :accelerator, :command-key, :long-desc,\n:short-desc, :mnemonic and :icon - corresponding to the similar named\nAction properties. The :handler value is used in the actionPerformed\nmethod of the proxy to pass on the event.", - :name "make-action"} - {:source-url + :var-type "function", + :line 80, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} + {:arglists ([menubar-items]), + :name "make-menubar", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L142", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/make-menubar", - :namespace "clojure.contrib.swing-utils", - :line 142, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([menubar-items]), :doc "Create a menubar containing the given sequence of menu items. The menu\nitems are described by a map as is detailed in the docstring of the\nadd-menu-item function.", - :name "make-menubar"} - {:source-url + :var-type "function", + :line 142, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/swing_utils.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L97", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/menu-constructor-dispatch", @@ -7735,7 +8881,9 @@ :doc "An atom containing the dispatch set for the add-menu-item method.", :name "menu-constructor-dispatch"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L239", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/*load-tests*", @@ -7746,7 +8894,9 @@ :doc "True by default. If set to false, no test functions will\nbe created by deftest, set-test, or with-test. Use this to omit\ntests when compiling or loading production code.", :name "*load-tests*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L245", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/*stack-trace-depth*", @@ -7757,225 +8907,263 @@ :doc "The maximum depth of stack traces to print when an Exception\nis thrown during a test. Defaults to nil, which means print the \ncomplete stack trace.", :name "*stack-trace-depth*"} - {:source-url + {:arglists ([expr values]), + :name "apply-template", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L76", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/apply-template", - :namespace "clojure.contrib.test-is", - :line 76, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj", - :var-type "function", - :arglists ([expr values]), :doc "Replaces _1, _2, _3, etc. in expr with corresponding elements of\nvalues. Returns the modified expression. For use in macros.", - :name "apply-template"} - {:source-url + :var-type "function", + :line 76, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} + {:arglists ([expr & args]), + :name "are", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L104", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/are", - :namespace "clojure.contrib.test-is", - :line 104, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj", - :var-type "macro", - :arglists ([expr & args]), :doc "Checks multiple assertions with a template expression.\nSee clojure.contrib.template/do-template for an explanation of\ntemplates.\n\nExample: (are (= _1 _2) \n 2 (+ 1 1)\n 4 (* 2 2))\nExpands to: \n (do (is (= 2 (+ 1 1)))\n (is (= 4 (* 2 2))))\n\nNote: This breaks some reporting features, such as line numbers.", - :name "are"} - {:source-url + :var-type "macro", + :line 104, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} + {:arglists ([msg form]), + :name "assert-any", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L404", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/assert-any", - :namespace "clojure.contrib.test-is", - :line 404, - :file "clojure/test.clj", - :var-type "function", - :arglists ([msg form]), :doc "Returns generic assertion code for any test, including macros, Java\nmethod calls, or isolated symbols.", - :name "assert-any"} - {:source-url + :var-type "function", + :line 404, + :file "clojure/test.clj"} + {:arglists ([msg form]), + :name "assert-predicate", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L386", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/assert-predicate", - :namespace "clojure.contrib.test-is", - :line 386, - :file "clojure/test.clj", - :var-type "function", - :arglists ([msg form]), :doc "Returns generic assertion code for any functional predicate. The\n'expected' argument to 'report' will contains the original form, the\n'actual' argument will contain the form with all its sub-forms\nevaluated. If the predicate returns false, the 'actual' form will\nbe wrapped in (not...).", - :name "assert-predicate"} - {:source-url + :var-type "function", + :line 386, + :file "clojure/test.clj"} + {:arglists ([f1 f2]), + :name "compose-fixtures", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L618", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/compose-fixtures", - :namespace "clojure.contrib.test-is", - :line 618, - :file "clojure/test.clj", - :var-type "function", - :arglists ([f1 f2]), :doc "Composes two fixture functions, creating a new fixture function\nthat combines their behavior.", - :name "compose-fixtures"} - {:source-url + :var-type "function", + :line 618, + :file "clojure/test.clj"} + {:arglists ([name & body]), + :name "deftest", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L557", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/deftest", - :namespace "clojure.contrib.test-is", - :line 557, - :file "clojure/test.clj", - :var-type "macro", - :arglists ([name & body]), :doc "Defines a test function with no arguments. Test functions may call\nother tests, so tests may be composed. If you compose tests, you\nshould also define a function named test-ns-hook; run-tests will\ncall test-ns-hook instead of testing all vars.\n\nNote: Actually, the test body goes in the :test metadata on the var,\nand the real function (the value of the var) calls test-var on\nitself.\n\nWhen *load-tests* is false, deftest is ignored.", - :name "deftest"} - {:source-url + :var-type "macro", + :line 557, + :file "clojure/test.clj"} + {:arglists ([name & body]), + :name "deftest-", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L573", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/deftest-", - :namespace "clojure.contrib.test-is", - :line 573, - :file "clojure/test.clj", - :var-type "macro", - :arglists ([name & body]), :doc "Like deftest but creates a private var.", - :name "deftest-"} - {:source-url + :var-type "macro", + :line 573, + :file "clojure/test.clj"} + {:arglists ([expr & args]), + :name "do-template", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/do-template", - :namespace "clojure.contrib.test-is", - :line 87, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj", - :var-type "macro", - :arglists ([expr & args]), :doc "Repeatedly evaluates template expr (in a do block) using values in\nargs. args are grouped by the number of holes in the template.\nExample: (do-template (check _1 _2) :a :b :c :d)\nexpands to (do (check :a :b) (check :c :d))", - :name "do-template"} - {:source-url + :var-type "macro", + :line 87, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} + {:arglists ([n]), + :name "file-position", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L275", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/file-position", - :namespace "clojure.contrib.test-is", - :line 275, - :file "clojure/test.clj", - :var-type "function", - :arglists ([n]), :doc "Returns a vector [filename line-number] for the nth call up the\nstack.", - :name "file-position"} - {:source-url + :var-type "function", + :line 275, + :file "clojure/test.clj"} + {:arglists ([form]), + :name "find-holes", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L51", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/find-holes", - :namespace "clojure.contrib.test-is", + :doc "Recursively finds all symbols starting with _ in form.", + :var-type "function", :line 51, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj", - :var-type "function", - :arglists ([form]), - :doc "Recursively finds all symbols starting with _ in form.", - :name "find-holes"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} + {:arglists ([form]), + :name "find-pure-exprs", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/find-pure-exprs", - :namespace "clojure.contrib.test-is", - :line 57, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj", - :var-type "function", - :arglists ([form]), :doc "Recursively finds all sub-expressions in form that do not contain\nany symbols starting with _", - :name "find-pure-exprs"} - {:source-url + :var-type "function", + :line 57, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} + {:arglists ([form]), + :name "find-symbols", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/find-symbols", - :namespace "clojure.contrib.test-is", + :doc "Recursively finds all symbols in form.", + :var-type "function", :line 46, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj", - :var-type "function", - :arglists ([form]), - :doc "Recursively finds all symbols in form.", - :name "find-symbols"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} + {:arglists ([m]), + :name "flatten-map", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L65", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/flatten-map", - :namespace "clojure.contrib.test-is", + :doc "Transforms a map into a vector like [key value key value].", + :var-type "function", :line 65, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj", - :var-type "function", - :arglists ([m]), - :doc "Transforms a map into a vector like [key value key value].", - :name "flatten-map"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} + {:arglists ([x]), + :name "function?", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L375", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/function?", - :namespace "clojure.contrib.test-is", - :line 375, - :file "clojure/test.clj", - :var-type "function", - :arglists ([x]), :doc "Returns true if argument is a function or a symbol that resolves to\na function (not a macro).", - :name "function?"} - {:source-url + :var-type "function", + :line 375, + :file "clojure/test.clj"} + {:arglists ([v]), + :name "get-possibly-unbound-var", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L368", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/get-possibly-unbound-var", - :namespace "clojure.contrib.test-is", - :line 368, - :file "clojure/test.clj", - :var-type "function", - :arglists ([v]), :doc "Like var-get but returns nil if the var is unbound.", - :name "get-possibly-unbound-var"} - {:source-url + :var-type "function", + :line 368, + :file "clojure/test.clj"} + {:arglists ([name]), + :name "inc-report-counter", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L300", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/inc-report-counter", - :namespace "clojure.contrib.test-is", - :line 300, - :file "clojure/test.clj", - :var-type "function", - :arglists ([name]), :doc "Increments the named counter in *report-counters*, a ref to a map.\nDoes nothing if *report-counters* is nil.", - :name "inc-report-counter"} - {:source-url + :var-type "function", + :line 300, + :file "clojure/test.clj"} + {:arglists ([form] [form msg]), + :name "is", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L501", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/is", - :namespace "clojure.contrib.test-is", - :line 501, - :file "clojure/test.clj", - :var-type "macro", - :arglists ([form] [form msg]), :doc "Generic assertion macro. 'form' is any predicate test.\n'msg' is an optional message to attach to the assertion.\n\nExample: (is (= 4 (+ 2 2)) \"Two plus two should be 4\")\n\nSpecial forms:\n\n(is (thrown? c body)) checks that an instance of c is thrown from\nbody, fails if not; then returns the thing thrown.\n\n(is (thrown-with-msg? c re body)) checks that an instance of c is\nthrown AND that the message on the exception matches (with\nre-matches) the regular expression re.", - :name "is"} - {:source-url + :var-type "macro", + :line 501, + :file "clojure/test.clj"} + {:arglists ([fixtures]), + :name "join-fixtures", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L624", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/join-fixtures", - :namespace "clojure.contrib.test-is", - :line 624, - :file "clojure/test.clj", - :var-type "function", - :arglists ([fixtures]), :doc "Composes a collection of fixtures, in order. Always returns a valid\nfixture function, even if the collection is empty.", - :name "join-fixtures"} - {:source-url + :var-type "function", + :line 624, + :file "clojure/test.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L312", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/report", @@ -7986,151 +9174,177 @@ :doc "Generic reporting function, may be overridden to plug in\ndifferent report formats (e.g., TAP, JUnit). Assertions such as\n'is' call 'report' to indicate results. The argument given to\n'report' will be a map with a :type key. See the documentation at\nthe top of test_is.clj for more information on the types of\narguments for 'report'.", :name "report"} - {:source-url + {:arglists ([] [re]), + :name "run-all-tests", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L695", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/run-all-tests", - :namespace "clojure.contrib.test-is", - :line 695, - :file "clojure/test.clj", - :var-type "function", - :arglists ([] [re]), :doc "Runs all tests in all namespaces; prints results.\nOptional argument is a regular expression; only namespaces with\nnames matching the regular expression (with re-matches) will be\ntested.", - :name "run-all-tests"} - {:source-url + :var-type "function", + :line 695, + :file "clojure/test.clj"} + {:arglists ([] [& namespaces]), + :name "run-tests", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L684", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/run-tests", - :namespace "clojure.contrib.test-is", - :line 684, - :file "clojure/test.clj", - :var-type "function", - :arglists ([] [& namespaces]), :doc "Runs all tests in the given namespaces; prints results.\nDefaults to current namespace if none given. Returns a map\nsummarizing test results.", - :name "run-tests"} - {:source-url + :var-type "function", + :line 684, + :file "clojure/test.clj"} + {:arglists ([name & body]), + :name "set-test", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L581", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/set-test", - :namespace "clojure.contrib.test-is", - :line 581, - :file "clojure/test.clj", - :var-type "macro", - :arglists ([name & body]), :doc "Experimental.\nSets :test metadata of the named var to a fn with the given body.\nThe var must already exist. Does not modify the value of the var.\n\nWhen *load-tests* is false, set-test is ignored.", - :name "set-test"} - {:source-url + :var-type "macro", + :line 581, + :file "clojure/test.clj"} + {:arglists ([summary]), + :name "successful?", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L703", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/successful?", - :namespace "clojure.contrib.test-is", - :line 703, - :file "clojure/test.clj", - :var-type "function", - :arglists ([summary]), :doc "Returns true if the given test summary indicates all tests\nwere successful, false otherwise.", - :name "successful?"} - {:source-url + :var-type "function", + :line 703, + :file "clojure/test.clj"} + {:arglists ([form]), + :name "template?", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/template?", - :namespace "clojure.contrib.test-is", + :doc "Returns true if form is a valid template expression.", + :var-type "function", :line 71, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj", - :var-type "function", - :arglists ([form]), - :doc "Returns true if form is a valid template expression.", - :name "template?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/test_is.clj"} + {:arglists ([ns]), + :name "test-all-vars", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L649", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/test-all-vars", - :namespace "clojure.contrib.test-is", - :line 649, - :file "clojure/test.clj", - :var-type "function", - :arglists ([ns]), :doc "Calls test-var on every var interned in the namespace, with fixtures.", - :name "test-all-vars"} - {:source-url + :var-type "function", + :line 649, + :file "clojure/test.clj"} + {:arglists ([ns]), + :name "test-ns", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L660", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/test-ns", - :namespace "clojure.contrib.test-is", - :line 660, - :file "clojure/test.clj", - :var-type "function", - :arglists ([ns]), :doc "If the namespace defines a function named test-ns-hook, calls that.\nOtherwise, calls test-all-vars on the namespace. 'ns' is a\nnamespace object or a symbol.\n\nInternally binds *report-counters* to a ref initialized to\n*inital-report-counters*. Returns the final, dereferenced state of\n*report-counters*.", - :name "test-ns"} - {:source-url + :var-type "function", + :line 660, + :file "clojure/test.clj"} + {:arglists ([v]), + :name "test-var", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L635", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/test-var", - :namespace "clojure.contrib.test-is", - :line 635, - :file "clojure/test.clj", - :var-type "function", - :arglists ([v]), :doc "If v has a function in its :test metadata, calls that function,\nwith *testing-vars* bound to (conj *testing-vars* v).", - :name "test-var"} - {:source-url + :var-type "function", + :line 635, + :file "clojure/test.clj"} + {:arglists ([string & body]), + :name "testing", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L534", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/testing", - :namespace "clojure.contrib.test-is", - :line 534, - :file "clojure/test.clj", - :var-type "macro", - :arglists ([string & body]), :doc "Adds a new string to the list of testing contexts. May be nested,\nbut must occur inside a test function (deftest).", - :name "testing"} - {:source-url + :var-type "macro", + :line 534, + :file "clojure/test.clj"} + {:arglists ([]), + :name "testing-contexts-str", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L294", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/testing-contexts-str", - :namespace "clojure.contrib.test-is", - :line 294, - :file "clojure/test.clj", - :var-type "function", - :arglists ([]), :doc "Returns a string representation of the current test context. Joins\nstrings in *testing-contexts* with spaces.", - :name "testing-contexts-str"} - {:source-url + :var-type "function", + :line 294, + :file "clojure/test.clj"} + {:arglists ([]), + :name "testing-vars-str", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L282", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/testing-vars-str", - :namespace "clojure.contrib.test-is", - :line 282, - :file "clojure/test.clj", - :var-type "function", - :arglists ([]), :doc "Returns a string representation of the current test. Renders names\nin *testing-vars* as a list, then the source file and line of\ncurrent assertion.", - :name "testing-vars-str"} - {:source-url + :var-type "function", + :line 282, + :file "clojure/test.clj"} + {:arglists ([msg form]), + :name "try-expr", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L486", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/try-expr", - :namespace "clojure.contrib.test-is", - :line 486, - :file "clojure/test.clj", - :var-type "macro", - :arglists ([msg form]), :doc "Used by the 'is' macro to catch unexpected exceptions.\nYou don't call this.", - :name "try-expr"} - {:source-url + :var-type "macro", + :line 486, + :file "clojure/test.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L601", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/use-fixtures", @@ -8141,30 +9355,36 @@ :doc "Wrap test runs in a fixture function to perform setup and\nteardown. Using a fixture-type of :each wraps every test\nindividually, while:once wraps the whole run in a single function.", :name "use-fixtures"} - {:source-url + {:arglists ([definition & body]), + :name "with-test", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L545", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/with-test", - :namespace "clojure.contrib.test-is", - :line 545, - :file "clojure/test.clj", - :var-type "macro", - :arglists ([definition & body]), :doc "Takes any definition form (that returns a Var) as the first argument.\nRemaining body goes in the :test metadata function for that Var.\n\nWhen *load-tests* is false, only evaluates the definition, ignoring\nthe tests.", - :name "with-test"} - {:source-url + :var-type "macro", + :line 545, + :file "clojure/test.clj"} + {:arglists ([& body]), + :name "with-test-out", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L265", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/with-test-out", - :namespace "clojure.contrib.test-is", - :line 265, - :file "clojure/test.clj", - :var-type "macro", - :arglists ([& body]), :doc "Runs body with *out* bound to the value of *test-out*.", - :name "with-test-out"} - {:source-url + :var-type "macro", + :line 265, + :file "clojure/test.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L40", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/*trace-depth*", @@ -8175,106 +9395,111 @@ :var-type "var", :doc "Current stack depth of traced function calls.", :name "*trace-depth*"} - {:source-url + {:arglists ([name & definition]), + :name "deftrace", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L75", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/deftrace", - :namespace "clojure.contrib.trace", - :line 75, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj", - :var-type "macro", - :arglists ([name & definition]), :doc "Use in place of defn; traces each call/return of this fn, including\narguments. Nested calls to deftrace'd functions will print a\ntree-like structure.", - :name "deftrace"} - {:source-url + :var-type "macro", + :line 75, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj"} + {:arglists ([fns & exprs]), + :name "dotrace", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L86", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/dotrace", - :namespace "clojure.contrib.trace", - :line 86, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj", - :var-type "macro", - :arglists ([fns & exprs]), :doc "Given a sequence of function identifiers, evaluate the body\nexpressions in an environment in which the identifiers are bound to\nthe traced functions. Does not work on inlined functions,\nsuch as clojure.core/+", - :name "dotrace"} - {:source-url + :var-type "macro", + :line 86, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj"} + {:arglists ([value] [name value]), + :name "trace", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace", - :namespace "clojure.contrib.trace", - :line 50, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj", - :var-type "function", - :arglists ([value] [name value]), :doc "Sends name (optional) and value to the tracer function, then\nreturns value. May be wrapped around any expression without\naffecting the result.", - :name "trace"} - {:source-url + :var-type "function", + :line 50, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj"} + {:arglists ([name f args]), + :name "trace-fn-call", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace-fn-call", - :namespace "clojure.contrib.trace", - :line 64, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj", - :var-type "function", - :arglists ([name f args]), :doc "Traces a single call to a function f with args. 'name' is the\nsymbol name of the function.", - :name "trace-fn-call"} - {:source-url + :var-type "function", + :line 64, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj"} + {:arglists ([]), + :name "trace-indent", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace-indent", - :namespace "clojure.contrib.trace", + :doc "Returns an indentation string based on *trace-depth*", + :var-type "function", :line 59, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj", - :var-type "function", - :arglists ([]), - :doc "Returns an indentation string based on *trace-depth*", - :name "trace-indent"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj"} + {:arglists ([name value]), + :name "tracer", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L44", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/tracer", - :namespace "clojure.contrib.trace", - :line 44, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj", - :var-type "function", - :arglists ([name value]), :doc "This function is called by trace. Prints to standard output, but\nmay be rebound to do anything you like. 'name' is optional.", - :name "tracer"} - {:source-url + :var-type "function", + :line 44, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/trace.clj"} + {:arglists ([type-tag & constructors]), + :name "defadt", + :namespace "clojure.contrib.types", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj#L128", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/defadt", - :namespace "clojure.contrib.types", - :line 128, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/types.clj", - :var-type "macro", - :arglists ([type-tag & constructors]), :doc "Define an algebraic data type name by an exhaustive list of constructors.\nEach constructor can be a symbol (argument-free constructor) or a\nlist consisting of a tag symbol followed by the argument symbols.\nThe data type tag must be a keyword.", - :name "defadt"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj#L54", - :wiki-url - "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype", - :namespace "clojure.contrib.types", - :line 54, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/types.clj", :var-type "macro", - :arglists + :line 128, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/types.clj"} + {:arglists ([type-tag constructor-name docstring? attr-map?] [type-tag constructor-name docstring? attr-map? constructor] [type-tag @@ -8283,394 +9508,469 @@ attr-map? constructor deconstructor]), + :name "deftype", + :namespace "clojure.contrib.types", + :source-url + "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype", :doc "Define a data type by a type tag (a namespace-qualified keyword)\nand a symbol naming the constructor function. Optionally, a\nconstructor and a deconstructor function can be given as well,\nthe defaults being clojure.core/identity and clojure.core/list.\nThe full constructor associated with constructor-name calls the\nconstructor function and attaches the type tag to its result\nas metadata. The deconstructor function must return the arguments\nto be passed to the constructor in order to create an equivalent\nobject. It is used for printing and matching.", - :name "deftype"} - {:source-url + :var-type "macro", + :line 54, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/types.clj"} + {:arglists ([type-tag constructor-name & optional]), + :name "deftype-", + :namespace "clojure.contrib.types", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype-", - :namespace "clojure.contrib.types", + :doc "Same as deftype but the constructor is private.", + :var-type "macro", :line 88, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/types.clj", - :var-type "macro", - :arglists ([type-tag constructor-name & optional]), - :doc "Same as deftype but the constructor is private.", - :name "deftype-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/types.clj"} + {:arglists ([value & clauses]), + :name "match", + :namespace "clojure.contrib.types", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj#L241", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/match", - :namespace "clojure.contrib.types", - :line 241, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/types.clj", - :var-type "macro", - :arglists ([value & clauses]), :doc "Given a value and a list of template-expr clauses, evaluate the first\nexpr whose template matches the value. There are four kinds of templates:\n1) Lists of the form (tag x1 x2 ...) match instances of types\n whose constructor has the same form as the list.\n2) Quoted lists of the form '(x1 x2 ...) match lists of the same\n length.\n3) Vectors of the form [x1 x2 ...] match vectors of the same length.\n4) Maps of the form {:key1 x1 :key2 x2 ...} match maps that have\n the same keys as the template, but which can have additional keys\n that are not part of the template.\nThe values x1, x2, ... can be symbols or non-symbol values. Non-symbols\nmust be equal to the corresponding values in the object to be matched.\nSymbols will be bound to the corresponding value in the object in the\nevaluation of expr. If the same symbol occurs more than once in a,\ntemplate the corresponding elements of the object must be equal\nfor the template to match.", - :name "match"} - {:source-url + :var-type "macro", + :line 241, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/types.clj"} + {:arglists ([ns & body]), + :name "with-ns", + :namespace "clojure.contrib.with-ns", + :source-url "http://github.com/clojure/clojure-contrib/blob/f24f6412a1cee7015285856e5e4fc6ddc3974439/src/clojure/contrib/with_ns.clj#L20", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f24f6412a1cee7015285856e5e4fc6ddc3974439/src/clojure/contrib/with_ns.clj", :wiki-url "http://clojure.github.com/clojure-contrib//with-ns-api.html#clojure.contrib.with-ns/with-ns", - :namespace "clojure.contrib.with-ns", - :line 20, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/with_ns.clj", - :var-type "macro", - :arglists ([ns & body]), :doc "Evaluates body in another namespace. ns is either a namespace\nobject or a symbol. This makes it possible to define functions in\nnamespaces other than the current one.", - :name "with-ns"} - {:source-url + :var-type "macro", + :line 20, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/with_ns.clj"} + {:arglists ([& body]), + :name "with-temp-ns", + :namespace "clojure.contrib.with-ns", + :source-url "http://github.com/clojure/clojure-contrib/blob/f24f6412a1cee7015285856e5e4fc6ddc3974439/src/clojure/contrib/with_ns.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f24f6412a1cee7015285856e5e4fc6ddc3974439/src/clojure/contrib/with_ns.clj", :wiki-url "http://clojure.github.com/clojure-contrib//with-ns-api.html#clojure.contrib.with-ns/with-temp-ns", - :namespace "clojure.contrib.with-ns", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/with_ns.clj", - :var-type "macro", - :arglists ([& body]), :doc "Evaluates body in an anonymous namespace, which is then immediately\nremoved. The temporary namespace will 'refer' clojure.core.", - :name "with-temp-ns"} - {:source-url + :var-type "macro", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/with_ns.clj"} + {:arglists ([loc]), + :name "ancestors", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L65", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/ancestors", - :namespace "clojure.contrib.zip-filter", - :line 65, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of all ancestors of location loc, starting\nwith loc and proceeding to loc's parent node and on through to the\nroot of the tree.", - :name "ancestors"} - {:source-url + :var-type "function", + :line 65, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "children", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L45", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/children", - :namespace "clojure.contrib.zip-filter", - :line 45, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right.", - :name "children"} - {:source-url + :var-type "function", + :line 45, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "children-auto", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/children-auto", - :namespace "clojure.contrib.zip-filter", - :line 52, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right, marked so that a following tag= predicate will auto-descend.", - :name "children-auto"} - {:source-url + :var-type "function", + :line 52, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "descendants", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L60", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/descendants", - :namespace "clojure.contrib.zip-filter", - :line 60, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of all descendants of location loc, in\ndepth-first order, left-to-right, starting with loc.", - :name "descendants"} - {:source-url + :var-type "function", + :line 60, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "left-locs", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/left-locs", - :namespace "clojure.contrib.zip-filter", - :line 33, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of locations to the left of loc, starting with loc.", - :name "left-locs"} - {:source-url + :var-type "function", + :line 33, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "leftmost?", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/leftmost?", - :namespace "clojure.contrib.zip-filter", - :line 37, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns true if there are no more nodes to the left of location loc.", - :name "leftmost?"} - {:source-url + :var-type "function", + :line 37, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "right-locs", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/right-locs", - :namespace "clojure.contrib.zip-filter", - :line 29, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of locations to the right of loc, starting with loc.", - :name "right-locs"} - {:source-url + :var-type "function", + :line 29, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "rightmost?", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e5b7819ef66410a87b8072417dc2f09ac4ddb03f/src/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/rightmost?", - :namespace "clojure.contrib.zip-filter", - :line 41, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns true if there are no more nodes to the right of location loc.", - :name "rightmost?"} - {:source-url + :var-type "function", + :line 41, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([condition]), + :name "-init", + :namespace "clojure.contrib.condition.Condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj#L25", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-init", - :namespace "clojure.contrib.condition.Condition", - :line 25, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/condition/Condition.clj", - :var-type "function", - :arglists ([condition]), :doc "Constructs a Condition object with condition (a map) as its\nmetadata. Also initializes the superclass with the values at :message\nand :cause, if any, so they are also available via .getMessage and\n.getCause.", - :name "-init"} - {:source-url + :var-type "function", + :line 25, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/condition/Condition.clj"} + {:arglists ([this]), + :name "-meta", + :namespace "clojure.contrib.condition.Condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj#L40", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-meta", - :namespace "clojure.contrib.condition.Condition", + :doc "Returns this object's metadata, the condition", + :var-type "function", :line 40, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/condition/Condition.clj", - :var-type "function", - :arglists ([this]), - :doc "Returns this object's metadata, the condition", - :name "-meta"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/condition/Condition.clj"} + {:arglists ([this condition]), + :name "-post-init", + :namespace "clojure.contrib.condition.Condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-post-init", - :namespace "clojure.contrib.condition.Condition", - :line 33, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/condition/Condition.clj", - :var-type "function", - :arglists ([this condition]), :doc "Adds :stack-trace to the condition. Drops the bottom 3 frames because\nthey are always the same: implementation details of Condition and raise.", - :name "-post-init"} - {:source-url + :var-type "function", + :line 33, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/condition/Condition.clj"} + {:arglists ([db name key]), + :name "add-index", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L85", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-index", - :namespace "clojure.contrib.datalog.database", + :doc "Adds an index to an empty relation named name", + :var-type "function", :line 85, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db name key]), - :doc "Adds an index to an empty relation named name", - :name "add-index"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([db name keys]), + :name "add-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-relation", - :namespace "clojure.contrib.datalog.database", + :doc "Adds a relation to the database", + :var-type "function", :line 80, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db name keys]), - :doc "Adds a relation to the database", - :name "add-relation"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([db rel-name tuple] [rel tuple]), + :name "add-tuple", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L171", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-tuple", - :namespace "clojure.contrib.datalog.database", - :line 171, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rel-name tuple] [rel tuple]), :doc "Two forms:\n\n[db relation-name tuple] adds tuple to the named relation. Returns\nthe new database.\n\n[rel tuple] adds to the relation object. Returns the new relation.", - :name "add-tuple"} - {:source-url + :var-type "function", + :line 171, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([db & tupls]), + :name "add-tuples", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L206", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-tuples", - :namespace "clojure.contrib.datalog.database", - :line 206, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db & tupls]), :doc "Adds a collection of tuples to the db, as\n(add-tuples db\n [:rel-name :key-1 1 :key-2 2]\n [:rel-name :key-1 2 :key-2 3])", - :name "add-tuples"} - {:source-url + :var-type "function", + :line 206, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([db rn pt]), + :name "any-match?", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L252", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/any-match?", - :namespace "clojure.contrib.datalog.database", - :line 252, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rn pt]), :doc "Finds if there are any matching records for the partial tuple", - :name "any-match?"} - {:source-url + :var-type "function", + :line 252, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([db]), + :name "database-counts", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L143", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-counts", - :namespace "clojure.contrib.datalog.database", + :doc "Returns a map with the count of elements in each relation.", + :var-type "function", :line 143, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db]), - :doc "Returns a map with the count of elements in each relation.", - :name "database-counts"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([dbs]), + :name "database-merge", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L276", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-merge", - :namespace "clojure.contrib.datalog.database", + :doc "Merges databases together", + :var-type "function", :line 276, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([dbs]), - :doc "Merges databases together", - :name "database-merge"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([dbs]), + :name "database-merge-parallel", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L281", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-merge-parallel", - :namespace "clojure.contrib.datalog.database", + :doc "Merges databases together in parallel", + :var-type "function", :line 281, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([dbs]), - :doc "Merges databases together in parallel", - :name "database-merge-parallel"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([schema data indexes]), + :name "datalog-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L75", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/datalog-relation", - :namespace "clojure.contrib.datalog.database", + :doc "Creates a relation", + :var-type "function", :line 75, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([schema data indexes]), - :doc "Creates a relation", - :name "datalog-relation"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([db name keys indexes]), + :name "ensure-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/ensure-relation", - :namespace "clojure.contrib.datalog.database", + :doc "If the database lacks the named relation, add it", + :var-type "function", :line 95, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db name keys indexes]), - :doc "If the database lacks the named relation, add it", - :name "ensure-relation"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([db rel-name]), + :name "get-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L129", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/get-relation", - :namespace "clojure.contrib.datalog.database", + :doc "Get a relation object by name", + :var-type "function", :line 129, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rel-name]), - :doc "Get a relation object by name", - :name "get-relation"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([& commands]), + :name "make-database", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L108", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/make-database", - :namespace "clojure.contrib.datalog.database", - :line 108, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "macro", - :arglists ([& commands]), :doc "Makes a database, like this\n(make-database\n (relation :fred [:mary :sue])\n (index :fred :mary)\n (relation :sally [:jen :becky])\n (index :sally :jen)\n (index :sally :becky))", - :name "make-database"} - {:source-url + :var-type "macro", + :line 108, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([r1 r2]), + :name "merge-relations", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L266", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/merge-relations", - :namespace "clojure.contrib.datalog.database", + :doc "Merges two relations", + :var-type "function", :line 266, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([r1 r2]), - :doc "Merges two relations", - :name "merge-relations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([db rel-name tuple] [rel tuple]), + :name "remove-tuple", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L189", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/remove-tuple", - :namespace "clojure.contrib.datalog.database", - :line 189, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rel-name tuple] [rel tuple]), :doc "Two forms:\n\n[db relation-name tuple] removes the tuple from the named relation,\nreturns a new database.\n\n[rel tuple] removes the tuple from the relation. Returns the new\nrelation.", - :name "remove-tuple"} - {:source-url + :var-type "function", + :line 189, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([db rel-name rel]), + :name "replace-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L134", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/replace-relation", - :namespace "clojure.contrib.datalog.database", - :line 134, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rel-name rel]), :doc "Add or replace a fully constructed relation object to the database.", - :name "replace-relation"} - {:source-url + :var-type "function", + :line 134, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:arglists ([db rn pt]), + :name "select", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L247", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/select", - :namespace "clojure.contrib.datalog.database", - :line 247, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rn pt]), :doc "finds all matching tuples to the partial tuple (pt) in the relation named (rn)", - :name "select"} - {:source-url + :var-type "function", + :line 247, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/database.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L254", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/adorned-literal", @@ -8682,20 +9982,24 @@ :doc "When passed a set of bound columns, returns the adorned literal", :name "adorned-literal"} - {:source-url + {:arglists ([f type]), + :name "build-atom", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L133", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-atom", - :namespace "clojure.contrib.datalog.literals", - :line 133, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([f type]), :doc "Returns an unevaluated expression (to be used in a macro) of an\natom.", - :name "build-atom"} - {:source-url + :var-type "function", + :line 133, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L128", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-literal", @@ -8707,32 +10011,38 @@ :doc "(Returns an unevaluated expression (to be used in macros) of a\nliteral.", :name "build-literal"} - {:source-url + {:arglists ([s]), + :name "build-seed-bindings", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L303", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-seed-bindings", - :namespace "clojure.contrib.datalog.literals", - :line 303, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([s]), :doc "Given a seed literal, already adorned and in magic form, convert\nits bound constants to new variables.", - :name "build-seed-bindings"} - {:source-url + :var-type "function", + :line 303, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} + {:arglists ([l]), + :name "delta-literal", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L320", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/delta-literal", - :namespace "clojure.contrib.datalog.literals", + :doc "Given a literal l, return a delta version", + :var-type "function", :line 320, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Given a literal l, return a delta version", - :name "delta-literal"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L164", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/display-literal", @@ -8743,31 +10053,37 @@ :var-type "multimethod", :doc "Converts a struct representing a literal to a normal list", :name "display-literal"} - {:source-url + {:arglists ([pred]), + :name "get-adorned-bindings", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L271", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-adorned-bindings", - :namespace "clojure.contrib.datalog.literals", + :doc "Get the bindings from this adorned literal.", + :var-type "function", :line 271, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([pred]), - :doc "Get the bindings from this adorned literal.", - :name "get-adorned-bindings"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} + {:arglists ([pred]), + :name "get-base-predicate", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L276", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-base-predicate", - :namespace "clojure.contrib.datalog.literals", + :doc "Get the base predicate from this predicate.", + :var-type "function", :line 276, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([pred]), - :doc "Get the base predicate from this predicate.", - :name "get-base-predicate"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L202", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-cs-from-vs", @@ -8778,7 +10094,9 @@ :var-type "multimethod", :doc "From a set of vars, get the columns", :name "get-cs-from-vs"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L219", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-self-bound-cs", @@ -8789,7 +10107,9 @@ :var-type "multimethod", :doc "Get the columns that are bound withing the literal.", :name "get-self-bound-cs"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L187", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-vs-from-cs", @@ -8800,7 +10120,9 @@ :var-type "multimethod", :doc "From a set of columns, return the vars", :name "get-vs-from-cs"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L361", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/join-literal", @@ -8812,7 +10134,9 @@ :doc "Given a database (db), a literal (lit) and a seq of bindings (bs),\nreturn a new seq of bindings by joining this literal.", :name "join-literal"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L236", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-appropriate?", @@ -8824,7 +10148,9 @@ :doc "When passed a set of bound vars, determines if this literal can be\nused during this point of a SIP computation.", :name "literal-appropriate?"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L48", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-columns", @@ -8835,19 +10161,23 @@ :var-type "multimethod", :doc "Return the column names this applies to", :name "literal-columns"} - {:source-url + {:arglists ([lit]), + :name "literal-magic?", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L296", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-magic?", - :namespace "clojure.contrib.datalog.literals", + :doc "Is this literal magic?", + :var-type "function", :line 296, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([lit]), - :doc "Is this literal magic?", - :name "literal-magic?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L44", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-predicate", @@ -8858,7 +10188,9 @@ :var-type "multimethod", :doc "Return the predicate/relation this conditional operates over", :name "literal-predicate"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L52", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-vars", @@ -8869,43 +10201,51 @@ :var-type "multimethod", :doc "Returns the logic vars used by this literal", :name "literal-vars"} - {:source-url + {:arglists ([l]), + :name "magic-literal", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L286", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/magic-literal", - :namespace "clojure.contrib.datalog.literals", + :doc "Create a magic version of this adorned predicate.", + :var-type "function", :line 286, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Create a magic version of this adorned predicate.", - :name "magic-literal"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} + {:arglists ([l]), + :name "negated-literal", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L314", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negated-literal", - :namespace "clojure.contrib.datalog.literals", + :doc "Given a literal l, return a negated version", + :var-type "function", :line 314, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Given a literal l, return a negated version", - :name "negated-literal"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} + {:arglists ([l]), + :name "negated?", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L112", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negated?", - :namespace "clojure.contrib.datalog.literals", + :doc "Is this literal a negated literal?", + :var-type "function", :line 112, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Is this literal a negated literal?", - :name "negated?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L60", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negative-vars", @@ -8916,7 +10256,9 @@ :var-type "multimethod", :doc "Returns the logic vars used in a negative position", :name "negative-vars"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L56", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/positive-vars", @@ -8927,656 +10269,762 @@ :var-type "multimethod", :doc "Returns the logic vars used in a positive position", :name "positive-vars"} - {:source-url + {:arglists ([l]), + :name "positive?", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L117", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/positive?", - :namespace "clojure.contrib.datalog.literals", + :doc "Is this a positive literal?", + :var-type "function", :line 117, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Is this a positive literal?", - :name "positive?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} + {:arglists ([db lit bs] [db lit bs var?]), + :name "project-literal", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L393", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/project-literal", - :namespace "clojure.contrib.datalog.literals", - :line 393, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([db lit bs] [db lit bs var?]), :doc "Project a stream of bindings onto a literal/relation. Returns a new\ndb.", - :name "project-literal"} - {:source-url + :var-type "function", + :line 393, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/literals.clj"} + {:arglists ([q]), + :name "adorn-query", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L26", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/adorn-query", - :namespace "clojure.contrib.datalog.magic", + :doc "Adorn a query", + :var-type "function", :line 26, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q]), - :doc "Adorn a query", - :name "adorn-query"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} + {:arglists ([rs q]), + :name "adorn-rules-set", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L31", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/adorn-rules-set", - :namespace "clojure.contrib.datalog.magic", - :line 31, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([rs q]), :doc "Adorns the given rules-set for the given query. (rs) is a\nrules-set, (q) is an adorned query.", - :name "adorn-rules-set"} - {:source-url + :var-type "function", + :line 31, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} + {:arglists ([q bindings]), + :name "build-partial-tuple", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L78", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/build-partial-tuple", - :namespace "clojure.contrib.datalog.magic", - :line 78, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q bindings]), :doc "Given a query and a set of bindings, build a partial tuple needed\nto extract the relation from the database.", - :name "build-partial-tuple"} - {:source-url + :var-type "function", + :line 78, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} + {:arglists ([rs] [rs i-preds]), + :name "magic-transform", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L98", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/magic-transform", - :namespace "clojure.contrib.datalog.magic", - :line 98, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([rs] [rs i-preds]), :doc "Return a magic transformation of an adorned rules-set (rs). The\n(i-preds) are the predicates of the intension database. These\ndefault to the predicates within the rules-set.", - :name "magic-transform"} - {:source-url + :var-type "function", + :line 98, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} + {:arglists ([q]), + :name "seed-predicate-for-insertion", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-predicate-for-insertion", - :namespace "clojure.contrib.datalog.magic", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q]), :doc "Given a query, return the predicate to use for database insertion.", - :name "seed-predicate-for-insertion"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} + {:arglists ([q]), + :name "seed-relation", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L63", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-relation", - :namespace "clojure.contrib.datalog.magic", - :line 63, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q]), :doc "Given a magic form of a query, give back the literal form of its seed\nrelation", - :name "seed-relation"} - {:source-url + :var-type "function", + :line 63, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} + {:arglists ([q]), + :name "seed-rule", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-rule", - :namespace "clojure.contrib.datalog.magic", + :doc "Given an adorned query, give back its seed rule", + :var-type "function", :line 71, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q]), - :doc "Given an adorned query, give back its seed rule", - :name "seed-rule"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/magic.clj"} + {:arglists ([hd & body]), + :name "<-", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/<-", - :namespace "clojure.contrib.datalog.rules", - :line 66, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "macro", - :arglists ([hd & body]), :doc "Build a datalog rule. Like this:\n\n(<- (:head :x ?x :y ?y) (:body-1 :x ?x :y ?y) (:body-2 :z ?z) (not! :body-3 :x ?x) (if > ?y ?z))", - :name "<-"} - {:source-url + :var-type "macro", + :line 66, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([& q]), + :name "?-", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L84", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/?-", - :namespace "clojure.contrib.datalog.rules", + :doc "Define a datalog query", + :var-type "macro", :line 84, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "macro", - :arglists ([& q]), - :doc "Define a datalog query", - :name "?-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs]), + :name "all-predicates", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L161", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/all-predicates", - :namespace "clojure.contrib.datalog.rules", + :doc "Given a rules-set, return all defined predicates", + :var-type "function", :line 161, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rs]), - :doc "Given a rules-set, return all defined predicates", - :name "all-predicates"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([db rule] [db-1 db-2 rule]), + :name "apply-rule", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/apply-rule", - :namespace "clojure.contrib.datalog.rules", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([db rule] [db-1 db-2 rule]), :doc "Apply the rule against db-1, adding the results to the appropriate\nrelation in db-2. The relation will be created if needed.", - :name "apply-rule"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([bindings i-preds rule]), + :name "compute-sip", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L98", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/compute-sip", - :namespace "clojure.contrib.datalog.rules", - :line 98, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([bindings i-preds rule]), :doc "Given a set of bound column names, return an adorned sip for this\nrule. A set of intensional predicates should be provided to\ndetermine what should be adorned.", - :name "compute-sip"} - {:source-url + :var-type "function", + :line 98, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([query]), + :name "display-query", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/display-query", - :namespace "clojure.contrib.datalog.rules", + :doc "Return a query in a readable format.", + :var-type "function", :line 37, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([query]), - :doc "Return a query in a readable format.", - :name "display-query"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([rule]), + :name "display-rule", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L30", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/display-rule", - :namespace "clojure.contrib.datalog.rules", + :doc "Return the rule in a readable format.", + :var-type "function", :line 30, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rule]), - :doc "Return the rule in a readable format.", - :name "display-rule"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([rule]), + :name "is-safe?", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L45", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/is-safe?", - :namespace "clojure.contrib.datalog.rules", + :doc "Is the rule safe according to the datalog protocol?", + :var-type "function", :line 45, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rule]), - :doc "Is the rule safe according to the datalog protocol?", - :name "is-safe?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs]), + :name "make-rules-set", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L127", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/make-rules-set", - :namespace "clojure.contrib.datalog.rules", - :line 127, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rs]), :doc "Given an existing set of rules, make it a 'rules-set' for\nprinting.", - :name "make-rules-set"} - {:source-url + :var-type "function", + :line 127, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs]), + :name "non-base-rules", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L166", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/non-base-rules", - :namespace "clojure.contrib.datalog.rules", - :line 166, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rs]), :doc "Return a collection of rules that depend, somehow, on other rules", - :name "non-base-rules"} - {:source-url + :var-type "function", + :line 166, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs]), + :name "predicate-map", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/predicate-map", - :namespace "clojure.contrib.datalog.rules", - :line 151, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rs]), :doc "Given a rules-set, return a map of rules keyed by their predicates.\nEach value will be a set of rules.", - :name "predicate-map"} - {:source-url + :var-type "function", + :line 151, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([rule]), + :name "return-rule-data", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L79", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/return-rule-data", - :namespace "clojure.contrib.datalog.rules", + :doc "Returns an untypted rule that will be fully printed", + :var-type "function", :line 79, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rule]), - :doc "Returns an untypted rule that will be fully printed", - :name "return-rule-data"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([& rules]), + :name "rules-set", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L135", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/rules-set", - :namespace "clojure.contrib.datalog.rules", + :doc "Given a collection of rules return a rules set", + :var-type "function", :line 135, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([& rules]), - :doc "Given a collection of rules return a rules set", - :name "rules-set"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs q]), + :name "build-soft-strat-work-plan", + :namespace "clojure.contrib.datalog.softstrat", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj#L115", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.softstrat/build-soft-strat-work-plan", - :namespace "clojure.contrib.datalog.softstrat", + :doc "Return a work plan for the given rules-set and query", + :var-type "function", :line 115, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/softstrat.clj", - :var-type "function", - :arglists ([rs q]), - :doc "Return a work plan for the given rules-set and query", - :name "build-soft-strat-work-plan"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/softstrat.clj"} + {:arglists ([ws]), + :name "get-all-relations", + :namespace "clojure.contrib.datalog.softstrat", + :source-url "http://github.com/clojure/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj#L121", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.softstrat/get-all-relations", - :namespace "clojure.contrib.datalog.softstrat", + :doc "Return a set of all relation names defined in this workplan", + :var-type "function", :line 121, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/softstrat.clj", - :var-type "function", - :arglists ([ws]), - :doc "Return a set of all relation names defined in this workplan", - :name "get-all-relations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/softstrat.clj"} + {:arglists ([sym]), + :name "is-query-var?", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/is-query-var?", - :namespace "clojure.contrib.datalog.util", + :doc "Is this a query variable: e.g. a symbol prefixed with ??", + :var-type "function", :line 33, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([sym]), - :doc "Is this a query variable: e.g. a symbol prefixed with ??", - :name "is-query-var?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} + {:arglists ([sym]), + :name "is-var?", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L25", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/is-var?", - :namespace "clojure.contrib.datalog.util", + :doc "Is this a logic variable: e.g. a symbol prefixed with a ?", + :var-type "function", :line 25, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([sym]), - :doc "Is this a logic variable: e.g. a symbol prefixed with a ?", - :name "is-var?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} + {:arglists ([m ks]), + :name "keys-to-vals", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/keys-to-vals", - :namespace "clojure.contrib.datalog.util", - :line 49, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([m ks]), :doc "Given a map and a collection of keys, return the collection of vals", - :name "keys-to-vals"} - {:source-url + :var-type "function", + :line 49, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} + {:arglists ([f hash]), + :name "map-values", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/map-values", - :namespace "clojure.contrib.datalog.util", + :doc "Like map, but works over the values of a hash map", + :var-type "function", :line 41, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([f hash]), - :doc "Like map, but works over the values of a hash map", - :name "map-values"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} + {:arglists ([f data]), + :name "preduce", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/preduce", - :namespace "clojure.contrib.datalog.util", - :line 62, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([f data]), :doc "Similar to merge-with, but the contents of each key are merged in\nparallel using f.\n\nf - a function of 2 arguments.\ndata - a collection of hashes.", - :name "preduce"} - {:source-url + :var-type "function", + :line 62, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} + {:arglists ([m]), + :name "reverse-map", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/reverse-map", - :namespace "clojure.contrib.datalog.util", + :doc "Reverse the keys/values of a map", + :var-type "function", :line 54, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([m]), - :doc "Reverse the keys/values of a map", - :name "reverse-map"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} + {:arglists ([& body]), + :name "trace-datalog", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L82", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/trace-datalog", - :namespace "clojure.contrib.datalog.util", + :doc "If *test-datalog* is set to true, run the enclosed commands", + :var-type "macro", :line 82, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj", - :var-type "macro", - :arglists ([& body]), - :doc "If *test-datalog* is set to true, run the enclosed commands", - :name "trace-datalog"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/datalog/util.clj"} + {:arglists ([]), + :name "converter-ui", + :namespace "clojure.contrib.miglayout.example", + :source-url "http://github.com/clojure/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj#L40", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.example/converter-ui", - :namespace "clojure.contrib.miglayout.example", + :doc "Lays out and shows a Temperature Converter UI", + :var-type "function", :line 40, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/example.clj", - :var-type "function", - :arglists ([]), - :doc "Lays out and shows a Temperature Converter UI", - :name "converter-ui"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/example.clj"} + {:arglists ([celsius]), + :name "fahrenheit", + :namespace "clojure.contrib.miglayout.example", + :source-url "http://github.com/clojure/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj#L24", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.example/fahrenheit", - :namespace "clojure.contrib.miglayout.example", - :line 24, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/example.clj", - :var-type "function", - :arglists ([celsius]), :doc "Converts a Celsius temperature to Fahrenheit. Input and output are\nstrings. Returns \"input?\" if the input can't be parsed as a Double.", - :name "fahrenheit"} - {:source-url + :var-type "function", + :line 24, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/example.clj"} + {:arglists ([]), + :name "main", + :namespace "clojure.contrib.miglayout.example", + :source-url "http://github.com/clojure/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.example/main", - :namespace "clojure.contrib.miglayout.example", + :doc "Invokes converter-ui in the AWT Event thread", + :var-type "function", :line 57, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/example.clj", - :var-type "function", - :arglists ([]), - :doc "Invokes converter-ui in the AWT Event thread", - :name "main"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/example.clj"} + {:arglists ([container components]), + :name "add-components", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L94", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/add-components", - :namespace "clojure.contrib.miglayout.internal", + :doc "Adds components with constraints to a container", + :var-type "function", :line 94, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([container components]), - :doc "Adds components with constraints to a container", - :name "add-components"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} + {:arglists ([x]), + :name "component?", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/component?", - :namespace "clojure.contrib.miglayout.internal", + :doc "Returns true if x is a java.awt.Component", + :var-type "function", :line 59, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([x]), - :doc "Returns true if x is a java.awt.Component", - :name "component?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} + {:arglists ([x]), + :name "constraint?", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/constraint?", - :namespace "clojure.contrib.miglayout.internal", + :doc "Returns true if x is not a keyword-item or component", + :var-type "function", :line 64, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([x]), - :doc "Returns true if x is not a keyword-item or component", - :name "constraint?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} + {:arglists ([container layout column row components]), + :name "do-layout", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L114", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/do-layout", - :namespace "clojure.contrib.miglayout.internal", - :line 114, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([container layout column row components]), :doc "Attaches a MigLayout layout manager to container and adds components\nwith constraints", - :name "do-layout"} - {:source-url + :var-type "function", + :line 114, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} + {:arglists ([c]), + :name "format-constraint", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L32", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/format-constraint", - :namespace "clojure.contrib.miglayout.internal", - :line 32, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([c]), :doc "Returns a vector of vectors representing one or more constraints\nseparated by commas. Constraints may be specified in Clojure using\nstrings, keywords, vectors, maps, and/or sets.", - :name "format-constraint"} - {:source-url + :var-type "function", + :line 32, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} + {:arglists ([& constraints]), + :name "format-constraints", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/format-constraints", - :namespace "clojure.contrib.miglayout.internal", - :line 47, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([& constraints]), :doc "Returns a string representing all the constraints for one keyword-item\nor component formatted for miglayout.", - :name "format-constraints"} - {:source-url + :var-type "function", + :line 47, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} + {:arglists ([container]), + :name "get-components", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L109", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/get-components", - :namespace "clojure.contrib.miglayout.internal", - :line 109, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([container]), :doc "Returns a map from id to component for all components with an id", - :name "get-components"} - {:source-url + :var-type "function", + :line 109, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} + {:arglists ([constraint]), + :name "parse-component-constraint", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/parse-component-constraint", - :namespace "clojure.contrib.miglayout.internal", + :doc "Parses a component constraint string returning a CC object", + :var-type "function", :line 88, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([constraint]), - :doc "Parses a component constraint string returning a CC object", - :name "parse-component-constraint"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} + {:arglists ([& args]), + :name "parse-item-constraints", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/parse-item-constraints", - :namespace "clojure.contrib.miglayout.internal", - :line 71, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([& args]), :doc "Iterates over args and builds a map containing values associated with\n:keywords and :components. The value for :keywords is a map from keyword\nitems to constraints strings. The value for :components is a vector of\nvectors each associating a component with its constraints string.", - :name "parse-item-constraints"} - {:source-url + :var-type "function", + :line 71, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/internal.clj"} + {:arglists ([text]), + :name "label", + :namespace "clojure.contrib.miglayout.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj#L32", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.test/label", - :namespace "clojure.contrib.miglayout.test", + :doc "Returns a swing label", + :var-type "function", :line 32, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/test.clj", - :var-type "function", - :arglists ([text]), - :doc "Returns a swing label", - :name "label"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/test.clj"} + {:arglists ([]), + :name "sep", + :namespace "clojure.contrib.miglayout.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj#L43", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.test/sep", - :namespace "clojure.contrib.miglayout.test", + :doc "Returns a swing separator", + :var-type "function", :line 43, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/test.clj", - :var-type "function", - :arglists ([]), - :doc "Returns a swing separator", - :name "sep"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/test.clj"} + {:arglists ([] [width]), + :name "text-field", + :namespace "clojure.contrib.miglayout.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.test/text-field", - :namespace "clojure.contrib.miglayout.test", + :doc "Returns a swing text field", + :var-type "function", :line 37, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/test.clj", - :var-type "function", - :arglists ([] [width]), - :doc "Returns a swing text field", - :name "text-field"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/miglayout/test.clj"} + {:arglists ([val] [val expectation-hash]), + :name "calls", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L216", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/calls", - :namespace "clojure.contrib.mock.test-adapter", - :line 216, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([val] [val expectation-hash]), :doc "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned returned by the expected function. If both this\nand returns are specified, the return value of \"calls\" will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", - :name "calls"} - {:source-url + :var-type "function", + :line 216, + :file "clojure/contrib/mock.clj"} + {:arglists ([arg-pred-forms] [arg-pred-forms expect-hash-form]), + :name "has-args", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L228", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/has-args", - :namespace "clojure.contrib.mock.test-adapter", - :line 228, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([arg-pred-forms] [arg-pred-forms expect-hash-form]), :doc "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", - :name "has-args"} - {:source-url + :var-type "macro", + :line 228, + :file "clojure/contrib/mock.clj"} + {:arglists ([fn-name args]), + :name "has-matching-signature?", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L105", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/has-matching-signature?", - :namespace "clojure.contrib.mock.test-adapter", - :line 105, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([fn-name args]), :doc "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", - :name "has-matching-signature?"} - {:source-url + :var-type "function", + :line 105, + :file "clojure/contrib/mock.clj"} + {:arglists ([arg-preds arg-pred-forms]), + :name "make-arg-checker", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L116", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/make-arg-checker", - :namespace "clojure.contrib.mock.test-adapter", - :line 116, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([arg-preds arg-pred-forms]), :doc "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", - :name "make-arg-checker"} - {:source-url + :var-type "function", + :line 116, + :file "clojure/contrib/mock.clj"} + {:arglists ([pred pred-form]), + :name "make-count-checker", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L131", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/make-count-checker", - :namespace "clojure.contrib.mock.test-adapter", - :line 131, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([pred pred-form]), :doc "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", - :name "make-count-checker"} - {:source-url + :var-type "function", + :line 131, + :file "clojure/contrib/mock.clj"} + {:arglists ([fn-name expectation-hash]), + :name "make-mock", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L150", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/make-mock", - :namespace "clojure.contrib.mock.test-adapter", - :line 150, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([fn-name expectation-hash]), :doc "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker,\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", - :name "make-mock"} + :var-type "function", + :line 150, + :file "clojure/contrib/mock.clj"} {:arglists ([fn-name expected actual msg]), :name "report-problem", :namespace "clojure.contrib.mock.test-adapter", :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj#L19", :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/report-problem", :doc @@ -9585,80 +11033,94 @@ :line 19, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/mock/test_adapter.clj"} - {:source-url + {:arglists ([val] [val expectation-hash]), + :name "returns", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L205", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/returns", - :namespace "clojure.contrib.mock.test-adapter", - :line 205, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([val] [val expectation-hash]), :doc "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", - :name "returns"} - {:source-url + :var-type "function", + :line 205, + :file "clojure/contrib/mock.clj"} + {:arglists ([times-fn] [times-fn expectation-hash]), + :name "times", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L246", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/times", - :namespace "clojure.contrib.mock.test-adapter", - :line 246, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([times-fn] [times-fn expectation-hash]), :doc "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nThis function can either be specified as the first argument to times or can be\nthe result of calling times with an integer argument, in which case the\npredicate will default to being an exact match. This predicate is called at\nthe end of an expect expression to validate that an expected dependency\nfunction was called the expected number of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", - :name "times"} - {:source-url + :var-type "macro", + :line 246, + :file "clojure/contrib/mock.clj"} + {:arglists ([mock-data]), + :name "validate-counts", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock.clj#L175", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/validate-counts", - :namespace "clojure.contrib.mock.test-adapter", - :line 175, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([mock-data]), :doc "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", - :name "validate-counts"} - {:source-url + :var-type "function", + :line 175, + :file "clojure/contrib/mock.clj"} + {:arglists [[x]], + :name "dispatch-json", + :namespace "clojure.contrib.pprint.examples.json", + :source-url "http://github.com/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.json/dispatch-json", - :namespace "clojure.contrib.pprint.examples.json", + :doc "The dispatch function for printing objects as JSON", + :var-type "multimethod", :line 28, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/json.clj", - :var-type "multimethod", - :arglists [[x]], - :doc "The dispatch function for printing objects as JSON", - :name "dispatch-json"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/json.clj"} + {:arglists ([x]), + :name "json-str", + :namespace "clojure.contrib.pprint.examples.json", + :source-url "http://github.com/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L96", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.json/json-str", - :namespace "clojure.contrib.pprint.examples.json", + :doc "Converts x to a JSON-formatted string.", + :var-type "function", :line 96, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/json.clj", - :var-type "function", - :arglists ([x]), - :doc "Converts x to a JSON-formatted string.", - :name "json-str"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/json.clj"} + {:arglists ([x]), + :name "print-json", + :namespace "clojure.contrib.pprint.examples.json", + :source-url "http://github.com/clojure/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.json/print-json", - :namespace "clojure.contrib.pprint.examples.json", - :line 87, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/json.clj", - :var-type "function", - :arglists ([x]), :doc "Prints x as JSON. Nil becomes JSON null. Keywords become\nstrings, without the leading colon. Maps become JSON objects, all\nother collection types become JSON arrays. Java arrays become JSON\narrays. Unicode characters in strings are escaped as \\uXXXX.\nNumbers print as with pr.", - :name "print-json"} - {:source-url + :var-type "function", + :line 87, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/json.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L27", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.xml/*html-compatible*", @@ -9669,7 +11131,9 @@ :var-type "var", :doc "If true, empty tags will have a space before the closing />", :name "*html-compatible*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L31", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.xml/*prxml-indent*", @@ -9680,55 +11144,52 @@ :var-type "var", :doc "The number of spaces to indent sub-tags.", :name "*prxml-indent*"} - {:source-url + {:arglists ([& args]), + :name "prxml", + :namespace "clojure.contrib.pprint.examples.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L92", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.xml/prxml", - :namespace "clojure.contrib.pprint.examples.xml", - :line 92, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/xml.clj", - :var-type "function", - :arglists ([& args]), :doc "Print XML to *out*. Vectors become XML tags: the first item is the\ntag name; optional second item is a map of attributes.\n\nSequences are processed recursively, so you can use map and other\nsequence functions inside prxml.\n\n (prxml [:p {:class \"greet\"} [:i \"Ladies & gentlemen\"]])\n ; => <p class=\"greet\"><i>Ladies & gentlemen</i></p>\n\nPSEUDO-TAGS: some keywords have special meaning:\n\n :raw! do not XML-escape contents\n :comment! create an XML comment\n :decl! create an XML declaration, with attributes\n :cdata! create a CDATA section\n :doctype! create a DOCTYPE!\n\n (prxml [:p [:raw! \"<i>here & gone</i>\"]])\n ; => <p><i>here & gone</i></p>\n\n (prxml [:decl! {:version \"1.1\"}])\n ; => <?xml version=\"1.1\" encoding=\"UTF-8\"?>", - :name "prxml"} - {:source-url + :var-type "function", + :line 92, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/pprint/examples/xml.clj"} + {:arglists ([]), + :name "connection*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/connection*", - :namespace "clojure.contrib.sql.internal", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current database connection (or throws if there is none)", - :name "connection*"} - {:source-url + :var-type "function", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} + {:arglists ([]), + :name "find-connection*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/find-connection*", - :namespace "clojure.contrib.sql.internal", - :line 33, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current database connection (or nil if there is none)", - :name "find-connection*"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L51", - :wiki-url - "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/get-connection", - :namespace "clojure.contrib.sql.internal", - :line 51, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj", :var-type "function", - :arglists + :line 33, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} + {:arglists ([{:keys [factory classname @@ -9740,428 +11201,507 @@ name environment], :as db-spec}]), + :name "get-connection", + :namespace "clojure.contrib.sql.internal", + :source-url + "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L51", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/get-connection", :doc "Creates a connection to a database. db-spec is a map containing values\nfor one of the following parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", - :name "get-connection"} - {:source-url + :var-type "function", + :line 51, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} + {:arglists ([stream exception]), + :name "print-sql-exception", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L107", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-sql-exception", - :namespace "clojure.contrib.sql.internal", + :doc "Prints the contents of an SQLException to stream", + :var-type "function", :line 107, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([stream exception]), - :doc "Prints the contents of an SQLException to stream", - :name "print-sql-exception"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} + {:arglists ([stream exception]), + :name "print-sql-exception-chain", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L121", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-sql-exception-chain", - :namespace "clojure.contrib.sql.internal", + :doc "Prints a chain of SQLExceptions to stream", + :var-type "function", :line 121, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([stream exception]), - :doc "Prints a chain of SQLExceptions to stream", - :name "print-sql-exception-chain"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} + {:arglists ([stream exception]), + :name "print-update-counts", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L129", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-update-counts", - :namespace "clojure.contrib.sql.internal", - :line 129, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([stream exception]), :doc "Prints the update counts from a BatchUpdateException to stream", - :name "print-update-counts"} - {:source-url + :var-type "function", + :line 129, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} + {:arglists ([] [val]), + :name "rollback", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L44", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/rollback", - :namespace "clojure.contrib.sql.internal", + :doc "Accessor for the rollback flag on the current connection", + :var-type "function", :line 44, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([] [val]), - :doc "Accessor for the rollback flag on the current connection", - :name "rollback"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} + {:arglists ([e]), + :name "throw-rollback", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L138", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/throw-rollback", - :namespace "clojure.contrib.sql.internal", + :doc "Sets rollback and throws a wrapped exception", + :var-type "function", :line 138, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([e]), - :doc "Sets rollback and throws a wrapped exception", - :name "throw-rollback"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} + {:arglists ([func]), + :name "transaction*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L144", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/transaction*", - :namespace "clojure.contrib.sql.internal", - :line 144, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([func]), :doc "Evaluates func as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If rollback is set within scope of the outermost transaction,\nthe entire transaction will be rolled back rather than committed when\ncomplete.", - :name "transaction*"} - {:source-url + :var-type "function", + :line 144, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} + {:arglists ([db-spec func]), + :name "with-connection*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L98", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/with-connection*", - :namespace "clojure.contrib.sql.internal", - :line 98, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([db-spec func]), :doc "Evaluates func in the context of a new connection to a database then\ncloses the connection.", - :name "with-connection*"} - {:source-url + :var-type "function", + :line 98, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} + {:arglists ([[sql & params :as sql-params] func]), + :name "with-query-results*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj#L178", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/be33acd87f190d9ec2ad756d8cb31c88abca7e5f/src/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/with-query-results*", - :namespace "clojure.contrib.sql.internal", - :line 178, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([[sql & params :as sql-params] func]), :doc "Executes a query, then evaluates func passing in a seq of the results as\nan argument. The first argument is a vector containing the (optionally\nparameterized) sql query string followed by values for any parameters.", - :name "with-query-results*"} - {:source-url + :var-type "function", + :line 178, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/internal.clj"} + {:arglists ([]), + :name "create-fruit", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L24", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/create-fruit", - :namespace "clojure.contrib.sql.test", + :doc "Create a table", + :var-type "function", :line 24, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Create a table", - :name "create-fruit"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "db-batchupdate-exception", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L177", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-batchupdate-exception", - :namespace "clojure.contrib.sql.test", + :doc "Demonstrate a batch update exception", + :var-type "function", :line 177, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Demonstrate a batch update exception", - :name "db-batchupdate-exception"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "db-exception", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L150", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-exception", - :namespace "clojure.contrib.sql.test", - :line 150, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), :doc "Demonstrate rolling back a partially completed transaction on exception", - :name "db-exception"} - {:source-url + :var-type "function", + :line 150, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "db-get-tables", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L140", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-get-tables", - :namespace "clojure.contrib.sql.test", + :doc "Demonstrate getting table info", + :var-type "function", :line 140, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Demonstrate getting table info", - :name "db-get-tables"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "db-grade-a", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L135", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-grade-a", - :namespace "clojure.contrib.sql.test", - :line 135, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), :doc "Print rows describing all grade a fruit (grade between 90 and 100)", - :name "db-grade-a"} - {:source-url + :var-type "function", + :line 135, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([min max]), + :name "db-grade-range", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L123", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-grade-range", - :namespace "clojure.contrib.sql.test", + :doc "Print rows describing fruit that are within a grade range", + :var-type "function", :line 123, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([min max]), - :doc "Print rows describing fruit that are within a grade range", - :name "db-grade-range"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "db-read", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-read", - :namespace "clojure.contrib.sql.test", + :doc "Read the entire fruit table", + :var-type "function", :line 80, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Read the entire fruit table", - :name "db-read"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "db-read-all", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L115", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-read-all", - :namespace "clojure.contrib.sql.test", + :doc "Return all the rows of the fruit table as a vector", + :var-type "function", :line 115, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Return all the rows of the fruit table as a vector", - :name "db-read-all"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "db-rollback", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L186", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-rollback", - :namespace "clojure.contrib.sql.test", + :doc "Demonstrate a rollback-only trasaction", + :var-type "function", :line 186, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Demonstrate a rollback-only trasaction", - :name "db-rollback"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "db-sql-exception", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L165", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-sql-exception", - :namespace "clojure.contrib.sql.test", + :doc "Demonstrate an sql exception", + :var-type "function", :line 165, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Demonstrate an sql exception", - :name "db-sql-exception"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "db-update", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L97", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-update", - :namespace "clojure.contrib.sql.test", + :doc "Update two fruits as a transaction", + :var-type "function", :line 97, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Update two fruits as a transaction", - :name "db-update"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([name appearance cost]), + :name "db-update-appearance-cost", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L89", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-update-appearance-cost", - :namespace "clojure.contrib.sql.test", + :doc "Update the appearance and cost of the named fruit", + :var-type "function", :line 89, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([name appearance cost]), - :doc "Update the appearance and cost of the named fruit", - :name "db-update-appearance-cost"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([record]), + :name "db-update-or-insert", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L106", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-update-or-insert", - :namespace "clojure.contrib.sql.test", + :doc "Updates or inserts a fruit", + :var-type "function", :line 106, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([record]), - :doc "Updates or inserts a fruit", - :name "db-update-or-insert"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "db-write", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L68", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-write", - :namespace "clojure.contrib.sql.test", + :doc "Write initial values to the database as a transaction", + :var-type "function", :line 68, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Write initial values to the database as a transaction", - :name "db-write"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "drop-fruit", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L34", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/drop-fruit", - :namespace "clojure.contrib.sql.test", + :doc "Drop a table", + :var-type "function", :line 34, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Drop a table", - :name "drop-fruit"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "insert-records-fruit", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L60", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/insert-records-fruit", - :namespace "clojure.contrib.sql.test", + :doc "Insert records, maps from keys specifying columns to values", + :var-type "function", :line 60, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Insert records, maps from keys specifying columns to values", - :name "insert-records-fruit"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "insert-rows-fruit", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/insert-rows-fruit", - :namespace "clojure.contrib.sql.test", + :doc "Insert complete rows", + :var-type "function", :line 41, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Insert complete rows", - :name "insert-rows-fruit"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([]), + :name "insert-values-fruit", + :namespace "clojure.contrib.sql.test", + :source-url "http://github.com/clojure/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L51", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/insert-values-fruit", - :namespace "clojure.contrib.sql.test", + :doc "Insert rows with values for only specific columns", + :var-type "function", :line 51, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj", - :var-type "function", - :arglists ([]), - :doc "Insert rows with values for only specific columns", - :name "insert-values-fruit"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/sql/test.clj"} + {:arglists ([attrname] [loc attrname]), + :name "attr", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/attr", - :namespace "clojure.contrib.zip-filter.xml", - :line 18, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([attrname] [loc attrname]), :doc "Returns the xml attribute named attrname, of the xml node at location loc.", - :name "attr"} - {:source-url + :var-type "function", + :line 18, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([attrname attrval]), + :name "attr=", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/attr=", - :namespace "clojure.contrib.zip-filter.xml", - :line 23, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([attrname attrval]), :doc "Returns a query predicate that matches a node when it has an\nattribute named attrname whose value is attrval.", - :name "attr="} - {:source-url + :var-type "function", + :line 23, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([preds]), + :name "seq-test", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L51", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/seq-test", - :namespace "clojure.contrib.zip-filter.xml", - :line 51, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([preds]), :doc "Returns a query predicate that matches a node when its xml content\nmatches the query expresions given.", - :name "seq-test"} - {:source-url + :var-type "function", + :line 51, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([tagname]), + :name "tag=", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/tag=", - :namespace "clojure.contrib.zip-filter.xml", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([tagname]), :doc "Returns a query predicate that matches a node when its is a tag\nnamed tagname.", - :name "tag="} - {:source-url + :var-type "function", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([loc]), + :name "text", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/text", - :namespace "clojure.contrib.zip-filter.xml", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns the textual contents of the given location, similar to\nxpaths's value-of", - :name "text"} - {:source-url + :var-type "function", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([s]), + :name "text=", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/text=", - :namespace "clojure.contrib.zip-filter.xml", - :line 46, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([s]), :doc "Returns a query predicate that matches a node when its textual\ncontent equals s.", - :name "text="} - {:source-url + :var-type "function", + :line 46, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([loc & preds]), + :name "xml->", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/xml->", - :namespace "clojure.contrib.zip-filter.xml", - :line 57, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([loc & preds]), :doc "The loc is passed to the first predicate. If the predicate returns\na collection, each value of the collection is passed to the next\npredicate. If it returns a location, the location is passed to the\nnext predicate. If it returns true, the input location is passed to\nthe next predicate. If it returns false or nil, the next predicate\nis not called.\n\nThis process is repeated, passing the processed results of each\npredicate to the next predicate. xml-> returns the final sequence.\nThe entire chain is evaluated lazily.\n\nThere are also special predicates: keywords are converted to tag=,\nstrings to text=, and vectors to sub-queries that return true if\nthey match.\n\nSee the footer of zip-query.clj for examples.", - :name "xml->"} - {:source-url + :var-type "function", + :line 57, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([loc & preds]), + :name "xml1->", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/xml1->", - :namespace "clojure.contrib.zip-filter.xml", - :line 80, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([loc & preds]), :doc "Returns the first item from loc based on the query predicates\ngiven. See xml->", - :name "xml1->"})} + :var-type "function", + :line 80, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/clojure/contrib/zip_filter/xml.clj"})} diff --git a/index-v1.2.clj b/index-v1.2.clj index 0297c431..a06a36eb 100644 --- a/index-v1.2.clj +++ b/index-v1.2.clj @@ -647,45 +647,53 @@ :name "clojure.contrib.zip-filter.xml", :doc nil}), :vars - ({:source-url + ({:arglists ([acc item]), + :name "add", + :namespace "clojure.contrib.accumulators", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L31", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/add", - :namespace "clojure.contrib.accumulators", - :line 31, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/accumulators.clj", - :var-type "multimethod", - :arglists ([acc item]), :doc "Add item to the accumulator acc. The exact meaning of adding an\nan item depends on the type of the accumulator.", - :name "add"} - {:source-url + :var-type "multimethod", + :line 31, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/accumulators.clj"} + {:arglists ([acc items]), + :name "add-items", + :namespace "clojure.contrib.accumulators", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/add-items", - :namespace "clojure.contrib.accumulators", - :line 37, - :file "clojure/contrib/accumulators.clj", - :var-type "function", - :arglists ([acc items]), :doc "Add all elements of a collection coll to the accumulator acc.", - :name "add-items"} - {:source-url + :var-type "function", + :line 37, + :file "clojure/contrib/accumulators.clj"} + {:arglists ([& accs]), + :name "combine", + :namespace "clojure.contrib.accumulators", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/combine", - :namespace "clojure.contrib.accumulators", - :line 42, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/accumulators.clj", - :var-type "multimethod", - :arglists ([& accs]), :doc "Combine the values of the accumulators acc1 and acc2 into a\nsingle accumulator of the same type.", - :name "combine"} - {:source-url + :var-type "multimethod", + :line 42, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/accumulators.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L271", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-counter", @@ -696,7 +704,9 @@ :doc "An empty counter accumulator. Its value is a map that stores for\nevery item the number of times it was added.", :name "empty-counter"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L292", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-counter-with-total", @@ -707,7 +717,9 @@ :doc "An empty counter-with-total accumulator. It works like the counter\naccumulator, except that the total number of items added is stored as the\nvalue of the key :total.", :name "empty-counter-with-total"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L88", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-list", @@ -718,7 +730,9 @@ :doc "An empty list accumulator. Adding an item appends it at the beginning.", :name "empty-list"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L145", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-map", @@ -729,7 +743,9 @@ :doc "An empty map accumulator. Items to be added must be [key value] pairs.", :name "empty-map"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L185", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-maximum", @@ -739,7 +755,9 @@ :var-type "var", :doc "An empty maximum accumulator. Only numbers can be added.", :name "empty-maximum"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L232", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-mean-variance", @@ -750,7 +768,9 @@ :doc "An empty mean-variance accumulator, combining sample mean and\nsample variance. Only numbers can be added.", :name "empty-mean-variance"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L207", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-min-max", @@ -761,7 +781,9 @@ :doc "An empty min-max accumulator, combining minimum and maximum.\nOnly numbers can be added.", :name "empty-min-max"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L191", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-minimum", @@ -771,7 +793,9 @@ :var-type "var", :doc "An empty minimum accumulator. Only numbers can be added.", :name "empty-minimum"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L177", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-product", @@ -781,7 +805,9 @@ :var-type "var", :doc "An empty sum accumulator. Only numbers can be added.", :name "empty-product"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L102", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-queue", @@ -792,7 +818,9 @@ :doc "An empty queue accumulator. Adding an item appends it at the end.", :name "empty-queue"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L116", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-set", @@ -802,7 +830,9 @@ :var-type "var", :doc "An empty set accumulator.", :name "empty-set"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L130", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-string", @@ -813,7 +843,9 @@ :doc "An empty string accumulator. Adding an item (string or character)\nappends it at the end.", :name "empty-string"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L174", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-sum", @@ -823,19 +855,23 @@ :var-type "var", :doc "An empty sum accumulator. Only numbers can be added.", :name "empty-sum"} - {:source-url + {:arglists ([empty-accumulators]), + :name "empty-tuple", + :namespace "clojure.contrib.accumulators", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L310", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-tuple", - :namespace "clojure.contrib.accumulators", - :line 310, - :file "clojure/contrib/accumulators.clj", - :var-type "function", - :arglists ([empty-accumulators]), :doc "Returns an accumulator tuple with the supplied empty-accumulators\nas its value. Accumulator tuples consist of several accumulators that\nwork in parallel. Added items must be sequences whose number of elements\nmatches the number of sub-accumulators.", - :name "empty-tuple"} - {:source-url + :var-type "function", + :line 310, + :file "clojure/contrib/accumulators.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/accumulators.clj#L74", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-vector", @@ -846,195 +882,227 @@ :doc "An empty vector accumulator. Adding an item appends it at the end.", :name "empty-vector"} - {:source-url + {:arglists ([vars agent action & args]), + :name "capture-and-send", + :namespace "clojure.contrib.agent-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/agent_utils.clj#L22", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/agent_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//agent-utils-api.html#clojure.contrib.agent-utils/capture-and-send", - :namespace "clojure.contrib.agent-utils", - :line 22, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/agent_utils.clj", - :var-type "macro", - :arglists ([vars agent action & args]), :doc "Capture the current value of the specified vars and rebind \nthem on the agent thread before executing the action.\n\nExample:\n (capture-and-send [*out*] a f b c)", - :name "capture-and-send"} - {:source-url + :var-type "macro", + :line 22, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/agent_utils.clj"} + {:arglists ([macro & args]), + :name "apply-macro", + :namespace "clojure.contrib.apply-macro", + :source-url "http://github.com/clojure/clojure-contrib/blob/73accf597eafb8dfcb642702a3b98b057bbdbbdf/src/main/clojure/clojure/contrib/apply_macro.clj#L34", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/73accf597eafb8dfcb642702a3b98b057bbdbbdf/src/main/clojure/clojure/contrib/apply_macro.clj", :wiki-url "http://clojure.github.com/clojure-contrib//apply-macro-api.html#clojure.contrib.apply-macro/apply-macro", - :namespace "clojure.contrib.apply-macro", - :line 34, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/apply_macro.clj", - :var-type "macro", - :arglists ([macro & args]), :doc "This is evil. Don't ever use it. It makes a macro behave like a\nfunction. Seriously, how messed up is that?\n\nEvaluates all args, then uses them as arguments to the macro as with\napply.\n\n(def things [true true false])\n(apply-macro and things)\n;; Expands to: (and true true false)", - :name "apply-macro"} - {:source-url + :var-type "macro", + :line 34, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/apply_macro.clj"} + {:arglists ([input output alphabet line-length]), + :name "encode", + :namespace "clojure.contrib.base64", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/base64.clj#L27", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/base64.clj", :wiki-url "http://clojure.github.com/clojure-contrib//base64-api.html#clojure.contrib.base64/encode", - :namespace "clojure.contrib.base64", - :line 27, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/base64.clj", - :var-type "function", - :arglists ([input output alphabet line-length]), :doc "Encodes bytes of input, writing Base 64 text on output. alphabet\nis a 65-character String containing the 64 characters to use in the\nencoding; the 65th character is the pad character. line-length is\nthe maximum number of characters per line, nil for no line breaks.", - :name "encode"} - {:source-url + :var-type "function", + :line 27, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/base64.clj"} + {:arglists ([s] [s encoding line-length]), + :name "encode-str", + :namespace "clojure.contrib.base64", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/base64.clj#L79", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/base64.clj", :wiki-url "http://clojure.github.com/clojure-contrib//base64-api.html#clojure.contrib.base64/encode-str", - :namespace "clojure.contrib.base64", - :line 79, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/base64.clj", - :var-type "function", - :arglists ([s] [s encoding line-length]), :doc "Encodes String in base 64; returns a String. If not specified,\nencoding is UTF-8 and line-length is nil.", - :name "encode-str"} - {:source-url + :var-type "function", + :line 79, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/base64.clj"} + {:arglists ([]), + :name "classpath", + :namespace "clojure.contrib.classpath", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/classpath.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath", - :namespace "clojure.contrib.classpath", - :line 23, - :file "clojure/contrib/classpath.clj", - :var-type "function", - :arglists ([]), :doc "Returns a sequence of File objects of the elements on CLASSPATH.", - :name "classpath"} - {:source-url + :var-type "function", + :line 23, + :file "clojure/contrib/classpath.clj"} + {:arglists ([]), + :name "classpath-directories", + :namespace "clojure.contrib.classpath", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/classpath.clj#L30", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath-directories", - :namespace "clojure.contrib.classpath", - :line 30, - :file "clojure/contrib/classpath.clj", - :var-type "function", - :arglists ([]), :doc "Returns a sequence of File objects for the directories on classpath.", - :name "classpath-directories"} - {:source-url + :var-type "function", + :line 30, + :file "clojure/contrib/classpath.clj"} + {:arglists ([]), + :name "classpath-jarfiles", + :namespace "clojure.contrib.classpath", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/classpath.clj#L35", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath-jarfiles", - :namespace "clojure.contrib.classpath", - :line 35, - :file "clojure/contrib/classpath.clj", - :var-type "function", - :arglists ([]), :doc "Returns a sequence of JarFile objects for the JAR files on classpath.", - :name "classpath-jarfiles"} - {:source-url + :var-type "function", + :line 35, + :file "clojure/contrib/classpath.clj"} + {:arglists ([& seqs]), + :name "cartesian-product", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/combinatorics.clj#L107", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/cartesian-product", - :namespace "clojure.contrib.combinatorics", + :doc "All the ways to take one item from each sequence", + :var-type "function", :line 107, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([& seqs]), - :doc "All the ways to take one item from each sequence", - :name "cartesian-product"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/combinatorics.clj"} + {:arglists ([items n]), + :name "combinations", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/combinatorics.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/combinations", - :namespace "clojure.contrib.combinatorics", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([items n]), :doc "All the unique ways of taking n different elements from items", - :name "combinations"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/combinatorics.clj"} + {:arglists ([c]), + :name "lex-permutations", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/combinatorics.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/lex-permutations", - :namespace "clojure.contrib.combinatorics", - :line 151, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([c]), :doc "Fast lexicographic permutation generator for a sequence of numbers", - :name "lex-permutations"} - {:source-url + :var-type "function", + :line 151, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/combinatorics.clj"} + {:arglists ([items]), + :name "permutations", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/combinatorics.clj#L160", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/permutations", - :namespace "clojure.contrib.combinatorics", + :doc "All the permutations of items, lexicographic by index", + :var-type "function", :line 160, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([items]), - :doc "All the permutations of items, lexicographic by index", - :name "permutations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/combinatorics.clj"} + {:arglists ([items n]), + :name "selections", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/combinatorics.clj#L127", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/selections", - :namespace "clojure.contrib.combinatorics", - :line 127, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([items n]), :doc "All the ways of taking n (possibly the same) elements from the sequence of items", - :name "selections"} - {:source-url + :var-type "function", + :line 127, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/combinatorics.clj"} + {:arglists ([items]), + :name "subsets", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/combinatorics.clj#L101", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/subsets", - :namespace "clojure.contrib.combinatorics", + :doc "All the subsets of items", + :var-type "function", :line 101, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([items]), - :doc "All the subsets of items", - :name "subsets"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/combinatorics.clj"} + {:arglists ([args desc cmdspec & body]), + :name "with-command-line", + :namespace "clojure.contrib.command-line", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/command_line.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/command_line.clj", :wiki-url "http://clojure.github.com/clojure-contrib//command-line-api.html#clojure.contrib.command-line/with-command-line", - :namespace "clojure.contrib.command-line", + :doc "Bind locals to command-line args.", + :var-type "macro", :line 90, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/command_line.clj", - :var-type "macro", - :arglists ([args desc cmdspec & body]), - :doc "Bind locals to command-line args.", - :name "with-command-line"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/command_line.clj"} + {:arglists ([bindings & clauses]), + :name "cond-let", + :namespace "clojure.contrib.cond", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/cond.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/cond.clj", :wiki-url "http://clojure.github.com/clojure-contrib//cond-api.html#clojure.contrib.cond/cond-let", - :namespace "clojure.contrib.cond", - :line 18, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/cond.clj", - :var-type "macro", - :arglists ([bindings & clauses]), :doc "Takes a binding-form and a set of test/expr pairs. Evaluates each test\none at a time. If a test returns logical true, cond-let evaluates and\nreturns expr with binding-form bound to the value of test and doesn't\nevaluate any of the other tests or exprs. To provide a default value\neither provide a literal that evaluates to logical true and is\nbinding-compatible with binding-form, or use :else as the test and don't\nrefer to any parts of binding-form in the expr. (cond-let binding-form)\nreturns nil.", - :name "cond-let"} - {:source-url + :var-type "macro", + :line 18, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/cond.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/condition.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/condition.clj#L56", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/*full-stack-traces*", @@ -1046,46 +1114,54 @@ :doc "Bind to true to include clojure.{core,lang,main} frames in stack\ntraces", :name "*full-stack-traces*"} - {:source-url + {:arglists ([dispatch-fn & body]), + :name "handler-case", + :namespace "clojure.contrib.condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/condition.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/handler-case", - :namespace "clojure.contrib.condition", - :line 71, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/condition.clj", - :var-type "macro", - :arglists ([dispatch-fn & body]), :doc "Executes body in a context where raised conditions can be handled.\n\ndispatch-fn accepts a raised condition (a map) and returns a selector\nused to choose a handler. Commonly, dispatch-fn will be :type to dispatch\non the condition's :type value.\n\nHandlers are forms within body:\n\n (handle key\n ...)\n\nIf a condition is raised, executes the body of the first handler whose\nkey satisfies (isa? selector key). If no handlers match, re-raises the\ncondition.\n\nWhile a handler is running, *condition* is bound to the condition being\nhandled and *selector* is bound to to the value returned by dispatch-fn\nthat matched the handler's key.", - :name "handler-case"} - {:source-url + :var-type "macro", + :line 71, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/condition.clj"} + {:arglists ([x]), + :name "print-stack-trace", + :namespace "clojure.contrib.condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/condition.clj#L128", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/print-stack-trace", - :namespace "clojure.contrib.condition", - :line 128, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/condition.clj", - :var-type "function", - :arglists ([x]), :doc "Prints a stack trace for a condition or Throwable. Skips frames for\nclasses in clojure.{core,lang,main} unless the *full-stack-traces* is\nbound to logical true", - :name "print-stack-trace"} - {:source-url + :var-type "function", + :line 128, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/condition.clj"} + {:arglists ([] [m] [key val & keyvals]), + :name "raise", + :namespace "clojure.contrib.condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/condition.clj#L60", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/raise", - :namespace "clojure.contrib.condition", - :line 60, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/condition.clj", - :var-type "macro", - :arglists ([] [m] [key val & keyvals]), :doc "Raises a condition. With no arguments, re-raises the current condition.\nWith one argument (a map), raises the argument. With two or more\narguments, raises a map with keys and values from the arguments.", - :name "raise"} - {:source-url + :var-type "macro", + :line 60, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/condition.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/condition.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/condition.clj#L106", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/stack-trace-info", @@ -1097,165 +1173,193 @@ :doc "Returns header, stack-trace, and cause info from conditions and\nThrowables", :name "stack-trace-info"} - {:source-url + {:arglists ([x form] [x form & forms]), + :name "-?>", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/core.clj#L30", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/-?>", - :namespace "clojure.contrib.core", - :line 30, - :file "clojure/contrib/core.clj", - :var-type "macro", - :arglists ([x form] [x form & forms]), :doc "Same as clojure.core/-> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(-?> \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(-?> nil .toUpperCase (.substring 1)) returns nil\n", - :name "-?>"} - {:source-url + :var-type "macro", + :line 30, + :file "clojure/contrib/core.clj"} + {:arglists ([x form] [x form & forms]), + :name "-?>>", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/core.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/-?>>", - :namespace "clojure.contrib.core", - :line 46, - :file "clojure/contrib/core.clj", - :var-type "macro", - :arglists ([x form] [x form & forms]), :doc "Same as clojure.core/->> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(-?>> (range 5) (map inc)) returns (1 2 3 4 5)\n(-?>> [] seq (map inc)) returns nil\n", - :name "-?>>"} - {:source-url + :var-type "macro", + :line 46, + :file "clojure/contrib/core.clj"} + {:arglists ([x form] [x form & forms]), + :name ".?.", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/core.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/.?.", - :namespace "clojure.contrib.core", - :line 38, - :file "clojure/contrib/core.clj", - :var-type "macro", - :arglists ([x form] [x form & forms]), :doc "Same as clojure.core/.. but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(.?. \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(.?. nil .toUpperCase (.substring 1)) returns nil\n", - :name ".?."} - {:source-url + :var-type "macro", + :line 38, + :file "clojure/contrib/core.clj"} + {:arglists ([m [k & ks :as keys]]), + :name "dissoc-in", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/core.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/dissoc-in", - :namespace "clojure.contrib.core", - :line 57, - :file "clojure/contrib/core.clj", - :var-type "function", - :arglists ([m [k & ks :as keys]]), :doc "Dissociates an entry from a nested associative structure returning a new\nnested structure. keys is a sequence of keys. Any empty maps that result\nwill not be present in the new structure.", - :name "dissoc-in"} - {:source-url + :var-type "function", + :line 57, + :file "clojure/contrib/core.clj"} + {:arglists ([class-name & args]), + :name "new-by-name", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/core.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/new-by-name", - :namespace "clojure.contrib.core", - :line 71, - :file "clojure/contrib/core.clj", - :var-type "function", - :arglists ([class-name & args]), :doc "Constructs a Java object whose class is specified by a String.", - :name "new-by-name"} - {:source-url + :var-type "function", + :line 71, + :file "clojure/contrib/core.clj"} + {:arglists ([x]), + :name "seqable?", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/core.clj#L78", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/seqable?", - :namespace "clojure.contrib.core", - :line 78, - :file "clojure/contrib/core.clj", - :var-type "function", - :arglists ([x]), :doc "Returns true if (seq x) will succeed, false otherwise.", - :name "seqable?"} - {:source-url + :var-type "function", + :line 78, + :file "clojure/contrib/core.clj"} + {:arglists ([cell key fun]), + :name "add-cell-watcher", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L461", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/add-cell-watcher", - :namespace "clojure.contrib.dataflow", - :line 461, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([cell key fun]), :doc "Adds a watcher to a cell to respond to changes of value. The is a\nfunction of 4 values: a key, the cell, its old value, its new\nvalue. This is implemented using Clojure's add-watch to the\nunderlying ref, and shared its sematics", - :name "add-cell-watcher"} - {:source-url + :var-type "function", + :line 461, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df cells]), + :name "add-cells", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L211", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/add-cells", - :namespace "clojure.contrib.dataflow", + :doc "Given a collection of cells, add them to the dataflow.", + :var-type "function", :line 211, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df cells]), - :doc "Given a collection of cells, add them to the dataflow.", - :name "add-cells"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([cs]), + :name "build-dataflow", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L189", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-dataflow", - :namespace "clojure.contrib.dataflow", - :line 189, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([cs]), :doc "Given a collection of cells, build and return a dataflow object", - :name "build-dataflow"} - {:source-url + :var-type "function", + :line 189, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([name init]), + :name "build-source-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L232", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-source-cell", - :namespace "clojure.contrib.dataflow", + :doc "Builds a source cell", + :var-type "function", :line 232, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([name init]), - :doc "Builds a source cell", - :name "build-source-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([name deps fun expr]), + :name "build-standard-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L293", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-standard-cell", - :namespace "clojure.contrib.dataflow", + :doc "Builds a standard cell", + :var-type "function", :line 293, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([name deps fun expr]), - :doc "Builds a standard cell", - :name "build-standard-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([deps fun expr]), + :name "build-validator-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L299", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-validator-cell", - :namespace "clojure.contrib.dataflow", + :doc "Builds a validator cell", + :var-type "function", :line 299, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([deps fun expr]), - :doc "Builds a validator cell", - :name "build-validator-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([type & data]), + :name "cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L305", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/cell", - :namespace "clojure.contrib.dataflow", - :line 305, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "macro", - :arglists ([type & data]), :doc "Build a standard cell, like this:\n\n (cell fred\n (* ?mary ?joe))\n\nWhich creates a cell named fred that is the product of a cell mary and cell joe\n\nOr:\n\n (cell joe\n (apply * ?*sally))\n\nWhich creates a cell that applies * to the collection of all cells named sally\n\nOr:\n\n (cell :source fred 0)\n\nWhich builds a source cell fred with initial value 0\n\nOr:\n\n (cell :validator (when (< ?fred ?sally)\n (throwf \"%s must be greater than %s\" ?fred ?sally))\n\nWhich will perform the validation", - :name "cell"} - {:source-url + :var-type "macro", + :line 305, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L349", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/display-cell", @@ -1266,7 +1370,9 @@ :var-type "multimethod", :doc "A 'readable' form of the cell", :name "display-cell"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L373", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/eval-cell", @@ -1277,316 +1383,368 @@ :var-type "multimethod", :doc "Evaluate a dataflow cell. Return [changed, old val]", :name "eval-cell"} - {:source-url + {:arglists ([df name]), + :name "get-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-cell", - :namespace "clojure.contrib.dataflow", + :doc "Get the single cell named by name", + :var-type "function", :line 95, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df name]), - :doc "Get the single cell named by name", - :name "get-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df name]), + :name "get-cells", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-cells", - :namespace "clojure.contrib.dataflow", + :doc "Get all the cells named by name", + :var-type "function", :line 90, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df name]), - :doc "Get all the cells named by name", - :name "get-cells"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df env name]), + :name "get-old-value", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L137", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-old-value", - :namespace "clojure.contrib.dataflow", + :doc "Looks up an old value", + :var-type "function", :line 137, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df env name]), - :doc "Looks up an old value", - :name "get-old-value"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df]), + :name "get-source-cells", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L109", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-source-cells", - :namespace "clojure.contrib.dataflow", + :doc "Returns a collection of source cells from the dataflow", + :var-type "function", :line 109, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df]), - :doc "Returns a collection of source cells from the dataflow", - :name "get-source-cells"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df name]), + :name "get-value", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L116", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-value", - :namespace "clojure.contrib.dataflow", - :line 116, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df name]), :doc "Gets a value from the df matching the passed symbol.\nSignals an error if the name is not present, or if it not a single\nvalue.", - :name "get-value"} - {:source-url + :var-type "function", + :line 116, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([cell]), + :name "get-value-from-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L144", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-value-from-cell", - :namespace "clojure.contrib.dataflow", + :doc "Given a cell, get its value", + :var-type "function", :line 144, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([cell]), - :doc "Given a cell, get its value", - :name "get-value-from-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df name]), + :name "get-values", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L127", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-values", - :namespace "clojure.contrib.dataflow", + :doc "Gets a collection of values from the df by name", + :var-type "function", :line 127, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df name]), - :doc "Gets a collection of values from the df by name", - :name "get-values"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df]), + :name "print-dataflow", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L200", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/print-dataflow", - :namespace "clojure.contrib.dataflow", + :doc "Prints a dataflow, one cell per line", + :var-type "function", :line 200, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df]), - :doc "Prints a dataflow, one cell per line", - :name "print-dataflow"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df cells]), + :name "remove-cells", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L219", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/remove-cells", - :namespace "clojure.contrib.dataflow", + :doc "Given a collection of cells, remove them from the dataflow.", + :var-type "function", :line 219, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df cells]), - :doc "Given a collection of cells, remove them from the dataflow.", - :name "remove-cells"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([cell]), + :name "source-cell?", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L104", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/source-cell?", - :namespace "clojure.contrib.dataflow", + :doc "Is this cell a source cell?", + :var-type "function", :line 104, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([cell]), - :doc "Is this cell a source cell?", - :name "source-cell?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df data]), + :name "update-values", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj#L439", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/update-values", - :namespace "clojure.contrib.dataflow", - :line 439, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df data]), :doc "Given a dataflow, and a map of name-value pairs, update the\ndataflow by binding the new values. Each name must be of a source\ncell", - :name "update-values"} - {:source-url + :var-type "function", + :line 439, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([rules query]), + :name "build-work-plan", + :namespace "clojure.contrib.datalog", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog/build-work-plan", - :namespace "clojure.contrib.datalog", - :line 46, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog.clj", - :var-type "function", - :arglists ([rules query]), :doc "Given a list of rules and a query, build a work plan that can be\nused to execute the query.", - :name "build-work-plan"} - {:source-url + :var-type "function", + :line 46, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog.clj"} + {:arglists ([work-plan database query-bindings]), + :name "run-work-plan", + :namespace "clojure.contrib.datalog", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog.clj#L56", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog/run-work-plan", - :namespace "clojure.contrib.datalog", - :line 56, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog.clj", - :var-type "function", - :arglists ([work-plan database query-bindings]), :doc "Given a work plan, a database, and some query bindings, run the\nwork plan and return the results.", - :name "run-work-plan"} - {:source-url + :var-type "function", + :line 56, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog.clj"} + {:arglists ([name orig] [name orig doc]), + :name "defalias", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defalias", - :namespace "clojure.contrib.def", - :line 66, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name orig] [name orig doc]), :doc "Defines an alias for a var: a new var with the same root binding (if\nany) and similar metadata. The metadata of the alias is its initial\nmetadata (as provided by def) merged into the metadata of the original.", - :name "defalias"} - {:source-url + :var-type "macro", + :line 66, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([sym init]), + :name "defhinted", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj#L85", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defhinted", - :namespace "clojure.contrib.def", - :line 85, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([sym init]), :doc "Defines a var with a type hint matching the class of the given\ninit. Be careful about using any form of 'def' or 'binding' to a\nvalue of a different type. See http://paste.lisp.org/display/73344", - :name "defhinted"} - {:source-url + :var-type "macro", + :line 85, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name & decls]), + :name "defmacro-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj#L39", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defmacro-", - :namespace "clojure.contrib.def", + :doc "Same as defmacro but yields a private definition", + :var-type "macro", :line 39, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name & decls]), - :doc "Same as defmacro but yields a private definition", - :name "defmacro-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([fn-name & defn-stuff]), + :name "defn-memo", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj#L143", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defn-memo", - :namespace "clojure.contrib.def", - :line 143, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([fn-name & defn-stuff]), :doc "Just like defn, but memoizes the function using clojure.core/memoize", - :name "defn-memo"} - {:source-url + :var-type "macro", + :line 143, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([fn-name & fn-tail]), + :name "defnk", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj#L122", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defnk", - :namespace "clojure.contrib.def", - :line 122, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([fn-name & fn-tail]), :doc "Define a function accepting keyword arguments. Symbols up to the first\nkeyword in the parameter list are taken as positional arguments. Then\nan alternating sequence of keywords and defaults values is expected. The\nvalues of the keyword arguments are available in the function body by\nvirtue of the symbol corresponding to the keyword (cf. :keys destructuring).\ndefnk accepts an optional docstring as well as an optional metadata map.", - :name "defnk"} - {:source-url + :var-type "macro", + :line 122, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name expr] [name expr doc]), + :name "defonce-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defonce-", - :namespace "clojure.contrib.def", + :doc "Same as defonce but yields a private definition", + :var-type "macro", :line 59, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name expr] [name expr doc]), - :doc "Same as defonce but yields a private definition", - :name "defonce-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name & decls]), + :name "defstruct-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defstruct-", - :namespace "clojure.contrib.def", + :doc "Same as defstruct but yields a private definition", + :var-type "macro", :line 54, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name & decls]), - :doc "Same as defstruct but yields a private definition", - :name "defstruct-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name] [name doc]), + :name "defunbound", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj#L32", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defunbound", - :namespace "clojure.contrib.def", + :doc "Defines an unbound var with optional doc string", + :var-type "macro", :line 32, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name] [name doc]), - :doc "Defines an unbound var with optional doc string", - :name "defunbound"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name & decls]), + :name "defunbound-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defunbound-", - :namespace "clojure.contrib.def", + :doc "Same as defunbound but yields a private definition", + :var-type "macro", :line 49, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name & decls]), - :doc "Same as defunbound but yields a private definition", - :name "defunbound-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name] [name init] [name init doc]), + :name "defvar", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defvar", - :namespace "clojure.contrib.def", + :doc "Defines a var with an optional intializer and doc string", + :var-type "macro", :line 23, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name] [name init] [name init doc]), - :doc "Defines a var with an optional intializer and doc string", - :name "defvar"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name & decls]), + :name "defvar-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj#L44", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defvar-", - :namespace "clojure.contrib.def", + :doc "Same as defvar but yields a private definition", + :var-type "macro", :line 44, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name & decls]), - :doc "Same as defvar but yields a private definition", - :name "defvar-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name macro-args]), + :name "name-with-attributes", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj#L96", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/name-with-attributes", - :namespace "clojure.contrib.def", - :line 96, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj", - :var-type "function", - :arglists ([name macro-args]), :doc "To be used in macro definitions.\nHandles optional docstrings and attribute maps for a name to be defined\nin a list of macro arguments. If the first macro argument is a string,\nit is added as a docstring to name and removed from the macro argument\nlist. If afterwards the first macro argument is a map, its entries are\nadded to the name's metadata map and the map is removed from the\nmacro argument list. The return value is a vector containing the name\nwith its extended metadata map and the list of unprocessed macro\narguments.", - :name "name-with-attributes"} - {:source-url + :var-type "function", + :line 96, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/def.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L146", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*append-to-writer*", @@ -1598,7 +1756,9 @@ :doc "If true, writer and spit will open files in append mode.\nDefaults to false. Use append-writer or append-spit.", :name "*append-to-writer*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L78", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*buffer-size*", @@ -1610,7 +1770,9 @@ :doc "Size, in bytes or characters, of the buffer used when\ncopying streams.", :name "*buffer-size*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L83", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*byte-array-type*", @@ -1621,7 +1783,9 @@ :var-type "var", :doc "Type object for a Java primitive byte array.", :name "*byte-array-type*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L72", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*default-encoding*", @@ -1633,1722 +1797,2000 @@ :doc "Name of the default encoding to use when reading & writing.\nDefault is UTF-8.", :name "*default-encoding*"} - {:source-url + {:arglists ([f content]), + :name "append-spit", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L265", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/append-spit", - :namespace "clojure.contrib.duck-streams", + :doc "Like spit but appends to file.", + :var-type "function", :line 265, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([f content]), - :doc "Like spit but appends to file.", - :name "append-spit"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([x]), + :name "append-writer", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L217", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/append-writer", - :namespace "clojure.contrib.duck-streams", - :line 217, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([x]), :doc "Like writer but opens file for appending. Does not work on streams\nthat are already open.", - :name "append-writer"} - {:source-url + :var-type "function", + :line 217, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([input output]), + :name "copy", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L301", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/copy", - :namespace "clojure.contrib.duck-streams", - :line 301, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "multimethod", - :arglists ([input output]), :doc "Copies input to output. Returns nil.\nInput may be an InputStream, Reader, File, byte[], or String.\nOutput may be an OutputStream, Writer, or File.\n\nDoes not close any streams except those it opens itself \n(on a File).\n\nWriting a File fails if the parent directory does not exist.", - :name "copy"} - {:source-url + :var-type "multimethod", + :line 301, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([& args]), + :name "file-str", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/file-str", - :namespace "clojure.contrib.duck-streams", - :line 88, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([& args]), :doc "Concatenates args as strings and returns a java.io.File. Replaces\nall / and \\ with File/separatorChar. Replaces ~ at the start of\nthe path with the user.home system property.", - :name "file-str"} - {:source-url + :var-type "function", + :line 88, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([file]), + :name "make-parents", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L388", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/make-parents", - :namespace "clojure.contrib.duck-streams", + :doc "Creates all parent directories of file.", + :var-type "function", :line 388, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([file]), - :doc "Creates all parent directories of file.", - :name "make-parents"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([]), + :name "pwd", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L271", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/pwd", - :namespace "clojure.contrib.duck-streams", - :line 271, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([]), :doc "Returns current working directory as a String. (Like UNIX 'pwd'.)\nNote: In Java, you cannot change the current working directory.", - :name "pwd"} - {:source-url + :var-type "function", + :line 271, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([f]), + :name "read-lines", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L236", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/read-lines", - :namespace "clojure.contrib.duck-streams", - :line 236, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([f]), :doc "Like clojure.core/line-seq but opens f with reader. Automatically\ncloses the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.", - :name "read-lines"} - {:source-url + :var-type "function", + :line 236, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([x]), + :name "reader", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L102", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/reader", - :namespace "clojure.contrib.duck-streams", - :line 102, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Attempts to coerce its argument into an open\njava.io.BufferedReader. Argument may be an instance of Reader,\nBufferedReader, InputStream, File, URI, URL, Socket, or String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names. Uses *default-encoding* as the text encoding.\n\nShould be used inside with-open to ensure the Reader is properly\nclosed.", - :name "reader"} - {:source-url + :var-type "multimethod", + :line 102, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([f]), + :name "slurp*", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L247", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/slurp*", - :namespace "clojure.contrib.duck-streams", + :doc "Like clojure.core/slurp but opens f with reader.", + :var-type "function", :line 247, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([f]), - :doc "Like clojure.core/slurp but opens f with reader.", - :name "slurp*"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([f content]), + :name "spit", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L258", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/spit", - :namespace "clojure.contrib.duck-streams", - :line 258, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([f content]), :doc "Opposite of slurp. Opens f with writer, writes content, then\ncloses f.", - :name "spit"} - {:source-url + :var-type "function", + :line 258, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([arg]), + :name "to-byte-array", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L393", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/to-byte-array", - :namespace "clojure.contrib.duck-streams", - :line 393, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "multimethod", - :arglists ([arg]), :doc "Converts argument into a Java byte array. Argument may be\na String, File, InputStream, or Reader. If the argument is already\na byte array, returns it.", - :name "to-byte-array"} - {:source-url + :var-type "multimethod", + :line 393, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([f & body]), + :name "with-in-reader", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L294", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/with-in-reader", - :namespace "clojure.contrib.duck-streams", - :line 294, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "macro", - :arglists ([f & body]), :doc "Opens a PushbackReader on f, binds it to *in*, and evaluates body.", - :name "with-in-reader"} - {:source-url + :var-type "macro", + :line 294, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([f & body]), + :name "with-out-append-writer", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L287", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/with-out-append-writer", - :namespace "clojure.contrib.duck-streams", + :doc "Like with-out-writer but appends to file.", + :var-type "macro", :line 287, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "macro", - :arglists ([f & body]), - :doc "Like with-out-writer but appends to file.", - :name "with-out-append-writer"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([f & body]), + :name "with-out-writer", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L279", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/with-out-writer", - :namespace "clojure.contrib.duck-streams", - :line 279, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "macro", - :arglists ([f & body]), :doc "Opens a writer on f, binds it to *out*, and evalutes body.\nAnything printed within body will be written to f.", - :name "with-out-writer"} - {:source-url + :var-type "macro", + :line 279, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([f lines]), + :name "write-lines", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L225", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/write-lines", - :namespace "clojure.contrib.duck-streams", - :line 225, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "function", - :arglists ([f lines]), :doc "Writes lines (a seq) to f, separated by newlines. f is opened with\nwriter, and automatically closed at the end of the sequence.", - :name "write-lines"} - {:source-url + :var-type "function", + :line 225, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([x]), + :name "writer", + :namespace "clojure.contrib.duck-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj#L153", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/aa3f018f65006c78b08703e7adef04b7f39e1542/src/main/clojure/clojure/contrib/duck_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/writer", - :namespace "clojure.contrib.duck-streams", - :line 153, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Attempts to coerce its argument into an open java.io.PrintWriter\nwrapped around a java.io.BufferedWriter. Argument may be an\ninstance of Writer, PrintWriter, BufferedWriter, OutputStream, File,\nURI, URL, Socket, or String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names.\n\nShould be used inside with-open to ensure the Writer is properly\nclosed.", - :name "writer"} - {:source-url + :var-type "multimethod", + :line 153, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/duck_streams.clj"} + {:arglists ([continue-name [args*] & body]), + :name "bind-continue", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L150", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/bind-continue", - :namespace "clojure.contrib.error-kit", - :line 150, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "function", - :arglists ([continue-name [args*] & body]), :doc "Special form to be used inside a 'with-handler'.\nControl can be passed to this 'continue' form from a 'raise' enclosed\nin this with-handler's dynamic scope, when this 'continue-name' is\ngiven to a 'continue' form.", - :name "bind-continue"} - {:source-url + :var-type "function", + :line 150, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists + ([name [parent-error?] doc-string? [args*] & body] + [name [parent-error?] doc-string? args-destruct-map & body]), + :name "deferror", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/deferror", - :namespace "clojure.contrib.error-kit", + :doc "Define a new error type", + :var-type "macro", :line 59, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists - ([name [parent-error?] doc-string? [args*] & body] - [name [parent-error?] doc-string? args-destruct-map & body]), - :doc "Define a new error type", - :name "deferror"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([]), + :name "do-not-handle", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L117", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/do-not-handle", - :namespace "clojure.contrib.error-kit", - :line 117, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists ([]), :doc "Use in a tail position of a 'handle' form to indicate 'raise' should\nnot consider the error handled, but should continue searching for an\nappropriate 'handle' form. Allows finer-grain control over catching\nthan just the error type.", - :name "do-not-handle"} - {:source-url + :var-type "macro", + :line 117, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([details]), + :name "error", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/error", - :namespace "clojure.contrib.error-kit", + :doc "Base type for all error-kit errors", + :var-type "function", :line 46, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "function", - :arglists ([details]), - :doc "Base type for all error-kit errors", - :name "error"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists + ([error-name? [args*] & body] + [error-name? args-destruct-map-args & body]), + :name "handle", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L138", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/handle", - :namespace "clojure.contrib.error-kit", - :line 138, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "function", - :arglists - ([error-name? [args*] & body] - [error-name? args-destruct-map-args & body]), :doc "Special form to be used inside a 'with-handler'. When\nany error is 'raised' from withing the dynamic scope of 'body' that\nis of error-name's type or a derived type, the args will be bound\nand the body executed. If no 'error-name' is given, the body will\nbe executed for regardless of the type of error raised. The body\nmay return a value, in which case that will be the return value of\nthe entire 'with-handler' form, or it may use any of the special\nreturn forms, 'do-not-handle', 'continue-with', or 'continue'.", - :name "handle"} - {:source-url + :var-type "function", + :line 138, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([err-name & args]), + :name "raise", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L110", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/raise", - :namespace "clojure.contrib.error-kit", - :line 110, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists ([err-name & args]), :doc "Raise an error of the type err-name, constructed with the given args", - :name "raise"} - {:source-url + :var-type "macro", + :line 110, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([err]), + :name "raise*", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L86", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/raise*", - :namespace "clojure.contrib.error-kit", - :line 86, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "function", - :arglists ([err]), :doc "Raise the given error object, best if created by an error\nconstructor defined with deferror. See also 'raise' macro.", - :name "raise*"} - {:source-url + :var-type "function", + :line 86, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([class-name]), + :name "throw-msg", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L39", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/throw-msg", - :namespace "clojure.contrib.error-kit", - :line 39, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists ([class-name]), :doc "Returns a function that throws a Java Exception with the given\nname. Useful to associate a new error-kit error type with a\nparticular Java Exception class, via the :unhandled error key.", - :name "throw-msg"} - {:source-url + :var-type "macro", + :line 39, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([& forms]), + :name "with-handler", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj#L163", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/with-handler", - :namespace "clojure.contrib.error-kit", - :line 163, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists ([& forms]), :doc "This is error-kit's dynamic scope form. The body will be executed\nin a dynamic context that includes all of the following 'handle' and\n'bind-continue' forms.", - :name "with-handler"} - {:source-url + :var-type "macro", + :line 163, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([& args]), + :name "throw-arg", + :namespace "clojure.contrib.except", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/except.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-arg", - :namespace "clojure.contrib.except", - :line 57, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/except.clj", - :var-type "function", - :arglists ([& args]), :doc "Throws an IllegalArgumentException. All arguments are optional:\n\n cause? format? format-args*\n\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core/format\n- format-args are objects that correspond to format specifiers in\n format.", - :name "throw-arg"} - {:source-url + :var-type "function", + :line 57, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/except.clj"} + {:arglists ([test & args]), + :name "throw-if", + :namespace "clojure.contrib.except", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/except.clj#L43", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-if", - :namespace "clojure.contrib.except", - :line 43, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/except.clj", - :var-type "function", - :arglists ([test & args]), :doc "Throws an Exception or Error if test is true. args are those documented\nfor throwf.", - :name "throw-if"} - {:source-url + :var-type "function", + :line 43, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/except.clj"} + {:arglists ([test & args]), + :name "throw-if-not", + :namespace "clojure.contrib.except", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/except.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-if-not", - :namespace "clojure.contrib.except", - :line 50, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/except.clj", - :var-type "function", - :arglists ([test & args]), :doc "Throws an Exception or Error if test is false. args are those documented\nfor throwf.", - :name "throw-if-not"} - {:source-url + :var-type "function", + :line 50, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/except.clj"} + {:arglists ([& args]), + :name "throwf", + :namespace "clojure.contrib.except", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/except.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throwf", - :namespace "clojure.contrib.except", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/except.clj", - :var-type "function", - :arglists ([& args]), :doc "Throws an Exception or Error with an optional message formatted using\nclojure.core/format. All arguments are optional:\n\n class? cause? format? format-args*\n\n- class defaults to Exception, if present it must name a kind of\n Throwable\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core/format\n- format-args are objects that correspond to format specifiers in\n format.", - :name "throwf"} - {:source-url + :var-type "function", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/except.clj"} + {:arglists ([test-value & clauses]), + :name "case", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/fcase.clj#L79", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/case", - :namespace "clojure.contrib.fcase", - :line 79, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([test-value & clauses]), :doc "Like cond, but test-value is compared against the value of each\ntest expression with =. If they are equal, executes the \"body\"\nexpression. Optional last expression is executed if none of the\ntest expressions match.", - :name "case"} - {:source-url + :var-type "macro", + :line 79, + :file "clojure/contrib/fcase.clj"} + {:arglists ([compare-fn case-value & test-expr-clauses]), + :name "fcase", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/fcase.clj#L40", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/fcase", - :namespace "clojure.contrib.fcase", - :line 40, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([compare-fn case-value & test-expr-clauses]), :doc "Generic switch/case macro. 'fcase' is short for 'function case'.\n\nThe 'compare-fn' is a fn of two arguments.\n\nThe 'test-expr-clauses' are value-expression pairs without\nsurrounding parentheses, like in Clojure's 'cond'.\n\nThe 'case-value' is evaluated once and cached. Then, 'compare-fn'\nis called once for each clause, with the clause's test value as its\nfirst argument and 'case-value' as its second argument. If\n'compare-fn' returns logical true, the clause's expression is\nevaluated and returned. If 'compare-fn' returns false/nil, we go to\nthe next test value.\n\nIf 'test-expr-clauses' contains an odd number of items, the last\nitem is the default expression evaluated if no case-value matches.\nIf there is no default expression and no case-value matches, fcase\nreturns nil.\n\nSee specific forms of this macro in 'case' and 're-case'.\n\nThe test expressions in 'fcase' are always evaluated linearly, in\norder. For a large number of case expressions it may be more\nefficient to use a hash lookup.", - :name "fcase"} - {:source-url + :var-type "macro", + :line 40, + :file "clojure/contrib/fcase.clj"} + {:arglists ([test-value & clauses]), + :name "in-case", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/fcase.clj#L103", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/in-case", - :namespace "clojure.contrib.fcase", - :line 103, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([test-value & clauses]), :doc "Like case, but test expressions are sequences. The test expression\nis true if any item in the sequence is equal (tested with '=') to\nthe test value.", - :name "in-case"} - {:source-url + :var-type "macro", + :line 103, + :file "clojure/contrib/fcase.clj"} + {:arglists ([test-value & clauses]), + :name "instance-case", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/fcase.clj#L93", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/instance-case", - :namespace "clojure.contrib.fcase", - :line 93, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([test-value & clauses]), :doc "Like case, but the test expressions are Java class names, tested with\n'instance?'.", - :name "instance-case"} - {:source-url + :var-type "macro", + :line 93, + :file "clojure/contrib/fcase.clj"} + {:arglists ([test-value & clauses]), + :name "re-case", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/fcase.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/re-case", - :namespace "clojure.contrib.fcase", - :line 87, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([test-value & clauses]), :doc "Like case, but the test expressions are regular expressions, tested\nwith re-find.", - :name "re-case"} - {:source-url + :var-type "macro", + :line 87, + :file "clojure/contrib/fcase.clj"} + {:arglists ([file]), + :name "clojure-source-file?", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/clojure-source-file?", - :namespace "clojure.contrib.find-namespaces", + :doc "Returns true if file is a normal file with a .clj extension.", + :var-type "function", :line 28, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([file]), - :doc "Returns true if file is a normal file with a .clj extension.", - :name "clojure-source-file?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([jar-file]), + :name "clojure-sources-in-jar", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/clojure-sources-in-jar", - :namespace "clojure.contrib.find-namespaces", - :line 88, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([jar-file]), :doc "Returns a sequence of filenames ending in .clj found in the JAR file.", - :name "clojure-sources-in-jar"} - {:source-url + :var-type "function", + :line 88, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([form]), + :name "comment?", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/comment?", - :namespace "clojure.contrib.find-namespaces", + :doc "Returns true if form is a (comment ...)", + :var-type "function", :line 42, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([form]), - :doc "Returns true if form is a (comment ...)", - :name "comment?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([dir]), + :name "find-clojure-sources-in-dir", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L34", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-clojure-sources-in-dir", - :namespace "clojure.contrib.find-namespaces", - :line 34, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([dir]), :doc "Searches recursively under dir for Clojure source files (.clj).\nReturns a sequence of File objects, in breadth-first sort order.", - :name "find-clojure-sources-in-dir"} - {:source-url + :var-type "function", + :line 34, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([dir]), + :name "find-namespaces-in-dir", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L79", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-in-dir", - :namespace "clojure.contrib.find-namespaces", - :line 79, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([dir]), :doc "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the symbol names of the declared namespaces.", - :name "find-namespaces-in-dir"} - {:source-url + :var-type "function", + :line 79, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([jarfile]), + :name "find-namespaces-in-jarfile", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L112", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-in-jarfile", - :namespace "clojure.contrib.find-namespaces", - :line 112, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([jarfile]), :doc "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations. Returns a sequence of the symbol names of the\ndeclared namespaces.", - :name "find-namespaces-in-jarfile"} - {:source-url + :var-type "function", + :line 112, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([]), + :name "find-namespaces-on-classpath", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L131", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-on-classpath", - :namespace "clojure.contrib.find-namespaces", - :line 131, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([]), :doc "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the symbol names of the declared namespaces.", - :name "find-namespaces-on-classpath"} - {:source-url + :var-type "function", + :line 131, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([dir]), + :name "find-ns-decls-in-dir", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L73", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-in-dir", - :namespace "clojure.contrib.find-namespaces", - :line 73, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([dir]), :doc "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the unevaluated ns declarations.", - :name "find-ns-decls-in-dir"} - {:source-url + :var-type "function", + :line 73, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([jarfile]), + :name "find-ns-decls-in-jarfile", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L104", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-in-jarfile", - :namespace "clojure.contrib.find-namespaces", - :line 104, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([jarfile]), :doc "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations; returns the unevaluated ns declarations.", - :name "find-ns-decls-in-jarfile"} - {:source-url + :var-type "function", + :line 104, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([]), + :name "find-ns-decls-on-classpath", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L122", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-on-classpath", - :namespace "clojure.contrib.find-namespaces", - :line 122, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([]), :doc "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the unevaluated ns declaration forms.", - :name "find-ns-decls-on-classpath"} - {:source-url + :var-type "function", + :line 122, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([form]), + :name "ns-decl?", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/ns-decl?", - :namespace "clojure.contrib.find-namespaces", + :doc "Returns true if form is a (ns ...) declaration.", + :var-type "function", :line 47, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([form]), - :doc "Returns true if form is a (ns ...) declaration.", - :name "ns-decl?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([file]), + :name "read-file-ns-decl", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L65", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-file-ns-decl", - :namespace "clojure.contrib.find-namespaces", - :line 65, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([file]), :doc "Attempts to read a (ns ...) declaration from file, and returns the\nunevaluated form. Returns nil if read fails, or if the first form\nis not a ns declaration.", - :name "read-file-ns-decl"} - {:source-url + :var-type "function", + :line 65, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([rdr]), + :name "read-ns-decl", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-ns-decl", - :namespace "clojure.contrib.find-namespaces", - :line 52, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([rdr]), :doc "Attempts to read a (ns ...) declaration from rdr, and returns the\nunevaluated form. Returns nil if read fails or if a ns declaration\ncannot be found. The ns declaration must be the first Clojure form\nin the file, except for (comment ...) forms.", - :name "read-ns-decl"} - {:source-url + :var-type "function", + :line 52, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([jarfile entry-name]), + :name "read-ns-decl-from-jarfile-entry", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj#L93", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-ns-decl-from-jarfile-entry", - :namespace "clojure.contrib.find-namespaces", - :line 93, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([jarfile entry-name]), :doc "Attempts to read a (ns ...) declaration from the named entry in the\nJAR file, and returns the unevaluated form. Returns nil if the read\nfails, or if the first form is not a ns declaration.", - :name "read-ns-decl-from-jarfile-entry"} - {:source-url + :var-type "function", + :line 93, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([getter setter] [getter setter & keyvals]), + :name "fnmap", + :namespace "clojure.contrib.fnmap", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/fnmap.clj#L19", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/fnmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fnmap-api.html#clojure.contrib.fnmap/fnmap", - :namespace "clojure.contrib.fnmap", - :line 19, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/fnmap.clj", - :var-type "function", - :arglists ([getter setter] [getter setter & keyvals]), :doc "Creates a fnmap, or functional map. A fnmap behaves like an\nordinary Clojure map, except that calls to get and assoc are\nfiltered through user-defined getter and setter functions, which\noperate on an internal map.\n\n(getter m key) should return a value for key.\n\n(setter m key value) should assoc key with value and return a new\nmap for m.\n\nAll other map operations are passed through to the internal map.", - :name "fnmap"} - {:source-url + :var-type "function", + :line 19, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/fnmap.clj"} + {:arglists ([libs]), + :name "generate-documentation", + :namespace "clojure.contrib.gen-html-docs", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/gen_html_docs.clj#L431", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/gen_html_docs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//gen-html-docs-api.html#clojure.contrib.gen-html-docs/generate-documentation", - :namespace "clojure.contrib.gen-html-docs", - :line 431, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/gen_html_docs.clj", - :var-type "function", - :arglists ([libs]), :doc "Returns a string which is the HTML documentation for the libraries\nnamed by libs. Libs is a vector of symbols identifying Clojure\nlibraries.", - :name "generate-documentation"} - {:source-url + :var-type "function", + :line 431, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/gen_html_docs.clj"} + {:arglists ([path libs]), + :name "generate-documentation-to-file", + :namespace "clojure.contrib.gen-html-docs", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/gen_html_docs.clj#L457", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/gen_html_docs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//gen-html-docs-api.html#clojure.contrib.gen-html-docs/generate-documentation-to-file", - :namespace "clojure.contrib.gen-html-docs", - :line 457, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/gen_html_docs.clj", - :var-type "function", - :arglists ([path libs]), :doc "Calls generate-documentation on the libraries named by libs and\nemits the generated HTML to the path named by path.", - :name "generate-documentation-to-file"} - {:source-url + :var-type "function", + :line 457, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/gen_html_docs.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "*", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/arithmetic.clj#L111", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/*", - :namespace "clojure.contrib.generic.arithmetic", - :line 111, - :file "clojure/contrib/generic/arithmetic.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return the product of all arguments. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", - :name "*"} - {:source-url + :var-type "multimethod", + :line 111, + :file "clojure/contrib/generic/arithmetic.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "+", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/arithmetic.clj#L45", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/+", - :namespace "clojure.contrib.generic.arithmetic", - :line 45, - :file "clojure/contrib/generic/arithmetic.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return the sum of all arguments. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", - :name "+"} - {:source-url + :var-type "multimethod", + :line 45, + :file "clojure/contrib/generic/arithmetic.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "-", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/arithmetic.clj#L77", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/-", - :namespace "clojure.contrib.generic.arithmetic", - :line 77, - :file "clojure/contrib/generic/arithmetic.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return the difference of the first argument and the sum of all other\narguments. The minimal implementation for type ::my-type is the binary\nform with dispatch value [::my-type ::my-type].", - :name "-"} - {:source-url + :var-type "multimethod", + :line 77, + :file "clojure/contrib/generic/arithmetic.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "/", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/arithmetic.clj#L143", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic//", - :namespace "clojure.contrib.generic.arithmetic", - :line 143, - :file "clojure/contrib/generic/arithmetic.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return the quotient of the first argument and the product of all other\narguments. The minimal implementation for type ::my-type is the binary\nform with dispatch value [::my-type ::my-type].", - :name "/"} - {:source-url + :var-type "multimethod", + :line 143, + :file "clojure/contrib/generic/arithmetic.clj"} + {:arglists ([ns name & args]), + :name "defmethod*", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/arithmetic.clj#L173", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/defmethod*", - :namespace "clojure.contrib.generic.arithmetic", - :line 173, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/arithmetic.clj", - :var-type "macro", - :arglists ([ns name & args]), :doc "Define a method implementation for the multimethod name in namespace ns.\nRequired for implementing the division function from another namespace.", - :name "defmethod*"} - {:source-url + :var-type "macro", + :line 173, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/arithmetic.clj"} + {:arglists ([ns sym]), + :name "qsym", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/arithmetic.clj#L180", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/qsym", - :namespace "clojure.contrib.generic.arithmetic", - :line 180, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/arithmetic.clj", - :var-type "macro", - :arglists ([ns sym]), :doc "Create the qualified symbol corresponding to sym in namespace ns.\nRequired to access the division function from another namespace,\ne.g. as (qsym clojure.contrib.generic.arithmetic /).", - :name "qsym"} - {:source-url + :var-type "macro", + :line 180, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/arithmetic.clj"} + {:arglists ([coll & key-val-pairs]), + :name "assoc", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj#L26", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/assoc", - :namespace "clojure.contrib.generic.collection", - :line 26, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([coll & key-val-pairs]), :doc "Returns a new collection in which the values corresponding to the\ngiven keys are updated by the given values. Each type of collection\ncan have specific restrictions on the possible keys.", - :name "assoc"} - {:source-url + :var-type "multimethod", + :line 26, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj"} + {:arglists ([coll & xs]), + :name "conj", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/conj", - :namespace "clojure.contrib.generic.collection", - :line 42, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([coll & xs]), :doc "Returns a new collection resulting from adding all xs to coll.", - :name "conj"} - {:source-url + :var-type "multimethod", + :line 42, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj"} + {:arglists ([coll & keys]), + :name "dissoc", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/dissoc", - :namespace "clojure.contrib.generic.collection", - :line 54, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([coll & keys]), :doc "Returns a new collection in which the entries corresponding to the\ngiven keys are removed. Each type of collection can have specific\nrestrictions on the possible keys.", - :name "dissoc"} - {:source-url + :var-type "multimethod", + :line 54, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj"} + {:arglists ([coll]), + :name "empty", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj#L68", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/empty", - :namespace "clojure.contrib.generic.collection", + :doc "Returns an empty collection of the same kind as the argument", + :var-type "multimethod", :line 68, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([coll]), - :doc "Returns an empty collection of the same kind as the argument", - :name "empty"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj"} + {:arglists ([coll key] [coll key not-found]), + :name "get", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/get", - :namespace "clojure.contrib.generic.collection", - :line 80, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([coll key] [coll key not-found]), :doc "Returns the element of coll referred to by key. Each type of collection\ncan have specific restrictions on the possible keys.", - :name "get"} - {:source-url + :var-type "multimethod", + :line 80, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj"} + {:arglists ([to from]), + :name "into", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/into", - :namespace "clojure.contrib.generic.collection", - :line 95, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([to from]), :doc "Returns a new coll consisting of to-coll with all of the items of\nfrom-coll conjoined.", - :name "into"} - {:source-url + :var-type "multimethod", + :line 95, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj"} + {:arglists ([s]), + :name "seq", + :namespace "clojure.contrib.generic.collection", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj#L109", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/collection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.collection-api.html#clojure.contrib.generic.collection/seq", - :namespace "clojure.contrib.generic.collection", + :doc "Returns a seq on the object s.", + :var-type "multimethod", :line 109, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj", - :var-type "multimethod", - :arglists ([s]), - :doc "Returns a seq on the object s.", - :name "seq"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/collection.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "<", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/<", - :namespace "clojure.contrib.generic.comparison", - :line 87, - :file "clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return true if each argument is smaller than the following ones.\nThe minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of >.", - :name "<"} - {:source-url + :var-type "multimethod", + :line 87, + :file "clojure/contrib/generic/comparison.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "<=", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj#L139", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/<=", - :namespace "clojure.contrib.generic.comparison", - :line 139, - :file "clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return true if each arguments is smaller than or equal to the following\nones. The minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of >.", - :name "<="} - {:source-url + :var-type "multimethod", + :line 139, + :file "clojure/contrib/generic/comparison.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "=", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/=", - :namespace "clojure.contrib.generic.comparison", - :line 46, - :file "clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return true if all arguments are equal. The minimal implementation for type\n::my-type is the binary form with dispatch value [::my-type ::my-type].", - :name "="} - {:source-url + :var-type "multimethod", + :line 46, + :file "clojure/contrib/generic/comparison.clj"} + {:arglists ([x] [x y] [x y & more]), + :name ">", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/>", - :namespace "clojure.contrib.generic.comparison", - :line 66, - :file "clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return true if each argument is larger than the following ones.\nThe minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type].", - :name ">"} - {:source-url + :var-type "multimethod", + :line 66, + :file "clojure/contrib/generic/comparison.clj"} + {:arglists ([x] [x y] [x y & more]), + :name ">=", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj#L113", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/>=", - :namespace "clojure.contrib.generic.comparison", - :line 113, - :file "clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x] [x y] [x y & more]), :doc "Return true if each argument is larger than or equal to the following\nones. The minimal implementation for type ::my-type is the binary form\nwith dispatch value [::my-type ::my-type]. A default implementation\nis provided in terms of <.", - :name ">="} - {:source-url + :var-type "multimethod", + :line 113, + :file "clojure/contrib/generic/comparison.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "max", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj#L200", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/max", - :namespace "clojure.contrib.generic.comparison", - :line 200, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/comparison.clj", - :var-type "function", - :arglists ([x] [x y] [x y & more]), :doc "Returns the greatest of its arguments. Like clojure.core/max except that\nis uses generic comparison functions implementable for any data type.", - :name "max"} - {:source-url + :var-type "function", + :line 200, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/comparison.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "min", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj#L208", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/min", - :namespace "clojure.contrib.generic.comparison", - :line 208, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/comparison.clj", - :var-type "function", - :arglists ([x] [x y] [x y & more]), :doc "Returns the least of its arguments. Like clojure.core/min except that\nis uses generic comparison functions implementable for any data type.", - :name "min"} - {:source-url + :var-type "function", + :line 208, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/comparison.clj"} + {:arglists ([x]), + :name "neg?", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/neg?", - :namespace "clojure.contrib.generic.comparison", - :line 38, - :file "clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return true of x is negative.", - :name "neg?"} - {:source-url + :var-type "multimethod", + :line 38, + :file "clojure/contrib/generic/comparison.clj"} + {:arglists ([x]), + :name "pos?", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/pos?", - :namespace "clojure.contrib.generic.comparison", - :line 33, - :file "clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return true of x is positive.", - :name "pos?"} - {:source-url + :var-type "multimethod", + :line 33, + :file "clojure/contrib/generic/comparison.clj"} + {:arglists ([x]), + :name "zero?", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/zero?", - :namespace "clojure.contrib.generic.comparison", - :line 28, - :file "clojure/contrib/generic/comparison.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return true of x is zero.", - :name "zero?"} - {:source-url + :var-type "multimethod", + :line 28, + :file "clojure/contrib/generic/comparison.clj"} + {:arglists ([f s]), + :name "fmap", + :namespace "clojure.contrib.generic.functor", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/functor.clj#L20", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/functor.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.functor-api.html#clojure.contrib.generic.functor/fmap", - :namespace "clojure.contrib.generic.functor", - :line 20, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/functor.clj", - :var-type "multimethod", - :arglists ([f s]), :doc "Applies function f to each item in the data structure s and returns\na structure of the same kind.", - :name "fmap"} - {:source-url + :var-type "multimethod", + :line 20, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/functor.clj"} + {:arglists ([x]), + :name "abs", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L53", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/abs", - :namespace "clojure.contrib.generic.math-functions", - :line 53, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the abs of x.", - :name "abs"} - {:source-url + :var-type "multimethod", + :line 53, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "acos", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/acos", - :namespace "clojure.contrib.generic.math-functions", - :line 54, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the acos of x.", - :name "acos"} - {:source-url + :var-type "multimethod", + :line 54, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x y eps]), + :name "approx=", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L110", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/approx=", - :namespace "clojure.contrib.generic.math-functions", - :line 110, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/math_functions.clj", - :var-type "function", - :arglists ([x y eps]), :doc "Return true if the absolute value of the difference between x and y\nis less than eps.", - :name "approx="} - {:source-url + :var-type "function", + :line 110, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "asin", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L55", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/asin", - :namespace "clojure.contrib.generic.math-functions", - :line 55, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the asin of x.", - :name "asin"} - {:source-url + :var-type "multimethod", + :line 55, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "atan", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L56", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/atan", - :namespace "clojure.contrib.generic.math-functions", - :line 56, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the atan of x.", - :name "atan"} - {:source-url + :var-type "multimethod", + :line 56, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x y]), + :name "atan2", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/atan2", - :namespace "clojure.contrib.generic.math-functions", - :line 57, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x y]), :doc "Return the atan2 of x and y.", - :name "atan2"} - {:source-url + :var-type "multimethod", + :line 57, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "ceil", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L58", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/ceil", - :namespace "clojure.contrib.generic.math-functions", - :line 58, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the ceil of x.", - :name "ceil"} - {:source-url + :var-type "multimethod", + :line 58, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "conjugate", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/conjugate", - :namespace "clojure.contrib.generic.math-functions", - :line 87, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the conjugate of x.", - :name "conjugate"} - {:source-url + :var-type "multimethod", + :line 87, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "cos", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/cos", - :namespace "clojure.contrib.generic.math-functions", - :line 59, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the cos of x.", - :name "cos"} - {:source-url + :var-type "multimethod", + :line 59, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "exp", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L60", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/exp", - :namespace "clojure.contrib.generic.math-functions", - :line 60, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the exp of x.", - :name "exp"} - {:source-url + :var-type "multimethod", + :line 60, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "floor", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L61", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/floor", - :namespace "clojure.contrib.generic.math-functions", - :line 61, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the floor of x.", - :name "floor"} - {:source-url + :var-type "multimethod", + :line 61, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "log", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/log", - :namespace "clojure.contrib.generic.math-functions", - :line 62, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the log of x.", - :name "log"} - {:source-url + :var-type "multimethod", + :line 62, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x y]), + :name "pow", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L63", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/pow", - :namespace "clojure.contrib.generic.math-functions", - :line 63, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x y]), :doc "Return the pow of x and y.", - :name "pow"} - {:source-url + :var-type "multimethod", + :line 63, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "rint", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/rint", - :namespace "clojure.contrib.generic.math-functions", - :line 64, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the rint of x.", - :name "rint"} - {:source-url + :var-type "multimethod", + :line 64, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "round", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L65", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/round", - :namespace "clojure.contrib.generic.math-functions", - :line 65, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the round of x.", - :name "round"} - {:source-url + :var-type "multimethod", + :line 65, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "sgn", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L73", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sgn", - :namespace "clojure.contrib.generic.math-functions", - :line 73, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the sign of x (-1, 0, or 1).", - :name "sgn"} - {:source-url + :var-type "multimethod", + :line 73, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "sin", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sin", - :namespace "clojure.contrib.generic.math-functions", - :line 66, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the sin of x.", - :name "sin"} - {:source-url + :var-type "multimethod", + :line 66, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "sqr", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L98", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sqr", - :namespace "clojure.contrib.generic.math-functions", - :line 98, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the square of x.", - :name "sqr"} - {:source-url + :var-type "multimethod", + :line 98, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "sqrt", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L67", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sqrt", - :namespace "clojure.contrib.generic.math-functions", - :line 67, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the sqrt of x.", - :name "sqrt"} - {:source-url + :var-type "multimethod", + :line 67, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([x]), + :name "tan", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj#L68", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/tan", - :namespace "clojure.contrib.generic.math-functions", - :line 68, - :file "clojure/contrib/generic/math_functions.clj", - :var-type "multimethod", - :arglists ([x]), :doc "Return the tan of x.", - :name "tan"} - {:source-url + :var-type "multimethod", + :line 68, + :file "clojure/contrib/generic/math_functions.clj"} + {:arglists ([g]), + :name "add-loops", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/add-loops", - :namespace "clojure.contrib.graph", + :doc "For each node n, add the edge n->n if not already present.", + :var-type "function", :line 49, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), - :doc "For each node n, add the edge n->n if not already present.", - :name "add-loops"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g] [g sccs]), + :name "component-graph", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L133", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/component-graph", - :namespace "clojure.contrib.graph", - :line 133, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g] [g sccs]), :doc "Given a graph, perhaps with cycles, return a reduced graph that is acyclic.\nEach node in the new graph will be a set of nodes from the old.\nThese sets are the strongly connected components. Each edge will\nbe the union of the corresponding edges of the prior graph.", - :name "component-graph"} - {:source-url + :var-type "function", + :line 133, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "dependency-list", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L190", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/dependency-list", - :namespace "clojure.contrib.graph", - :line 190, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Similar to a topological sort, this returns a vector of sets. The\nset of nodes at index 0 are independent. The set at index 1 depend\non index 0; those at 2 depend on 0 and 1, and so on. Those withing\na set have no mutual dependencies. Assume the input graph (which\nmuch be acyclic) has an edge a->b when a depends on b.", - :name "dependency-list"} - {:source-url + :var-type "function", + :line 190, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([data fun max equal]), + :name "fixed-point", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L167", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/fixed-point", - :namespace "clojure.contrib.graph", - :line 167, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([data fun max equal]), :doc "Repeatedly apply fun to data until (equal old-data new-data)\nreturns true. If max iterations occur, it will throw an\nexception. Set max to nil for unlimited iterations.", - :name "fixed-point"} - {:source-url + :var-type "function", + :line 167, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g n]), + :name "get-neighbors", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/get-neighbors", - :namespace "clojure.contrib.graph", + :doc "Get the neighbors of a node.", + :var-type "function", :line 29, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g n]), - :doc "Get the neighbors of a node.", - :name "get-neighbors"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g n] [g ns v]), + :name "lazy-walk", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L68", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/lazy-walk", - :namespace "clojure.contrib.graph", - :line 68, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g n] [g ns v]), :doc "Return a lazy sequence of the nodes of a graph starting a node n. Optionally,\nprovide a set of visited notes (v) and a collection of nodes to\nvisit (ns).", - :name "lazy-walk"} - {:source-url + :var-type "function", + :line 68, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "post-ordered-nodes", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L110", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/post-ordered-nodes", - :namespace "clojure.contrib.graph", - :line 110, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Return a sequence of indexes of a post-ordered walk of the graph.", - :name "post-ordered-nodes"} - {:source-url + :var-type "function", + :line 110, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g ns]), + :name "recursive-component?", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/recursive-component?", - :namespace "clojure.contrib.graph", + :doc "Is the component (recieved from scc) self recursive?", + :var-type "function", :line 151, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g ns]), - :doc "Is the component (recieved from scc) self recursive?", - :name "recursive-component?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "remove-loops", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/remove-loops", - :namespace "clojure.contrib.graph", + :doc "For each node n, remove any edges n->n.", + :var-type "function", :line 57, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), - :doc "For each node n, remove any edges n->n.", - :name "remove-loops"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "reverse-graph", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/reverse-graph", - :namespace "clojure.contrib.graph", - :line 37, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Given a directed graph, return another directed graph with the\norder of the edges reversed.", - :name "reverse-graph"} - {:source-url + :var-type "function", + :line 37, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "scc", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L117", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/scc", - :namespace "clojure.contrib.graph", - :line 117, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Returns, as a sequence of sets, the strongly connected components\nof g.", - :name "scc"} - {:source-url + :var-type "function", + :line 117, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "self-recursive-sets", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L158", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/self-recursive-sets", - :namespace "clojure.contrib.graph", - :line 158, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Returns, as a sequence of sets, the components of a graph that are\nself-recursive.", - :name "self-recursive-sets"} - {:source-url + :var-type "function", + :line 158, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g1 g2]), + :name "stratification-list", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L207", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/stratification-list", - :namespace "clojure.contrib.graph", - :line 207, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g1 g2]), :doc "Similar to dependency-list (see doc), except two graphs are\nprovided. The first is as dependency-list. The second (which may\nhave cycles) provides a partial-dependency relation. If node a\ndepends on node b (meaning an edge a->b exists) in the second\ngraph, node a must be equal or later in the sequence.", - :name "stratification-list"} - {:source-url + :var-type "function", + :line 207, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "transitive-closure", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj#L81", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/transitive-closure", - :namespace "clojure.contrib.graph", - :line 81, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Returns the transitive closure of a graph. The neighbors are lazily computed.\n\nNote: some version of this algorithm return all edges a->a\nregardless of whether such loops exist in the original graph. This\nversion does not. Loops will be included only if produced by\ncycles in the graph. If you have code that depends on such\nbehavior, call (-> g transitive-closure add-loops)", - :name "transitive-closure"} - {:source-url + :var-type "function", + :line 81, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([& args]), + :name "all-greatest", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-greatest", - :namespace "clojure.contrib.greatest-least", + :doc "Returns all the greatest elements.", + :var-type "function", :line 52, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([& args]), - :doc "Returns all the greatest elements.", - :name "all-greatest"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([f & args]), + :name "all-greatest-by", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-greatest-by", - :namespace "clojure.contrib.greatest-least", - :line 47, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([f & args]), :doc "Return all the elements for which f yields the greatest value.", - :name "all-greatest-by"} - {:source-url + :var-type "function", + :line 47, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([& args]), + :name "all-least", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-least", - :namespace "clojure.contrib.greatest-least", + :doc "Returns all the least elements.", + :var-type "function", :line 62, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([& args]), - :doc "Returns all the least elements.", - :name "all-least"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([f & args]), + :name "all-least-by", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-least-by", - :namespace "clojure.contrib.greatest-least", + :doc "Return all the elements for which f yields the least value.", + :var-type "function", :line 57, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([f & args]), - :doc "Return all the elements for which f yields the least value.", - :name "all-least-by"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([& args]), + :name "greatest", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/greatest", - :namespace "clojure.contrib.greatest-least", + :doc "Return the greatest argument.", + :var-type "function", :line 18, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([& args]), - :doc "Return the greatest argument.", - :name "greatest"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([f & args]), + :name "greatest-by", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj#L13", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/greatest-by", - :namespace "clojure.contrib.greatest-least", + :doc "Return the argument for which f yields the greatest value.", + :var-type "function", :line 13, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([f & args]), - :doc "Return the argument for which f yields the greatest value.", - :name "greatest-by"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([& args]), + :name "least", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/least", - :namespace "clojure.contrib.greatest-least", + :doc "Return the smallest element.", + :var-type "function", :line 28, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([& args]), - :doc "Return the smallest element.", - :name "least"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([f & args]), + :name "least-by", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/least-by", - :namespace "clojure.contrib.greatest-least", + :doc "Return the argument for which f yields the smallest value.", + :var-type "function", :line 23, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([f & args]), - :doc "Return the argument for which f yields the smallest value.", - :name "least-by"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([http-agnt]), + :name "buffer-bytes", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L154", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/buffer-bytes", - :namespace "clojure.contrib.http.agent", - :line 154, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "The default HTTP agent result handler; it collects the response\nbody in a java.io.ByteArrayOutputStream, which can later be\nretrieved with the 'stream', 'string', and 'bytes' functions.", - :name "buffer-bytes"} - {:source-url + :var-type "function", + :line 154, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "bytes", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L260", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/bytes", - :namespace "clojure.contrib.http.agent", - :line 260, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns a Java byte array of the content returned by the server;\nnil if the content is not yet available.", - :name "bytes"} - {:source-url + :var-type "function", + :line 260, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "client-error?", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L371", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/client-error?", - :namespace "clojure.contrib.http.agent", - :line 371, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns true if the HTTP response code was in the 400-499 range.", - :name "client-error?"} - {:source-url + :var-type "function", + :line 371, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "done?", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L310", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/done?", - :namespace "clojure.contrib.http.agent", + :doc "Returns true if the HTTP request/response has completed.", + :var-type "function", :line 310, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), - :doc "Returns true if the HTTP request/response has completed.", - :name "done?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "error?", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L381", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/error?", - :namespace "clojure.contrib.http.agent", - :line 381, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns true if the HTTP response code was in the 400-499 range OR\nthe 500-599 range.", - :name "error?"} - {:source-url + :var-type "function", + :line 381, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "headers", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L331", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/headers", - :namespace "clojure.contrib.http.agent", - :line 331, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns a map of HTTP response headers. Header names are converted\nto keywords in all lower-case Header values are strings. If a\nheader appears more than once, only the last value is returned.", - :name "headers"} - {:source-url + :var-type "function", + :line 331, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "headers-seq", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L341", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/headers-seq", - :namespace "clojure.contrib.http.agent", - :line 341, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the HTTP response headers in order as a sequence of\n[String,String] pairs. The first 'header' name may be null for the\nHTTP status line.", - :name "headers-seq"} - {:source-url + :var-type "function", + :line 341, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([uri & options]), + :name "http-agent", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L175", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/http-agent", - :namespace "clojure.contrib.http.agent", - :line 175, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([uri & options]), :doc "Creates (and immediately returns) an Agent representing an HTTP\nrequest running in a new thread.\n\noptions are key/value pairs:\n\n:method string\n\nThe HTTP method name. Default is \"GET\".\n\n:headers h\n\nHTTP headers, as a Map or a sequence of pairs like \n([key1,value1], [key2,value2]) Default is nil.\n\n:body b\n\nHTTP request entity body, one of nil, String, byte[], InputStream,\nReader, or File. Default is nil.\n\n:connect-timeout int\n\nTimeout value, in milliseconds, when opening a connection to the\nURL. Default is zero, meaning no timeout.\n\n:read-timeout int\n\nTimeout value, in milliseconds, when reading data from the\nconnection. Default is zero, meaning no timeout.\n\n:follow-redirects boolean\n\nIf true, HTTP 3xx redirects will be followed automatically. Default\nis true.\n\n:handler f\n\nFunction to be called when the HTTP response body is ready. If you\ndo not provide a handler function, the default is to buffer the\nentire response body in memory.\n\nThe handler function will be called with the HTTP agent as its\nargument, and can use the 'stream' function to read the response\nbody. The return value of this function will be stored in the state\nof the agent and can be retrieved with the 'result' function. Any\nexceptions thrown by this function will be added to the agent's\nerror queue (see agent-errors). The default function collects the\nresponse stream in a memory buffer.\n", - :name "http-agent"} - {:source-url + :var-type "function", + :line 175, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "message", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L324", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/message", - :namespace "clojure.contrib.http.agent", - :line 324, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the HTTP response message (e.g. 'Not Found'), for this\nrequest, or nil if the response has not yet been received.", - :name "message"} - {:source-url + :var-type "function", + :line 324, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "method", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L294", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/method", - :namespace "clojure.contrib.http.agent", - :line 294, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the HTTP method name used by this HTTP agent, as a String.", - :name "method"} - {:source-url + :var-type "function", + :line 294, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "redirect?", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L362", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/redirect?", - :namespace "clojure.contrib.http.agent", - :line 362, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns true if the HTTP response code was in the 300-399 range.\n\nNote: if the :follow-redirects option was true (the default),\nredirects will be followed automatically and a the agent will never\nreturn a 3xx response code.", - :name "redirect?"} - {:source-url + :var-type "function", + :line 362, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "request-body", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L299", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/request-body", - :namespace "clojure.contrib.http.agent", - :line 299, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the HTTP request body given to this HTTP agent. \n\nNote: if the request body was an InputStream or a Reader, it will no\nlonger be usable.", - :name "request-body"} - {:source-url + :var-type "function", + :line 299, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "request-headers", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L289", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/request-headers", - :namespace "clojure.contrib.http.agent", + :doc "Returns the request headers specified for this HTTP agent.", + :var-type "function", :line 289, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), - :doc "Returns the request headers specified for this HTTP agent.", - :name "request-headers"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "request-uri", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L284", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/request-uri", - :namespace "clojure.contrib.http.agent", - :line 284, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the URI/URL requested by this HTTP agent, as a String.", - :name "request-uri"} - {:source-url + :var-type "function", + :line 284, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "result", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L238", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/result", - :namespace "clojure.contrib.http.agent", - :line 238, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the value returned by the :handler function of the HTTP\nagent; blocks until the HTTP request is completed. The default\nhandler function returns a ByteArrayOutputStream.", - :name "result"} - {:source-url + :var-type "function", + :line 238, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "server-error?", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L376", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/server-error?", - :namespace "clojure.contrib.http.agent", - :line 376, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns true if the HTTP response code was in the 500-599 range.", - :name "server-error?"} - {:source-url + :var-type "function", + :line 376, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "status", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L316", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/status", - :namespace "clojure.contrib.http.agent", - :line 316, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns the HTTP response status code (e.g. 200, 404) for this\nrequest, as an Integer, or nil if the status has not yet been\nreceived.", - :name "status"} - {:source-url + :var-type "function", + :line 316, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "stream", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L246", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/stream", - :namespace "clojure.contrib.http.agent", - :line 246, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns an InputStream of the HTTP response body. When called by\nthe handler function passed to http-agent, this is the raw\nHttpURLConnection stream.\n\nIf the default handler function was used, this function returns a\nByteArrayInputStream on the buffered response body.", - :name "stream"} - {:source-url + :var-type "function", + :line 246, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt] [http-agnt encoding]), + :name "string", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L266", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/string", - :namespace "clojure.contrib.http.agent", - :line 266, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt] [http-agnt encoding]), :doc "Returns the HTTP response body as a string, using the given\nencoding.\n\nIf no encoding is given, uses the encoding specified in the server\nheaders, or clojure.contrib.io/*default-encoding* if it is\nnot specified.", - :name "string"} - {:source-url + :var-type "function", + :line 266, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([http-agnt]), + :name "success?", + :namespace "clojure.contrib.http.agent", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj#L357", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/agent.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/success?", - :namespace "clojure.contrib.http.agent", - :line 357, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj", - :var-type "function", - :arglists ([http-agnt]), :doc "Returns true if the HTTP response code was in the 200-299 range.", - :name "success?"} - {:source-url + :var-type "function", + :line 357, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/agent.clj"} + {:arglists ([url]), + :name "http-connection", + :namespace "clojure.contrib.http.connection", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/connection.clj#L24", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/connection.clj", :wiki-url "http://clojure.github.com/clojure-contrib//http.connection-api.html#clojure.contrib.http.connection/http-connection", - :namespace "clojure.contrib.http.connection", + :doc "Opens an HttpURLConnection at the URL, handled by as-url.", + :var-type "function", :line 24, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/connection.clj", - :var-type "function", - :arglists ([url]), - :doc "Opens an HttpURLConnection at the URL, handled by as-url.", - :name "http-connection"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/http/connection.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/connection.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/0a3e6804f9822a85e255650e2be35c757d4c1e3d/src/main/clojure/clojure/contrib/http/connection.clj#L29", :wiki-url "http://clojure.github.com/clojure-contrib//http.connection-api.html#clojure.contrib.http.connection/send-request-entity", @@ -3359,20 +3801,24 @@ :var-type "var", :doc "Transmits a request entity body.", :name "send-request-entity"} - {:source-url + {:arglists ([class & fields-and-methods]), + :name "import-static", + :namespace "clojure.contrib.import-static", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/import_static.clj#L22", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/import_static.clj", :wiki-url "http://clojure.github.com/clojure-contrib//import-static-api.html#clojure.contrib.import-static/import-static", - :namespace "clojure.contrib.import-static", - :line 22, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/import_static.clj", - :var-type "macro", - :arglists ([class & fields-and-methods]), :doc "Imports the named static fields and/or static methods of the class\nas (private) symbols in the current namespace.\n\nExample: \n user=> (import-static java.lang.Math PI sqrt)\n nil\n user=> PI\n 3.141592653589793\n user=> (sqrt 16)\n 4.0\n\nNote: The class name must be fully qualified, even if it has already\nbeen imported. Static methods are defined as MACROS, not\nfirst-class fns.", - :name "import-static"} - {:source-url + :var-type "macro", + :line 22, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/import_static.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L107", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/*append*", @@ -3384,7 +3830,9 @@ :doc "If true, writer, output-stream and spit will open files in append mode.\nDefaults to false. Instead of binding this var directly, use append-writer,\nappend-output-stream or append-spit.", :name "*append*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L79", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/*buffer-size*", @@ -3396,7 +3844,9 @@ :doc "Size, in bytes or characters, of the buffer used when\ncopying streams.", :name "*buffer-size*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L84", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/*byte-array-type*", @@ -3407,7 +3857,9 @@ :var-type "var", :doc "Type object for a Java primitive byte array.", :name "*byte-array-type*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L88", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/*char-array-type*", @@ -3418,7 +3870,9 @@ :var-type "var", :doc "Type object for a Java primitive char array.", :name "*char-array-type*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L73", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/*default-encoding*", @@ -3436,6 +3890,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L280", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/append-output-stream", :doc @@ -3450,6 +3906,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L338", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/append-spit", :doc "Like spit but appends to file.", @@ -3463,6 +3921,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L288", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/append-writer", :doc @@ -3477,6 +3937,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L552", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/as-url", :doc "Coerces argument (URL, URI, or String) to a java.net.URL.", @@ -3490,6 +3952,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L375", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/copy", :doc @@ -3498,38 +3962,44 @@ :line 375, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} - {:source-url + {:arglists ([f & [silently]]), + :name "delete-file", + :namespace "clojure.contrib.io", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L535", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/delete-file", - :namespace "clojure.contrib.io", - :line 535, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj", - :var-type "function", - :arglists ([f & [silently]]), :doc "Delete file f. Raise an exception if it fails unless silently is true.", - :name "delete-file"} - {:source-url + :var-type "function", + :line 535, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} + {:arglists ([f & [silently]]), + :name "delete-file-recursively", + :namespace "clojure.contrib.io", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L542", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/delete-file-recursively", - :namespace "clojure.contrib.io", - :line 542, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj", - :var-type "function", - :arglists ([f & [silently]]), :doc "Delete file f. If it's a directory, recursively delete all its contents.\nRaise an exception if any deletion fails unless silently is true.", - :name "delete-file-recursively"} + :var-type "function", + :line 542, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} {:arglists ([arg] [parent child] [parent child & more]), :name "file", :namespace "clojure.contrib.io", :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L525", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/file", :doc "Returns a java.io.File from string or file args.", @@ -3537,20 +4007,24 @@ :line 525, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} - {:source-url + {:arglists ([& args]), + :name "file-str", + :namespace "clojure.contrib.io", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L93", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/file-str", - :namespace "clojure.contrib.io", - :line 93, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj", - :var-type "function", - :arglists ([& args]), :doc "Concatenates args as strings and returns a java.io.File. Replaces\nall / and \\ with File/separatorChar. Replaces ~ at the start of\nthe path with the user.home system property.", - :name "file-str"} - {:source-url nil, + :var-type "function", + :line 93, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", + :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/input-stream", :namespace "clojure.contrib.io", @@ -3559,19 +4033,23 @@ :doc "Attempts to coerce its argument into an open java.io.InputStream.\nThe default implementations of this protocol always return a\njava.io.BufferedInputStream.\n\nDefault implementations are defined for OutputStream, File, URI, URL,\nSocket, byte array, and String arguments.\n\nIf the argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names.\n\nShould be used inside with-open to ensure the InputStream is properly\nclosed.", :name "input-stream"} - {:source-url + {:arglists ([file]), + :name "make-parents", + :namespace "clojure.contrib.io", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L471", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/make-parents", - :namespace "clojure.contrib.io", + :doc "Creates all parent directories of file.", + :var-type "function", :line 471, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj", - :var-type "function", - :arglists ([file]), - :doc "Creates all parent directories of file.", - :name "make-parents"} - {:source-url nil, + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", + :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/output-stream", :namespace "clojure.contrib.io", @@ -3586,6 +4064,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L345", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/pwd", :doc @@ -3594,20 +4074,24 @@ :line 345, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} - {:source-url + {:arglists ([f]), + :name "read-lines", + :namespace "clojure.contrib.io", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L307", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/read-lines", - :namespace "clojure.contrib.io", - :line 307, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj", - :var-type "function", - :arglists ([f]), :doc "Like clojure.core/line-seq but opens f with reader. Automatically\ncloses the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.", - :name "read-lines"} - {:source-url nil, + :var-type "function", + :line 307, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", + :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/reader", :namespace "clojure.contrib.io", @@ -3616,24 +4100,28 @@ :doc "Attempts to coerce its argument into an open java.io.Reader.\nThe default implementations of this protocol always return a\njava.io.BufferedReader.\n\nDefault implementations are provided for Reader, BufferedReader,\nInputStream, File, URI, URL, Socket, byte arrays, character arrays,\nand String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names. If this fails, a final attempt is made to resolve\nthe string as a resource on the CLASSPATH.\n\nUses *default-encoding* as the text encoding.\n\nShould be used inside with-open to ensure the Reader is properly\nclosed.", :name "reader"} - {:source-url + {:name "relative-path-string", + :namespace "clojure.contrib.io", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L502", + :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/relative-path-string", - :namespace "clojure.contrib.io", - :deprecated "1.2", - :line 502, - :file "clojure/contrib/io.clj", - :var-type "multimethod", :doc "Interpret a String or java.io.File as a relative path string. \nBuilding block for clojure.contrib.java/file.", - :name "relative-path-string"} + :var-type "multimethod", + :line 502, + :file "clojure/contrib/io.clj"} {:arglists ([f]), :name "slurp*", :namespace "clojure.contrib.io", :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L318", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/slurp*", :doc "Like clojure.core/slurp but opens f with reader.", @@ -3647,6 +4135,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L330", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/spit", :doc @@ -3655,38 +4145,44 @@ :line 330, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} - {:source-url + {:arglists ([arg]), + :name "to-byte-array", + :namespace "clojure.contrib.io", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L476", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/to-byte-array", - :namespace "clojure.contrib.io", - :line 476, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj", - :var-type "function", - :arglists ([arg]), :doc "Converts argument into a Java byte array. Argument may be\na String, File, InputStream, or Reader. If the argument is already\na byte array, returns it.", - :name "to-byte-array"} - {:source-url + :var-type "function", + :line 476, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} + {:arglists ([f & body]), + :name "with-in-reader", + :namespace "clojure.contrib.io", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L368", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/with-in-reader", - :namespace "clojure.contrib.io", - :line 368, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj", - :var-type "macro", - :arglists ([f & body]), :doc "Opens a PushbackReader on f, binds it to *in*, and evaluates body.", - :name "with-in-reader"} + :var-type "macro", + :line 368, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} {:arglists ([f & body]), :name "with-out-append-writer", :namespace "clojure.contrib.io", :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L360", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/with-out-append-writer", :doc "Like with-out-writer but appends to file.", @@ -3694,33 +4190,39 @@ :line 360, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} - {:source-url + {:arglists ([f & body]), + :name "with-out-writer", + :namespace "clojure.contrib.io", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L352", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/with-out-writer", - :namespace "clojure.contrib.io", - :line 352, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj", - :var-type "macro", - :arglists ([f & body]), :doc "Opens a writer on f, binds it to *out*, and evalutes body.\nAnything printed within body will be written to f.", - :name "with-out-writer"} - {:source-url + :var-type "macro", + :line 352, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} + {:arglists ([f lines]), + :name "write-lines", + :namespace "clojure.contrib.io", + :source-url "http://github.com/clojure/clojure-contrib/blob/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj#L296", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/write-lines", - :namespace "clojure.contrib.io", - :line 296, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj", - :var-type "function", - :arglists ([f lines]), :doc "Writes lines (a seq) to f, separated by newlines. f is opened with\nwriter, and automatically closed at the end of the sequence.", - :name "write-lines"} - {:source-url nil, + :var-type "function", + :line 296, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/io.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b6c6f0fa165975c416c7d135d1a844353527493b/src/main/clojure/clojure/contrib/io.clj", + :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//io-api.html#clojure.contrib.io/writer", :namespace "clojure.contrib.io", @@ -3729,64 +4231,74 @@ :doc "Attempts to coerce its argument into an open java.io.Writer.\nThe default implementations of this protocol always return a\njava.io.BufferedWriter.\n\nDefault implementations are provided for Writer, BufferedWriter,\nOutputStream, File, URI, URL, Socket, and String.\n\nIf the argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names.\n\nShould be used inside with-open to ensure the Writer is properly\nclosed.", :name "writer"} - {:source-url + {:arglists ([jar-file]), + :name "filenames-in-jar", + :namespace "clojure.contrib.jar", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jar.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jar.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jar-api.html#clojure.contrib.jar/filenames-in-jar", - :namespace "clojure.contrib.jar", - :line 29, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jar.clj", - :var-type "function", - :arglists ([jar-file]), :doc "Returns a sequence of Strings naming the non-directory entries in\nthe JAR file.", - :name "filenames-in-jar"} - {:source-url + :var-type "function", + :line 29, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jar.clj"} + {:arglists ([file]), + :name "jar-file?", + :namespace "clojure.contrib.jar", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jar.clj#L22", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jar.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jar-api.html#clojure.contrib.jar/jar-file?", - :namespace "clojure.contrib.jar", - :line 22, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jar.clj", - :var-type "function", - :arglists ([file]), :doc "Returns true if file is a normal file with a .jar or .JAR extension.", - :name "jar-file?"} - {:source-url + :var-type "function", + :line 22, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jar.clj"} + {:name "as-file", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L63", + :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-file", - :namespace "clojure.contrib.java-utils", - :deprecated "1.2", - :line 63, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "multimethod", :doc "Interpret a String or a java.io.File as a File. Building block\nfor clojure.contrib.java-utils/file, which you should prefer\nin most cases.", - :name "as-file"} - {:source-url + :var-type "multimethod", + :line 63, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj"} + {:arglists ([m]), + :name "as-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L143", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-properties", - :namespace "clojure.contrib.java-utils", - :line 143, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([m]), :doc "Convert any seq of pairs to a java.utils.Properties instance.\nUses as-str to convert both keys and values into strings.", - :name "as-properties"} + :var-type "function", + :line 143, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj"} {:arglists ([] [x] [x & ys]), :name "as-str", :namespace "clojure.contrib.java-utils", :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L82", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-str", :doc @@ -3801,6 +4313,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L188", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-url", :doc "Coerces argument (URL, URI, or String) to a java.net.URL.", @@ -3814,6 +4328,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L169", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/delete-file", :doc @@ -3828,6 +4344,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L177", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/delete-file-recursively", :doc @@ -3842,6 +4360,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L72", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/file", :doc "Returns a java.io.File from string or file args.", @@ -3849,61 +4369,71 @@ :line 72, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj"} - {:source-url + {:arglists ([stringable] [stringable default]), + :name "get-system-property", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L108", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/get-system-property", - :namespace "clojure.contrib.java-utils", + :doc "Get a system property.", + :var-type "function", :line 108, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([stringable] [stringable default]), - :doc "Get a system property.", - :name "get-system-property"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj"} + {:arglists ([file-able]), + :name "read-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L153", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/read-properties", - :namespace "clojure.contrib.java-utils", + :doc "Read properties from file-able.", + :var-type "function", :line 153, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([file-able]), - :doc "Read properties from file-able.", - :name "read-properties"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj"} + {:name "relative-path-string", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L49", + :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/relative-path-string", - :namespace "clojure.contrib.java-utils", - :deprecated "1.2", - :line 49, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "multimethod", :doc "Interpret a String or java.io.File as a relative path string. \nBuilding block for clojure.contrib.java-utils/file.", - :name "relative-path-string"} - {:source-url + :var-type "multimethod", + :line 49, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj"} + {:arglists ([settings]), + :name "set-system-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L115", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/set-system-properties", - :namespace "clojure.contrib.java-utils", + :doc "Set some system properties. Nil clears a property.", + :var-type "function", :line 115, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([settings]), - :doc "Set some system properties. Nil clears a property.", - :name "set-system-properties"} + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj"} {:arglists ([class-name field-name obj]), :name "wall-hack-field", :namespace "clojure.contrib.java-utils", :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L213", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/wall-hack-field", :doc "Access to private or protected field.", @@ -3917,6 +4447,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L202", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/wall-hack-method", :doc @@ -3925,55 +4457,65 @@ :line 202, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj"} - {:source-url + {:arglists ([settings & body]), + :name "with-system-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L123", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/with-system-properties", - :namespace "clojure.contrib.java-utils", - :line 123, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "macro", - :arglists ([settings & body]), :doc "setting => property-name value\n\nSets the system properties to the supplied values, executes the body, and\nsets the properties back to their original values. Values of nil are\ntranslated to a clearing of the property.", - :name "with-system-properties"} - {:source-url + :var-type "macro", + :line 123, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj"} + {:arglists ([m file-able] [m file-able comments]), + :name "write-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj#L160", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b7c64bb25d0c1e5cd28a8001c14986f34b95a1cf/src/main/clojure/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/write-properties", - :namespace "clojure.contrib.java-utils", + :doc "Write properties to file-able.", + :var-type "function", :line 160, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([m file-able] [m file-able comments]), - :doc "Write properties to file-able.", - :name "write-properties"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/java_utils.clj"} + {:arglists ([url]), + :name "open-url-in-browser", + :namespace "clojure.contrib.javadoc.browse", + :source-url "http://github.com/clojure/clojure-contrib/blob/7b29eaf7de0d042a9fedc837322c449fa7a03c7e/src/main/clojure/clojure/contrib/javadoc/browse.clj#L26", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7b29eaf7de0d042a9fedc837322c449fa7a03c7e/src/main/clojure/clojure/contrib/javadoc/browse.clj", :wiki-url "http://clojure.github.com/clojure-contrib//javadoc.browse-api.html#clojure.contrib.javadoc.browse/open-url-in-browser", - :namespace "clojure.contrib.javadoc.browse", - :line 26, - :file "clojure/contrib/javadoc/browse.clj", - :var-type "function", - :arglists ([url]), :doc "Opens url (a string) in the default system web browser. May not\nwork on all platforms. Returns url on success, nil if not\nsupported.", - :name "open-url-in-browser"} - {:source-url + :var-type "function", + :line 26, + :file "clojure/contrib/javadoc/browse.clj"} + {:arglists ([url]), + :name "open-url-in-swing", + :namespace "clojure.contrib.javadoc.browse", + :source-url "http://github.com/clojure/clojure-contrib/blob/7b29eaf7de0d042a9fedc837322c449fa7a03c7e/src/main/clojure/clojure/contrib/javadoc/browse.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7b29eaf7de0d042a9fedc837322c449fa7a03c7e/src/main/clojure/clojure/contrib/javadoc/browse.clj", :wiki-url "http://clojure.github.com/clojure-contrib//javadoc.browse-api.html#clojure.contrib.javadoc.browse/open-url-in-swing", - :namespace "clojure.contrib.javadoc.browse", - :line 41, - :file "clojure/contrib/javadoc/browse.clj", - :var-type "function", - :arglists ([url]), :doc "Opens url (a string) in a Swing window.", - :name "open-url-in-swing"} - {:source-url + :var-type "function", + :line 41, + :file "clojure/contrib/javadoc/browse.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj#L83", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/*connection*", @@ -3985,69 +4527,81 @@ :doc "The connection to be used for JMX ops. Defaults to the local process.", :name "*connection*"} - {:source-url + {:arglists ([string-or-name]), + :name "as-object-name", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/6cfd3b286680fd59021382fdc516be6be82a8834/src/main/clojure/clojure/contrib/jmx/data.clj#L26", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/as-object-name", - :namespace "clojure.contrib.jmx", - :line 26, - :file "clojure/contrib/jmx/data.clj", - :var-type "multimethod", - :arglists ([string-or-name]), :doc "Interpret an object as a JMX ObjectName.", - :name "as-object-name"} - {:source-url + :var-type "multimethod", + :line 26, + :file "clojure/contrib/jmx/data.clj"} + {:arglists ([object-name attr-name]), + :name "attribute-info", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d157d6487e8c04979850b8d572cb0341613d97c1/src/main/clojure/clojure/contrib/jmx/client.clj#L60", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/attribute-info", - :namespace "clojure.contrib.jmx", + :doc "Get the MBeanAttributeInfo for an attribute.", + :var-type "function", :line 60, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([object-name attr-name]), - :doc "Get the MBeanAttributeInfo for an attribute.", - :name "attribute-info"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([n]), + :name "attribute-names", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/attribute-names", - :namespace "clojure.contrib.jmx", + :doc "All attribute names available on an MBean.", + :var-type "function", :line 95, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx.clj", - :var-type "function", - :arglists ([n]), - :doc "All attribute names available on an MBean.", - :name "attribute-names"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx.clj"} + {:arglists + ([attr-name attr-value] [name type desc readable? writable? is?]), + :name "build-attribute-info", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/6cfd3b286680fd59021382fdc516be6be82a8834/src/main/clojure/clojure/contrib/jmx/data.clj#L91", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/build-attribute-info", - :namespace "clojure.contrib.jmx", - :line 91, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists - ([attr-name attr-value] [name type desc readable? writable? is?]), :doc "Construct an MBeanAttributeInfo. Normally called with a key/value pair from a Clojure map.", - :name "build-attribute-info"} - {:source-url + :var-type "function", + :line 91, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/data.clj"} + {:arglists ([value]), + :name "guess-attribute-typename", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/6cfd3b286680fd59021382fdc516be6be82a8834/src/main/clojure/clojure/contrib/jmx/data.clj#L85", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/guess-attribute-typename", - :namespace "clojure.contrib.jmx", - :line 85, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([value]), :doc "Guess the attribute typename for MBeanAttributeInfo based on the attribute value.", - :name "guess-attribute-typename"} - {:source-url + :var-type "function", + :line 85, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/data.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/6cfd3b286680fd59021382fdc516be6be82a8834/src/main/clojure/clojure/contrib/jmx/data.clj#L64", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/jmx->clj", @@ -4058,147 +4612,171 @@ :doc "Coerce JMX data structures into Clojure data.\nHandles CompositeData, TabularData, maps, and atoms.", :name "jmx->clj"} - {:source-url + {:arglists ([] [overrides]), + :name "jmx-url", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/6cfd3b286680fd59021382fdc516be6be82a8834/src/main/clojure/clojure/contrib/jmx/data.clj#L19", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/jmx-url", - :namespace "clojure.contrib.jmx", + :doc "Build a JMX URL from options.", + :var-type "function", :line 19, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([] [overrides]), - :doc "Build a JMX URL from options.", - :name "jmx-url"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/data.clj"} + {:arglists ([attr-map]), + :name "map->attribute-infos", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/6cfd3b286680fd59021382fdc516be6be82a8834/src/main/clojure/clojure/contrib/jmx/data.clj#L100", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/map->attribute-infos", - :namespace "clojure.contrib.jmx", - :line 100, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([attr-map]), :doc "Construct an MBeanAttributeInfo[] from a Clojure associative.", - :name "map->attribute-infos"} - {:source-url + :var-type "function", + :line 100, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/data.clj"} + {:arglists ([k]), + :name "maybe-atomize", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/6cfd3b286680fd59021382fdc516be6be82a8834/src/main/clojure/clojure/contrib/jmx/data.clj#L44", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/maybe-atomize", - :namespace "clojure.contrib.jmx", - :line 44, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([k]), :doc "Convert a list of length 1 into its contents, leaving other things alone.\nUsed to simplify keys in the tabular data API.", - :name "maybe-atomize"} - {:source-url + :var-type "function", + :line 44, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/data.clj"} + {:arglists ([s]), + :name "maybe-keywordize", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/6cfd3b286680fd59021382fdc516be6be82a8834/src/main/clojure/clojure/contrib/jmx/data.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/maybe-keywordize", - :namespace "clojure.contrib.jmx", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([s]), :doc "Convert a string key to a keyword, leaving other types alone. Used to\nsimplify keys in the tabular data API.", - :name "maybe-keywordize"} - {:source-url + :var-type "function", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/data.clj"} + {:arglists ([n]), + :name "mbean", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj#L114", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/mbean", - :namespace "clojure.contrib.jmx", - :line 114, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx.clj", - :var-type "function", - :arglists ([n]), :doc "Like clojure.core/bean, but for JMX beans. Returns a read-only map of\na JMX bean's attributes. If an attribute it not supported, value is\nset to the exception thrown.", - :name "mbean"} - {:source-url + :var-type "function", + :line 114, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx.clj"} + {:arglists ([n]), + :name "mbean-names", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/mbean-names", - :namespace "clojure.contrib.jmx", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx.clj", - :var-type "function", - :arglists ([n]), :doc "Finds all MBeans matching a name on the current *connection*.", - :name "mbean-names"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx.clj"} + {:arglists ([n op]), + :name "op-param-types", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d157d6487e8c04979850b8d572cb0341613d97c1/src/main/clojure/clojure/contrib/jmx/client.clj#L81", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/op-param-types", - :namespace "clojure.contrib.jmx", - :line 81, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n op]), :doc "The parameter types (as class name strings) for operation op on n.\nUsed for invoke.", - :name "op-param-types"} - {:source-url + :var-type "function", + :line 81, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([n op]), + :name "operation", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d157d6487e8c04979850b8d572cb0341613d97c1/src/main/clojure/clojure/contrib/jmx/client.clj#L76", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operation", - :namespace "clojure.contrib.jmx", - :line 76, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n op]), :doc "The MBeanOperationInfo for operation op on mbean n. Used by invoke.", - :name "operation"} - {:source-url + :var-type "function", + :line 76, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([n]), + :name "operation-names", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj#L101", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operation-names", - :namespace "clojure.contrib.jmx", + :doc "All operation names available on an MBean.", + :var-type "function", :line 101, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx.clj", - :var-type "function", - :arglists ([n]), - :doc "All operation names available on an MBean.", - :name "operation-names"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx.clj"} + {:arglists ([n]), + :name "operations", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d157d6487e8c04979850b8d572cb0341613d97c1/src/main/clojure/clojure/contrib/jmx/client.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operations", - :namespace "clojure.contrib.jmx", + :doc "All oeprations available on an MBean.", + :var-type "function", :line 71, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n]), - :doc "All oeprations available on an MBean.", - :name "operations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([n attr]), + :name "raw-read", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d157d6487e8c04979850b8d572cb0341613d97c1/src/main/clojure/clojure/contrib/jmx/client.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/raw-read", - :namespace "clojure.contrib.jmx", - :line 33, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n attr]), :doc "Read an mbean property. Returns low-level Java object model for\ncomposites, tabulars, etc. Most callers should use read.", - :name "raw-read"} - {:source-url + :var-type "function", + :line 33, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/d157d6487e8c04979850b8d572cb0341613d97c1/src/main/clojure/clojure/contrib/jmx/client.clj#L39", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/read", @@ -4209,97 +4787,113 @@ :var-type "var", :doc "Read an mbean property.", :name "read"} - {:source-url + {:arglists ([n attr]), + :name "read-supported", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d157d6487e8c04979850b8d572cb0341613d97c1/src/main/clojure/clojure/contrib/jmx/client.clj#L43", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/read-supported", - :namespace "clojure.contrib.jmx", - :line 43, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n attr]), :doc "Calls read to read an mbean property, *returning* unsupported\noperation exceptions instead of throwing them. Used to keep mbean\nfrom blowing up. Note: There is no good exception that aggregates\nunsupported operations, hence the overly-general catch block.", - :name "read-supported"} - {:source-url + :var-type "function", + :line 43, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([n attr]), + :name "readable?", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d157d6487e8c04979850b8d572cb0341613d97c1/src/main/clojure/clojure/contrib/jmx/client.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/readable?", - :namespace "clojure.contrib.jmx", + :doc "Is attribute readable?", + :var-type "function", :line 66, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n attr]), - :doc "Is attribute readable?", - :name "readable?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([opts & body]), + :name "with-connection", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/d157d6487e8c04979850b8d572cb0341613d97c1/src/main/clojure/clojure/contrib/jmx/client.clj#L17", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/with-connection", - :namespace "clojure.contrib.jmx", - :line 17, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "macro", - :arglists ([opts & body]), :doc "Execute body with JMX connection specified by opts. opts can also\ninclude an optional :environment key which is passed as the\nenvironment arg to JMXConnectorFactory/connect.", - :name "with-connection"} - {:source-url + :var-type "macro", + :line 17, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([x]), + :name "json-str", + :namespace "clojure.contrib.json", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/json.clj#L301", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/json-str", - :namespace "clojure.contrib.json", + :doc "Converts x to a JSON-formatted string.", + :var-type "function", :line 301, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/json.clj", - :var-type "function", - :arglists ([x]), - :doc "Converts x to a JSON-formatted string.", - :name "json-str"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/json.clj"} + {:arglists ([x]), + :name "pprint-json", + :namespace "clojure.contrib.json", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/json.clj#L338", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/pprint-json", - :namespace "clojure.contrib.json", + :doc "Pretty-prints JSON representation of x to *out*", + :var-type "function", :line 338, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/json.clj", - :var-type "function", - :arglists ([x]), - :doc "Pretty-prints JSON representation of x to *out*", - :name "pprint-json"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/json.clj"} + {:arglists ([x]), + :name "print-json", + :namespace "clojure.contrib.json", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/json.clj#L309", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/print-json", - :namespace "clojure.contrib.json", - :line 309, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/json.clj", - :var-type "function", - :arglists ([x]), :doc "Write JSON-formatted output to *out*", - :name "print-json"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/json.clj#L189", - :wiki-url - "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/read-json", - :namespace "clojure.contrib.json", - :line 189, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/json.clj", :var-type "function", - :arglists + :line 309, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/json.clj"} + {:arglists ([input] [input keywordize?] [input keywordize? eof-error? eof-value]), + :name "read-json", + :namespace "clojure.contrib.json", + :source-url + "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/json.clj#L189", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/json.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/read-json", :doc "Reads one JSON value from input String or Reader.\nIf keywordize? is true (default), object keys will be converted to\nkeywords. If eof-error? is true (default), empty input will throw\nan EOFException; if false EOF will return eof-value. ", - :name "read-json"} - {:source-url nil, + :var-type "function", + :line 189, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/json.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/json.clj", + :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/read-json-from", :namespace "clojure.contrib.json", @@ -4308,7 +4902,9 @@ :doc "Reads one JSON value from input String or Reader.\nIf keywordize? is true, object keys will be converted to keywords.\nIf eof-error? is true, empty input will throw an EOFException; if\nfalse EOF will return eof-value. ", :name "read-json-from"} - {:source-url nil, + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/json.clj", + :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/write-json", :namespace "clojure.contrib.json", @@ -4316,31 +4912,37 @@ :arglists ([object out]), :doc "Print object to PrintWriter out as JSON", :name "write-json"} - {:source-url + {:arglists ([]), + :name "fibs", + :namespace "clojure.contrib.lazy-seqs", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/lazy_seqs.clj#L82", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/lazy_seqs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/fibs", - :namespace "clojure.contrib.lazy-seqs", + :doc "Returns a lazy sequence of all the Fibonacci numbers.", + :var-type "function", :line 82, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/lazy_seqs.clj", - :var-type "function", - :arglists ([]), - :doc "Returns a lazy sequence of all the Fibonacci numbers.", - :name "fibs"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/lazy_seqs.clj"} + {:arglists ([]), + :name "powers-of-2", + :namespace "clojure.contrib.lazy-seqs", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/lazy_seqs.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/lazy_seqs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/powers-of-2", - :namespace "clojure.contrib.lazy-seqs", + :doc "Returns a lazy sequence of all the powers of 2", + :var-type "function", :line 87, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/lazy_seqs.clj", - :var-type "function", - :arglists ([]), - :doc "Returns a lazy sequence of all the powers of 2", - :name "powers-of-2"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/lazy_seqs.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/lazy_seqs.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/lazy_seqs.clj#L66", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/primes", @@ -4351,33 +4953,39 @@ :var-type "var", :doc "Lazy sequence of all the prime numbers.", :name "primes"} - {:source-url + {:arglists ([s] [s startparse] [s startparse queue-size]), + :name "parse-seq", + :namespace "clojure.contrib.lazy-xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/lazy_xml.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/parse-seq", - :namespace "clojure.contrib.lazy-xml", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/lazy_xml.clj", - :var-type "function", - :arglists ([s] [s startparse] [s startparse queue-size]), :doc "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy sequence of maps with two or more of\nthe keys :type, :name, :attrs, and :str. Other SAX-compatible\nparsers can be supplied by passing startparse, a fn taking a source\nand a ContentHandler and returning a parser. If a parser is\nspecified, it will be run in a separate thread and be allowed to get\nahead by queue-size items, which defaults to maxint. If no parser\nis specified and org.xmlpull.v1.XmlPullParser is in the classpath,\nthis superior pull parser will be used.", - :name "parse-seq"} - {:source-url + :var-type "function", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/lazy_xml.clj"} + {:arglists ([s] [s startparse queue-size]), + :name "parse-trim", + :namespace "clojure.contrib.lazy-xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/lazy_xml.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/parse-trim", - :namespace "clojure.contrib.lazy-xml", - :line 95, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/lazy_xml.clj", - :var-type "function", - :arglists ([s] [s startparse queue-size]), :doc "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy tree of the clojure.xml/element\nstruct-map, which has the keys :tag, :attrs, and :content and\naccessor fns tag, attrs, and content, with the whitespace trimmed\nfrom around each content string. This format is compatible with what\nclojure.xml/parse produces, except :content is a lazy seq instead of\na vector. Other SAX-compatible parsers can be supplied by passing\nstartparse, a fn taking a source and a ContentHandler and returning\na parser. If a parser is specified, it will be run in a separate\nthread and be allowed to get ahead by queue-size items, which\ndefaults to maxing. If no parser is specified and\norg.xmlpull.v1.XmlPullParser is in the classpath, this superior pull\nparser will be used.", - :name "parse-trim"} - {:source-url + :var-type "function", + :line 95, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/lazy_xml.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L202", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*allow-direct-logging*", @@ -4389,7 +4997,9 @@ :doc "A boolean indicating whether direct logging (as opposed to via an agent) is\nallowed when not operating from within a transaction. Defaults to true.", :name "*allow-direct-logging*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L188", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*impl-name*", @@ -4400,7 +5010,9 @@ :var-type "var", :doc "The name of the logging implementation used.", :name "*impl-name*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L196", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*logging-agent*", @@ -4412,56 +5024,66 @@ :doc "The default agent used for performing logging durng a transaction or when\ndirect logging is disabled.", :name "*logging-agent*"} - {:source-url + {:arglists ([message] [message throwable]), + :name "debug", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L310", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/debug", - :namespace "clojure.contrib.logging", + :doc "Logs a message at the debug level.", + :var-type "macro", :line 310, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message] [message throwable]), - :doc "Logs a message at the debug level.", - :name "debug"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([level] [level log-ns]), + :name "enabled?", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L226", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/enabled?", - :namespace "clojure.contrib.logging", - :line 226, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([level] [level log-ns]), :doc "Returns true if the specific logging level is enabled. Use of this function\nshould only be necessary if one needs to execute alternate code paths beyond\nwhether the log should be written to.", - :name "enabled?"} - {:source-url + :var-type "macro", + :line 226, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([message] [message throwable]), + :name "error", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L331", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/error", - :namespace "clojure.contrib.logging", + :doc "Logs a message at the error level.", + :var-type "macro", :line 331, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message] [message throwable]), - :doc "Logs a message at the error level.", - :name "error"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([message] [message throwable]), + :name "fatal", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L338", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/fatal", - :namespace "clojure.contrib.logging", + :doc "Logs a message at the fatal level.", + :var-type "macro", :line 338, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message] [message throwable]), - :doc "Logs a message at the fatal level.", - :name "fatal"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L188", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-enabled?", @@ -4473,7 +5095,9 @@ :doc "Implementation-specific check if a particular level is enabled. End-users\nshould not need to call this.", :name "impl-enabled?"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L188", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-get-log", @@ -4485,7 +5109,9 @@ :doc "Returns an implementation-specific log by string namespace. End-users should\nnot need to call this.", :name "impl-get-log"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L188", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-write!", @@ -4497,747 +5123,869 @@ :doc "Implementation-specific write of a log message. End-users should not need to\ncall this.", :name "impl-write!"} - {:source-url + {:arglists ([message] [message throwable]), + :name "info", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L317", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/info", - :namespace "clojure.contrib.logging", - :line 317, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message] [message throwable]), :doc "Logs a message at the info level.", - :name "info"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L208", - :wiki-url - "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log", - :namespace "clojure.contrib.logging", - :line 208, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", :var-type "macro", - :arglists + :line 317, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([level message] [level message throwable] [level message throwable log-ns]), + :name "log", + :namespace "clojure.contrib.logging", + :source-url + "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L208", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log", :doc "Logs a message, either directly or via an agent. Also see the level-specific\nconvenience macros.", - :name "log"} - {:source-url + :var-type "macro", + :line 208, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([log-ns]), + :name "log-capture!", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L265", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-capture!", - :namespace "clojure.contrib.logging", - :line 265, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([log-ns]), :doc "Captures System.out and System.err, redirecting all writes of those streams\nto :info and :error logging, respectively. The specified log-ns value will\nbe used to namespace all redirected logging. NOTE: this will not redirect\noutput of *out* or *err*; for that, use with-logs.", - :name "log-capture!"} - {:source-url + :var-type "function", + :line 265, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([level log-ns]), + :name "log-stream", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L243", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-stream", - :namespace "clojure.contrib.logging", - :line 243, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([level log-ns]), :doc "Creates a PrintStream that will output to the log. End-users should not need\nto invoke this.", - :name "log-stream"} - {:source-url + :var-type "function", + :line 243, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([]), + :name "log-uncapture!", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L281", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-uncapture!", - :namespace "clojure.contrib.logging", + :doc "Restores System.out and System.err to their original values.", + :var-type "function", :line 281, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([]), - :doc "Restores System.out and System.err to their original values.", - :name "log-uncapture!"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([expr]), + :name "spy", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L236", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/spy", - :namespace "clojure.contrib.logging", - :line 236, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([expr]), :doc "Evaluates expr and outputs the form and its result to the debug log; returns \nthe result of expr.", - :name "spy"} - {:source-url + :var-type "macro", + :line 236, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([message] [message throwable]), + :name "trace", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L303", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/trace", - :namespace "clojure.contrib.logging", + :doc "Logs a message at the trace level.", + :var-type "macro", :line 303, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message] [message throwable]), - :doc "Logs a message at the trace level.", - :name "trace"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([message] [message throwable]), + :name "warn", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L324", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/warn", - :namespace "clojure.contrib.logging", + :doc "Logs a message at the warn level.", + :var-type "macro", :line 324, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message] [message throwable]), - :doc "Logs a message at the warn level.", - :name "warn"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([log-ns & body]), + :name "with-logs", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj#L291", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/with-logs", - :namespace "clojure.contrib.logging", - :line 291, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([log-ns & body]), :doc "Evaluates exprs in a context in which *out* and *err* are bound to :info and\n:error logging, respectively. The specified log-ns value will be used to\nnamespace all redirected logging.", - :name "with-logs"} - {:source-url + :var-type "macro", + :line 291, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([symbol expansion]), + :name "defsymbolmacro", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj#L222", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/defsymbolmacro", - :namespace "clojure.contrib.macro-utils", - :line 222, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([symbol expansion]), :doc "Define a symbol macro. Because symbol macros are not part of\nClojure's built-in macro expansion system, they can be used only\ninside a with-symbol-macros form.", - :name "defsymbolmacro"} - {:source-url + :var-type "macro", + :line 222, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([name params & forms]), + :name "deftemplate", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj#L236", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/deftemplate", - :namespace "clojure.contrib.macro-utils", - :line 236, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([name params & forms]), :doc "Define a macro that expands into forms after replacing the\nsymbols in params (a vector) by the corresponding parameters\ngiven in the macro call.", - :name "deftemplate"} - {:source-url + :var-type "macro", + :line 236, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([fn-bindings & exprs]), + :name "macrolet", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj#L201", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/macrolet", - :namespace "clojure.contrib.macro-utils", - :line 201, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([fn-bindings & exprs]), :doc "Define local macros that are used in the expansion of exprs. The\nsyntax is the same as for letfn forms.", - :name "macrolet"} - {:source-url + :var-type "macro", + :line 201, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([form]), + :name "mexpand", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj#L256", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/mexpand", - :namespace "clojure.contrib.macro-utils", - :line 256, - :file "clojure/contrib/macro_utils.clj", - :var-type "function", - :arglists ([form]), :doc "Like clojure.core/macroexpand, but takes into account symbol macros.", - :name "mexpand"} - {:source-url + :var-type "function", + :line 256, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([form]), + :name "mexpand-1", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj#L248", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/mexpand-1", - :namespace "clojure.contrib.macro-utils", - :line 248, - :file "clojure/contrib/macro_utils.clj", - :var-type "function", - :arglists ([form]), :doc "Like clojure.core/macroexpand-1, but takes into account symbol macros.", - :name "mexpand-1"} - {:source-url + :var-type "function", + :line 248, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([form]), + :name "mexpand-all", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj#L264", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/mexpand-all", - :namespace "clojure.contrib.macro-utils", - :line 264, - :file "clojure/contrib/macro_utils.clj", - :var-type "function", - :arglists ([form]), :doc "Perform a full recursive macro expansion of a form.", - :name "mexpand-all"} - {:source-url + :var-type "function", + :line 264, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([symbol-bindings & exprs]), + :name "symbol-macrolet", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj#L212", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/symbol-macrolet", - :namespace "clojure.contrib.macro-utils", - :line 212, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([symbol-bindings & exprs]), :doc "Define local symbol macros that are used in the expansion of exprs.\nThe syntax is the same as for let forms.", - :name "symbol-macrolet"} - {:source-url + :var-type "macro", + :line 212, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([& exprs]), + :name "with-symbol-macros", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj#L231", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/with-symbol-macros", - :namespace "clojure.contrib.macro-utils", - :line 231, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([& exprs]), :doc "Fully expand exprs, including symbol macros.", - :name "with-symbol-macros"} - {:source-url + :var-type "macro", + :line 231, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([expr]), + :name "const", + :namespace "clojure.contrib.macros", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macros.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macros-api.html#clojure.contrib.macros/const", - :namespace "clojure.contrib.macros", - :line 18, - :file "clojure/contrib/macros.clj", - :var-type "macro", - :arglists ([expr]), :doc "Evaluate the constant expression expr at compile time.", - :name "const"} - {:source-url + :var-type "macro", + :line 18, + :file "clojure/contrib/macros.clj"} + {:arglists ([fn-bindings & exprs]), + :name "letfn-", + :namespace "clojure.contrib.macros", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macros.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macros-api.html#clojure.contrib.macros/letfn-", - :namespace "clojure.contrib.macros", - :line 28, - :file "clojure/contrib/macros.clj", - :var-type "macro", - :arglists ([fn-bindings & exprs]), :doc "OBSOLETE: use clojure.core/letfn\nA variant of let for local function definitions. fn-bindings consists\nof name/args/body triples, with (letfn [name args body] ...)\nbeing equivalent to (let [name (fn name args body)] ...).", - :name "letfn-"} - {:source-url + :var-type "macro", + :line 28, + :file "clojure/contrib/macros.clj"} + {:arglists ([symbols? & body]), + :name "with-direct-linking", + :namespace "clojure.contrib.macros", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macros.clj#L68", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macros-api.html#clojure.contrib.macros/with-direct-linking", - :namespace "clojure.contrib.macros", - :line 68, - :file "clojure/contrib/macros.clj", - :var-type "macro", - :arglists ([symbols? & body]), :doc "EXPERIMENTAL!\nCompiles the functions in body with direct links to the functions\nnamed in symbols, i.e. without a var lookup for each invocation.\nSymbols is a vector of symbols that name either vars or namespaces.\nA namespace reference is replaced by the list of all symbols in the\nnamespace that are bound to functions. If symbols is not provided,\nthe default value ['clojure.core] is used. The symbol *ns* can be\nused to refer to the current namespace.", - :name "with-direct-linking"} - {:source-url + :var-type "macro", + :line 68, + :file "clojure/contrib/macros.clj"} + {:arglists ([f & maps]), + :name "deep-merge-with", + :namespace "clojure.contrib.map-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/map_utils.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/deep-merge-with", - :namespace "clojure.contrib.map-utils", - :line 41, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/map_utils.clj", - :var-type "function", - :arglists ([f & maps]), :doc "Like merge-with, but merges maps recursively, applying the given fn\nonly when there's a non-map at a particular level.\n\n(deepmerge + {:a {:b {:c 1 :d {:x 1 :y 2}} :e 3} :f 4}\n {:a {:b {:c 2 :d {:z 9} :z 3} :e 100}})\n-> {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}", - :name "deep-merge-with"} - {:source-url + :var-type "function", + :line 41, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/map_utils.clj"} + {:arglists ([map key not-found]), + :name "lazy-get", + :namespace "clojure.contrib.map-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/map_utils.clj#L22", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/lazy-get", - :namespace "clojure.contrib.map-utils", - :line 22, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/map_utils.clj", - :var-type "macro", - :arglists ([map key not-found]), :doc "Like get, but doesn't evaluate not-found unless it is needed.", - :name "lazy-get"} - {:source-url + :var-type "macro", + :line 22, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/map_utils.clj"} + {:arglists ([map key]), + :name "safe-get", + :namespace "clojure.contrib.map-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/map_utils.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/safe-get", - :namespace "clojure.contrib.map-utils", + :doc "Like get, but throws an exception if the key is not found.", + :var-type "function", :line 29, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/map_utils.clj", - :var-type "function", - :arglists ([map key]), - :doc "Like get, but throws an exception if the key is not found.", - :name "safe-get"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/map_utils.clj"} + {:arglists ([map ks]), + :name "safe-get-in", + :namespace "clojure.contrib.map-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/map_utils.clj#L35", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/safe-get-in", - :namespace "clojure.contrib.map-utils", - :line 35, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/map_utils.clj", - :var-type "function", - :arglists ([map ks]), :doc "Like get-in, but throws an exception if any key is not found.", - :name "safe-get-in"} - {:source-url + :var-type "function", + :line 35, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/map_utils.clj"} + {:arglists ([n]), + :name "abs", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L122", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/abs", - :namespace "clojure.contrib.math", + :doc "(abs n) is the absolute value of n", + :var-type "function", :line 122, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([n]), - :doc "(abs n) is the absolute value of n", - :name "abs"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([n]), + :name "ceil", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L141", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/ceil", - :namespace "clojure.contrib.math", - :line 141, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj", - :var-type "multimethod", - :arglists ([n]), :doc "(ceil n) returns the least integer greater than or equal to n.\nIf n is an exact number, ceil returns an integer, otherwise a double.", - :name "ceil"} - {:source-url + :var-type "multimethod", + :line 141, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([n]), + :name "exact-integer-sqrt", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L206", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/exact-integer-sqrt", - :namespace "clojure.contrib.math", - :line 206, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([n]), :doc "(exact-integer-sqrt n) expects a non-negative integer n, and returns [s r] where n = s^2+r and n < (s+1)^2. In other words, it returns the floor of the square root and the 'remainder'.\nFor example, (exact-integer-sqrt 15) is [3 6] because 15 = 3^2+6.", - :name "exact-integer-sqrt"} - {:source-url + :var-type "function", + :line 206, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([base pow]), + :name "expt", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L101", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/expt", - :namespace "clojure.contrib.math", - :line 101, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj", - :var-type "multimethod", - :arglists ([base pow]), :doc "(expt base pow) is base to the pow power.\nReturns an exact number if the base is an exact number and the power is an integer, otherwise returns a double.", - :name "expt"} - {:source-url + :var-type "multimethod", + :line 101, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([n]), + :name "floor", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L129", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/floor", - :namespace "clojure.contrib.math", - :line 129, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj", - :var-type "multimethod", - :arglists ([n]), :doc "(floor n) returns the greatest integer less than or equal to n.\nIf n is an exact number, floor returns an integer, otherwise a double.", - :name "floor"} - {:source-url + :var-type "multimethod", + :line 129, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([a b]), + :name "gcd", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L162", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/gcd", - :namespace "clojure.contrib.math", + :doc "(gcd a b) returns the greatest common divisor of a and b", + :var-type "function", :line 162, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([a b]), - :doc "(gcd a b) returns the greatest common divisor of a and b", - :name "gcd"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([a b]), + :name "lcm", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L169", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/lcm", - :namespace "clojure.contrib.math", + :doc "(lcm a b) returns the least common multiple of a and b", + :var-type "function", :line 169, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([a b]), - :doc "(lcm a b) returns the least common multiple of a and b", - :name "lcm"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([n]), + :name "round", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L153", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/round", - :namespace "clojure.contrib.math", - :line 153, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj", - :var-type "multimethod", - :arglists ([n]), :doc "(round n) rounds to the nearest integer.\nround always returns an integer. Rounds up for values exactly in between two integers.", - :name "round"} - {:source-url + :var-type "multimethod", + :line 153, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([n]), + :name "sqrt", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L215", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/sqrt", - :namespace "clojure.contrib.math", + :doc "Square root, but returns exact number if possible.", + :var-type "multimethod", :line 215, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj", - :var-type "multimethod", - :arglists ([n]), - :doc "Square root, but returns exact number if possible.", - :name "sqrt"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([container]), + :name "components", + :namespace "clojure.contrib.miglayout", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout.clj#L75", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout/components", - :namespace "clojure.contrib.miglayout", - :line 75, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout.clj", - :var-type "function", - :arglists ([container]), :doc "Returns a map from id (a keyword) to component for all components with\nan id constraint set", - :name "components"} - {:source-url + :var-type "function", + :line 75, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout.clj"} + {:arglists ([container & args]), + :name "miglayout", + :namespace "clojure.contrib.miglayout", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout/miglayout", - :namespace "clojure.contrib.miglayout", - :line 37, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout.clj", - :var-type "function", - :arglists ([container & args]), :doc "Adds java.awt.Components to a javax.swing.JComponent with constraints\nformatted for the MiGLayout layout manager.\n\nArguments: container [item constraint*]*\n\n - container: the container for the specified components, its layout\n manager will be set to a new instance of MigLayout\n\n - an inline series of items and constraints--each item may be followed\n by zero or more constraints.\n\nItem:\n\n - An item is either a Component or one of the keywords :layout\n :column or :row. Constraints for a keyword item affect the entire\n layout.\n\nConstraint: string, keyword, vector, map, or set\n\n - A string specifies one or more constraints each with zero or more\n arguments.\n - A keyword specifies a single constraint without arguments\n - A vector specifies a single constraint with one or more arguments\n - A map specifies one or more constraints as keys, each mapped to a\n single argument\n - A set groups two or more constraints, each a string, keyword,\n vector, map, or set\n\nAny items marked with an \"id\" constraint will be included in a map from\nid to component attached to the container. The map can be retrieved using\nclojure.contrib.miglayout/components.", - :name "miglayout"} - {:source-url + :var-type "function", + :line 37, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout.clj"} + {:arglists ([buf]), + :name "buffer-stream", + :namespace "clojure.contrib.mmap", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mmap.clj#L39", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/buffer-stream", - :namespace "clojure.contrib.mmap", - :line 39, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/mmap.clj", - :var-type "function", - :arglists ([buf]), :doc "Returns an InputStream for a ByteBuffer, such as returned by mmap.", - :name "buffer-stream"} - {:source-url + :var-type "function", + :line 39, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/mmap.clj"} + {:arglists ([f]), + :name "mmap", + :namespace "clojure.contrib.mmap", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mmap.clj#L27", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/mmap", - :namespace "clojure.contrib.mmap", + :doc "Memory-map the file named f. Returns a ByteBuffer.", + :var-type "function", :line 27, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/mmap.clj", - :var-type "function", - :arglists ([f]), - :doc "Memory-map the file named f. Returns a ByteBuffer.", - :name "mmap"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/mmap.clj"} + {:arglists ([f]), + :name "slurp", + :namespace "clojure.contrib.mmap", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mmap.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/slurp", - :namespace "clojure.contrib.mmap", + :doc "Reads the file named by f and returns it as a string.", + :var-type "function", :line 33, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/mmap.clj", - :var-type "function", - :arglists ([f]), - :doc "Reads the file named by f and returns it as a string.", - :name "slurp"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/mmap.clj"} + {:arglists ([val] [val expectation-hash]), + :name "calls", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L216", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/calls", - :namespace "clojure.contrib.mock", - :line 216, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([val] [val expectation-hash]), :doc "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned returned by the expected function. If both this\nand returns are specified, the return value of \"calls\" will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", - :name "calls"} - {:source-url + :var-type "function", + :line 216, + :file "clojure/contrib/mock.clj"} + {:arglists ([expect-bindings & body]), + :name "expect", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L265", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/expect", - :namespace "clojure.contrib.mock", - :line 265, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([expect-bindings & body]), :doc "Use expect to redirect calls to dependent functions that are made within the\ncode under test. Instead of calling the functions that would normally be used,\ntemporary stubs are used, which can verify function parameters and call counts.\nReturn values can also be specified as needed.\nUsage:\n(expect [dep-fn (has-args [arg-pred1] (times n (returns x)))]\n (function-under-test a b c))", - :name "expect"} - {:source-url + :var-type "macro", + :line 265, + :file "clojure/contrib/mock.clj"} + {:arglists ([arg-pred-forms] [arg-pred-forms expect-hash-form]), + :name "has-args", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L228", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/has-args", - :namespace "clojure.contrib.mock", - :line 228, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([arg-pred-forms] [arg-pred-forms expect-hash-form]), :doc "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", - :name "has-args"} - {:source-url + :var-type "macro", + :line 228, + :file "clojure/contrib/mock.clj"} + {:arglists ([fn-name args]), + :name "has-matching-signature?", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L105", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/has-matching-signature?", - :namespace "clojure.contrib.mock", - :line 105, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([fn-name args]), :doc "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", - :name "has-matching-signature?"} - {:source-url + :var-type "function", + :line 105, + :file "clojure/contrib/mock.clj"} + {:arglists ([arg-preds arg-pred-forms]), + :name "make-arg-checker", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L116", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/make-arg-checker", - :namespace "clojure.contrib.mock", - :line 116, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([arg-preds arg-pred-forms]), :doc "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", - :name "make-arg-checker"} - {:source-url + :var-type "function", + :line 116, + :file "clojure/contrib/mock.clj"} + {:arglists ([pred pred-form]), + :name "make-count-checker", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L131", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/make-count-checker", - :namespace "clojure.contrib.mock", - :line 131, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([pred pred-form]), :doc "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", - :name "make-count-checker"} - {:source-url + :var-type "function", + :line 131, + :file "clojure/contrib/mock.clj"} + {:arglists ([fn-name expectation-hash]), + :name "make-mock", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L150", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/make-mock", - :namespace "clojure.contrib.mock", - :line 150, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([fn-name expectation-hash]), :doc "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker,\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", - :name "make-mock"} - {:source-url + :var-type "function", + :line 150, + :file "clojure/contrib/mock.clj"} + {:arglists ([val] [val expectation-hash]), + :name "returns", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L205", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/returns", - :namespace "clojure.contrib.mock", - :line 205, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([val] [val expectation-hash]), :doc "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", - :name "returns"} - {:source-url + :var-type "function", + :line 205, + :file "clojure/contrib/mock.clj"} + {:arglists ([times-fn] [times-fn expectation-hash]), + :name "times", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L246", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/times", - :namespace "clojure.contrib.mock", - :line 246, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([times-fn] [times-fn expectation-hash]), :doc "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nThis function can either be specified as the first argument to times or can be\nthe result of calling times with an integer argument, in which case the\npredicate will default to being an exact match. This predicate is called at\nthe end of an expect expression to validate that an expected dependency\nfunction was called the expected number of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", - :name "times"} - {:source-url + :var-type "macro", + :line 246, + :file "clojure/contrib/mock.clj"} + {:arglists ([mock-data]), + :name "validate-counts", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L175", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/validate-counts", - :namespace "clojure.contrib.mock", - :line 175, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([mock-data]), :doc "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", - :name "validate-counts"} - {:source-url + :var-type "function", + :line 175, + :file "clojure/contrib/mock.clj"} + {:arglists ([]), + :name "flush", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/flush", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Flush", + :var-type "function", :line 62, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([]), - :doc "Flush", - :name "flush"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([obj]), + :name "print", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L67", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/print", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Print obj", + :var-type "function", :line 67, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([obj]), - :doc "Print obj", - :name "print"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([] [obj]), + :name "println", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L72", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/println", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Print obj followed by a newline", + :var-type "function", :line 72, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([] [obj]), - :doc "Print obj followed by a newline", - :name "println"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([]), + :name "read-char", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-char", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Read a single character", + :var-type "function", :line 42, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([]), - :doc "Read a single character", - :name "read-char"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([]), + :name "read-line", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-line", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Read a single line", + :var-type "function", :line 47, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([]), - :doc "Read a single line", - :name "read-line"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([]), + :name "read-lines", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L126", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-lines", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Read all lines and return them in a vector", + :var-type "function", :line 126, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([]), - :doc "Read all lines and return them in a vector", - :name "read-lines"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([n]), + :name "skip-chars", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/skip-chars", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Skip n characters", + :var-type "function", :line 52, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([n]), - :doc "Skip n characters", - :name "skip-chars"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([io-specs statement]), + :name "with-io-streams", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L98", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-io-streams", - :namespace "clojure.contrib.monadic-io-streams", - :line 98, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([io-specs statement]), :doc "Open one or more streams as specified by io-spec, run a monadic\nI/O statement on them, and close the streams. io-spec is\na binding-like vector in which each stream is specified by\nthree element: a keyword by which the stream can be referred to,\nthe stream mode (:read or :write), and a stream specification as\naccepted by clojure.contrib.io/reader (mode :read) or\nclojure.contrib.io/writer (mode :write). The statement\nis run on a state which is a map from keywords to corresponding\nstreams. Single-stream monadic I/O statements must be wrapped\nwith clojure.contrib.monads/with-state-field.", - :name "with-io-streams"} - {:source-url + :var-type "function", + :line 98, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([reader-spec statement]), + :name "with-reader", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L82", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-reader", - :namespace "clojure.contrib.monadic-io-streams", - :line 82, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([reader-spec statement]), :doc "Create a reader from reader-spec, run the monadic I/O statement\non it, and close the reader. reader-spec can be any object accepted\nby clojure.contrib.io/reader.", - :name "with-reader"} - {:source-url + :var-type "function", + :line 82, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([writer-spec statement]), + :name "with-writer", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-writer", - :namespace "clojure.contrib.monadic-io-streams", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([writer-spec statement]), :doc "Create a writer from writer-spec, run the monadic I/O statement\non it, and close the writer. writer-spec can be any object accepted\nby clojure.contrib.io/writer.", - :name "with-writer"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([text]), + :name "write", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/a762fda63e8f4f0257bb7d27f5886bd1e75e3054/src/main/clojure/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/write", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Write text (a string)", + :var-type "function", :line 57, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([text]), - :doc "Write text (a string)", - :name "write"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([f]), + :name "call-cc", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L456", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/call-cc", - :namespace "clojure.contrib.monads", - :line 456, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([f]), :doc "A computation in the cont monad that calls function f with a single\nargument representing the current continuation. The function f should\nreturn a continuation (which becomes the return value of call-cc),\nor call the passed-in current continuation to terminate.", - :name "call-cc"} - {:source-url + :var-type "function", + :line 456, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L440", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/cont-m", @@ -5249,74 +5997,86 @@ :doc "Monad describing computations in continuation-passing style. The monadic\nvalues are functions that are called with a single argument representing\nthe continuation of the computation, to which they pass their result.", :name "cont-m"} - {:source-url + {:arglists ([name doc-string operations] [name operations]), + :name "defmonad", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L51", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonad", - :namespace "clojure.contrib.monads", - :line 51, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([name doc-string operations] [name operations]), :doc "Define a named monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", - :name "defmonad"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L137", - :wiki-url - "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonadfn", - :namespace "clojure.contrib.monads", - :line 137, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", :var-type "macro", - :arglists + :line 51, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([name docstring? attr-map? args expr] [name docstring? attr-map? (args expr) ...]), + :name "defmonadfn", + :namespace "clojure.contrib.monads", + :source-url + "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L137", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonadfn", :doc "Like defn, but for functions that use monad operations and are used inside\na with-monad block.", - :name "defmonadfn"} - {:source-url + :var-type "macro", + :line 137, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([steps expr] [name steps expr]), + :name "domonad", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L114", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/domonad", - :namespace "clojure.contrib.monads", - :line 114, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([steps expr] [name steps expr]), :doc "Monad comprehension. Takes the name of a monad, a vector of steps\ngiven as binding-form/monadic-expression pairs, and a result value\nspecified by expr. The monadic-expression terms can use the binding\nvariables of the previous steps.\nIf the monad contains a definition of m-zero, the step list can also\ncontain conditions of the form :when p, where the predicate p can\ncontain the binding variables from all previous steps.\nA clause of the form :let [binding-form expr ...], where the bindings\nare given as a vector as for the use in let, establishes additional\nbindings that can be used in the following steps.", - :name "domonad"} - {:source-url + :var-type "macro", + :line 114, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([]), + :name "fetch-state", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L359", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/fetch-state", - :namespace "clojure.contrib.monads", - :line 359, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([]), :doc "Return a state-monad function that returns the current state and does not\nmodify it.", - :name "fetch-state"} - {:source-url + :var-type "function", + :line 359, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([key]), + :name "fetch-val", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L365", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/fetch-val", - :namespace "clojure.contrib.monads", - :line 365, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([key]), :doc "Return a state-monad function that assumes the state to be a map and\nreturns the value corresponding to the given key. The state is not modified.", - :name "fetch-val"} - {:source-url + :var-type "function", + :line 365, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L286", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/identity-m", @@ -5328,7 +6088,9 @@ :doc "Monad describing plain computations. This monad does in fact nothing\nat all. It is useful for testing, for combination with monad\ntransformers, and for code that is parameterized with a monad.", :name "identity-m"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L217", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-chain", @@ -5340,7 +6102,9 @@ :doc "Chains together monadic computation steps that are each functions\nof one parameter. Each step is called with the result of the previous\nstep as its argument. (m-chain (step1 step2)) is equivalent to\n(fn [x] (domonad [r1 (step1 x) r2 (step2 r1)] r2)).", :name "m-chain"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L195", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-fmap", @@ -5352,7 +6116,9 @@ :doc "Bind the monadic value m to the function returning (f x) for argument x", :name "m-fmap"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L189", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-join", @@ -5364,20 +6130,24 @@ :doc "Converts a monadic value containing a monadic value into a 'simple'\nmonadic value.", :name "m-join"} - {:source-url + {:arglists ([n f]), + :name "m-lift", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L180", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-lift", - :namespace "clojure.contrib.monads", - :line 180, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([n f]), :doc "Converts a function f of n arguments into a function of n\nmonadic arguments returning a monadic value.", - :name "m-lift"} - {:source-url + :var-type "macro", + :line 180, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L211", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-map", @@ -5389,7 +6159,9 @@ :doc "'Executes' the sequence of monadic values resulting from mapping\nf onto the values xs. f must return a monadic value.", :name "m-map"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L228", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-reduce", @@ -5401,7 +6173,9 @@ :doc "Return the reduction of (m-lift 2 f) over the list of monadic values mvs\nwith initial value (m-result val).", :name "m-reduce"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L200", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-seq", @@ -5413,7 +6187,9 @@ :doc "'Executes' the monadic values in ms and returns a sequence of the\nbasic values contained in them.", :name "m-seq"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L241", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-until", @@ -5425,33 +6201,39 @@ :doc "While (p x) is false, replace x by the value returned by the\nmonadic computation (f x). Return (m-result x) for the first\nx for which (p x) is true.", :name "m-until"} - {:source-url + {:arglists ([test m-expr]), + :name "m-when", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L253", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-when", - :namespace "clojure.contrib.monads", - :line 253, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([test m-expr]), :doc "If test is logical true, return monadic value m-expr, else return\n(m-result nil).", - :name "m-when"} - {:source-url + :var-type "macro", + :line 253, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([test m-expr]), + :name "m-when-not", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L259", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-when-not", - :namespace "clojure.contrib.monads", - :line 259, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([test m-expr]), :doc "If test if logical false, return monadic value m-expr, else return\n(m-result nil).", - :name "m-when-not"} - {:source-url + :var-type "macro", + :line 259, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L296", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/maybe-m", @@ -5463,59 +6245,69 @@ :doc "Monad describing computations with possible failures. Failure is\nrepresented by nil, any other value is considered valid. As soon as\na step returns nil, the whole computation will yield nil as well.", :name "maybe-m"} - {:source-url + {:arglists ([m] [m nothing] [m nothing which-m-plus]), + :name "maybe-t", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L496", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/maybe-t", - :namespace "clojure.contrib.monads", - :line 496, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([m] [m nothing] [m nothing which-m-plus]), :doc "Monad transformer that transforms a monad m into a monad in which\nthe base values can be invalid (represented by nothing, which defaults\nto nil). The third argument chooses if m-zero and m-plus are inherited\nfrom the base monad (use :m-plus-from-base) or adopt maybe-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", - :name "maybe-t"} - {:source-url + :var-type "function", + :line 496, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([operations]), + :name "monad", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L36", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/monad", - :namespace "clojure.contrib.monads", - :line 36, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([operations]), :doc "Define a monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", - :name "monad"} - {:source-url + :var-type "macro", + :line 36, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([base which-m-plus operations]), + :name "monad-transformer", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L474", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/monad-transformer", - :namespace "clojure.contrib.monads", - :line 474, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([base which-m-plus operations]), :doc "Define a monad transforer in terms of the monad operations and the base\nmonad. The argument which-m-plus chooses if m-zero and m-plus are taken\nfrom the base monad or from the transformer.", - :name "monad-transformer"} - {:source-url + :var-type "macro", + :line 474, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([c]), + :name "run-cont", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L451", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/run-cont", - :namespace "clojure.contrib.monads", - :line 451, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([c]), :doc "Execute the computation c in the cont monad and return its result.", - :name "run-cont"} - {:source-url + :var-type "function", + :line 451, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L309", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/sequence-m", @@ -5527,20 +6319,24 @@ :doc "Monad describing multi-valued computations, i.e. computations\nthat can yield multiple values. Any object implementing the seq\nprotocol can be used as a monadic value.", :name "sequence-m"} - {:source-url + {:arglists ([m] [m which-m-plus]), + :name "sequence-t", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L528", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/sequence-t", - :namespace "clojure.contrib.monads", - :line 528, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([m] [m which-m-plus]), :doc "Monad transformer that transforms a monad m into a monad in which\nthe base values are sequences. The argument which-m-plus chooses\nif m-zero and m-plus are inherited from the base monad\n(use :m-plus-from-base) or adopt sequence-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", - :name "sequence-t"} - {:source-url + :var-type "function", + :line 528, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L323", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-m", @@ -5552,33 +6348,39 @@ :doc "Monad describing multi-valued computations, like sequence-m,\nbut returning sets of results instead of sequences of results.", :name "set-m"} - {:source-url + {:arglists ([s]), + :name "set-state", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L353", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-state", - :namespace "clojure.contrib.monads", - :line 353, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([s]), :doc "Return a state-monad function that replaces the current state by s and\nreturns the previous state.", - :name "set-state"} - {:source-url + :var-type "function", + :line 353, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([key val]), + :name "set-val", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L383", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-val", - :namespace "clojure.contrib.monads", - :line 383, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([key val]), :doc "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with key by val. The old value is returned.", - :name "set-val"} - {:source-url + :var-type "function", + :line 383, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L336", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-m", @@ -5590,103 +6392,119 @@ :doc "Monad describing stateful computations. The monadic values have the\nstructure (fn [old-state] [result new-state]).", :name "state-m"} - {:source-url + {:arglists ([p f x]), + :name "state-m-until", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L401", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-m-until", - :namespace "clojure.contrib.monads", - :line 401, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([p f x]), :doc "An optimized implementation of m-until for the state monad that\nreplaces recursion by a loop.", - :name "state-m-until"} - {:source-url + :var-type "function", + :line 401, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([m]), + :name "state-t", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L555", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-t", - :namespace "clojure.contrib.monads", - :line 555, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([m]), :doc "Monad transformer that transforms a monad m into a monad of stateful\ncomputations that have the base monad type as their result.", - :name "state-t"} - {:source-url + :var-type "function", + :line 555, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([f]), + :name "update-state", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L347", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/update-state", - :namespace "clojure.contrib.monads", - :line 347, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([f]), :doc "Return a state-monad function that replaces the current state by the\nresult of f applied to the current state and that returns the old state.", - :name "update-state"} - {:source-url + :var-type "function", + :line 347, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([key f]), + :name "update-val", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L373", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/update-val", - :namespace "clojure.contrib.monads", - :line 373, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([key f]), :doc "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with the given key by the return value\nof f applied to the old value. The old value is returned.", - :name "update-val"} - {:source-url + :var-type "function", + :line 373, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([monad & exprs]), + :name "with-monad", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L102", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/with-monad", - :namespace "clojure.contrib.monads", - :line 102, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([monad & exprs]), :doc "Evaluates an expression after replacing the keywords defining the\nmonad operations by the functions associated with these keywords\nin the monad definition given by name.", - :name "with-monad"} - {:source-url + :var-type "macro", + :line 102, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([key statement]), + :name "with-state-field", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L389", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/with-state-field", - :namespace "clojure.contrib.monads", - :line 389, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([key statement]), :doc "Returns a state-monad function that expects a map as its state and\nruns statement (another state-monad function) on the state defined by\nthe map entry corresponding to key. The map entry is updated with the\nnew state returned by statement.", - :name "with-state-field"} - {:source-url + :var-type "function", + :line 389, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([empty-accumulator]), + :name "writer-m", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj#L413", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/writer-m", - :namespace "clojure.contrib.monads", - :line 413, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([empty-accumulator]), :doc "Monad describing computations that accumulate data on the side, e.g. for\nlogging. The monadic values have the structure [value log]. Any of the\naccumulators from clojure.contrib.accumulators can be used for storing the\nlog data. Its empty value is passed as a parameter.", - :name "writer-m"} + :var-type "function", + :line 413, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/monads.clj"} {:arglists ([nsname]), :name "dir", :namespace "clojure.contrib.ns-utils", :source-url "http://github.com/clojure/clojure-contrib/blob/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj#L77", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/dir", :doc "Prints a sorted directory of public vars in a namespace", @@ -5694,63 +6512,73 @@ :line 77, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj"} - {:source-url + {:arglists ([nsname]), + :name "docs", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj#L83", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/docs", - :namespace "clojure.contrib.ns-utils", + :doc "Prints documentation for the public vars in a namespace", + :var-type "macro", :line 83, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "macro", - :arglists ([nsname]), - :doc "Prints documentation for the public vars in a namespace", - :name "docs"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists ([ns-sym]), + :name "get-ns", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/get-ns", - :namespace "clojure.contrib.ns-utils", - :line 42, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([ns-sym]), :doc "Returns the namespace named by ns-sym or throws if the\nnamespace does not exist", - :name "get-ns"} - {:source-url + :var-type "function", + :line 42, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists ([& ns-names]), + :name "immigrate", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/immigrate", - :namespace "clojure.contrib.ns-utils", - :line 88, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([& ns-names]), :doc "Create a public var in this namespace for each public var in the\nnamespaces named by ns-names. The created vars have the same name, root\nbinding, and metadata as the original except that their :ns metadata\nvalue is this namespace.", - :name "immigrate"} - {:source-url + :var-type "function", + :line 88, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists ([ns]), + :name "ns-vars", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/ns-vars", - :namespace "clojure.contrib.ns-utils", - :line 50, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([ns]), :doc "Returns a sorted seq of symbols naming public vars in\na namespace", - :name "ns-vars"} + :var-type "function", + :line 50, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj"} {:arglists ([ns]), :name "print-dir", :namespace "clojure.contrib.ns-utils", :source-url "http://github.com/clojure/clojure-contrib/blob/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj#L56", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/print-dir", :doc "Prints a sorted directory of public vars in a namespace", @@ -5758,44 +6586,52 @@ :line 56, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj"} - {:source-url + {:arglists ([ns]), + :name "print-docs", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj#L63", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/print-docs", - :namespace "clojure.contrib.ns-utils", + :doc "Prints documentation for the public vars in a namespace", + :var-type "function", :line 63, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([ns]), - :doc "Prints documentation for the public vars in a namespace", - :name "print-docs"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists ([nsname]), + :name "vars", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/df1b195197e8fe0c64a14335a5ae9854e75feff8/src/main/clojure/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/vars", - :namespace "clojure.contrib.ns-utils", - :line 71, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "macro", - :arglists ([nsname]), :doc "Returns a sorted seq of symbols naming public vars in\na namespace", - :name "vars"} - {:source-url + :var-type "macro", + :line 71, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists [[object]], + :name "*code-dispatch*", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/dispatch.clj#L354", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*code-dispatch*", - :namespace "clojure.contrib.pprint", - :line 354, - :file "clojure/contrib/pprint/dispatch.clj", - :var-type "multimethod", - :arglists [[object]], :doc "The pretty print dispatch function for pretty printing Clojure code.", - :name "*code-dispatch*"} - {:source-url + :var-type "multimethod", + :line 354, + :file "clojure/contrib/pprint/dispatch.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L78", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-base*", @@ -5806,7 +6642,9 @@ :var-type "var", :doc "The base to use for printing integers and rationals.", :name "*print-base*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L56", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-circle*", @@ -5817,7 +6655,9 @@ :var-type "var", :doc "Mark circular structures (N.B. This is not yet used)", :name "*print-circle*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L51", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-lines*", @@ -5829,7 +6669,9 @@ :doc "Maximum number of lines to print in a pretty print instance (N.B. This is not yet used)", :name "*print-lines*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L44", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-miser-width*", @@ -5841,7 +6683,9 @@ :doc "The column at which to enter miser style. Depending on the dispatch table, \nmiser style add newlines in more places to try to keep lines short allowing for further \nlevels of nesting.", :name "*print-miser-width*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L33", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-pprint-dispatch*", @@ -5853,7 +6697,9 @@ :doc "The pretty print dispatch function. Use with-pprint-dispatch or set-pprint-dispatch\nto modify.", :name "*print-pprint-dispatch*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L29", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-pretty*", @@ -5864,7 +6710,9 @@ :var-type "var", :doc "Bind to true if you want write to use pretty printing", :name "*print-pretty*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L72", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-radix*", @@ -5876,7 +6724,9 @@ :doc "Print a radix specifier in front of integers and rationals. If *print-base* is 2, 8, \nor 16, then the radix specifier used is #b, #o, or #x, respectively. Otherwise the \nradix specifier is in the form #XXr where XX is the decimal value of *print-base* ", :name "*print-radix*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L38", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-right-margin*", @@ -5888,7 +6738,9 @@ :doc "Pretty printing will try to avoid anything going beyond this column.\nSet it to nil to have pprint let the line be arbitrarily long. This will ignore all \nnon-mandatory newlines.", :name "*print-right-margin*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L61", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-shared*", @@ -5900,7 +6752,9 @@ :doc "Mark repeated structures rather than repeat them (N.B. This is not yet used)", :name "*print-shared*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L65", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-suppress-namespaces*", @@ -5912,253 +6766,293 @@ :doc "Don't print namespaces with symbols. This is particularly useful when \npretty printing the results of macro expansions", :name "*print-suppress-namespaces*"} - {:source-url + {:arglists [[object]], + :name "*simple-dispatch*", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/dispatch.clj#L125", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*simple-dispatch*", - :namespace "clojure.contrib.pprint", - :line 125, - :file "clojure/contrib/pprint/dispatch.clj", - :var-type "multimethod", - :arglists [[object]], :doc "The pretty print dispatch function for simple data structure format.", - :name "*simple-dispatch*"} - {:source-url + :var-type "multimethod", + :line 125, + :file "clojure/contrib/pprint/dispatch.clj"} + {:arglists ([writer format-in & args]), + :name "cl-format", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/cl_format.clj#L26", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/cl-format", - :namespace "clojure.contrib.pprint", - :line 26, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/cl_format.clj", - :var-type "function", - :arglists ([writer format-in & args]), :doc "An implementation of a Common Lisp compatible format function. cl-format formats its\narguments to an output stream or string based on the format control string given. It \nsupports sophisticated formatting of structured data.\n\nWriter is an instance of java.io.Writer, true to output to *out* or nil to output \nto a string, format-in is the format control string and the remaining arguments \nare the data to be formatted.\n\nThe format control string is a string to be output with embedded 'format directives' \ndescribing how to format the various arguments passed in.\n\nIf writer is nil, cl-format returns the formatted result string. Otherwise, cl-format \nreturns nil.\n\nFor example:\n (let [results [46 38 22]]\n (cl-format true \"There ~[are~;is~:;are~]~:* ~d result~:p: ~{~d~^, ~}~%\" \n (count results) results))\n\nPrints to *out*:\n There are 3 results: 46, 38, 22\n\nDetailed documentation on format control strings is available in the \"Common Lisp the \nLanguage, 2nd edition\", Chapter 22 (available online at:\nhttp://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/cltl/clm/node200.html#SECTION002633000000000000000) \nand in the Common Lisp HyperSpec at \nhttp://www.lispworks.com/documentation/HyperSpec/Body/22_c.htm", - :name "cl-format"} - {:source-url + :var-type "function", + :line 26, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/cl_format.clj"} + {:arglists ([format-str]), + :name "compile-format", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/cl_format.clj#L1749", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/compile-format", - :namespace "clojure.contrib.pprint", - :line 1749, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/cl_format.clj", - :var-type "function", - :arglists ([format-str]), :doc "Compiles format-str into a compiled format which can be used as an argument\nto cl-format just like a plain format string. Use this function for improved \nperformance when you're using the same format string repeatedly", - :name "compile-format"} - {:source-url + :var-type "function", + :line 1749, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/cl_format.clj"} + {:arglists ([format-in]), + :name "formatter", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/cl_format.clj#L1817", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/formatter", - :namespace "clojure.contrib.pprint", - :line 1817, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/cl_format.clj", - :var-type "macro", - :arglists ([format-in]), :doc "Makes a function which can directly run format-in. The function is\nfn [stream & args] ... and returns nil unless the stream is nil (meaning \noutput to a string) in which case it returns the resulting string.\n\nformat-in can be either a control string or a previously compiled format.", - :name "formatter"} - {:source-url + :var-type "macro", + :line 1817, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/cl_format.clj"} + {:arglists ([format-in]), + :name "formatter-out", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/cl_format.clj#L1831", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/formatter-out", - :namespace "clojure.contrib.pprint", - :line 1831, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/cl_format.clj", - :var-type "macro", - :arglists ([format-in]), :doc "Makes a function which can directly run format-in. The function is\nfn [& args] ... and returns nil. This version of the formatter macro is\ndesigned to be used with *out* set to an appropriate Writer. In particular,\nthis is meant to be used as part of a pretty printer dispatch method.\n\nformat-in can be either a control string or a previously compiled format.", - :name "formatter-out"} - {:source-url + :var-type "macro", + :line 1831, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/cl_format.clj"} + {:arglists ([]), + :name "fresh-line", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/cl_format.clj#L1153", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/fresh-line", - :namespace "clojure.contrib.pprint", - :line 1153, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/cl_format.clj", - :var-type "function", - :arglists ([]), :doc "Make a newline if the Writer is not already at the beginning of the line.\nN.B. Only works on ColumnWriters right now.", - :name "fresh-line"} - {:source-url + :var-type "function", + :line 1153, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/cl_format.clj"} + {:arglists ([]), + :name "pp", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L241", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pp", - :namespace "clojure.contrib.pprint", - :line 241, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj", - :var-type "macro", - :arglists ([]), :doc "A convenience macro that pretty prints the last thing output. This is\nexactly equivalent to (pprint *1).", - :name "pp"} - {:source-url + :var-type "macro", + :line 241, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([object] [object writer]), + :name "pprint", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L229", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint", - :namespace "clojure.contrib.pprint", - :line 229, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([object] [object writer]), :doc "Pretty print object to the optional output writer. If the writer is not provided, \nprint the object to the currently bound value of *out*.", - :name "pprint"} - {:source-url + :var-type "function", + :line 229, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([relative-to n]), + :name "pprint-indent", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L315", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint-indent", - :namespace "clojure.contrib.pprint", - :line 315, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([relative-to n]), :doc "Create an indent at this point in the pretty printing stream. This defines how \nfollowing lines are indented. relative-to can be either :block or :current depending \nwhether the indent should be computed relative to the start of the logical block or\nthe current column position. n is an offset. \n\nOutput is sent to *out* which must be a pretty printing writer.", - :name "pprint-indent"} - {:source-url + :var-type "function", + :line 315, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj"} + {:arglists [[options* body]], + :name "pprint-logical-block", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L286", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint-logical-block", - :namespace "clojure.contrib.pprint", - :line 286, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj", - :var-type "macro", - :arglists [[options* body]], :doc "Execute the body as a pretty printing logical block with output to *out* which \nmust be a pretty printing writer. When used from pprint or cl-format, this can be \nassumed. \n\nBefore the body, the caller can optionally specify options: :prefix, :per-line-prefix, \nand :suffix.", - :name "pprint-logical-block"} - {:source-url + :var-type "macro", + :line 286, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([kind]), + :name "pprint-newline", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L306", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint-newline", - :namespace "clojure.contrib.pprint", - :line 306, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([kind]), :doc "Print a conditional newline to a pretty printing stream. kind specifies if the \nnewline is :linear, :miser, :fill, or :mandatory. \n\nOutput is sent to *out* which must be a pretty printing writer.", - :name "pprint-newline"} - {:source-url + :var-type "function", + :line 306, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([kind colnum colinc]), + :name "pprint-tab", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L327", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/pprint-tab", - :namespace "clojure.contrib.pprint", - :line 327, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([kind colnum colinc]), :doc "Tab at this point in the pretty printing stream. kind specifies whether the tab\nis :line, :section, :line-relative, or :section-relative. \n\nColnum and colinc specify the target column and the increment to move the target\nforward if the output is already past the original target.\n\nOutput is sent to *out* which must be a pretty printing writer.\n\nTHIS FUNCTION IS NOT YET IMPLEMENTED.", - :name "pprint-tab"} - {:source-url + :var-type "function", + :line 327, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([function]), + :name "set-pprint-dispatch", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L246", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/set-pprint-dispatch", - :namespace "clojure.contrib.pprint", - :line 246, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([function]), :doc "Set the pretty print dispatch function to a function matching (fn [obj] ...)\nwhere obj is the object to pretty print. That function will be called with *out* set\nto a pretty printing writer to which it should do its printing.\n\nFor example functions, see *simple-dispatch* and *code-dispatch* in \nclojure.contrib.pprint.dispatch.clj.", - :name "set-pprint-dispatch"} - {:source-url + :var-type "function", + :line 246, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([multifn dispatch-val func]), + :name "use-method", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/dispatch.clj#L19", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/use-method", - :namespace "clojure.contrib.pprint", - :line 19, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/dispatch.clj", - :var-type "function", - :arglists ([multifn dispatch-val func]), :doc "Installs a function as a new method of multimethod associated with dispatch-value. ", - :name "use-method"} - {:source-url + :var-type "function", + :line 19, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/dispatch.clj"} + {:arglists ([function & body]), + :name "with-pprint-dispatch", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L259", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/with-pprint-dispatch", - :namespace "clojure.contrib.pprint", - :line 259, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj", - :var-type "macro", - :arglists ([function & body]), :doc "Execute body with the pretty print dispatch function bound to function.", - :name "with-pprint-dispatch"} - {:source-url + :var-type "macro", + :line 259, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([object & kw-args]), + :name "write", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L186", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/write", - :namespace "clojure.contrib.pprint", - :line 186, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([object & kw-args]), :doc "Write an object subject to the current bindings of the printer control variables.\nUse the kw-args argument to override individual variables for this call (and any \nrecursive calls). Returns the string result if :stream is nil or nil otherwise.\n\nThe following keyword arguments can be passed with values:\n Keyword Meaning Default value\n :stream Writer for output or nil true (indicates *out*)\n :base Base to use for writing rationals Current value of *print-base*\n :circle* If true, mark circular structures Current value of *print-circle*\n :length Maximum elements to show in sublists Current value of *print-length*\n :level Maximum depth Current value of *print-level*\n :lines* Maximum lines of output Current value of *print-lines*\n :miser-width Width to enter miser mode Current value of *print-miser-width*\n :dispatch The pretty print dispatch function Current value of *print-pprint-dispatch*\n :pretty If true, do pretty printing Current value of *print-pretty*\n :radix If true, prepend a radix specifier Current value of *print-radix*\n :readably* If true, print readably Current value of *print-readably*\n :right-margin The column for the right margin Current value of *print-right-margin*\n :suppress-namespaces If true, no namespaces in symbols Current value of *print-suppress-namespaces*\n\n * = not yet supported", - :name "write"} - {:source-url + :var-type "function", + :line 186, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([object]), + :name "write-out", + :namespace "clojure.contrib.pprint", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/pprint/pprint_base.clj#L161", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/4cce354d53502c1047990e96c0b424c41a4e0b67/src/main/clojure/clojure/contrib/pprint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/write-out", - :namespace "clojure.contrib.pprint", - :line 161, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj", - :var-type "function", - :arglists ([object]), :doc "Write an object to *out* subject to the current bindings of the printer control \nvariables. Use the kw-args argument to override individual variables for this call (and \nany recursive calls).\n\n*out* must be a PrettyWriter if pretty printing is enabled. This is the responsibility\nof the caller.\n\nThis method is primarily intended for use by pretty print dispatch functions that \nalready know that the pretty printer will have set up their environment appropriately.\nNormal library clients should use the standard \"write\" interface. ", - :name "write-out"} - {:source-url + :var-type "function", + :line 161, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/pprint/pprint_base.clj"} + {:arglists ([v]), + :name "certainly", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L146", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/certainly", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 146, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([v]), :doc "Returns a distribution in which the single value v has probability 1.", - :name "certainly"} - {:source-url + :var-type "function", + :line 146, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([& choices]), + :name "choose", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L92", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/choose", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 92, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([& choices]), :doc "Construct a distribution from an explicit list of probabilities\nand values. They are given in the form of a vector of probability-value\npairs. In the last pair, the probability can be given by the keyword\n:else, which stands for 1 minus the total of the other probabilities.", - :name "choose"} - {:source-url + :var-type "function", + :line 92, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L46", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/cond-dist-m", @@ -6169,20 +7063,24 @@ :var-type "var", :doc "Variant of the dist monad that can handle undefined values.", :name "cond-dist-m"} - {:source-url + {:arglists ([pred dist]), + :name "cond-prob", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L160", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/cond-prob", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 160, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([pred dist]), :doc "Returns the conditional probability for the values in dist that satisfy\nthe predicate pred.", - :name "cond-prob"} - {:source-url + :var-type "function", + :line 160, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L28", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/dist-m", @@ -6194,266 +7092,308 @@ :doc "Monad describing computations on fuzzy quantities, represented by a finite\nprobability distribution for the possible values. A distribution is\nrepresented by a map from values to probabilities.", :name "dist-m"} - {:source-url + {:arglists ([f dist1 dist2]), + :name "join-with", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/join-with", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 151, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([f dist1 dist2]), :doc "Returns the distribution of (f x y) with x from dist1 and y from dist2.", - :name "join-with"} - {:source-url + :var-type "function", + :line 151, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([coll f]), + :name "make-distribution", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L134", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/make-distribution", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 134, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([coll f]), :doc "Returns the distribution in which each element x of the collection\nhas a probability proportional to (f x)", - :name "make-distribution"} - {:source-url + :var-type "function", + :line 134, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([weights]), + :name "normalize", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L70", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/normalize", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 70, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([weights]), :doc "Convert a weight map (e.g. a map of counter values) to a distribution\nby multiplying with a normalization factor. If the map has a key\n:total, its value is assumed to be the sum over all the other values and\nit is used for normalization. Otherwise, the sum is calculated\nexplicitly. The :total key is removed from the resulting distribution.", - :name "normalize"} - {:source-url + :var-type "function", + :line 70, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([pred dist]), + :name "prob", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L197", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/prob", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 197, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([pred dist]), :doc "Return the probability that the predicate pred is satisfied in the\ndistribution dist, i.e. the sum of the probabilities of the values\nthat satisfy pred.", - :name "prob"} - {:source-url + :var-type "function", + :line 197, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([coll]), + :name "uniform", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L84", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/uniform", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 84, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([coll]), :doc "Return a distribution in which each of the elements of coll\nhas the same probability.", - :name "uniform"} - {:source-url + :var-type "function", + :line 84, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([s n]), + :name "zipf", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L140", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/zipf", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 140, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([s n]), :doc "Returns the Zipf distribution in which the numbers k=1..n have\nprobabilities proportional to 1/k^s.", - :name "zipf"} - {:source-url + :var-type "function", + :line 140, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([dist]), + :name "discrete", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/discrete", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 87, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([dist]), :doc "A discrete distribution, defined by a map dist mapping values\nto probabilities. The sum of probabilities must be one.", - :name "discrete"} - {:source-url + :var-type "function", + :line 87, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([lambda]), + :name "exponential", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L146", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/exponential", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 146, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([lambda]), :doc "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of exponential random numbers with parameter lambda.", - :name "exponential"} - {:source-url + :var-type "function", + :line 146, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([mu sigma]), + :name "lognormal", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L137", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/lognormal", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 137, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([mu sigma]), :doc "Transform a sequence of uniform random numbesr in the interval [0, 1)\ninto a sequence of lognormal random numbers with mean mu and standard\ndeviation sigma.", - :name "lognormal"} - {:source-url + :var-type "function", + :line 137, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n r]), + :name "n-sphere", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L228", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/n-sphere", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 228, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n r]), :doc "Return a uniform distribution of n-dimensional vectors inside an\nn-sphere of radius r.", - :name "n-sphere"} - {:source-url + :var-type "function", + :line 228, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([mu sigma]), + :name "normal", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L116", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/normal", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 116, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([mu sigma]), :doc "Transform a sequence urs of uniform random number in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", - :name "normal"} - {:source-url + :var-type "function", + :line 116, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([mu sigma]), + :name "normal-box-muller", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L163", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/normal-box-muller", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 163, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([mu sigma]), :doc "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", - :name "normal-box-muller"} - {:source-url + :var-type "function", + :line 163, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([distribution random-stream-state]), + :name "random-stream", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/random-stream", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 62, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([distribution random-stream-state]), :doc "Define a random stream by a distribution and the state of a\nrandom number stream with uniform distribution in [0, 1).", - :name "random-stream"} - {:source-url + :var-type "function", + :line 62, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([p dist]), + :name "reject", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L74", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/reject", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 74, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([p dist]), :doc "Return the distribution that results from rejecting the values from\ndist that do not satisfy predicate p.", - :name "reject"} - {:source-url + :var-type "function", + :line 74, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n dist]), + :name "sample", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n dist]), :doc "Return the distribution of samples of length n from the\ndistribution dist", - :name "sample"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n dist]), + :name "sample-mean", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-mean", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n dist]), :doc "Return the distribution of the mean over n samples from the\ndistribution dist", - :name "sample-mean"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n dist]), + :name "sample-mean-variance", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-mean-variance", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n dist]), :doc "Return the distribution of the mean-and-variance (a vector containing\nthe mean and the variance) over n samples from the distribution dist", - :name "sample-mean-variance"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([f n dist] [f val n dist]), + :name "sample-reduce", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-reduce", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([f n dist] [f val n dist]), :doc "Returns the distribution of the reduction of f over n samples from the\ndistribution dist.", - :name "sample-reduce"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n dist]), + :name "sample-sum", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-sum", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n dist]), :doc "Return the distribution of the sum over n samples from the\ndistribution dist.", - :name "sample-sum"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([modulus multiplier increment seed]), + :name "lcg", + :namespace "clojure.contrib.probabilities.random-numbers", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/random_numbers.clj#L35", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/random_numbers.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers/lcg", - :namespace "clojure.contrib.probabilities.random-numbers", + :doc "Create a linear congruential generator", + :var-type "function", :line 35, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/random_numbers.clj", - :var-type "function", - :arglists ([modulus multiplier increment seed]), - :doc "Create a linear congruential generator", - :name "lcg"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/probabilities/random_numbers.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/random_numbers.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/probabilities/random_numbers.clj#L56", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers/rand-stream", @@ -6465,7 +7405,9 @@ :doc "A random number stream based on clojure.core/rand. Note that this\ngenerator uses an internal mutable state. The state is thus not stored\nin the stream object and cannot be restored.", :name "rand-stream"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/profile.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/profile.clj#L42", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/*enable-profiling*", @@ -6477,139 +7419,163 @@ :doc "Set this to false before loading/compiling to omit\nprofiling code.", :name "*enable-profiling*"} - {:source-url + {:arglists ([profile-summary]), + :name "print-summary", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/profile.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/print-summary", - :namespace "clojure.contrib.profile", + :doc "Prints a table of the results returned by summarize.", + :var-type "function", :line 95, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/profile.clj", - :var-type "function", - :arglists ([profile-summary]), - :doc "Prints a table of the results returned by summarize.", - :name "print-summary"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/profile.clj"} + {:arglists ([name & body]), + :name "prof", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/profile.clj#L45", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/prof", - :namespace "clojure.contrib.profile", - :line 45, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/profile.clj", - :var-type "macro", - :arglists ([name & body]), :doc "If *enable-profiling* is true, wraps body in profiling code.\nReturns the result of body. Profile timings will be stored in\n*profile-data* using name, which must be a keyword, as the key.\nTimings are measured with System/nanoTime.", - :name "prof"} - {:source-url + :var-type "macro", + :line 45, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/profile.clj"} + {:arglists ([& body]), + :name "profile", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/profile.clj#L106", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/profile", - :namespace "clojure.contrib.profile", - :line 106, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/profile.clj", - :var-type "macro", - :arglists ([& body]), :doc "Runs body with profiling enabled, then prints a summary of\nresults. Returns nil.", - :name "profile"} - {:source-url + :var-type "macro", + :line 106, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/profile.clj"} + {:arglists ([profile-data]), + :name "summarize", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/profile.clj#L73", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/summarize", - :namespace "clojure.contrib.profile", - :line 73, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/profile.clj", - :var-type "function", - :arglists ([profile-data]), :doc "Takes the raw data returned by with-profile-data and returns a map\nfrom names to summary statistics. Each value in the map will look\nlike:\n\n {:mean ..., :min ..., :max ..., :count ..., :sum ...}\n\n:mean, :min, and :max are how long the profiled section took to run,\nin nanoseconds. :count is the total number of times the profiled\nsection was executed. :sum is the total amount of time spent in the\nprofiled section, in nanoseconds.", - :name "summarize"} - {:source-url + :var-type "function", + :line 73, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/profile.clj"} + {:arglists ([& body]), + :name "with-profile-data", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/profile.clj#L63", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/with-profile-data", - :namespace "clojure.contrib.profile", - :line 63, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/profile.clj", - :var-type "macro", - :arglists ([& body]), :doc "Executes body with *profile-data* bound to an atom of a new map.\nReturns the raw profile data as a map. Keys in the map are profile\nnames (keywords), and values are lists of elapsed time, in\nnanoseconds.", - :name "with-profile-data"} - {:source-url + :var-type "macro", + :line 63, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/profile.clj"} + {:arglists ([m]), + :name "as-properties", + :namespace "clojure.contrib.properties", + :source-url "http://github.com/clojure/clojure-contrib/blob/e1c5056f0bea0aadebf6b2384d66a36c034d3251/src/main/clojure/clojure/contrib/properties.clj#L53", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e1c5056f0bea0aadebf6b2384d66a36c034d3251/src/main/clojure/clojure/contrib/properties.clj", :wiki-url "http://clojure.github.com/clojure-contrib//properties-api.html#clojure.contrib.properties/as-properties", - :namespace "clojure.contrib.properties", - :line 53, - :file "clojure/contrib/properties.clj", - :var-type "function", - :arglists ([m]), :doc "Convert any seq of pairs to a java.utils.Properties instance.\nUses as-str to convert both keys and values into strings.", - :name "as-properties"} - {:source-url + :var-type "function", + :line 53, + :file "clojure/contrib/properties.clj"} + {:arglists ([stringable] [stringable default]), + :name "get-system-property", + :namespace "clojure.contrib.properties", + :source-url "http://github.com/clojure/clojure-contrib/blob/e1c5056f0bea0aadebf6b2384d66a36c034d3251/src/main/clojure/clojure/contrib/properties.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e1c5056f0bea0aadebf6b2384d66a36c034d3251/src/main/clojure/clojure/contrib/properties.clj", :wiki-url "http://clojure.github.com/clojure-contrib//properties-api.html#clojure.contrib.properties/get-system-property", - :namespace "clojure.contrib.properties", - :line 18, - :file "clojure/contrib/properties.clj", - :var-type "function", - :arglists ([stringable] [stringable default]), :doc "Get a system property.", - :name "get-system-property"} - {:source-url + :var-type "function", + :line 18, + :file "clojure/contrib/properties.clj"} + {:arglists ([file-able]), + :name "read-properties", + :namespace "clojure.contrib.properties", + :source-url "http://github.com/clojure/clojure-contrib/blob/e1c5056f0bea0aadebf6b2384d66a36c034d3251/src/main/clojure/clojure/contrib/properties.clj#L63", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e1c5056f0bea0aadebf6b2384d66a36c034d3251/src/main/clojure/clojure/contrib/properties.clj", :wiki-url "http://clojure.github.com/clojure-contrib//properties-api.html#clojure.contrib.properties/read-properties", - :namespace "clojure.contrib.properties", - :line 63, - :file "clojure/contrib/properties.clj", - :var-type "function", - :arglists ([file-able]), :doc "Read properties from file-able.", - :name "read-properties"} - {:source-url + :var-type "function", + :line 63, + :file "clojure/contrib/properties.clj"} + {:arglists ([settings]), + :name "set-system-properties", + :namespace "clojure.contrib.properties", + :source-url "http://github.com/clojure/clojure-contrib/blob/e1c5056f0bea0aadebf6b2384d66a36c034d3251/src/main/clojure/clojure/contrib/properties.clj#L25", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e1c5056f0bea0aadebf6b2384d66a36c034d3251/src/main/clojure/clojure/contrib/properties.clj", :wiki-url "http://clojure.github.com/clojure-contrib//properties-api.html#clojure.contrib.properties/set-system-properties", - :namespace "clojure.contrib.properties", - :line 25, - :file "clojure/contrib/properties.clj", - :var-type "function", - :arglists ([settings]), :doc "Set some system properties. Nil clears a property.", - :name "set-system-properties"} - {:source-url + :var-type "function", + :line 25, + :file "clojure/contrib/properties.clj"} + {:arglists ([settings & body]), + :name "with-system-properties", + :namespace "clojure.contrib.properties", + :source-url "http://github.com/clojure/clojure-contrib/blob/e1c5056f0bea0aadebf6b2384d66a36c034d3251/src/main/clojure/clojure/contrib/properties.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e1c5056f0bea0aadebf6b2384d66a36c034d3251/src/main/clojure/clojure/contrib/properties.clj", :wiki-url "http://clojure.github.com/clojure-contrib//properties-api.html#clojure.contrib.properties/with-system-properties", - :namespace "clojure.contrib.properties", - :line 33, - :file "clojure/contrib/properties.clj", - :var-type "macro", - :arglists ([settings & body]), :doc "setting => property-name value\n\nSets the system properties to the supplied values, executes the body, and\nsets the properties back to their original values. Values of nil are\ntranslated to a clearing of the property.", - :name "with-system-properties"} - {:source-url + :var-type "macro", + :line 33, + :file "clojure/contrib/properties.clj"} + {:arglists ([m file-able] [m file-able comments]), + :name "write-properties", + :namespace "clojure.contrib.properties", + :source-url "http://github.com/clojure/clojure-contrib/blob/e1c5056f0bea0aadebf6b2384d66a36c034d3251/src/main/clojure/clojure/contrib/properties.clj#L70", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/e1c5056f0bea0aadebf6b2384d66a36c034d3251/src/main/clojure/clojure/contrib/properties.clj", :wiki-url "http://clojure.github.com/clojure-contrib//properties-api.html#clojure.contrib.properties/write-properties", - :namespace "clojure.contrib.properties", - :line 70, - :file "clojure/contrib/properties.clj", - :var-type "function", - :arglists ([m file-able] [m file-able comments]), :doc "Write properties to file-able.", - :name "write-properties"} - {:source-url + :var-type "function", + :line 70, + :file "clojure/contrib/properties.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/prxml.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/prxml.clj#L32", :wiki-url "http://clojure.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/*html-compatible*", @@ -6620,7 +7586,9 @@ :var-type "var", :doc "If true, empty tags will have a space before the closing />", :name "*html-compatible*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/prxml.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/prxml.clj#L36", :wiki-url "http://clojure.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/*prxml-indent*", @@ -6632,135 +7600,157 @@ :doc "The number of spaces to indent sub-tags. nil for no indent\nand no extra line-breaks.", :name "*prxml-indent*"} - {:source-url + {:arglists ([& args]), + :name "prxml", + :namespace "clojure.contrib.prxml", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/prxml.clj#L146", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/prxml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/prxml", - :namespace "clojure.contrib.prxml", - :line 146, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/prxml.clj", - :var-type "function", - :arglists ([& args]), :doc "Print XML to *out*. Vectors become XML tags: the first item is the\ntag name; optional second item is a map of attributes.\n\nSequences are processed recursively, so you can use map and other\nsequence functions inside prxml.\n\n (prxml [:p {:class \"greet\"} [:i \"Ladies & gentlemen\"]])\n ; => <p class=\"greet\"><i>Ladies & gentlemen</i></p>\n\nPSEUDO-TAGS: some keywords have special meaning:\n\n :raw! do not XML-escape contents\n :comment! create an XML comment\n :decl! create an XML declaration, with attributes\n :cdata! create a CDATA section\n :doctype! create a DOCTYPE!\n\n (prxml [:p [:raw! \"<i>here & gone</i>\"]])\n ; => <p><i>here & gone</i></p>\n\n (prxml [:decl! {:version \"1.1\"}])\n ; => <?xml version=\"1.1\" encoding=\"UTF-8\"?>", - :name "prxml"} - {:source-url + :var-type "function", + :line 146, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/prxml.clj"} + {:arglists ([klass method-name params obj & args]), + :name "call-method", + :namespace "clojure.contrib.reflect", + :source-url "http://github.com/clojure/clojure-contrib/blob/91582e13e7b93b23fb53f821caa73fd23368d551/src/main/clojure/clojure/contrib/reflect.clj#L12", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/91582e13e7b93b23fb53f821caa73fd23368d551/src/main/clojure/clojure/contrib/reflect.clj", :wiki-url "http://clojure.github.com/clojure-contrib//reflect-api.html#clojure.contrib.reflect/call-method", - :namespace "clojure.contrib.reflect", - :line 12, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/reflect.clj", - :var-type "function", - :arglists ([klass method-name params obj & args]), :doc "Calls a private or protected method.\n\nparams is a vector of classes which correspond to the arguments to\nthe method e\n\nobj is nil for static methods, the instance object otherwise.\n\nThe method-name is given a symbol or a keyword (something Named).", - :name "call-method"} - {:source-url + :var-type "function", + :line 12, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/reflect.clj"} + {:arglists ([klass field-name obj]), + :name "get-field", + :namespace "clojure.contrib.reflect", + :source-url "http://github.com/clojure/clojure-contrib/blob/91582e13e7b93b23fb53f821caa73fd23368d551/src/main/clojure/clojure/contrib/reflect.clj#L27", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/91582e13e7b93b23fb53f821caa73fd23368d551/src/main/clojure/clojure/contrib/reflect.clj", :wiki-url "http://clojure.github.com/clojure-contrib//reflect-api.html#clojure.contrib.reflect/get-field", - :namespace "clojure.contrib.reflect", - :line 27, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/reflect.clj", - :var-type "function", - :arglists ([klass field-name obj]), :doc "Access to private or protected field. field-name is a symbol or\nkeyword.", - :name "get-field"} - {:source-url + :var-type "function", + :line 27, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/reflect.clj"} + {:arglists ([]), + :name "print-repl-info", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj#L208", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/print-repl-info", - :namespace "clojure.contrib.repl-ln", + :doc "Prints info about the current repl", + :var-type "function", :line 208, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([]), - :doc "Prints info about the current repl", - :name "print-repl-info"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:arglists ([& options]), + :name "repl", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj#L217", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl", - :namespace "clojure.contrib.repl-ln", - :line 217, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([& options]), :doc "A repl that supports line numbers. For definitions and evaluations made\nat the repl, the repl-name and line number will be reported as the\norigin. Use set-repl-name and set-repl-prompt to customize the repl name\nand prompt. This repl supports all of the keyword arguments documented\nfor clojure.main/repl with the following change and additions:\n\n - :prompt has a new default\n default: #(clojure.core/print (repl-prompt))\n\n - :name-fmt, Name format string\n default: the name-fmt of the parent repl, or \"repl-%S\"\n\n - :prompt-fmt, Prompt format string\n default: the prompt-fmt of the parent repl, or \"%S:%L %N=> \"", - :name "repl"} - {:source-url + :var-type "function", + :line 217, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:arglists ([]), + :name "repl-info", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj#L202", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl-info", - :namespace "clojure.contrib.repl-ln", + :doc "Returns a map of info about the current repl", + :var-type "function", :line 202, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([]), - :doc "Returns a map of info about the current repl", - :name "repl-info"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:arglists ([]), + :name "repl-prompt", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj#L148", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl-prompt", - :namespace "clojure.contrib.repl-ln", - :line 148, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current repl prompt based on this repl's prompt-fmt", - :name "repl-prompt"} - {:source-url + :var-type "function", + :line 148, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:arglists ([] [name-fmt]), + :name "set-repl-name", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj#L157", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/set-repl-name", - :namespace "clojure.contrib.repl-ln", - :line 157, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([] [name-fmt]), :doc "Sets the repl name format to the string name-fmt. Include the following\ncodes in the name to make the corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n\nWith no arguments, resets the repl name to its default: \"repl-%S\"", - :name "set-repl-name"} - {:source-url + :var-type "function", + :line 157, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:arglists ([] [prompt-fmt]), + :name "set-repl-prompt", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj#L180", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/set-repl-prompt", - :namespace "clojure.contrib.repl-ln", - :line 180, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([] [prompt-fmt]), :doc "Sets the repl prompt. Include the following codes in the prompt to make\nthe corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n %L - input line number\n %N - namespace name\n\nWith no arguments, resets the repl pompt to its default: \"%S:%L %N=> \"", - :name "set-repl-prompt"} - {:source-url + :var-type "function", + :line 180, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:arglists ([& options]), + :name "stream-repl", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj#L119", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/stream-repl", - :namespace "clojure.contrib.repl-ln", - :line 119, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([& options]), :doc "Repl entry point that provides convenient overriding of input, output,\nand err streams via sequential keyword-value pairs. Default values\nfor :in, :out, and :err are streams associated with System/in,\nSystem/out, and System/err using UTF-8 encoding. Also supports all the\noptions provided by clojure.contrib.repl-ln/repl.", - :name "stream-repl"} - {:source-url + :var-type "function", + :line 119, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_utils/javadoc.clj#L18", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/*local-javadocs*", @@ -6771,7 +7761,9 @@ :doc "Ref to a list of local paths for Javadoc-generated HTML\nfiles.", :name "*local-javadocs*"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_utils/javadoc.clj#L28", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/*remote-javadocs*", @@ -6782,48 +7774,56 @@ :doc "Ref to a map from package name prefixes to URLs for remote\nJavadocs.", :name "*remote-javadocs*"} - {:source-url + {:arglists ([] [t]), + :name "add-break-thread!", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj#L168", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-break-thread!", - :namespace "clojure.contrib.repl-utils", - :line 168, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([] [t]), :doc "Add the given thread to break-threads so that it will be stopped\nany time the user presses Ctrl-C. Calls start-handling-break for\nyou. Adds the current thread if none is given.", - :name "add-break-thread!"} - {:source-url + :var-type "function", + :line 168, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj"} + {:arglists ([path]), + :name "add-local-javadoc", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_utils/javadoc.clj#L43", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-local-javadoc", - :namespace "clojure.contrib.repl-utils", - :line 43, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "function", - :arglists ([path]), :doc "Adds to the list of local Javadoc paths.", - :name "add-local-javadoc"} - {:source-url + :var-type "function", + :line 43, + :file "clojure/contrib/repl_utils/javadoc.clj"} + {:arglists ([package-prefix url]), + :name "add-remote-javadoc", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_utils/javadoc.clj#L48", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-remote-javadoc", - :namespace "clojure.contrib.repl-utils", - :line 48, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "function", - :arglists ([package-prefix url]), :doc "Adds to the list of remote Javadoc URLs. package-prefix is the\nbeginning of the package name that has docs at this URL.", - :name "add-remote-javadoc"} + :var-type "function", + :line 48, + :file "clojure/contrib/repl_utils/javadoc.clj"} {:arglists ([str-or-pattern]), :name "apropos", :namespace "clojure.contrib.repl-utils", :source-url "http://github.com/clojure/clojure-contrib/blob/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj#L133", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/apropos", :doc @@ -6832,7 +7832,9 @@ :line 133, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj#L149", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/break-threads", @@ -6844,37 +7846,43 @@ :doc "Threads to stop when Ctrl-C is pressed. See 'add-break-thread!'", :name "break-threads"} - {:source-url + {:arglists ([expr]), + :name "expression-info", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj#L181", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/expression-info", - :namespace "clojure.contrib.repl-utils", - :line 181, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([expr]), :doc "Uses the Clojure compiler to analyze the given s-expr. Returns\na map with keys :class and :primitive? indicating what the compiler\nconcluded about the return value of the expression. Returns nil if\nnot type info can be determined at compile-time.\n\nExample: (expression-info '(+ (int 5) (float 10)))\nReturns: {:class float, :primitive? true}", - :name "expression-info"} - {:source-url + :var-type "function", + :line 181, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj"} + {:arglists ([classname]), + :name "find-javadoc-url", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_utils/javadoc.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/find-javadoc-url", - :namespace "clojure.contrib.repl-utils", - :line 54, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "function", - :arglists ([classname]), :doc "Searches for a URL for the given class name. Tries\n*local-javadocs* first, then *remote-javadocs*. Returns a string.", - :name "find-javadoc-url"} + :var-type "function", + :line 54, + :file "clojure/contrib/repl_utils/javadoc.clj"} {:arglists ([x]), :name "get-source", :namespace "clojure.contrib.repl-utils", :source-url "http://github.com/clojure/clojure-contrib/blob/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj#L100", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/get-source", :doc @@ -6883,63 +7891,73 @@ :line 100, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj"} - {:source-url + {:arglists ([class-or-object]), + :name "javadoc", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/repl_utils/javadoc.clj#L74", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/javadoc", - :namespace "clojure.contrib.repl-utils", - :line 74, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "function", - :arglists ([class-or-object]), :doc "Opens a browser window displaying the javadoc for the argument.\nTries *local-javadocs* first, then *remote-javadocs*.", - :name "javadoc"} - {:source-url + :var-type "function", + :line 74, + :file "clojure/contrib/repl_utils/javadoc.clj"} + {:arglists ([ns-name & args]), + :name "run", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj#L206", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/run", - :namespace "clojure.contrib.repl-utils", - :line 206, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj", - :var-type "macro", - :arglists ([ns-name & args]), :doc "Loads the specified namespace and invokes its \"main\" function with\noptional args. ns-name is not evaluated.", - :name "run"} - {:source-url + :var-type "macro", + :line 206, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj"} + {:arglists ([ns-sym & args]), + :name "run*", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj#L199", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/run*", - :namespace "clojure.contrib.repl-utils", - :line 199, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([ns-sym & args]), :doc "Loads the specified namespace and invokes its \"main\" function with\noptional args.", - :name "run*"} - {:source-url + :var-type "function", + :line 199, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj"} + {:arglists ([x] [x selector]), + :name "show", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/show", - :namespace "clojure.contrib.repl-utils", - :line 62, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([x] [x selector]), :doc "With one arg prints all static and instance members of x or (class x).\nEach member is listed with a number which can be given as 'selector'\nto return the member object -- the REPL will print more details for\nthat member.\n\nThe selector also may be a string or regex, in which case only\nmembers whose names match 'selector' as a case-insensitive regex\nwill be printed.\n\nFinally, the selector also may be a predicate, in which case only\nmembers for which the predicate returns true will be printed. The\npredicate will be passed a single argument, a map that includes the\n:text that will be printed and the :member object itself, as well as\nall the properies of the member object as translated by 'bean'.\n\nExamples: (show Integer) (show []) (show String 23) (show String \"case\")", - :name "show"} + :var-type "function", + :line 62, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj"} {:arglists ([n]), :name "source", :namespace "clojure.contrib.repl-utils", :source-url "http://github.com/clojure/clojure-contrib/blob/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj#L123", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/source", :doc @@ -6948,51 +7966,59 @@ :line 123, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj"} - {:source-url + {:arglists ([]), + :name "start-handling-break", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj#L153", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/fdda2d2c1cb046203470eaed264810ddaf895bcf/src/main/clojure/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/start-handling-break", - :namespace "clojure.contrib.repl-utils", - :line 153, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([]), :doc "Register INT signal handler. After calling this, Ctrl-C will cause\nall break-threads to be stopped. See 'add-break-thread!'", - :name "start-handling-break"} - {:source-url + :var-type "function", + :line 153, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/repl_utils.clj"} + {:arglists ([filler-func & optseq]), + :name "fill-queue", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L188", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/fill-queue", - :namespace "clojure.contrib.seq", - :line 188, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj", - :var-type "function", - :arglists ([filler-func & optseq]), :doc "filler-func will be called in another thread with a single arg\n'fill'. filler-func may call fill repeatedly with one arg each\ntime which will be pushed onto a queue, blocking if needed until\nthis is possible. fill-queue will return a lazy seq of the values\nfiller-func has pushed onto the queue, blocking if needed until each\nnext element becomes available. filler-func's return value is ignored.", - :name "fill-queue"} - {:source-url + :var-type "function", + :line 188, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} + {:arglists ([pred coll]), + :name "find-first", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L179", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/find-first", - :namespace "clojure.contrib.seq", - :line 179, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj", - :var-type "function", - :arglists ([pred coll]), :doc "Returns the first item of coll for which (pred item) returns logical true.\nConsumes sequences up to the first match, will consume the entire sequence\nand return nil if no match is found.", - :name "find-first"} + :var-type "function", + :line 179, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} {:arglists ([x]), :name "flatten", :namespace "clojure.contrib.seq", :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L35", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/flatten", :doc @@ -7007,6 +8033,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L89", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/frequencies", :doc @@ -7021,6 +8049,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L61", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/group-by", :doc @@ -7035,6 +8065,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L229", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/includes?", :doc @@ -7043,25 +8075,29 @@ :line 229, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} - {:source-url + {:arglists ([s]), + :name "indexed", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L51", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/indexed", - :namespace "clojure.contrib.seq", - :line 51, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj", - :var-type "function", - :arglists ([s]), :doc "Returns a lazy sequence of [index, item] pairs, where items come\nfrom 's' and indexes count up from zero.\n\n(indexed '(a b c d)) => ([0 a] [1 b] [2 c] [3 d])", - :name "indexed"} + :var-type "function", + :line 51, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} {:arglists ([n coll] [n step coll]), :name "partition-all", :namespace "clojure.contrib.seq", :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L139", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/partition-all", :doc @@ -7076,6 +8112,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L76", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/partition-by", :doc @@ -7084,25 +8122,29 @@ :line 76, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} - {:source-url + {:arglists ([pred coll]), + :name "positions", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L223", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/positions", - :namespace "clojure.contrib.seq", - :line 223, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj", - :var-type "function", - :arglists ([pred coll]), :doc "Returns a lazy sequence containing the positions at which pred\nis true for items in coll.", - :name "positions"} + :var-type "function", + :line 223, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} {:arglists ([s]), :name "rand-elt", :namespace "clojure.contrib.seq", :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L160", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/rand-elt", :doc @@ -7111,38 +8153,44 @@ :line 160, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} - {:source-url + {:arglists ([binding-name & exprs]), + :name "rec-cat", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L108", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/rec-cat", - :namespace "clojure.contrib.seq", - :line 108, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj", - :var-type "macro", - :arglists ([binding-name & exprs]), :doc "Similar to lazy-cat but binds the resulting sequence to the supplied \nbinding-name, allowing for recursive expressions.", - :name "rec-cat"} - {:source-url + :var-type "macro", + :line 108, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} + {:arglists ([binding-name & body]), + :name "rec-seq", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L101", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/rec-seq", - :namespace "clojure.contrib.seq", - :line 101, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj", - :var-type "macro", - :arglists ([binding-name & body]), :doc "Similar to lazy-seq but binds the resulting seq to the supplied \nbinding-name, allowing for recursive expressions.", - :name "rec-seq"} + :var-type "macro", + :line 101, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} {:arglists ([f coll] [f init coll]), :name "reductions", :namespace "clojure.contrib.seq", :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L117", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/reductions", :doc @@ -7151,49 +8199,57 @@ :line 117, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} - {:source-url + {:arglists ([x]), + :name "rotations", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L129", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/rotations", - :namespace "clojure.contrib.seq", + :doc "Returns a lazy seq of all rotations of a seq", + :var-type "function", :line 129, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj", - :var-type "function", - :arglists ([x]), - :doc "Returns a lazy seq of all rotations of a seq", - :name "rotations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} + {:arglists ([f s]), + :name "separate", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L45", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/separate", - :namespace "clojure.contrib.seq", - :line 45, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj", - :var-type "function", - :arglists ([f s]), :doc "Returns a vector:\n[ (filter f s), (filter (complement f) s) ]", - :name "separate"} - {:source-url + :var-type "function", + :line 45, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} + {:arglists ([s]), + :name "seq-on", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L168", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/seq-on", - :namespace "clojure.contrib.seq", - :line 168, - :file "clojure/contrib/seq.clj", - :var-type "multimethod", - :arglists ([s]), :doc "Returns a seq on the object s. Works like the built-in seq but as\na multimethod that can have implementations for new classes and types.", - :name "seq-on"} + :var-type "multimethod", + :line 168, + :file "clojure/contrib/seq.clj"} {:arglists ([coll]), :name "shuffle", :namespace "clojure.contrib.seq", :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L151", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/shuffle", :doc @@ -7202,38 +8258,44 @@ :line 151, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq.clj"} - {:source-url + {:arglists ([filler-func & optseq]), + :name "fill-queue", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L193", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/fill-queue", - :namespace "clojure.contrib.seq-utils", - :line 193, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([filler-func & optseq]), :doc "filler-func will be called in another thread with a single arg\n'fill'. filler-func may call fill repeatedly with one arg each\ntime which will be pushed onto a queue, blocking if needed until\nthis is possible. fill-queue will return a lazy seq of the values\nfiller-func has pushed onto the queue, blocking if needed until each\nnext element becomes available. filler-func's return value is ignored.", - :name "fill-queue"} - {:source-url + :var-type "function", + :line 193, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} + {:arglists ([pred coll]), + :name "find-first", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L184", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/find-first", - :namespace "clojure.contrib.seq-utils", - :line 184, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([pred coll]), :doc "Returns the first item of coll for which (pred item) returns logical true.\nConsumes sequences up to the first match, will consume the entire sequence\nand return nil if no match is found.", - :name "find-first"} + :var-type "function", + :line 184, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} {:arglists ([x]), :name "flatten", :namespace "clojure.contrib.seq-utils", :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L39", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/flatten", :doc @@ -7248,6 +8310,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L93", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/frequencies", :doc @@ -7262,6 +8326,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L65", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/group-by", :doc @@ -7276,6 +8342,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L234", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/includes?", :doc @@ -7284,25 +8352,29 @@ :line 234, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} - {:source-url + {:arglists ([s]), + :name "indexed", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L55", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/indexed", - :namespace "clojure.contrib.seq-utils", - :line 55, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([s]), :doc "Returns a lazy sequence of [index, item] pairs, where items come\nfrom 's' and indexes count up from zero.\n\n(indexed '(a b c d)) => ([0 a] [1 b] [2 c] [3 d])", - :name "indexed"} + :var-type "function", + :line 55, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} {:arglists ([n coll] [n step coll]), :name "partition-all", :namespace "clojure.contrib.seq-utils", :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L143", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/partition-all", :doc @@ -7317,6 +8389,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L80", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/partition-by", :doc @@ -7325,25 +8399,29 @@ :line 80, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} - {:source-url + {:arglists ([pred coll]), + :name "positions", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L228", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/positions", - :namespace "clojure.contrib.seq-utils", - :line 228, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([pred coll]), :doc "Returns a lazy sequence containing the positions at which pred\nis true for items in coll.", - :name "positions"} + :var-type "function", + :line 228, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} {:arglists ([s]), :name "rand-elt", :namespace "clojure.contrib.seq-utils", :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L164", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rand-elt", :doc @@ -7352,38 +8430,44 @@ :line 164, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} - {:source-url + {:arglists ([binding-name & exprs]), + :name "rec-cat", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L112", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rec-cat", - :namespace "clojure.contrib.seq-utils", - :line 112, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj", - :var-type "macro", - :arglists ([binding-name & exprs]), :doc "Similar to lazy-cat but binds the resulting sequence to the supplied \nbinding-name, allowing for recursive expressions.", - :name "rec-cat"} - {:source-url + :var-type "macro", + :line 112, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} + {:arglists ([binding-name & body]), + :name "rec-seq", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L105", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rec-seq", - :namespace "clojure.contrib.seq-utils", - :line 105, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj", - :var-type "macro", - :arglists ([binding-name & body]), :doc "Similar to lazy-seq but binds the resulting seq to the supplied \nbinding-name, allowing for recursive expressions.", - :name "rec-seq"} + :var-type "macro", + :line 105, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} {:arglists ([f coll] [f init coll]), :name "reductions", :namespace "clojure.contrib.seq-utils", :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L121", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/reductions", :doc @@ -7392,50 +8476,58 @@ :line 121, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} - {:source-url + {:arglists ([x]), + :name "rotations", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L133", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rotations", - :namespace "clojure.contrib.seq-utils", + :doc "Returns a lazy seq of all rotations of a seq", + :var-type "function", :line 133, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([x]), - :doc "Returns a lazy seq of all rotations of a seq", - :name "rotations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} + {:arglists ([f s]), + :name "separate", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/separate", - :namespace "clojure.contrib.seq-utils", - :line 49, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj", - :var-type "function", - :arglists ([f s]), :doc "Returns a vector:\n[ (filter f s), (filter (complement f) s) ]", - :name "separate"} - {:source-url + :var-type "function", + :line 49, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} + {:arglists ([s]), + :name "seq-on", + :namespace "clojure.contrib.seq-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L173", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/seq-on", - :namespace "clojure.contrib.seq-utils", - :line 173, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj", - :var-type "multimethod", - :arglists ([s]), :doc "Returns a seq on the object s. Works like the built-in seq but as\na multimethod that can have implementations for new classes and types.", - :name "seq-on"} + :var-type "multimethod", + :line 173, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} {:arglists ([coll]), :name "shuffle", :namespace "clojure.contrib.seq-utils", :source-url "http://github.com/clojure/clojure-contrib/blob/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj#L155", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/7f2b012cb679d0ad19f8949c95b7ef479fe1ff22/src/main/clojure/clojure/contrib/seq_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/shuffle", :doc @@ -7444,62 +8536,72 @@ :line 155, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/seq_utils.clj"} - {:source-url + {:arglists ([port backlog bind-addr] [port backlog] [port]), + :name "create-repl-server", + :namespace "clojure.contrib.server-socket", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/server_socket.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/server_socket.clj", :wiki-url "http://clojure.github.com/clojure-contrib//server-socket-api.html#clojure.contrib.server-socket/create-repl-server", - :namespace "clojure.contrib.server-socket", + :doc "create a repl on a socket", + :var-type "function", :line 87, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/server_socket.clj", - :var-type "function", - :arglists ([port backlog bind-addr] [port backlog] [port]), - :doc "create a repl on a socket", - :name "create-repl-server"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/server_socket.clj"} + {:arglists + ([port fun backlog bind-addr] [port fun backlog] [port fun]), + :name "create-server", + :namespace "clojure.contrib.server-socket", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/server_socket.clj#L53", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/server_socket.clj", :wiki-url "http://clojure.github.com/clojure-contrib//server-socket-api.html#clojure.contrib.server-socket/create-server", - :namespace "clojure.contrib.server-socket", - :line 53, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/server_socket.clj", - :var-type "function", - :arglists - ([port fun backlog bind-addr] [port fun backlog] [port fun]), :doc "Creates a server socket on port. Upon accept, a new thread is\ncreated which calls:\n\n(fun input-stream output-stream)\n\nOptional arguments support specifying a listen backlog and binding\nto a specific endpoint.", - :name "create-server"} - {:source-url + :var-type "function", + :line 53, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/server_socket.clj"} + {:arglists ([set1 set2]), + :name "proper-subset?", + :namespace "clojure.contrib.set", + :source-url "http://github.com/clojure/clojure-contrib/blob/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0/src/main/clojure/clojure/contrib/set.clj#L40", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0/src/main/clojure/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/proper-subset?", - :namespace "clojure.contrib.set", + :doc "Is s1 a proper subset of s2?", + :var-type "function", :line 40, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/set.clj", - :var-type "function", - :arglists ([set1 set2]), - :doc "Is s1 a proper subset of s2?", - :name "proper-subset?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/set.clj"} + {:arglists ([set1 set2]), + :name "proper-superset?", + :namespace "clojure.contrib.set", + :source-url "http://github.com/clojure/clojure-contrib/blob/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0/src/main/clojure/clojure/contrib/set.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0/src/main/clojure/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/proper-superset?", - :namespace "clojure.contrib.set", + :doc "Is s1 a proper superset of s2?", + :var-type "function", :line 47, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/set.clj", - :var-type "function", - :arglists ([set1 set2]), - :doc "Is s1 a proper superset of s2?", - :name "proper-superset?"} + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/set.clj"} {:arglists ([set1 set2]), :name "subset?", :namespace "clojure.contrib.set", :source-url "http://github.com/clojure/clojure-contrib/blob/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0/src/main/clojure/clojure/contrib/set.clj#L24", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0/src/main/clojure/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/subset?", :doc "Is set1 a subset of set2?", @@ -7513,6 +8615,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0/src/main/clojure/clojure/contrib/set.clj#L32", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/f671a27b020bf746d02b9dbeeafdb4bd49ebf0b0/src/main/clojure/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/superset?", :doc "Is set1 a superset of set2?", @@ -7520,850 +8624,984 @@ :line 32, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/set.clj"} - {:source-url + {:arglists ([& args]), + :name "sh", + :namespace "clojure.contrib.shell", + :source-url "http://github.com/clojure/clojure-contrib/blob/6e721ff777dd52801cafe693868d8118a62076de/src/main/clojure/clojure/contrib/shell.clj#L86", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6e721ff777dd52801cafe693868d8118a62076de/src/main/clojure/clojure/contrib/shell.clj", :wiki-url "http://clojure.github.com/clojure-contrib//shell-api.html#clojure.contrib.shell/sh", - :namespace "clojure.contrib.shell", - :line 86, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/shell.clj", - :var-type "function", - :arglists ([& args]), :doc "Passes the given strings to Runtime.exec() to launch a sub-process.\n\nOptions are\n\n:in may be given followed by a String specifying text to be fed to the \n sub-process's stdin. \n:out option may be given followed by :bytes or a String. If a String \n is given, it will be used as a character encoding name (for \n example \"UTF-8\" or \"ISO-8859-1\") to convert the \n sub-process's stdout to a String which is returned.\n If :bytes is given, the sub-process's stdout will be stored in \n a byte array and returned. Defaults to UTF-8.\n:return-map\n when followed by boolean true, sh returns a map of\n :exit => sub-process's exit code\n :out => sub-process's stdout (as byte[] or String)\n :err => sub-process's stderr (as byte[] or String)\n when not given or followed by false, sh returns a single\n array or String of the sub-process's stdout followed by its\n stderr\n:env override the process env with a map (or the underlying Java\n String[] if you are a masochist).\n:dir override the process dir with a String or java.io.File.\n\nYou can bind :env or :dir for multiple operations using with-sh-env\nand with-sh-dir.", - :name "sh"} - {:source-url + :var-type "function", + :line 86, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/shell.clj"} + {:arglists ([& args]), + :name "sh", + :namespace "clojure.contrib.shell-out", + :source-url "http://github.com/clojure/clojure-contrib/blob/6e721ff777dd52801cafe693868d8118a62076de/src/main/clojure/clojure/contrib/shell_out.clj#L86", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6e721ff777dd52801cafe693868d8118a62076de/src/main/clojure/clojure/contrib/shell_out.clj", :wiki-url "http://clojure.github.com/clojure-contrib//shell-out-api.html#clojure.contrib.shell-out/sh", - :namespace "clojure.contrib.shell-out", - :line 86, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/shell_out.clj", - :var-type "function", - :arglists ([& args]), :doc "Passes the given strings to Runtime.exec() to launch a sub-process.\n\nOptions are\n\n:in may be given followed by a String specifying text to be fed to the \n sub-process's stdin. \n:out option may be given followed by :bytes or a String. If a String \n is given, it will be used as a character encoding name (for \n example \"UTF-8\" or \"ISO-8859-1\") to convert the \n sub-process's stdout to a String which is returned.\n If :bytes is given, the sub-process's stdout will be stored in \n a byte array and returned. Defaults to UTF-8.\n:return-map\n when followed by boolean true, sh returns a map of\n :exit => sub-process's exit code\n :out => sub-process's stdout (as byte[] or String)\n :err => sub-process's stderr (as byte[] or String)\n when not given or followed by false, sh returns a single\n array or String of the sub-process's stdout followed by its\n stderr\n:env override the process env with a map (or the underlying Java\n String[] if you are a masochist).\n:dir override the process dir with a String or java.io.File.\n\nYou can bind :env or :dir for multiple operations using with-sh-env\nand with-sh-dir.", - :name "sh"} - {:source-url + :var-type "function", + :line 86, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/shell_out.clj"} + {:arglists ([f]), + :name "global-singleton", + :namespace "clojure.contrib.singleton", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/singleton.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/singleton.clj", :wiki-url "http://clojure.github.com/clojure-contrib//singleton-api.html#clojure.contrib.singleton/global-singleton", - :namespace "clojure.contrib.singleton", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/singleton.clj", - :var-type "function", - :arglists ([f]), :doc "Returns a global singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f just once, the first time it is needed, and\ncache the value for all subsequent calls.\n\nWarning: global singletons are often unsafe in multi-threaded code.\nConsider per-thread-singleton instead.", - :name "global-singleton"} - {:source-url + :var-type "function", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/singleton.clj"} + {:arglists ([f]), + :name "per-thread-singleton", + :namespace "clojure.contrib.singleton", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/singleton.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/singleton.clj", :wiki-url "http://clojure.github.com/clojure-contrib//singleton-api.html#clojure.contrib.singleton/per-thread-singleton", - :namespace "clojure.contrib.singleton", - :line 41, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/singleton.clj", - :var-type "function", - :arglists ([f]), :doc "Returns a per-thread singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f only once for each thread, and cache its value\nfor subsequent calls from the same thread. This allows you to\nsafely and lazily initialize shared objects on a per-thread basis.\n\nWarning: due to a bug in JDK 5, it may not be safe to use a\nper-thread-singleton in the initialization function for another\nper-thread-singleton. See\nhttp://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230", - :name "per-thread-singleton"} - {:source-url + :var-type "function", + :line 41, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/singleton.clj"} + {:arglists ([]), + :name "connection", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L30", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/connection", - :namespace "clojure.contrib.sql", - :line 30, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current database connection (or throws if there is none)", - :name "connection"} - {:source-url + :var-type "function", + :line 30, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([name & specs]), + :name "create-table", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L103", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/create-table", - :namespace "clojure.contrib.sql", - :line 103, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([name & specs]), :doc "Creates a table on the open database connection given a table name and\nspecs. Each spec is either a column spec: a vector containing a column\nname and optionally a type and other constraints, or a table-level\nconstraint: a vector containing words that express the constraint. All\nwords used to describe the table may be supplied as strings or keywords.", - :name "create-table"} - {:source-url + :var-type "function", + :line 103, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([table where-params]), + :name "delete-rows", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L157", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/delete-rows", - :namespace "clojure.contrib.sql", - :line 157, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table where-params]), :doc "Deletes rows from a table. where-params is a vector containing a string\nproviding the (optionally parameterized) selection criteria followed by\nvalues for any parameters.", - :name "delete-rows"} - {:source-url + :var-type "function", + :line 157, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([& commands]), + :name "do-commands", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L81", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/do-commands", - :namespace "clojure.contrib.sql", + :doc "Executes SQL commands on the open database connection.", + :var-type "function", :line 81, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([& commands]), - :doc "Executes SQL commands on the open database connection.", - :name "do-commands"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([sql & param-groups]), + :name "do-prepared", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/do-prepared", - :namespace "clojure.contrib.sql", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([sql & param-groups]), :doc "Executes an (optionally parameterized) SQL prepared statement on the\nopen database connection. Each param-group is a seq of values for all of\nthe parameters.", - :name "do-prepared"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([name]), + :name "drop-table", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L119", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/drop-table", - :namespace "clojure.contrib.sql", - :line 119, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([name]), :doc "Drops a table on the open database connection given its name, a string\nor keyword", - :name "drop-table"} - {:source-url + :var-type "function", + :line 119, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([]), + :name "find-connection", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/find-connection", - :namespace "clojure.contrib.sql", - :line 29, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current database connection (or nil if there is none)", - :name "find-connection"} - {:source-url + :var-type "function", + :line 29, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([table & records]), + :name "insert-records", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L150", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/insert-records", - :namespace "clojure.contrib.sql", - :line 150, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table & records]), :doc "Inserts records into a table. records are maps from strings or\nkeywords (identifying columns) to values.", - :name "insert-records"} - {:source-url + :var-type "function", + :line 150, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([table & rows]), + :name "insert-rows", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L144", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/insert-rows", - :namespace "clojure.contrib.sql", - :line 144, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table & rows]), :doc "Inserts complete rows into a table. Each row is a vector of values for\neach of the table's columns in order.", - :name "insert-rows"} - {:source-url + :var-type "function", + :line 144, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([table column-names & value-groups]), + :name "insert-values", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L126", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/insert-values", - :namespace "clojure.contrib.sql", - :line 126, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table column-names & value-groups]), :doc "Inserts rows into a table with values for specified columns only.\ncolumn-names is a vector of strings or keywords identifying columns. Each\nvalue-group is a vector containing a values for each column in\norder. When inserting complete rows (all columns), consider using\ninsert-rows instead.", - :name "insert-values"} - {:source-url + :var-type "function", + :line 126, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([]), + :name "is-rollback-only", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L75", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/is-rollback-only", - :namespace "clojure.contrib.sql", - :line 75, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([]), :doc "Returns true if the outermost transaction will rollback rather than\ncommit when complete", - :name "is-rollback-only"} - {:source-url + :var-type "function", + :line 75, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([]), + :name "set-rollback-only", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L69", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/set-rollback-only", - :namespace "clojure.contrib.sql", - :line 69, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([]), :doc "Marks the outermost transaction such that it will rollback rather than\ncommit when complete", - :name "set-rollback-only"} - {:source-url + :var-type "function", + :line 69, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([& body]), + :name "transaction", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L58", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/transaction", - :namespace "clojure.contrib.sql", - :line 58, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "macro", - :arglists ([& body]), :doc "Evaluates body as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If set-rollback-only is called within scope of the outermost\ntransaction, the entire transaction will be rolled back rather than\ncommitted when complete.", - :name "transaction"} - {:source-url + :var-type "macro", + :line 58, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([table where-params record]), + :name "update-or-insert-values", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/update-or-insert-values", - :namespace "clojure.contrib.sql", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table where-params record]), :doc "Updates values on selected rows in a table, or inserts a new row when no\nexisting row matches the selection criteria. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", - :name "update-or-insert-values"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([table where-params record]), + :name "update-values", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L168", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/update-values", - :namespace "clojure.contrib.sql", - :line 168, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table where-params record]), :doc "Updates values on selected rows in a table. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", - :name "update-values"} - {:source-url + :var-type "function", + :line 168, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([db-spec & body]), + :name "with-connection", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L32", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/with-connection", - :namespace "clojure.contrib.sql", - :line 32, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "macro", - :arglists ([db-spec & body]), :doc "Evaluates body in the context of a new connection to a database then\ncloses the connection. db-spec is a map containing values for one of the\nfollowing parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", - :name "with-connection"} - {:source-url + :var-type "macro", + :line 32, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([results sql-params & body]), + :name "with-query-results", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj#L195", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/with-query-results", - :namespace "clojure.contrib.sql", - :line 195, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj", - :var-type "macro", - :arglists ([results sql-params & body]), :doc "Executes a query, then evaluates body with results bound to a seq of the\nresults. sql-params is a vector containing a string providing\nthe (optionally parameterized) SQL query followed by values for any\nparameters.", - :name "with-query-results"} - {:source-url + :var-type "macro", + :line 195, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([s]), + :name "chomp", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj#L99", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/chomp", - :namespace "clojure.contrib.str-utils", - :line 99, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([s]), :doc "Removes all trailing newline \\n or return \\r characters from\nstring. Note: String.trim() is similar and faster.", - :name "chomp"} - {:source-url + :var-type "function", + :line 99, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj"} + {:arglists ([s]), + :name "chop", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj#L94", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/chop", - :namespace "clojure.contrib.str-utils", + :doc "Removes the last character of string.", + :var-type "function", :line 94, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([s]), - :doc "Removes the last character of string.", - :name "chop"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj"} + {:arglists ([regex replacement string]), + :name "re-gsub", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj#L53", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-gsub", - :namespace "clojure.contrib.str-utils", - :line 53, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([regex replacement string]), :doc "Replaces all instances of 'pattern' in 'string' with\n'replacement'. Like Ruby's 'String#gsub'.\n\nIf (ifn? replacment) is true, the replacement is called with the\nmatch.\n", - :name "re-gsub"} - {:source-url + :var-type "function", + :line 53, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj"} + {:arglists ([re string]), + :name "re-partition", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj#L31", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-partition", - :namespace "clojure.contrib.str-utils", - :line 31, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([re string]), :doc "Splits the string into a lazy sequence of substrings, alternating\nbetween substrings that match the patthern and the substrings\nbetween the matches. The sequence always starts with the substring\nbefore the first match, or an empty string if the beginning of the\nstring matches.\n\nFor example: (re-partition #\"[a-z]+\" \"abc123def\")\n\nReturns: (\"\" \"abc\" \"123\" \"def\")", - :name "re-partition"} - {:source-url + :var-type "function", + :line 31, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj"} + {:arglists ([pattern string] [pattern string limit]), + :name "re-split", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj#L24", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-split", - :namespace "clojure.contrib.str-utils", - :line 24, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([pattern string] [pattern string limit]), :doc "Splits the string on instances of 'pattern'. Returns a sequence of\nstrings. Optional 'limit' argument is the maximum number of\nsplits. Like Perl's 'split'.", - :name "re-split"} - {:source-url + :var-type "function", + :line 24, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj"} + {:arglists ([regex replacement string]), + :name "re-sub", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj#L69", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-sub", - :namespace "clojure.contrib.str-utils", - :line 69, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([regex replacement string]), :doc "Replaces the first instance of 'pattern' in 'string' with\n'replacement'. Like Ruby's 'String#sub'.\n\nIf (ifn? replacement) is true, the replacement is called with\nthe match.\n", - :name "re-sub"} - {:source-url + :var-type "function", + :line 69, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj"} + {:arglists ([separator sequence]), + :name "str-join", + :namespace "clojure.contrib.str-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/str-join", - :namespace "clojure.contrib.str-utils", - :line 87, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj", - :var-type "function", - :arglists ([separator sequence]), :doc "Returns a string of all elements in 'sequence', separated by\n'separator'. Like Perl's 'join'.", - :name "str-join"} - {:source-url + :var-type "function", + :line 87, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils.clj"} + {:arglists ([s]), + :name "blank?", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L105", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/blank?", - :namespace "clojure.contrib.str-utils2", + :doc "True if s is nil, empty, or contains only whitespace.", + :var-type "function", :line 105, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "True if s is nil, empty, or contains only whitespace.", - :name "blank?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s n]), + :name "butlast", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L131", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/butlast", - :namespace "clojure.contrib.str-utils2", - :line 131, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s n]), :doc "Returns s without the last n characters. Returns an empty string\nif n is greater than the length of s.\n\nNote the argument order is the opposite of clojure.core/butlast;\nthis is to keep the string as the first argument for use with ->", - :name "butlast"} - {:source-url + :var-type "function", + :line 131, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "capitalize", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L288", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/capitalize", - :namespace "clojure.contrib.str-utils2", - :line 288, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), :doc "Converts first character of the string to upper-case, all other\ncharacters to lower-case.", - :name "capitalize"} - {:source-url + :var-type "function", + :line 288, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "chomp", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L261", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/chomp", - :namespace "clojure.contrib.str-utils2", - :line 261, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), :doc "Removes all trailing newline \\n or return \\r characters from\nstring. Note: String.trim() is similar and faster.", - :name "chomp"} - {:source-url + :var-type "function", + :line 261, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "chop", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L252", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/chop", - :namespace "clojure.contrib.str-utils2", - :line 252, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), :doc "Removes the last character of string, does nothing on a zero-length\nstring.", - :name "chop"} - {:source-url + :var-type "function", + :line 252, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "codepoints", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/codepoints", - :namespace "clojure.contrib.str-utils2", - :line 80, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), :doc "Returns a sequence of integer Unicode code points in s. Handles\nUnicode supplementary characters (above U+FFFF) correctly.", - :name "codepoints"} - {:source-url + :var-type "function", + :line 80, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s substring]), + :name "contains?", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L367", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/contains?", - :namespace "clojure.contrib.str-utils2", + :doc "True if s contains the substring.", + :var-type "function", :line 367, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s substring]), - :doc "True if s contains the substring.", - :name "contains?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([bindings & body]), + :name "dochars", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L40", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/dochars", - :namespace "clojure.contrib.str-utils2", - :line 40, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "macro", - :arglists ([bindings & body]), :doc "bindings => [name string]\n\nRepeatedly executes body, with name bound to each character in\nstring. Does NOT handle Unicode supplementary characters (above\nU+FFFF).", - :name "dochars"} - {:source-url + :var-type "macro", + :line 40, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([bindings & body]), + :name "docodepoints", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L56", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/docodepoints", - :namespace "clojure.contrib.str-utils2", - :line 56, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "macro", - :arglists ([bindings & body]), :doc "bindings => [name string]\n\nRepeatedly executes body, with name bound to the integer code point\nof each Unicode character in the string. Handles Unicode\nsupplementary characters (above U+FFFF) correctly.", - :name "docodepoints"} - {:source-url + :var-type "macro", + :line 56, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s n]), + :name "drop", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L120", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/drop", - :namespace "clojure.contrib.str-utils2", - :line 120, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s n]), :doc "Drops first n characters from s. Returns an empty string if n is\ngreater than the length of s.\n\nNote the argument order is the opposite of clojure.core/drop; this\nis to keep the string as the first argument for use with ->", - :name "drop"} - {:source-url + :var-type "function", + :line 120, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s cmap]), + :name "escape", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L93", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/escape", - :namespace "clojure.contrib.str-utils2", - :line 93, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s cmap]), :doc "Returns a new String by applying cmap (a function or a map) to each\ncharacter in s. If cmap returns nil, the original character is\nadded to the output unchanged.", - :name "escape"} - {:source-url + :var-type "function", + :line 93, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s i]), + :name "get", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L372", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/get", - :namespace "clojure.contrib.str-utils2", + :doc "Gets the i'th character in string.", + :var-type "function", :line 372, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s i]), - :doc "Gets the i'th character in string.", - :name "get"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([re coll]), + :name "grep", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L320", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/grep", - :namespace "clojure.contrib.str-utils2", - :line 320, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([re coll]), :doc "Filters elements of coll by a regular expression. The String\nrepresentation (with str) of each element is tested with re-find.", - :name "grep"} - {:source-url + :var-type "function", + :line 320, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([separator coll]), + :name "join", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L246", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/join", - :namespace "clojure.contrib.str-utils2", - :line 246, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([separator coll]), :doc "Returns a string of all elements in coll, separated by\nseparator. Like Perl's join.", - :name "join"} - {:source-url + :var-type "function", + :line 246, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "lower-case", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L351", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/lower-case", - :namespace "clojure.contrib.str-utils2", + :doc "Converts string to all lower-case.", + :var-type "function", :line 351, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Converts string to all lower-case.", - :name "lower-case"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "ltrim", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L297", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/ltrim", - :namespace "clojure.contrib.str-utils2", + :doc "Removes whitespace from the left side of string.", + :var-type "function", :line 297, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Removes whitespace from the left side of string.", - :name "ltrim"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([f coll]), + :name "map-str", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L313", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/map-str", - :namespace "clojure.contrib.str-utils2", - :line 313, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([f coll]), :doc "Apply f to each element of coll, concatenate all results into a\nString.", - :name "map-str"} - {:source-url + :var-type "function", + :line 313, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([f & args]), + :name "partial", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L326", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/partial", - :namespace "clojure.contrib.str-utils2", - :line 326, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([f & args]), :doc "Like clojure.core/partial for functions that take their primary\nargument first.\n\nTakes a function f and its arguments, NOT INCLUDING the first\nargument. Returns a new function whose first argument will be the\nfirst argument to f.\n\nExample: (str-utils2/partial str-utils2/take 2)\n ;;=> (fn [s] (str-utils2/take s 2))", - :name "partial"} - {:source-url + :var-type "function", + :line 326, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s re]), + :name "partition", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L225", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/partition", - :namespace "clojure.contrib.str-utils2", - :line 225, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s re]), :doc "Splits the string into a lazy sequence of substrings, alternating\nbetween substrings that match the patthern and the substrings\nbetween the matches. The sequence always starts with the substring\nbefore the first match, or an empty string if the beginning of the\nstring matches.\n\nFor example: (partition \"abc123def\" #\"[a-z]+\")\nreturns: (\"\" \"abc\" \"123\" \"def\")", - :name "partition"} - {:source-url + :var-type "function", + :line 225, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s n]), + :name "repeat", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L149", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/repeat", - :namespace "clojure.contrib.str-utils2", + :doc "Returns a new String containing s repeated n times.", + :var-type "function", :line 149, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s n]), - :doc "Returns a new String containing s repeated n times.", - :name "repeat"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([string pattern replacement]), + :name "replace", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L159", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/replace", - :namespace "clojure.contrib.str-utils2", - :line 159, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "multimethod", - :arglists ([string pattern replacement]), :doc "Replaces all instances of pattern in string with replacement. \n\nAllowed argument types for pattern and replacement are:\n 1. String and String\n 2. Character and Character\n 3. regex Pattern and String\n (Uses java.util.regex.Matcher.replaceAll)\n 4. regex Pattern and function\n (Calls function with re-groups of each match, uses return \n value as replacement.)", - :name "replace"} - {:source-url + :var-type "multimethod", + :line 159, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s pattern replacement]), + :name "replace-first", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L195", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/replace-first", - :namespace "clojure.contrib.str-utils2", - :line 195, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "multimethod", - :arglists ([s pattern replacement]), :doc "Replaces the first instance of pattern in s with replacement.\n\nAllowed argument types for pattern and replacement are:\n 1. String and String\n 2. regex Pattern and String\n (Uses java.util.regex.Matcher.replaceAll)\n 3. regex Pattern and function", - :name "replace-first"} - {:source-url + :var-type "multimethod", + :line 195, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "reverse", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L154", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/reverse", - :namespace "clojure.contrib.str-utils2", + :doc "Returns s with its characters reversed.", + :var-type "function", :line 154, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Returns s with its characters reversed.", - :name "reverse"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "rtrim", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L302", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/rtrim", - :namespace "clojure.contrib.str-utils2", + :doc "Removes whitespace from the right side of string.", + :var-type "function", :line 302, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Removes whitespace from the right side of string.", - :name "rtrim"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s re] [s re limit]), + :name "split", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L356", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/split", - :namespace "clojure.contrib.str-utils2", - :line 356, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s re] [s re limit]), :doc "Splits string on a regular expression. Optional argument limit is\nthe maximum number of splits.", - :name "split"} - {:source-url + :var-type "function", + :line 356, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "split-lines", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L307", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/split-lines", - :namespace "clojure.contrib.str-utils2", + :doc "Splits s on \\n or \\r\\n.", + :var-type "function", :line 307, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Splits s on \\n or \\r\\n.", - :name "split-lines"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "swap-case", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L270", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/swap-case", - :namespace "clojure.contrib.str-utils2", - :line 270, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), :doc "Changes upper case characters to lower case and vice-versa.\nHandles Unicode supplementary characters correctly. Uses the\nlocale-sensitive String.toUpperCase() and String.toLowerCase()\nmethods.", - :name "swap-case"} - {:source-url + :var-type "function", + :line 270, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s n]), + :name "tail", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L142", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/tail", - :namespace "clojure.contrib.str-utils2", + :doc "Returns the last n characters of s.", + :var-type "function", :line 142, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s n]), - :doc "Returns the last n characters of s.", - :name "tail"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s n]), + :name "take", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L110", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/take", - :namespace "clojure.contrib.str-utils2", - :line 110, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s n]), :doc "Take first n characters from s, up to the length of s.\n\nNote the argument order is the opposite of clojure.core/take; this\nis to keep the string as the first argument for use with ->", - :name "take"} - {:source-url + :var-type "function", + :line 110, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "trim", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L362", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/trim", - :namespace "clojure.contrib.str-utils2", + :doc "Removes whitespace from both ends of string.", + :var-type "function", :line 362, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Removes whitespace from both ends of string.", - :name "trim"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([s]), + :name "upper-case", + :namespace "clojure.contrib.str-utils2", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj#L346", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/str_utils2.clj", :wiki-url "http://clojure.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/upper-case", - :namespace "clojure.contrib.str-utils2", + :doc "Converts string to all upper-case.", + :var-type "function", :line 346, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj", - :var-type "function", - :arglists ([s]), - :doc "Converts string to all upper-case.", - :name "upper-case"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/str_utils2.clj"} + {:arglists ([name args streams & body]), + :name "defst", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj#L183", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/defst", - :namespace "clojure.contrib.stream-utils", - :line 183, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "macro", - :arglists ([name args streams & body]), :doc "Define the stream transformer name by body.\nThe non-stream arguments args and the stream arguments streams\nare given separately, with args being possibly empty.", - :name "defst"} - {:source-url + :var-type "macro", + :line 183, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:arglists ([type-tag args & body]), + :name "defstream", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj#L73", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/defstream", - :namespace "clojure.contrib.stream-utils", - :line 73, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "macro", - :arglists ([type-tag args & body]), :doc "Define object of the given type as a stream whose implementation\nof stream-next is defined by args and body. This macro adds\na type-specific method for stream-next and derives type\nfrom stream-type.", - :name "defstream"} - {:source-url + :var-type "macro", + :line 73, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:arglists ([n]), + :name "pick", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj#L149", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/pick", - :namespace "clojure.contrib.stream-utils", - :line 149, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([n]), :doc "Return the next value of stream argument n inside a stream\ntransformer. When used inside of defst, the name of the stream\nargument can be used instead of its index n.", - :name "pick"} - {:source-url + :var-type "function", + :line 149, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:arglists ([streams]), + :name "pick-all", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj#L160", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/pick-all", - :namespace "clojure.contrib.stream-utils", - :line 160, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([streams]), :doc "Return a vector containing the next value of each stream argument\ninside a stream transformer.", - :name "pick-all"} - {:source-url + :var-type "function", + :line 160, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:arglists ([n stream]), + :name "stream-drop", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj#L201", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-drop", - :namespace "clojure.contrib.stream-utils", - :line 201, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([n stream]), :doc "Return a stream containing all but the first n elements of stream.", - :name "stream-drop"} - {:source-url + :var-type "function", + :line 201, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:arglists ([p stream]), + :name "stream-filter", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj#L243", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-filter", - :namespace "clojure.contrib.stream-utils", - :line 243, - :file "clojure/contrib/stream_utils.clj", - :var-type "multimethod", - :arglists ([p stream]), :doc "Return a new stream that contrains the elements of stream\nthat satisfy the predicate p.", - :name "stream-filter"} - {:source-url + :var-type "multimethod", + :line 243, + :file "clojure/contrib/stream_utils.clj"} + {:arglists ([s]), + :name "stream-flatten", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj#L271", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-flatten", - :namespace "clojure.contrib.stream-utils", - :line 271, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([s]), :doc "Converts a stream of sequences into a stream of the elements of the\nsequences. Flattening is not recursive, only one level of nesting\nwill be removed.", - :name "stream-flatten"} - {:source-url + :var-type "function", + :line 271, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj#L135", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-m", @@ -8375,44 +9613,52 @@ :doc "Monad describing stream computations. The monadic values can be\nof any type handled by stream-next.", :name "stream-m"} - {:source-url + {:arglists ([f stream]), + :name "stream-map", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj#L219", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-map", - :namespace "clojure.contrib.stream-utils", - :line 219, - :file "clojure/contrib/stream_utils.clj", - :var-type "multimethod", - :arglists ([f stream]), :doc "Return a new stream by mapping the function f on the given stream.", - :name "stream-map"} - {:source-url + :var-type "multimethod", + :line 219, + :file "clojure/contrib/stream_utils.clj"} + {:arglists ([stream-state]), + :name "stream-next", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj#L91", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-next", - :namespace "clojure.contrib.stream-utils", - :line 91, - :file "clojure/contrib/stream_utils.clj", - :var-type "multimethod", - :arglists ([stream-state]), :doc "Returns a vector [next-value new-state] where next-value is the next\nitem in the data stream defined by stream-state and new-state\nis the new state of the stream. At the end of the stream,\nnext-value and new-state are nil.", - :name "stream-next"} - {:source-url + :var-type "multimethod", + :line 91, + :file "clojure/contrib/stream_utils.clj"} + {:arglists ([s]), + :name "stream-seq", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj#L113", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-seq", - :namespace "clojure.contrib.stream-utils", - :line 113, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([s]), :doc "Return a lazy seq on the stream. Also accessible via\nclojure.contrib.seq/seq-on and\nclojure.contrib.generic.collection/seq for streams.", - :name "stream-seq"} - {:source-url + :var-type "function", + :line 113, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/stream_utils.clj#L69", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-type", @@ -8424,25 +9670,29 @@ :doc "The root type for the stream hierarchy. For each stream type,\nadd a derivation from this type.", :name "stream-type"} - {:source-url + {:arglists ([] [x] [x & ys]), + :name "as-str", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L315", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/as-str", - :namespace "clojure.contrib.string", - :line 315, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([] [x] [x & ys]), :doc "Like clojure.core/str, but if an argument is a keyword or symbol,\nits name will be used instead of its literal representation.\n\nExample:\n (str :foo :bar) ;;=> \":foo:bar\"\n (as-str :foo :bar) ;;=> \"foobar\" \n\nNote that this does not apply to keywords or symbols nested within\ndata structures; they will be rendered as with str.\n\nExample:\n (str {:foo :bar}) ;;=> \"{:foo :bar}\"\n (as-str {:foo :bar}) ;;=> \"{:foo :bar}\" ", - :name "as-str"} + :var-type "function", + :line 315, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} {:arglists ([s]), :name "blank?", :namespace "clojure.contrib.string", :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L104", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/blank?", :doc "True if s is nil, empty, or contains only whitespace.", @@ -8450,25 +9700,29 @@ :line 104, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} - {:source-url + {:arglists ([n s]), + :name "butlast", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L125", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/butlast", - :namespace "clojure.contrib.string", - :line 125, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([n s]), :doc "Returns s without the last n characters. Returns an empty string\nif n is greater than the length of s.", - :name "butlast"} + :var-type "function", + :line 125, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} {:arglists ([s]), :name "capitalize", :namespace "clojure.contrib.string", :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L271", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/capitalize", :doc @@ -8483,6 +9737,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L245", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/chomp", :doc @@ -8491,77 +9747,89 @@ :line 245, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} - {:source-url + {:arglists ([s]), + :name "chop", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L236", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/chop", - :namespace "clojure.contrib.string", - :line 236, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([s]), :doc "Removes the last character of string, does nothing on a zero-length\nstring.", - :name "chop"} - {:source-url + :var-type "function", + :line 236, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} + {:arglists ([s]), + :name "codepoints", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L78", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/codepoints", - :namespace "clojure.contrib.string", - :line 78, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([s]), :doc "Returns a sequence of integer Unicode code points in s. Handles\nUnicode supplementary characters (above U+FFFF) correctly.", - :name "codepoints"} - {:source-url + :var-type "function", + :line 78, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} + {:arglists ([bindings & body]), + :name "dochars", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/dochars", - :namespace "clojure.contrib.string", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "macro", - :arglists ([bindings & body]), :doc "bindings => [name string]\n\nRepeatedly executes body, with name bound to each character in\nstring. Does NOT handle Unicode supplementary characters (above\nU+FFFF).", - :name "dochars"} - {:source-url + :var-type "macro", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} + {:arglists ([bindings & body]), + :name "docodepoints", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/docodepoints", - :namespace "clojure.contrib.string", - :line 54, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "macro", - :arglists ([bindings & body]), :doc "bindings => [name string]\n\nRepeatedly executes body, with name bound to the integer code point\nof each Unicode character in the string. Handles Unicode\nsupplementary characters (above U+FFFF) correctly.", - :name "docodepoints"} - {:source-url + :var-type "macro", + :line 54, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} + {:arglists ([n s]), + :name "drop", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L117", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/drop", - :namespace "clojure.contrib.string", - :line 117, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([n s]), :doc "Drops first n characters from s. Returns an empty string if n is\ngreater than the length of s.", - :name "drop"} + :var-type "function", + :line 117, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} {:arglists ([cmap s]), :name "escape", :namespace "clojure.contrib.string", :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L91", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/escape", :doc @@ -8576,6 +9844,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L377", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/get", :doc "Gets the i'th character in string.", @@ -8583,25 +9853,29 @@ :line 377, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} - {:source-url + {:arglists ([re coll]), + :name "grep", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L309", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/grep", - :namespace "clojure.contrib.string", - :line 309, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([re coll]), :doc "Filters elements of coll by a regular expression. The String\nrepresentation (with str) of each element is tested with re-find.", - :name "grep"} + :var-type "function", + :line 309, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} {:arglists ([separator coll]), :name "join", :namespace "clojure.contrib.string", :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L229", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/join", :doc @@ -8616,6 +9890,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L353", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/lower-case", :doc "Converts string to all lower-case.", @@ -8629,6 +9905,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L281", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/ltrim", :doc @@ -8637,50 +9915,58 @@ :line 281, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} - {:source-url + {:arglists ([f coll]), + :name "map-str", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L302", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/map-str", - :namespace "clojure.contrib.string", - :line 302, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([f coll]), :doc "Apply f to each element of coll, concatenate all results into a\nString.", - :name "map-str"} - {:source-url + :var-type "function", + :line 302, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} + {:arglists ([re s]), + :name "partition", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L208", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/partition", - :namespace "clojure.contrib.string", - :line 208, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([re s]), :doc "Splits the string into a lazy sequence of substrings, alternating\nbetween substrings that match the patthern and the substrings\nbetween the matches. The sequence always starts with the substring\nbefore the first match, or an empty string if the beginning of the\nstring matches.\n\nFor example: (partition #\"[a-z]+\" \"abc123def\")\nreturns: (\"\" \"abc\" \"123\" \"def\")", - :name "partition"} - {:source-url + :var-type "function", + :line 208, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} + {:arglists ([n s]), + :name "repeat", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L140", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/repeat", - :namespace "clojure.contrib.string", + :doc "Returns a new String containing s repeated n times.", + :var-type "function", :line 140, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([n s]), - :doc "Returns a new String containing s repeated n times.", - :name "repeat"} + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} {:arglists ([re f s]), :name "replace-by", :namespace "clojure.contrib.string", :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L169", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/replace-by", :doc @@ -8695,6 +9981,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L157", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/replace-char", :doc "Replaces all instances of character a with character b in s.", @@ -8708,6 +9996,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L195", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/replace-first-by", :doc @@ -8722,6 +10012,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L189", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/replace-first-re", :doc "Replace first match of re in s.", @@ -8735,6 +10027,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L183", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/replace-first-str", :doc "Replace first occurance of substring a with b in s.", @@ -8748,6 +10042,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L163", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/replace-re", :doc "Replaces all matches of re with replacement in s.", @@ -8761,6 +10057,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L151", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/replace-str", :doc "Replaces all instances of substring a with b in s.", @@ -8774,6 +10072,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L145", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/reverse", :doc "Returns s with its characters reversed.", @@ -8787,6 +10087,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L288", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/rtrim", :doc @@ -8801,6 +10103,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L359", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/split", :doc @@ -8815,6 +10119,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L295", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/split-lines", :doc "Splits s on \\n or \\r\\n.", @@ -8822,61 +10128,71 @@ :line 295, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} - {:source-url + {:arglists ([substring s]), + :name "substring?", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L372", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/substring?", - :namespace "clojure.contrib.string", + :doc "True if s contains the substring.", + :var-type "function", :line 372, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([substring s]), - :doc "True if s contains the substring.", - :name "substring?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} + {:arglists ([s]), + :name "swap-case", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L253", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/swap-case", - :namespace "clojure.contrib.string", - :line 253, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([s]), :doc "Changes upper case characters to lower case and vice-versa.\nHandles Unicode supplementary characters correctly. Uses the\nlocale-sensitive String.toUpperCase() and String.toLowerCase()\nmethods.", - :name "swap-case"} - {:source-url + :var-type "function", + :line 253, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} + {:arglists ([n s]), + :name "tail", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L133", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/tail", - :namespace "clojure.contrib.string", + :doc "Returns the last n characters of s.", + :var-type "function", :line 133, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([n s]), - :doc "Returns the last n characters of s.", - :name "tail"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} + {:arglists ([n s]), + :name "take", + :namespace "clojure.contrib.string", + :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L110", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/take", - :namespace "clojure.contrib.string", + :doc "Take first n characters from s, up to the length of s.", + :var-type "function", :line 110, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj", - :var-type "function", - :arglists ([n s]), - :doc "Take first n characters from s, up to the length of s.", - :name "take"} + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} {:arglists ([s]), :name "trim", :namespace "clojure.contrib.string", :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L366", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/trim", :doc "Removes whitespace from both ends of string.", @@ -8890,6 +10206,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj#L347", :deprecated "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/13f960559f724521070d761639310d8b1f503216/src/main/clojure/clojure/contrib/string.clj", :wiki-url "http://clojure.github.com/clojure-contrib//string-api.html#clojure.contrib.string/upper-case", :doc "Converts string to all upper-case.", @@ -8897,20 +10215,24 @@ :line 347, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/string.clj"} - {:source-url + {:arglists ([string]), + :name "<<", + :namespace "clojure.contrib.strint", + :source-url "http://github.com/clojure/clojure-contrib/blob/62078f31f425a0bf4be6508a51ac1fa8ce09ea51/src/main/clojure/clojure/contrib/strint.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/62078f31f425a0bf4be6508a51ac1fa8ce09ea51/src/main/clojure/clojure/contrib/strint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//strint-api.html#clojure.contrib.strint/<<", - :namespace "clojure.contrib.strint", - :line 49, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/strint.clj", - :var-type "macro", - :arglists ([string]), :doc "Takes a single string argument and emits a str invocation that concatenates\nthe string data and evaluated expressions contained within that argument.\nEvaluation is controlled using ~{} and ~() forms. The former is used for\nsimple value replacement using clojure.core/str; the latter can be used to\nembed the results of arbitrary function invocation into the produced string.\n\nExamples:\nuser=> (def v 30.5)\n#'user/v\nuser=> (<< \"This trial required ~{v}ml of solution.\")\n\"This trial required 30.5ml of solution.\"\nuser=> (<< \"There are ~(int v) days in November.\")\n\"There are 30 days in November.\"\nuser=> (def m {:a [1 2 3]})\n#'user/m\nuser=> (<< \"The total for your order is $~(->> m :a (apply +)).\")\n\"The total for your order is $6.\"\n\nNote that quotes surrounding string literals within ~() forms must be\nescaped.", - :name "<<"} - {:source-url + :var-type "macro", + :line 49, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/strint.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L70", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/action-translation-table", @@ -8921,111 +10243,129 @@ :var-type "var", :doc "Translation table for the make-action constructor.", :name "action-translation-table"} - {:source-url + {:arglists ([component f & args]), + :name "add-action-listener", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-action-listener", - :namespace "clojure.contrib.swing-utils", - :line 23, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([component f & args]), :doc "Adds an ActionLister to component. When the action fires, f will be\ninvoked with the event as its first argument followed by args.\nReturns the listener.", - :name "add-action-listener"} - {:source-url + :var-type "function", + :line 23, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([component f & args]), + :name "add-key-typed-listener", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-key-typed-listener", - :namespace "clojure.contrib.swing-utils", - :line 33, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([component f & args]), :doc "Adds a KeyListener to component that only responds to KeyTyped events.\nWhen a key is typed, f is invoked with the KeyEvent as its first argument\nfollowed by args. Returns the listener.", - :name "add-key-typed-listener"} - {:source-url + :var-type "function", + :line 33, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([parent item]), + :name "add-menu-item", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L101", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-menu-item", - :namespace "clojure.contrib.swing-utils", - :line 101, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "multimethod", - :arglists ([parent item]), :doc "Adds a menu item to the parent according to the item description.\n The item description is a map of the following structure.\n\nEither:\n - one single :action specifying a javax.swing.Action to be associated\n with the item.\n - a specification suitable for make-action\n - a set of :name, :mnemonic and :items keys, specifying a submenu with\n the given sequence of item entries.\n - an empty map specifying a separator.", - :name "add-menu-item"} - {:source-url + :var-type "multimethod", + :line 101, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([& body]), + :name "do-swing", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L58", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing", - :namespace "clojure.contrib.swing-utils", - :line 58, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "macro", - :arglists ([& body]), :doc "Executes body in the Swing event thread asynchronously. Returns\nimmediately after scheduling the execution.", - :name "do-swing"} - {:source-url + :var-type "macro", + :line 58, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([schedule thunk]), + :name "do-swing*", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing*", - :namespace "clojure.contrib.swing-utils", - :line 46, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([schedule thunk]), :doc "Runs thunk in the Swing event thread according to schedule:\n- :later => schedule the execution and return immediately\n- :now => wait until the execution completes.", - :name "do-swing*"} - {:source-url + :var-type "function", + :line 46, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([& body]), + :name "do-swing-and-wait", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing-and-wait", - :namespace "clojure.contrib.swing-utils", - :line 64, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "macro", - :arglists ([& body]), :doc "Executes body in the Swing event thread synchronously. Returns\nafter the execution is complete.", - :name "do-swing-and-wait"} - {:source-url + :var-type "macro", + :line 64, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([spec]), + :name "make-action", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/make-action", - :namespace "clojure.contrib.swing-utils", - :line 80, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([spec]), :doc "Create an Action proxy from the given action spec. The standard keys\nrecognised are: :name, :accelerator, :command-key, :long-desc,\n:short-desc, :mnemonic and :icon - corresponding to the similar named\nAction properties. The :handler value is used in the actionPerformed\nmethod of the proxy to pass on the event.", - :name "make-action"} - {:source-url + :var-type "function", + :line 80, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([menubar-items]), + :name "make-menubar", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L142", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/make-menubar", - :namespace "clojure.contrib.swing-utils", - :line 142, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([menubar-items]), :doc "Create a menubar containing the given sequence of menu items. The menu\nitems are described by a map as is detailed in the docstring of the\nadd-menu-item function.", - :name "make-menubar"} - {:source-url + :var-type "function", + :line 142, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L97", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/menu-constructor-dispatch", @@ -9037,62 +10377,72 @@ :doc "An atom containing the dispatch set for the add-menu-item method.", :name "menu-constructor-dispatch"} - {:source-url + {:name "*load-tests*", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L239", + :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/*load-tests*", - :namespace "clojure.contrib.test-is", - :added "1.1", - :line 239, - :file "clojure/test.clj", - :var-type "var", :doc "True by default. If set to false, no test functions will\nbe created by deftest, set-test, or with-test. Use this to omit\ntests when compiling or loading production code.", - :name "*load-tests*"} - {:source-url + :var-type "var", + :line 239, + :file "clojure/test.clj"} + {:name "*stack-trace-depth*", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L246", + :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/*stack-trace-depth*", - :namespace "clojure.contrib.test-is", - :added "1.1", - :line 246, - :file "clojure/test.clj", - :var-type "var", :doc "The maximum depth of stack traces to print when an Exception\nis thrown during a test. Defaults to nil, which means print the \ncomplete stack trace.", - :name "*stack-trace-depth*"} - {:source-url + :var-type "var", + :line 246, + :file "clojure/test.clj"} + {:arglists ([expr values]), + :name "apply-template", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj#L77", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/apply-template", - :namespace "clojure.contrib.test-is", - :line 77, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj", - :var-type "function", - :arglists ([expr values]), :doc "Replaces _1, _2, _3, etc. in expr with corresponding elements of\nvalues. Returns the modified expression. For use in macros.", - :name "apply-template"} - {:source-url + :var-type "function", + :line 77, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj"} + {:arglists ([expr & args]), + :name "are", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj#L105", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/are", - :namespace "clojure.contrib.test-is", - :line 105, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj", - :var-type "macro", - :arglists ([expr & args]), :doc "Checks multiple assertions with a template expression.\nSee clojure.contrib.template/do-template for an explanation of\ntemplates.\n\nExample: (are (= _1 _2) \n 2 (+ 1 1)\n 4 (* 2 2))\nExpands to: \n (do (is (= 2 (+ 1 1)))\n (is (= 4 (* 2 2))))\n\nNote: This breaks some reporting features, such as line numbers.", - :name "are"} + :var-type "macro", + :line 105, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj"} {:arglists ([msg form]), :name "assert-any", :namespace "clojure.contrib.test-is", :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L434", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/assert-any", :doc @@ -9106,6 +10456,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L415", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/assert-predicate", :doc @@ -9119,6 +10471,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L660", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/compose-fixtures", :doc @@ -9132,6 +10486,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L593", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/deftest", :doc @@ -9145,6 +10501,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L610", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/deftest-", :doc "Like deftest but creates a private var.", @@ -9157,6 +10515,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L335", :added "1.2", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/do-report", :doc @@ -9164,19 +10524,21 @@ :var-type "function", :line 335, :file "clojure/test.clj"} - {:source-url + {:arglists ([expr & args]), + :name "do-template", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/do-template", - :namespace "clojure.contrib.test-is", - :line 88, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj", - :var-type "macro", - :arglists ([expr & args]), :doc "Repeatedly evaluates template expr (in a do block) using values in\nargs. args are grouped by the number of holes in the template.\nExample: (do-template (check _1 _2) :a :b :c :d)\nexpands to (do (check :a :b) (check :c :d))", - :name "do-template"} + :var-type "macro", + :line 88, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj"} {:arglists ([n]), :name "file-position", :namespace "clojure.contrib.test-is", @@ -9184,6 +10546,8 @@ "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L276", :deprecated "1.2", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/file-position", :doc @@ -9191,61 +10555,71 @@ :var-type "function", :line 276, :file "clojure/test.clj"} - {:source-url + {:arglists ([form]), + :name "find-holes", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/find-holes", - :namespace "clojure.contrib.test-is", + :doc "Recursively finds all symbols starting with _ in form.", + :var-type "function", :line 52, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj", - :var-type "function", - :arglists ([form]), - :doc "Recursively finds all symbols starting with _ in form.", - :name "find-holes"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj"} + {:arglists ([form]), + :name "find-pure-exprs", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj#L58", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/find-pure-exprs", - :namespace "clojure.contrib.test-is", - :line 58, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj", - :var-type "function", - :arglists ([form]), :doc "Recursively finds all sub-expressions in form that do not contain\nany symbols starting with _", - :name "find-pure-exprs"} - {:source-url + :var-type "function", + :line 58, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj"} + {:arglists ([form]), + :name "find-symbols", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/find-symbols", - :namespace "clojure.contrib.test-is", + :doc "Recursively finds all symbols in form.", + :var-type "function", :line 47, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj", - :var-type "function", - :arglists ([form]), - :doc "Recursively finds all symbols in form.", - :name "find-symbols"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj"} + {:arglists ([m]), + :name "flatten-map", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/flatten-map", - :namespace "clojure.contrib.test-is", + :doc "Transforms a map into a vector like [key value key value].", + :var-type "function", :line 66, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj", - :var-type "function", - :arglists ([m]), - :doc "Transforms a map into a vector like [key value key value].", - :name "flatten-map"} + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj"} {:arglists ([x]), :name "function?", :namespace "clojure.contrib.test-is", :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L403", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/function?", :doc @@ -9259,6 +10633,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L395", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/get-possibly-unbound-var", :doc "Like var-get but returns nil if the var is unbound.", @@ -9271,6 +10647,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L308", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/inc-report-counter", :doc @@ -9284,6 +10662,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L533", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/is", :doc @@ -9297,6 +10677,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L667", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/join-fixtures", :doc @@ -9310,6 +10692,8 @@ "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L319", :dynamic true, :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/report", :doc @@ -9323,6 +10707,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L743", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/run-all-tests", :doc @@ -9336,6 +10722,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L731", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/run-tests", :doc @@ -9349,6 +10737,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L619", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/set-test", :doc @@ -9362,6 +10752,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L752", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/successful?", :doc @@ -9369,24 +10761,28 @@ :var-type "function", :line 752, :file "clojure/test.clj"} - {:source-url + {:arglists ([form]), + :name "template?", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj#L72", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/template?", - :namespace "clojure.contrib.test-is", + :doc "Returns true if form is a valid template expression.", + :var-type "function", :line 72, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj", - :var-type "function", - :arglists ([form]), - :doc "Returns true if form is a valid template expression.", - :name "template?"} + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/test_is.clj"} {:arglists ([ns]), :name "test-all-vars", :namespace "clojure.contrib.test-is", :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L694", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/test-all-vars", :doc @@ -9400,6 +10796,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L706", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/test-ns", :doc @@ -9414,6 +10812,8 @@ "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L679", :dynamic true, :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/test-var", :doc @@ -9427,6 +10827,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L568", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/testing", :doc @@ -9440,6 +10842,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L301", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/testing-contexts-str", :doc @@ -9453,6 +10857,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L288", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/testing-vars-str", :doc @@ -9466,6 +10872,8 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L517", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/try-expr", :doc @@ -9473,24 +10881,28 @@ :var-type "macro", :line 517, :file "clojure/test.clj"} - {:source-url + {:name "use-fixtures", + :namespace "clojure.contrib.test-is", + :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L641", + :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/use-fixtures", - :namespace "clojure.contrib.test-is", - :added "1.1", - :line 641, - :file "clojure/test.clj", - :var-type "multimethod", :doc "Wrap test runs in a fixture function to perform setup and\nteardown. Using a fixture-type of :each wraps every test\nindividually, while:once wraps the whole run in a single function.", - :name "use-fixtures"} + :var-type "multimethod", + :line 641, + :file "clojure/test.clj"} {:arglists ([definition & body]), :name "with-test", :namespace "clojure.contrib.test-is", :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L580", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/with-test", :doc @@ -9504,13 +10916,17 @@ :source-url "http://github.com/clojure/clojure-contrib/blob//src/main/clojure/clojure/test.clj#L267", :added "1.1", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/25d3316706bfbaa75498b4d0bca8f696a328fb3d/src/main/clojure/clojure/contrib/test_is.clj", :wiki-url "http://clojure.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/with-test-out", :doc "Runs body with *out* bound to the value of *test-out*.", :var-type "macro", :line 267, :file "clojure/test.clj"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj#L40", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/*trace-depth*", @@ -9521,106 +10937,111 @@ :var-type "var", :doc "Current stack depth of traced function calls.", :name "*trace-depth*"} - {:source-url + {:arglists ([name & definition]), + :name "deftrace", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj#L75", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/deftrace", - :namespace "clojure.contrib.trace", - :line 75, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/trace.clj", - :var-type "macro", - :arglists ([name & definition]), :doc "Use in place of defn; traces each call/return of this fn, including\narguments. Nested calls to deftrace'd functions will print a\ntree-like structure.", - :name "deftrace"} - {:source-url + :var-type "macro", + :line 75, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([fnames & exprs]), + :name "dotrace", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj#L86", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/dotrace", - :namespace "clojure.contrib.trace", - :line 86, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/trace.clj", - :var-type "macro", - :arglists ([fnames & exprs]), :doc "Given a sequence of function identifiers, evaluate the body\nexpressions in an environment in which the identifiers are bound to\nthe traced functions. Does not work on inlined functions,\nsuch as clojure.core/+", - :name "dotrace"} - {:source-url + :var-type "macro", + :line 86, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([value] [name value]), + :name "trace", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace", - :namespace "clojure.contrib.trace", - :line 50, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/trace.clj", - :var-type "function", - :arglists ([value] [name value]), :doc "Sends name (optional) and value to the tracer function, then\nreturns value. May be wrapped around any expression without\naffecting the result.", - :name "trace"} - {:source-url + :var-type "function", + :line 50, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([name f args]), + :name "trace-fn-call", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace-fn-call", - :namespace "clojure.contrib.trace", - :line 64, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/trace.clj", - :var-type "function", - :arglists ([name f args]), :doc "Traces a single call to a function f with args. 'name' is the\nsymbol name of the function.", - :name "trace-fn-call"} - {:source-url + :var-type "function", + :line 64, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([]), + :name "trace-indent", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace-indent", - :namespace "clojure.contrib.trace", + :doc "Returns an indentation string based on *trace-depth*", + :var-type "function", :line 59, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/trace.clj", - :var-type "function", - :arglists ([]), - :doc "Returns an indentation string based on *trace-depth*", - :name "trace-indent"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([name value]), + :name "tracer", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj#L44", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/tracer", - :namespace "clojure.contrib.trace", - :line 44, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/trace.clj", - :var-type "function", - :arglists ([name value]), :doc "This function is called by trace. Prints to standard output, but\nmay be rebound to do anything you like. 'name' is optional.", - :name "tracer"} - {:source-url + :var-type "function", + :line 44, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([type-tag & constructors]), + :name "defadt", + :namespace "clojure.contrib.types", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/types.clj#L128", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/defadt", - :namespace "clojure.contrib.types", - :line 128, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/types.clj", - :var-type "macro", - :arglists ([type-tag & constructors]), :doc "Define an algebraic data type name by an exhaustive list of constructors.\nEach constructor can be a symbol (argument-free constructor) or a\nlist consisting of a tag symbol followed by the argument symbols.\nThe data type tag must be a keyword.", - :name "defadt"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/types.clj#L54", - :wiki-url - "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype", - :namespace "clojure.contrib.types", - :line 54, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/types.clj", :var-type "macro", - :arglists + :line 128, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/types.clj"} + {:arglists ([type-tag constructor-name docstring? attr-map?] [type-tag constructor-name docstring? attr-map? constructor] [type-tag @@ -9629,394 +11050,469 @@ attr-map? constructor deconstructor]), + :name "deftype", + :namespace "clojure.contrib.types", + :source-url + "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/types.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/types.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype", :doc "Define a data type by a type tag (a namespace-qualified keyword)\nand a symbol naming the constructor function. Optionally, a\nconstructor and a deconstructor function can be given as well,\nthe defaults being clojure.core/identity and clojure.core/list.\nThe full constructor associated with constructor-name calls the\nconstructor function and attaches the type tag to its result\nas metadata. The deconstructor function must return the arguments\nto be passed to the constructor in order to create an equivalent\nobject. It is used for printing and matching.", - :name "deftype"} - {:source-url + :var-type "macro", + :line 54, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/types.clj"} + {:arglists ([type-tag constructor-name & optional]), + :name "deftype-", + :namespace "clojure.contrib.types", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/types.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype-", - :namespace "clojure.contrib.types", + :doc "Same as deftype but the constructor is private.", + :var-type "macro", :line 88, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/types.clj", - :var-type "macro", - :arglists ([type-tag constructor-name & optional]), - :doc "Same as deftype but the constructor is private.", - :name "deftype-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/types.clj"} + {:arglists ([value & clauses]), + :name "match", + :namespace "clojure.contrib.types", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/types.clj#L241", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/match", - :namespace "clojure.contrib.types", - :line 241, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/types.clj", - :var-type "macro", - :arglists ([value & clauses]), :doc "Given a value and a list of template-expr clauses, evaluate the first\nexpr whose template matches the value. There are four kinds of templates:\n1) Lists of the form (tag x1 x2 ...) match instances of types\n whose constructor has the same form as the list.\n2) Quoted lists of the form '(x1 x2 ...) match lists of the same\n length.\n3) Vectors of the form [x1 x2 ...] match vectors of the same length.\n4) Maps of the form {:key1 x1 :key2 x2 ...} match maps that have\n the same keys as the template, but which can have additional keys\n that are not part of the template.\nThe values x1, x2, ... can be symbols or non-symbol values. Non-symbols\nmust be equal to the corresponding values in the object to be matched.\nSymbols will be bound to the corresponding value in the object in the\nevaluation of expr. If the same symbol occurs more than once in a,\ntemplate the corresponding elements of the object must be equal\nfor the template to match.", - :name "match"} - {:source-url + :var-type "macro", + :line 241, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/types.clj"} + {:arglists ([ns & body]), + :name "with-ns", + :namespace "clojure.contrib.with-ns", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/with_ns.clj#L20", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/with_ns.clj", :wiki-url "http://clojure.github.com/clojure-contrib//with-ns-api.html#clojure.contrib.with-ns/with-ns", - :namespace "clojure.contrib.with-ns", - :line 20, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/with_ns.clj", - :var-type "macro", - :arglists ([ns & body]), :doc "Evaluates body in another namespace. ns is either a namespace\nobject or a symbol. This makes it possible to define functions in\nnamespaces other than the current one.", - :name "with-ns"} - {:source-url + :var-type "macro", + :line 20, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/with_ns.clj"} + {:arglists ([& body]), + :name "with-temp-ns", + :namespace "clojure.contrib.with-ns", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/with_ns.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/with_ns.clj", :wiki-url "http://clojure.github.com/clojure-contrib//with-ns-api.html#clojure.contrib.with-ns/with-temp-ns", - :namespace "clojure.contrib.with-ns", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/with_ns.clj", - :var-type "macro", - :arglists ([& body]), :doc "Evaluates body in an anonymous namespace, which is then immediately\nremoved. The temporary namespace will 'refer' clojure.core.", - :name "with-temp-ns"} - {:source-url + :var-type "macro", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/with_ns.clj"} + {:arglists ([loc]), + :name "ancestors", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj#L65", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/ancestors", - :namespace "clojure.contrib.zip-filter", - :line 65, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of all ancestors of location loc, starting\nwith loc and proceeding to loc's parent node and on through to the\nroot of the tree.", - :name "ancestors"} - {:source-url + :var-type "function", + :line 65, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "children", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj#L45", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/children", - :namespace "clojure.contrib.zip-filter", - :line 45, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right.", - :name "children"} - {:source-url + :var-type "function", + :line 45, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "children-auto", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/children-auto", - :namespace "clojure.contrib.zip-filter", - :line 52, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right, marked so that a following tag= predicate will auto-descend.", - :name "children-auto"} - {:source-url + :var-type "function", + :line 52, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "descendants", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj#L60", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/descendants", - :namespace "clojure.contrib.zip-filter", - :line 60, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of all descendants of location loc, in\ndepth-first order, left-to-right, starting with loc.", - :name "descendants"} - {:source-url + :var-type "function", + :line 60, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "left-locs", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/left-locs", - :namespace "clojure.contrib.zip-filter", - :line 33, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of locations to the left of loc, starting with loc.", - :name "left-locs"} - {:source-url + :var-type "function", + :line 33, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "leftmost?", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/leftmost?", - :namespace "clojure.contrib.zip-filter", - :line 37, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns true if there are no more nodes to the left of location loc.", - :name "leftmost?"} - {:source-url + :var-type "function", + :line 37, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "right-locs", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/right-locs", - :namespace "clojure.contrib.zip-filter", - :line 29, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of locations to the right of loc, starting with loc.", - :name "right-locs"} - {:source-url + :var-type "function", + :line 29, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "rightmost?", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/rightmost?", - :namespace "clojure.contrib.zip-filter", - :line 41, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns true if there are no more nodes to the right of location loc.", - :name "rightmost?"} - {:source-url + :var-type "function", + :line 41, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([condition]), + :name "-init", + :namespace "clojure.contrib.condition.Condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/condition/Condition.clj#L25", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-init", - :namespace "clojure.contrib.condition.Condition", - :line 25, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/condition/Condition.clj", - :var-type "function", - :arglists ([condition]), :doc "Constructs a Condition object with condition (a map) as its\nmetadata. Also initializes the superclass with the values at :message\nand :cause, if any, so they are also available via .getMessage and\n.getCause.", - :name "-init"} - {:source-url + :var-type "function", + :line 25, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/condition/Condition.clj"} + {:arglists ([this]), + :name "-meta", + :namespace "clojure.contrib.condition.Condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/condition/Condition.clj#L40", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-meta", - :namespace "clojure.contrib.condition.Condition", + :doc "Returns this object's metadata, the condition", + :var-type "function", :line 40, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/condition/Condition.clj", - :var-type "function", - :arglists ([this]), - :doc "Returns this object's metadata, the condition", - :name "-meta"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/condition/Condition.clj"} + {:arglists ([this condition]), + :name "-post-init", + :namespace "clojure.contrib.condition.Condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/condition/Condition.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-post-init", - :namespace "clojure.contrib.condition.Condition", - :line 33, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/condition/Condition.clj", - :var-type "function", - :arglists ([this condition]), :doc "Adds :stack-trace to the condition. Drops the bottom 3 frames because\nthey are always the same: implementation details of Condition and raise.", - :name "-post-init"} - {:source-url + :var-type "function", + :line 33, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/condition/Condition.clj"} + {:arglists ([db name key]), + :name "add-index", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L86", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-index", - :namespace "clojure.contrib.datalog.database", + :doc "Adds an index to an empty relation named name", + :var-type "function", :line 86, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db name key]), - :doc "Adds an index to an empty relation named name", - :name "add-index"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db name keys]), + :name "add-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L81", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-relation", - :namespace "clojure.contrib.datalog.database", + :doc "Adds a relation to the database", + :var-type "function", :line 81, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db name keys]), - :doc "Adds a relation to the database", - :name "add-relation"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db rel-name tuple] [rel tuple]), + :name "add-tuple", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L172", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-tuple", - :namespace "clojure.contrib.datalog.database", - :line 172, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rel-name tuple] [rel tuple]), :doc "Two forms:\n\n[db relation-name tuple] adds tuple to the named relation. Returns\nthe new database.\n\n[rel tuple] adds to the relation object. Returns the new relation.", - :name "add-tuple"} - {:source-url + :var-type "function", + :line 172, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db & tupls]), + :name "add-tuples", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L207", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-tuples", - :namespace "clojure.contrib.datalog.database", - :line 207, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db & tupls]), :doc "Adds a collection of tuples to the db, as\n(add-tuples db\n [:rel-name :key-1 1 :key-2 2]\n [:rel-name :key-1 2 :key-2 3])", - :name "add-tuples"} - {:source-url + :var-type "function", + :line 207, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db rn pt]), + :name "any-match?", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L253", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/any-match?", - :namespace "clojure.contrib.datalog.database", - :line 253, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rn pt]), :doc "Finds if there are any matching records for the partial tuple", - :name "any-match?"} - {:source-url + :var-type "function", + :line 253, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db]), + :name "database-counts", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L144", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-counts", - :namespace "clojure.contrib.datalog.database", + :doc "Returns a map with the count of elements in each relation.", + :var-type "function", :line 144, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db]), - :doc "Returns a map with the count of elements in each relation.", - :name "database-counts"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([dbs]), + :name "database-merge", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L277", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-merge", - :namespace "clojure.contrib.datalog.database", + :doc "Merges databases together", + :var-type "function", :line 277, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([dbs]), - :doc "Merges databases together", - :name "database-merge"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([dbs]), + :name "database-merge-parallel", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L282", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-merge-parallel", - :namespace "clojure.contrib.datalog.database", + :doc "Merges databases together in parallel", + :var-type "function", :line 282, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([dbs]), - :doc "Merges databases together in parallel", - :name "database-merge-parallel"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([schema data indexes]), + :name "datalog-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L76", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/datalog-relation", - :namespace "clojure.contrib.datalog.database", + :doc "Creates a relation", + :var-type "function", :line 76, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([schema data indexes]), - :doc "Creates a relation", - :name "datalog-relation"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db name keys indexes]), + :name "ensure-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L96", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/ensure-relation", - :namespace "clojure.contrib.datalog.database", + :doc "If the database lacks the named relation, add it", + :var-type "function", :line 96, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db name keys indexes]), - :doc "If the database lacks the named relation, add it", - :name "ensure-relation"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db rel-name]), + :name "get-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L130", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/get-relation", - :namespace "clojure.contrib.datalog.database", + :doc "Get a relation object by name", + :var-type "function", :line 130, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rel-name]), - :doc "Get a relation object by name", - :name "get-relation"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([& commands]), + :name "make-database", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L109", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/make-database", - :namespace "clojure.contrib.datalog.database", - :line 109, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "macro", - :arglists ([& commands]), :doc "Makes a database, like this\n(make-database\n (relation :fred [:mary :sue])\n (index :fred :mary)\n (relation :sally [:jen :becky])\n (index :sally :jen)\n (index :sally :becky))", - :name "make-database"} - {:source-url + :var-type "macro", + :line 109, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([r1 r2]), + :name "merge-relations", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L267", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/merge-relations", - :namespace "clojure.contrib.datalog.database", + :doc "Merges two relations", + :var-type "function", :line 267, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([r1 r2]), - :doc "Merges two relations", - :name "merge-relations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db rel-name tuple] [rel tuple]), + :name "remove-tuple", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L190", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/remove-tuple", - :namespace "clojure.contrib.datalog.database", - :line 190, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rel-name tuple] [rel tuple]), :doc "Two forms:\n\n[db relation-name tuple] removes the tuple from the named relation,\nreturns a new database.\n\n[rel tuple] removes the tuple from the relation. Returns the new\nrelation.", - :name "remove-tuple"} - {:source-url + :var-type "function", + :line 190, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db rel-name rel]), + :name "replace-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L135", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/replace-relation", - :namespace "clojure.contrib.datalog.database", - :line 135, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rel-name rel]), :doc "Add or replace a fully constructed relation object to the database.", - :name "replace-relation"} - {:source-url + :var-type "function", + :line 135, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db rn pt]), + :name "select", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj#L248", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/select", - :namespace "clojure.contrib.datalog.database", - :line 248, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rn pt]), :doc "finds all matching tuples to the partial tuple (pt) in the relation named (rn)", - :name "select"} - {:source-url + :var-type "function", + :line 248, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L253", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/adorned-literal", @@ -10027,20 +11523,24 @@ :doc "When passed a set of bound columns, returns the adorned literal", :name "adorned-literal"} - {:source-url + {:arglists ([f type]), + :name "build-atom", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L132", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-atom", - :namespace "clojure.contrib.datalog.literals", - :line 132, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([f type]), :doc "Returns an unevaluated expression (to be used in a macro) of an\natom.", - :name "build-atom"} - {:source-url + :var-type "function", + :line 132, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L127", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-literal", @@ -10051,32 +11551,38 @@ :doc "(Returns an unevaluated expression (to be used in macros) of a\nliteral.", :name "build-literal"} - {:source-url + {:arglists ([s]), + :name "build-seed-bindings", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L302", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-seed-bindings", - :namespace "clojure.contrib.datalog.literals", - :line 302, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([s]), :doc "Given a seed literal, already adorned and in magic form, convert\nits bound constants to new variables.", - :name "build-seed-bindings"} - {:source-url + :var-type "function", + :line 302, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([l]), + :name "delta-literal", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L319", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/delta-literal", - :namespace "clojure.contrib.datalog.literals", + :doc "Given a literal l, return a delta version", + :var-type "function", :line 319, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Given a literal l, return a delta version", - :name "delta-literal"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L163", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/display-literal", @@ -10086,31 +11592,37 @@ :var-type "multimethod", :doc "Converts a struct representing a literal to a normal list", :name "display-literal"} - {:source-url + {:arglists ([pred]), + :name "get-adorned-bindings", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L270", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-adorned-bindings", - :namespace "clojure.contrib.datalog.literals", + :doc "Get the bindings from this adorned literal.", + :var-type "function", :line 270, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([pred]), - :doc "Get the bindings from this adorned literal.", - :name "get-adorned-bindings"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([pred]), + :name "get-base-predicate", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L275", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-base-predicate", - :namespace "clojure.contrib.datalog.literals", + :doc "Get the base predicate from this predicate.", + :var-type "function", :line 275, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([pred]), - :doc "Get the base predicate from this predicate.", - :name "get-base-predicate"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L201", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-cs-from-vs", @@ -10120,7 +11632,9 @@ :var-type "multimethod", :doc "From a set of vars, get the columns", :name "get-cs-from-vs"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L218", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-self-bound-cs", @@ -10130,7 +11644,9 @@ :var-type "multimethod", :doc "Get the columns that are bound withing the literal.", :name "get-self-bound-cs"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L186", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-vs-from-cs", @@ -10140,7 +11656,9 @@ :var-type "multimethod", :doc "From a set of columns, return the vars", :name "get-vs-from-cs"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L360", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/join-literal", @@ -10151,7 +11669,9 @@ :doc "Given a database (db), a literal (lit) and a seq of bindings (bs),\nreturn a new seq of bindings by joining this literal.", :name "join-literal"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L235", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-appropriate?", @@ -10162,7 +11682,9 @@ :doc "When passed a set of bound vars, determines if this literal can be\nused during this point of a SIP computation.", :name "literal-appropriate?"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L47", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-columns", @@ -10172,19 +11694,23 @@ :var-type "multimethod", :doc "Return the column names this applies to", :name "literal-columns"} - {:source-url + {:arglists ([lit]), + :name "literal-magic?", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L295", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-magic?", - :namespace "clojure.contrib.datalog.literals", + :doc "Is this literal magic?", + :var-type "function", :line 295, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([lit]), - :doc "Is this literal magic?", - :name "literal-magic?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L43", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-predicate", @@ -10194,7 +11720,9 @@ :var-type "multimethod", :doc "Return the predicate/relation this conditional operates over", :name "literal-predicate"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L51", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-vars", @@ -10204,43 +11732,51 @@ :var-type "multimethod", :doc "Returns the logic vars used by this literal", :name "literal-vars"} - {:source-url + {:arglists ([l]), + :name "magic-literal", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L285", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/magic-literal", - :namespace "clojure.contrib.datalog.literals", + :doc "Create a magic version of this adorned predicate.", + :var-type "function", :line 285, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Create a magic version of this adorned predicate.", - :name "magic-literal"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([l]), + :name "negated-literal", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L313", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negated-literal", - :namespace "clojure.contrib.datalog.literals", + :doc "Given a literal l, return a negated version", + :var-type "function", :line 313, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Given a literal l, return a negated version", - :name "negated-literal"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([l]), + :name "negated?", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L111", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negated?", - :namespace "clojure.contrib.datalog.literals", + :doc "Is this literal a negated literal?", + :var-type "function", :line 111, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Is this literal a negated literal?", - :name "negated?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L59", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negative-vars", @@ -10250,7 +11786,9 @@ :var-type "multimethod", :doc "Returns the logic vars used in a negative position", :name "negative-vars"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L55", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/positive-vars", @@ -10260,583 +11798,677 @@ :var-type "multimethod", :doc "Returns the logic vars used in a positive position", :name "positive-vars"} - {:source-url + {:arglists ([l]), + :name "positive?", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L116", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/positive?", - :namespace "clojure.contrib.datalog.literals", + :doc "Is this a positive literal?", + :var-type "function", :line 116, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Is this a positive literal?", - :name "positive?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([db lit bs] [db lit bs var?]), + :name "project-literal", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L392", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/project-literal", - :namespace "clojure.contrib.datalog.literals", - :line 392, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([db lit bs] [db lit bs var?]), :doc "Project a stream of bindings onto a literal/relation. Returns a new\ndb.", - :name "project-literal"} - {:source-url + :var-type "function", + :line 392, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([q]), + :name "adorn-query", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L26", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/adorn-query", - :namespace "clojure.contrib.datalog.magic", + :doc "Adorn a query", + :var-type "function", :line 26, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q]), - :doc "Adorn a query", - :name "adorn-query"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([rs q]), + :name "adorn-rules-set", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L31", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/adorn-rules-set", - :namespace "clojure.contrib.datalog.magic", - :line 31, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([rs q]), :doc "Adorns the given rules-set for the given query. (rs) is a\nrules-set, (q) is an adorned query.", - :name "adorn-rules-set"} - {:source-url + :var-type "function", + :line 31, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([q bindings]), + :name "build-partial-tuple", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L78", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/build-partial-tuple", - :namespace "clojure.contrib.datalog.magic", - :line 78, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q bindings]), :doc "Given a query and a set of bindings, build a partial tuple needed\nto extract the relation from the database.", - :name "build-partial-tuple"} - {:source-url + :var-type "function", + :line 78, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([rs] [rs i-preds]), + :name "magic-transform", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L98", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/magic-transform", - :namespace "clojure.contrib.datalog.magic", - :line 98, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([rs] [rs i-preds]), :doc "Return a magic transformation of an adorned rules-set (rs). The\n(i-preds) are the predicates of the intension database. These\ndefault to the predicates within the rules-set.", - :name "magic-transform"} - {:source-url + :var-type "function", + :line 98, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([q]), + :name "seed-predicate-for-insertion", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-predicate-for-insertion", - :namespace "clojure.contrib.datalog.magic", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q]), :doc "Given a query, return the predicate to use for database insertion.", - :name "seed-predicate-for-insertion"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([q]), + :name "seed-relation", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L63", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-relation", - :namespace "clojure.contrib.datalog.magic", - :line 63, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q]), :doc "Given a magic form of a query, give back the literal form of its seed\nrelation", - :name "seed-relation"} - {:source-url + :var-type "function", + :line 63, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([q]), + :name "seed-rule", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-rule", - :namespace "clojure.contrib.datalog.magic", + :doc "Given an adorned query, give back its seed rule", + :var-type "function", :line 71, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q]), - :doc "Given an adorned query, give back its seed rule", - :name "seed-rule"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([hd & body]), + :name "<-", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L67", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/<-", - :namespace "clojure.contrib.datalog.rules", - :line 67, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "macro", - :arglists ([hd & body]), :doc "Build a datalog rule. Like this:\n\n(<- (:head :x ?x :y ?y) (:body-1 :x ?x :y ?y) (:body-2 :z ?z) (not! :body-3 :x ?x) (if > ?y ?z))", - :name "<-"} - {:source-url + :var-type "macro", + :line 67, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([& q]), + :name "?-", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L85", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/?-", - :namespace "clojure.contrib.datalog.rules", + :doc "Define a datalog query", + :var-type "macro", :line 85, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "macro", - :arglists ([& q]), - :doc "Define a datalog query", - :name "?-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs]), + :name "all-predicates", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L162", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/all-predicates", - :namespace "clojure.contrib.datalog.rules", + :doc "Given a rules-set, return all defined predicates", + :var-type "function", :line 162, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rs]), - :doc "Given a rules-set, return all defined predicates", - :name "all-predicates"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([db rule] [db-1 db-2 rule]), + :name "apply-rule", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L183", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/apply-rule", - :namespace "clojure.contrib.datalog.rules", - :line 183, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([db rule] [db-1 db-2 rule]), :doc "Apply the rule against db-1, adding the results to the appropriate\nrelation in db-2. The relation will be created if needed.", - :name "apply-rule"} - {:source-url + :var-type "function", + :line 183, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([bindings i-preds rule]), + :name "compute-sip", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L99", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/compute-sip", - :namespace "clojure.contrib.datalog.rules", - :line 99, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([bindings i-preds rule]), :doc "Given a set of bound column names, return an adorned sip for this\nrule. A set of intensional predicates should be provided to\ndetermine what should be adorned.", - :name "compute-sip"} - {:source-url + :var-type "function", + :line 99, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([query]), + :name "display-query", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/display-query", - :namespace "clojure.contrib.datalog.rules", + :doc "Return a query in a readable format.", + :var-type "function", :line 38, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([query]), - :doc "Return a query in a readable format.", - :name "display-query"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rule]), + :name "display-rule", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L31", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/display-rule", - :namespace "clojure.contrib.datalog.rules", + :doc "Return the rule in a readable format.", + :var-type "function", :line 31, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rule]), - :doc "Return the rule in a readable format.", - :name "display-rule"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rule]), + :name "is-safe?", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/is-safe?", - :namespace "clojure.contrib.datalog.rules", + :doc "Is the rule safe according to the datalog protocol?", + :var-type "function", :line 46, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rule]), - :doc "Is the rule safe according to the datalog protocol?", - :name "is-safe?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs]), + :name "make-rules-set", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L128", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/make-rules-set", - :namespace "clojure.contrib.datalog.rules", - :line 128, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rs]), :doc "Given an existing set of rules, make it a 'rules-set' for\nprinting.", - :name "make-rules-set"} - {:source-url + :var-type "function", + :line 128, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs]), + :name "non-base-rules", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L167", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/non-base-rules", - :namespace "clojure.contrib.datalog.rules", - :line 167, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rs]), :doc "Return a collection of rules that depend, somehow, on other rules", - :name "non-base-rules"} - {:source-url + :var-type "function", + :line 167, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs]), + :name "predicate-map", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L152", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/predicate-map", - :namespace "clojure.contrib.datalog.rules", - :line 152, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rs]), :doc "Given a rules-set, return a map of rules keyed by their predicates.\nEach value will be a set of rules.", - :name "predicate-map"} - {:source-url + :var-type "function", + :line 152, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rule]), + :name "return-rule-data", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/return-rule-data", - :namespace "clojure.contrib.datalog.rules", + :doc "Returns an untypted rule that will be fully printed", + :var-type "function", :line 80, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rule]), - :doc "Returns an untypted rule that will be fully printed", - :name "return-rule-data"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([& rules]), + :name "rules-set", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj#L136", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/rules-set", - :namespace "clojure.contrib.datalog.rules", + :doc "Given a collection of rules return a rules set", + :var-type "function", :line 136, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([& rules]), - :doc "Given a collection of rules return a rules set", - :name "rules-set"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs q]), + :name "build-soft-strat-work-plan", + :namespace "clojure.contrib.datalog.softstrat", + :source-url "http://github.com/clojure/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/softstrat.clj#L115", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/softstrat.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.softstrat/build-soft-strat-work-plan", - :namespace "clojure.contrib.datalog.softstrat", + :doc "Return a work plan for the given rules-set and query", + :var-type "function", :line 115, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/softstrat.clj", - :var-type "function", - :arglists ([rs q]), - :doc "Return a work plan for the given rules-set and query", - :name "build-soft-strat-work-plan"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/softstrat.clj"} + {:arglists ([ws]), + :name "get-all-relations", + :namespace "clojure.contrib.datalog.softstrat", + :source-url "http://github.com/clojure/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/softstrat.clj#L121", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/softstrat.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.softstrat/get-all-relations", - :namespace "clojure.contrib.datalog.softstrat", + :doc "Return a set of all relation names defined in this workplan", + :var-type "function", :line 121, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/softstrat.clj", - :var-type "function", - :arglists ([ws]), - :doc "Return a set of all relation names defined in this workplan", - :name "get-all-relations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/softstrat.clj"} + {:arglists ([sym]), + :name "is-query-var?", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/is-query-var?", - :namespace "clojure.contrib.datalog.util", + :doc "Is this a query variable: e.g. a symbol prefixed with ??", + :var-type "function", :line 33, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([sym]), - :doc "Is this a query variable: e.g. a symbol prefixed with ??", - :name "is-query-var?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([sym]), + :name "is-var?", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L25", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/is-var?", - :namespace "clojure.contrib.datalog.util", + :doc "Is this a logic variable: e.g. a symbol prefixed with a ?", + :var-type "function", :line 25, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([sym]), - :doc "Is this a logic variable: e.g. a symbol prefixed with a ?", - :name "is-var?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([m ks]), + :name "keys-to-vals", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/keys-to-vals", - :namespace "clojure.contrib.datalog.util", - :line 49, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([m ks]), :doc "Given a map and a collection of keys, return the collection of vals", - :name "keys-to-vals"} - {:source-url + :var-type "function", + :line 49, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([f hash]), + :name "map-values", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/map-values", - :namespace "clojure.contrib.datalog.util", + :doc "Like map, but works over the values of a hash map", + :var-type "function", :line 41, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([f hash]), - :doc "Like map, but works over the values of a hash map", - :name "map-values"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([f data]), + :name "preduce", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/preduce", - :namespace "clojure.contrib.datalog.util", - :line 62, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([f data]), :doc "Similar to merge-with, but the contents of each key are merged in\nparallel using f.\n\nf - a function of 2 arguments.\ndata - a collection of hashes.", - :name "preduce"} - {:source-url + :var-type "function", + :line 62, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([m]), + :name "reverse-map", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/reverse-map", - :namespace "clojure.contrib.datalog.util", + :doc "Reverse the keys/values of a map", + :var-type "function", :line 54, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([m]), - :doc "Reverse the keys/values of a map", - :name "reverse-map"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([& body]), + :name "trace-datalog", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L82", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/trace-datalog", - :namespace "clojure.contrib.datalog.util", + :doc "If *test-datalog* is set to true, run the enclosed commands", + :var-type "macro", :line 82, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "macro", - :arglists ([& body]), - :doc "If *test-datalog* is set to true, run the enclosed commands", - :name "trace-datalog"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([container components]), + :name "add-components", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj#L94", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/add-components", - :namespace "clojure.contrib.miglayout.internal", + :doc "Adds components with constraints to a container", + :var-type "function", :line 94, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([container components]), - :doc "Adds components with constraints to a container", - :name "add-components"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([x]), + :name "component?", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/component?", - :namespace "clojure.contrib.miglayout.internal", + :doc "Returns true if x is a java.awt.Component", + :var-type "function", :line 59, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([x]), - :doc "Returns true if x is a java.awt.Component", - :name "component?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([x]), + :name "constraint?", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/constraint?", - :namespace "clojure.contrib.miglayout.internal", + :doc "Returns true if x is not a keyword-item or component", + :var-type "function", :line 64, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([x]), - :doc "Returns true if x is not a keyword-item or component", - :name "constraint?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([container layout column row components]), + :name "do-layout", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj#L114", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/do-layout", - :namespace "clojure.contrib.miglayout.internal", - :line 114, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([container layout column row components]), :doc "Attaches a MigLayout layout manager to container and adds components\nwith constraints", - :name "do-layout"} - {:source-url + :var-type "function", + :line 114, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([c]), + :name "format-constraint", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj#L32", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/format-constraint", - :namespace "clojure.contrib.miglayout.internal", - :line 32, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([c]), :doc "Returns a vector of vectors representing one or more constraints\nseparated by commas. Constraints may be specified in Clojure using\nstrings, keywords, vectors, maps, and/or sets.", - :name "format-constraint"} - {:source-url + :var-type "function", + :line 32, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([& constraints]), + :name "format-constraints", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/format-constraints", - :namespace "clojure.contrib.miglayout.internal", - :line 47, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([& constraints]), :doc "Returns a string representing all the constraints for one keyword-item\nor component formatted for miglayout.", - :name "format-constraints"} - {:source-url + :var-type "function", + :line 47, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([container]), + :name "get-components", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj#L109", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/get-components", - :namespace "clojure.contrib.miglayout.internal", - :line 109, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([container]), :doc "Returns a map from id to component for all components with an id", - :name "get-components"} - {:source-url + :var-type "function", + :line 109, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([constraint]), + :name "parse-component-constraint", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/parse-component-constraint", - :namespace "clojure.contrib.miglayout.internal", + :doc "Parses a component constraint string returning a CC object", + :var-type "function", :line 88, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([constraint]), - :doc "Parses a component constraint string returning a CC object", - :name "parse-component-constraint"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([& args]), + :name "parse-item-constraints", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/parse-item-constraints", - :namespace "clojure.contrib.miglayout.internal", - :line 71, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([& args]), :doc "Iterates over args and builds a map containing values associated with\n:keywords and :components. The value for :keywords is a map from keyword\nitems to constraints strings. The value for :components is a vector of\nvectors each associating a component with its constraints string.", - :name "parse-item-constraints"} - {:source-url + :var-type "function", + :line 71, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([val] [val expectation-hash]), + :name "calls", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L216", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/calls", - :namespace "clojure.contrib.mock.test-adapter", - :line 216, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([val] [val expectation-hash]), :doc "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned returned by the expected function. If both this\nand returns are specified, the return value of \"calls\" will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", - :name "calls"} - {:source-url + :var-type "function", + :line 216, + :file "clojure/contrib/mock.clj"} + {:arglists ([arg-pred-forms] [arg-pred-forms expect-hash-form]), + :name "has-args", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L228", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/has-args", - :namespace "clojure.contrib.mock.test-adapter", - :line 228, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([arg-pred-forms] [arg-pred-forms expect-hash-form]), :doc "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", - :name "has-args"} - {:source-url + :var-type "macro", + :line 228, + :file "clojure/contrib/mock.clj"} + {:arglists ([fn-name args]), + :name "has-matching-signature?", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L105", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/has-matching-signature?", - :namespace "clojure.contrib.mock.test-adapter", - :line 105, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([fn-name args]), :doc "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", - :name "has-matching-signature?"} - {:source-url + :var-type "function", + :line 105, + :file "clojure/contrib/mock.clj"} + {:arglists ([arg-preds arg-pred-forms]), + :name "make-arg-checker", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L116", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/make-arg-checker", - :namespace "clojure.contrib.mock.test-adapter", - :line 116, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([arg-preds arg-pred-forms]), :doc "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", - :name "make-arg-checker"} - {:source-url + :var-type "function", + :line 116, + :file "clojure/contrib/mock.clj"} + {:arglists ([pred pred-form]), + :name "make-count-checker", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L131", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/make-count-checker", - :namespace "clojure.contrib.mock.test-adapter", - :line 131, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([pred pred-form]), :doc "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", - :name "make-count-checker"} - {:source-url + :var-type "function", + :line 131, + :file "clojure/contrib/mock.clj"} + {:arglists ([fn-name expectation-hash]), + :name "make-mock", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L150", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/make-mock", - :namespace "clojure.contrib.mock.test-adapter", - :line 150, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([fn-name expectation-hash]), :doc "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker,\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", - :name "make-mock"} + :var-type "function", + :line 150, + :file "clojure/contrib/mock.clj"} {:arglists ([fn-name expected actual msg]), :name "report-problem", :namespace "clojure.contrib.mock.test-adapter", :source-url "http://github.com/clojure/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mock/test_adapter.clj#L19", :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/report-problem", :doc @@ -10845,78 +12477,79 @@ :line 19, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/mock/test_adapter.clj"} - {:source-url + {:arglists ([val] [val expectation-hash]), + :name "returns", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L205", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/returns", - :namespace "clojure.contrib.mock.test-adapter", - :line 205, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([val] [val expectation-hash]), :doc "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", - :name "returns"} - {:source-url + :var-type "function", + :line 205, + :file "clojure/contrib/mock.clj"} + {:arglists ([times-fn] [times-fn expectation-hash]), + :name "times", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L246", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/times", - :namespace "clojure.contrib.mock.test-adapter", - :line 246, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([times-fn] [times-fn expectation-hash]), :doc "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nThis function can either be specified as the first argument to times or can be\nthe result of calling times with an integer argument, in which case the\npredicate will default to being an exact match. This predicate is called at\nthe end of an expect expression to validate that an expected dependency\nfunction was called the expected number of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", - :name "times"} - {:source-url + :var-type "macro", + :line 246, + :file "clojure/contrib/mock.clj"} + {:arglists ([mock-data]), + :name "validate-counts", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/mock.clj#L175", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/validate-counts", - :namespace "clojure.contrib.mock.test-adapter", - :line 175, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([mock-data]), :doc "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", - :name "validate-counts"} - {:source-url + :var-type "function", + :line 175, + :file "clojure/contrib/mock.clj"} + {:arglists ([]), + :name "connection*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/connection*", - :namespace "clojure.contrib.sql.internal", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current database connection (or throws if there is none)", - :name "connection*"} - {:source-url + :var-type "function", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([]), + :name "find-connection*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/find-connection*", - :namespace "clojure.contrib.sql.internal", - :line 33, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current database connection (or nil if there is none)", - :name "find-connection*"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj#L51", - :wiki-url - "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/get-connection", - :namespace "clojure.contrib.sql.internal", - :line 51, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj", :var-type "function", - :arglists + :line 33, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([{:keys [factory classname @@ -10928,210 +12561,253 @@ name environment], :as db-spec}]), + :name "get-connection", + :namespace "clojure.contrib.sql.internal", + :source-url + "http://github.com/clojure/clojure-contrib/blob/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj#L51", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/get-connection", :doc "Creates a connection to a database. db-spec is a map containing values\nfor one of the following parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", - :name "get-connection"} - {:source-url + :var-type "function", + :line 51, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([stream exception]), + :name "print-sql-exception", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj#L107", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-sql-exception", - :namespace "clojure.contrib.sql.internal", + :doc "Prints the contents of an SQLException to stream", + :var-type "function", :line 107, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([stream exception]), - :doc "Prints the contents of an SQLException to stream", - :name "print-sql-exception"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([stream exception]), + :name "print-sql-exception-chain", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj#L121", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-sql-exception-chain", - :namespace "clojure.contrib.sql.internal", + :doc "Prints a chain of SQLExceptions to stream", + :var-type "function", :line 121, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([stream exception]), - :doc "Prints a chain of SQLExceptions to stream", - :name "print-sql-exception-chain"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([stream exception]), + :name "print-update-counts", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj#L129", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-update-counts", - :namespace "clojure.contrib.sql.internal", - :line 129, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([stream exception]), :doc "Prints the update counts from a BatchUpdateException to stream", - :name "print-update-counts"} - {:source-url + :var-type "function", + :line 129, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([] [val]), + :name "rollback", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj#L44", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/rollback", - :namespace "clojure.contrib.sql.internal", + :doc "Accessor for the rollback flag on the current connection", + :var-type "function", :line 44, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([] [val]), - :doc "Accessor for the rollback flag on the current connection", - :name "rollback"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([e]), + :name "throw-rollback", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj#L138", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/throw-rollback", - :namespace "clojure.contrib.sql.internal", + :doc "Sets rollback and throws a wrapped exception", + :var-type "function", :line 138, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([e]), - :doc "Sets rollback and throws a wrapped exception", - :name "throw-rollback"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([func]), + :name "transaction*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj#L144", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/transaction*", - :namespace "clojure.contrib.sql.internal", - :line 144, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([func]), :doc "Evaluates func as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If rollback is set within scope of the outermost transaction,\nthe entire transaction will be rolled back rather than committed when\ncomplete.", - :name "transaction*"} - {:source-url + :var-type "function", + :line 144, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([db-spec func]), + :name "with-connection*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj#L98", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/with-connection*", - :namespace "clojure.contrib.sql.internal", - :line 98, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([db-spec func]), :doc "Evaluates func in the context of a new connection to a database then\ncloses the connection.", - :name "with-connection*"} - {:source-url + :var-type "function", + :line 98, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([[sql & params :as sql-params] func]), + :name "with-query-results*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj#L178", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/6a0483d9e216ca00fc648a4b3673996b76a2785a/src/main/clojure/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/with-query-results*", - :namespace "clojure.contrib.sql.internal", - :line 178, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([[sql & params :as sql-params] func]), :doc "Executes a query, then evaluates func passing in a seq of the results as\nan argument. The first argument is a vector containing the (optionally\nparameterized) sql query string followed by values for any parameters.", - :name "with-query-results*"} - {:source-url + :var-type "function", + :line 178, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([attrname] [loc attrname]), + :name "attr", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/attr", - :namespace "clojure.contrib.zip-filter.xml", - :line 18, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([attrname] [loc attrname]), :doc "Returns the xml attribute named attrname, of the xml node at location loc.", - :name "attr"} - {:source-url + :var-type "function", + :line 18, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([attrname attrval]), + :name "attr=", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/attr=", - :namespace "clojure.contrib.zip-filter.xml", - :line 23, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([attrname attrval]), :doc "Returns a query predicate that matches a node when it has an\nattribute named attrname whose value is attrval.", - :name "attr="} - {:source-url + :var-type "function", + :line 23, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([preds]), + :name "seq-test", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L51", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/seq-test", - :namespace "clojure.contrib.zip-filter.xml", - :line 51, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([preds]), :doc "Returns a query predicate that matches a node when its xml content\nmatches the query expresions given.", - :name "seq-test"} - {:source-url + :var-type "function", + :line 51, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([tagname]), + :name "tag=", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/tag=", - :namespace "clojure.contrib.zip-filter.xml", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([tagname]), :doc "Returns a query predicate that matches a node when its is a tag\nnamed tagname.", - :name "tag="} - {:source-url + :var-type "function", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([loc]), + :name "text", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/text", - :namespace "clojure.contrib.zip-filter.xml", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns the textual contents of the given location, similar to\nxpaths's value-of", - :name "text"} - {:source-url + :var-type "function", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([s]), + :name "text=", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/text=", - :namespace "clojure.contrib.zip-filter.xml", - :line 46, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([s]), :doc "Returns a query predicate that matches a node when its textual\ncontent equals s.", - :name "text="} - {:source-url + :var-type "function", + :line 46, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([loc & preds]), + :name "xml->", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/xml->", - :namespace "clojure.contrib.zip-filter.xml", - :line 57, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([loc & preds]), :doc "The loc is passed to the first predicate. If the predicate returns\na collection, each value of the collection is passed to the next\npredicate. If it returns a location, the location is passed to the\nnext predicate. If it returns true, the input location is passed to\nthe next predicate. If it returns false or nil, the next predicate\nis not called.\n\nThis process is repeated, passing the processed results of each\npredicate to the next predicate. xml-> returns the final sequence.\nThe entire chain is evaluated lazily.\n\nThere are also special predicates: keywords are converted to tag=,\nstrings to text=, and vectors to sub-queries that return true if\nthey match.\n\nSee the footer of zip-query.clj for examples.", - :name "xml->"} - {:source-url + :var-type "function", + :line 57, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([loc & preds]), + :name "xml1->", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/xml1->", - :namespace "clojure.contrib.zip-filter.xml", - :line 80, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([loc & preds]), :doc "Returns the first item from loc based on the query predicates\ngiven. See xml->", - :name "xml1->"})} + :var-type "function", + :line 80, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/src/main/clojure/clojure/contrib/zip_filter/xml.clj"})} diff --git a/index-v1.3.clj b/index-v1.3.clj index 837eacb8..166caeb6 100644 --- a/index-v1.3.clj +++ b/index-v1.3.clj @@ -555,20 +555,24 @@ :name "clojure.contrib.zip-filter.xml", :doc nil}), :vars - ({:source-url + ({:arglists ([acc items]), + :name "add-items", + :namespace "clojure.contrib.accumulators", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/add-items", - :namespace "clojure.contrib.accumulators", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj", - :var-type "function", - :arglists ([acc items]), :doc "Add all elements of a collection coll to the accumulator acc.", - :name "add-items"} - {:source-url + :var-type "function", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L272", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-counter", @@ -580,7 +584,9 @@ :doc "An empty counter accumulator. Its value is a map that stores for\nevery item the number of times it was added.", :name "empty-counter"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L293", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-counter-with-total", @@ -592,7 +598,9 @@ :doc "An empty counter-with-total accumulator. It works like the counter\naccumulator, except that the total number of items added is stored as the\nvalue of the key :total.", :name "empty-counter-with-total"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L89", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-list", @@ -604,7 +612,9 @@ :doc "An empty list accumulator. Adding an item appends it at the beginning.", :name "empty-list"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L146", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-map", @@ -616,7 +626,9 @@ :doc "An empty map accumulator. Items to be added must be [key value] pairs.", :name "empty-map"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L186", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-maximum", @@ -627,7 +639,9 @@ :var-type "var", :doc "An empty maximum accumulator. Only numbers can be added.", :name "empty-maximum"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L233", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-mean-variance", @@ -639,7 +653,9 @@ :doc "An empty mean-variance accumulator, combining sample mean and\nsample variance. Only numbers can be added.", :name "empty-mean-variance"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L208", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-min-max", @@ -651,7 +667,9 @@ :doc "An empty min-max accumulator, combining minimum and maximum.\nOnly numbers can be added.", :name "empty-min-max"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L192", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-minimum", @@ -662,7 +680,9 @@ :var-type "var", :doc "An empty minimum accumulator. Only numbers can be added.", :name "empty-minimum"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L178", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-product", @@ -673,7 +693,9 @@ :var-type "var", :doc "An empty sum accumulator. Only numbers can be added.", :name "empty-product"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L103", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-queue", @@ -685,7 +707,9 @@ :doc "An empty queue accumulator. Adding an item appends it at the end.", :name "empty-queue"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L117", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-set", @@ -696,7 +720,9 @@ :var-type "var", :doc "An empty set accumulator.", :name "empty-set"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L131", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-string", @@ -708,7 +734,9 @@ :doc "An empty string accumulator. Adding an item (string or character)\nappends it at the end.", :name "empty-string"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L175", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-sum", @@ -719,20 +747,24 @@ :var-type "var", :doc "An empty sum accumulator. Only numbers can be added.", :name "empty-sum"} - {:source-url + {:arglists ([empty-accumulators]), + :name "empty-tuple", + :namespace "clojure.contrib.accumulators", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L311", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-tuple", - :namespace "clojure.contrib.accumulators", - :line 311, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj", - :var-type "function", - :arglists ([empty-accumulators]), :doc "Returns an accumulator tuple with the supplied empty-accumulators\nas its value. Accumulator tuples consist of several accumulators that\nwork in parallel. Added items must be sequences whose number of elements\nmatches the number of sub-accumulators.", - :name "empty-tuple"} - {:source-url + :var-type "function", + :line 311, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/accumulators.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a9eeece7663e11f6841d59a3efdef8c12b65633b/modules/accumulators/src/main/clojure/clojure/contrib/accumulators.clj#L75", :wiki-url "http://clojure.github.com/clojure-contrib//accumulators-api.html#clojure.contrib.accumulators/empty-vector", @@ -744,414 +776,482 @@ :doc "An empty vector accumulator. Adding an item appends it at the end.", :name "empty-vector"} - {:source-url + {:arglists ([vars agent action & args]), + :name "capture-and-send", + :namespace "clojure.contrib.agent-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/agent-utils/src/main/clojure/clojure/contrib/agent_utils.clj#L22", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/agent_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//agent-utils-api.html#clojure.contrib.agent-utils/capture-and-send", - :namespace "clojure.contrib.agent-utils", - :line 22, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/agent-utils/src/main/clojure/clojure/contrib/agent_utils.clj", - :var-type "macro", - :arglists ([vars agent action & args]), :doc "Capture the current value of the specified vars and rebind \nthem on the agent thread before executing the action.\n\nExample:\n (capture-and-send [*out*] a f b c)", - :name "capture-and-send"} - {:source-url + :var-type "macro", + :line 22, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/agent-utils/src/main/clojure/clojure/contrib/agent_utils.clj"} + {:arglists ([str-reader out]), + :name "decode", + :namespace "clojure.contrib.base64", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/base64.clj#L106", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/base64.clj", :wiki-url "http://clojure.github.com/clojure-contrib//base64-api.html#clojure.contrib.base64/decode", - :namespace "clojure.contrib.base64", - :line 106, - :file "clojure/contrib/base64.clj", - :var-type "function", - :arglists ([str-reader out]), :doc "Decodes base64-encoded content from str-reader. Writes resulting bytes to out.", - :name "decode"} - {:source-url + :var-type "function", + :line 106, + :file "clojure/contrib/base64.clj"} + {:arglists ([s] [s encoding]), + :name "decode-str", + :namespace "clojure.contrib.base64", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/base64.clj#L138", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/base64.clj", :wiki-url "http://clojure.github.com/clojure-contrib//base64-api.html#clojure.contrib.base64/decode-str", - :namespace "clojure.contrib.base64", - :line 138, - :file "clojure/contrib/base64.clj", - :var-type "function", - :arglists ([s] [s encoding]), :doc "Decodes base64-encoded String using encoding. Encoding defaults to UTF-8.", - :name "decode-str"} - {:source-url + :var-type "function", + :line 138, + :file "clojure/contrib/base64.clj"} + {:arglists ([input output alphabet line-length]), + :name "encode", + :namespace "clojure.contrib.base64", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/base64.clj#L36", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/base64.clj", :wiki-url "http://clojure.github.com/clojure-contrib//base64-api.html#clojure.contrib.base64/encode", - :namespace "clojure.contrib.base64", - :line 36, - :file "clojure/contrib/base64.clj", - :var-type "function", - :arglists ([input output alphabet line-length]), :doc "Encodes bytes of input, writing Base 64 text on output. alphabet\nis a 65-character String containing the 64 characters to use in the\nencoding; the 65th character is the pad character. line-length is\nthe maximum number of characters per line, nil for no line breaks.", - :name "encode"} - {:source-url + :var-type "function", + :line 36, + :file "clojure/contrib/base64.clj"} + {:arglists ([s] [s encoding line-length]), + :name "encode-str", + :namespace "clojure.contrib.base64", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/base64.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/base64.clj", :wiki-url "http://clojure.github.com/clojure-contrib//base64-api.html#clojure.contrib.base64/encode-str", - :namespace "clojure.contrib.base64", - :line 88, - :file "clojure/contrib/base64.clj", - :var-type "function", - :arglists ([s] [s encoding line-length]), :doc "Encodes String in base 64; returns a String. If not specified,\nencoding is UTF-8 and line-length is nil.", - :name "encode-str"} - {:source-url + :var-type "function", + :line 88, + :file "clojure/contrib/base64.clj"} + {:arglists ([]), + :name "classpath", + :namespace "clojure.contrib.classpath", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/classpath.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath", - :namespace "clojure.contrib.classpath", - :line 23, - :file "clojure/contrib/classpath.clj", - :var-type "function", - :arglists ([]), :doc "Returns a sequence of File objects of the elements on CLASSPATH.", - :name "classpath"} - {:source-url + :var-type "function", + :line 23, + :file "clojure/contrib/classpath.clj"} + {:arglists ([]), + :name "classpath-directories", + :namespace "clojure.contrib.classpath", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/classpath.clj#L30", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath-directories", - :namespace "clojure.contrib.classpath", - :line 30, - :file "clojure/contrib/classpath.clj", - :var-type "function", - :arglists ([]), :doc "Returns a sequence of File objects for the directories on classpath.", - :name "classpath-directories"} - {:source-url + :var-type "function", + :line 30, + :file "clojure/contrib/classpath.clj"} + {:arglists ([]), + :name "classpath-jarfiles", + :namespace "clojure.contrib.classpath", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/classpath.clj#L35", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/classpath.clj", :wiki-url "http://clojure.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath-jarfiles", - :namespace "clojure.contrib.classpath", - :line 35, - :file "clojure/contrib/classpath.clj", - :var-type "function", - :arglists ([]), :doc "Returns a sequence of JarFile objects for the JAR files on classpath.", - :name "classpath-jarfiles"} - {:source-url + :var-type "function", + :line 35, + :file "clojure/contrib/classpath.clj"} + {:arglists ([& seqs]), + :name "cartesian-product", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/499b9c02d1932ba0c0651e04b627c25f7f04f0c8/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj#L107", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/cartesian-product", - :namespace "clojure.contrib.combinatorics", + :doc "All the ways to take one item from each sequence", + :var-type "function", :line 107, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([& seqs]), - :doc "All the ways to take one item from each sequence", - :name "cartesian-product"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj"} + {:arglists ([items n]), + :name "combinations", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/499b9c02d1932ba0c0651e04b627c25f7f04f0c8/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/combinations", - :namespace "clojure.contrib.combinatorics", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([items n]), :doc "All the unique ways of taking n different elements from items", - :name "combinations"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj"} + {:arglists ([c]), + :name "lex-permutations", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/499b9c02d1932ba0c0651e04b627c25f7f04f0c8/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/lex-permutations", - :namespace "clojure.contrib.combinatorics", - :line 151, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([c]), :doc "Fast lexicographic permutation generator for a sequence of numbers", - :name "lex-permutations"} - {:source-url + :var-type "function", + :line 151, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj"} + {:arglists ([items]), + :name "permutations", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/499b9c02d1932ba0c0651e04b627c25f7f04f0c8/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj#L160", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/permutations", - :namespace "clojure.contrib.combinatorics", + :doc "All the permutations of items, lexicographic by index", + :var-type "function", :line 160, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([items]), - :doc "All the permutations of items, lexicographic by index", - :name "permutations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj"} + {:arglists ([items n]), + :name "selections", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/499b9c02d1932ba0c0651e04b627c25f7f04f0c8/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj#L127", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/selections", - :namespace "clojure.contrib.combinatorics", - :line 127, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([items n]), :doc "All the ways of taking n (possibly the same) elements from the sequence of items", - :name "selections"} - {:source-url + :var-type "function", + :line 127, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj"} + {:arglists ([items]), + :name "subsets", + :namespace "clojure.contrib.combinatorics", + :source-url "http://github.com/clojure/clojure-contrib/blob/499b9c02d1932ba0c0651e04b627c25f7f04f0c8/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj#L101", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/combinatorics.clj", :wiki-url "http://clojure.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/subsets", - :namespace "clojure.contrib.combinatorics", + :doc "All the subsets of items", + :var-type "function", :line 101, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj", - :var-type "function", - :arglists ([items]), - :doc "All the subsets of items", - :name "subsets"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/combinatorics/src/main/clojure/clojure/contrib/combinatorics.clj"} + {:arglists ([args desc cmdspec & body]), + :name "with-command-line", + :namespace "clojure.contrib.command-line", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/command-line/src/main/clojure/clojure/contrib/command_line.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/command_line.clj", :wiki-url "http://clojure.github.com/clojure-contrib//command-line-api.html#clojure.contrib.command-line/with-command-line", - :namespace "clojure.contrib.command-line", + :doc "Bind locals to command-line args.", + :var-type "macro", :line 90, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/command-line/src/main/clojure/clojure/contrib/command_line.clj", - :var-type "macro", - :arglists ([args desc cmdspec & body]), - :doc "Bind locals to command-line args.", - :name "with-command-line"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/command-line/src/main/clojure/clojure/contrib/command_line.clj"} + {:arglists ([bindings & clauses]), + :name "cond-let", + :namespace "clojure.contrib.cond", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/cond/src/main/clojure/clojure/contrib/cond.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/cond.clj", :wiki-url "http://clojure.github.com/clojure-contrib//cond-api.html#clojure.contrib.cond/cond-let", - :namespace "clojure.contrib.cond", - :line 18, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/cond/src/main/clojure/clojure/contrib/cond.clj", - :var-type "macro", - :arglists ([bindings & clauses]), :doc "Takes a binding-form and a set of test/expr pairs. Evaluates each test\none at a time. If a test returns logical true, cond-let evaluates and\nreturns expr with binding-form bound to the value of test and doesn't\nevaluate any of the other tests or exprs. To provide a default value\neither provide a literal that evaluates to logical true and is\nbinding-compatible with binding-form, or use :else as the test and don't\nrefer to any parts of binding-form in the expr. (cond-let binding-form)\nreturns nil.", - :name "cond-let"} - {:source-url + :var-type "macro", + :line 18, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/cond/src/main/clojure/clojure/contrib/cond.clj"} + {:name "*full-stack-traces*", + :namespace "clojure.contrib.condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/condition/src/main/clojure/clojure/contrib/condition.clj#L56", + :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/*full-stack-traces*", - :namespace "clojure.contrib.condition", - :dynamic true, - :line 56, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition.clj", - :var-type "var", :doc "Bind to true to include clojure.{core,lang,main} frames in stack\ntraces", - :name "*full-stack-traces*"} - {:source-url + :var-type "var", + :line 56, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition.clj"} + {:arglists ([dispatch-fn & body]), + :name "handler-case", + :namespace "clojure.contrib.condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/condition/src/main/clojure/clojure/contrib/condition.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/handler-case", - :namespace "clojure.contrib.condition", - :line 71, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition.clj", - :var-type "macro", - :arglists ([dispatch-fn & body]), :doc "Executes body in a context where raised conditions can be handled.\n\ndispatch-fn accepts a raised condition (a map) and returns a selector\nused to choose a handler. Commonly, dispatch-fn will be :type to dispatch\non the condition's :type value.\n\nHandlers are forms within body:\n\n (handle key\n ...)\n\nIf a condition is raised, executes the body of the first handler whose\nkey satisfies (isa? selector key). If no handlers match, re-raises the\ncondition.\n\nWhile a handler is running, *condition* is bound to the condition being\nhandled and *selector* is bound to to the value returned by dispatch-fn\nthat matched the handler's key.", - :name "handler-case"} - {:source-url + :var-type "macro", + :line 71, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition.clj"} + {:arglists ([x]), + :name "print-stack-trace", + :namespace "clojure.contrib.condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/condition/src/main/clojure/clojure/contrib/condition.clj#L128", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/print-stack-trace", - :namespace "clojure.contrib.condition", - :line 128, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition.clj", - :var-type "function", - :arglists ([x]), :doc "Prints a stack trace for a condition or Throwable. Skips frames for\nclasses in clojure.{core,lang,main} unless the *full-stack-traces* is\nbound to logical true", - :name "print-stack-trace"} - {:source-url + :var-type "function", + :line 128, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition.clj"} + {:arglists ([] [m] [key val & keyvals]), + :name "raise", + :namespace "clojure.contrib.condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/condition/src/main/clojure/clojure/contrib/condition.clj#L60", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition/raise", - :namespace "clojure.contrib.condition", - :line 60, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition.clj", - :var-type "macro", - :arglists ([] [m] [key val & keyvals]), :doc "Raises a condition. With no arguments, re-raises the current condition.\nWith one argument (a map), raises the argument. With two or more\narguments, raises a map with keys and values from the arguments.", - :name "raise"} - {:source-url + :var-type "macro", + :line 60, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition.clj"} + {:arglists ([x form] [x form & forms]), + :name "-?>", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/core.clj#L30", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/-?>", - :namespace "clojure.contrib.core", - :line 30, - :file "clojure/contrib/core.clj", - :var-type "macro", - :arglists ([x form] [x form & forms]), :doc "Same as clojure.core/-> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(-?> \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(-?> nil .toUpperCase (.substring 1)) returns nil\n", - :name "-?>"} - {:source-url + :var-type "macro", + :line 30, + :file "clojure/contrib/core.clj"} + {:arglists ([x form] [x form & forms]), + :name "-?>>", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/core.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/-?>>", - :namespace "clojure.contrib.core", - :line 46, - :file "clojure/contrib/core.clj", - :var-type "macro", - :arglists ([x form] [x form & forms]), :doc "Same as clojure.core/->> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(-?>> (range 5) (map inc)) returns (1 2 3 4 5)\n(-?>> [] seq (map inc)) returns nil\n", - :name "-?>>"} - {:source-url + :var-type "macro", + :line 46, + :file "clojure/contrib/core.clj"} + {:arglists ([x form] [x form & forms]), + :name ".?.", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/core.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/.?.", - :namespace "clojure.contrib.core", - :line 38, - :file "clojure/contrib/core.clj", - :var-type "macro", - :arglists ([x form] [x form & forms]), :doc "Same as clojure.core/.. but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\nExamples :\n(.?. \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n(.?. nil .toUpperCase (.substring 1)) returns nil\n", - :name ".?."} - {:source-url + :var-type "macro", + :line 38, + :file "clojure/contrib/core.clj"} + {:arglists ([m [k & ks :as keys]]), + :name "dissoc-in", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/core.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/dissoc-in", - :namespace "clojure.contrib.core", - :line 57, - :file "clojure/contrib/core.clj", - :var-type "function", - :arglists ([m [k & ks :as keys]]), :doc "Dissociates an entry from a nested associative structure returning a new\nnested structure. keys is a sequence of keys. Any empty maps that result\nwill not be present in the new structure.", - :name "dissoc-in"} - {:source-url + :var-type "function", + :line 57, + :file "clojure/contrib/core.clj"} + {:arglists ([class-name & args]), + :name "new-by-name", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/core.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/new-by-name", - :namespace "clojure.contrib.core", - :line 71, - :file "clojure/contrib/core.clj", - :var-type "function", - :arglists ([class-name & args]), :doc "Constructs a Java object whose class is specified by a String.", - :name "new-by-name"} - {:source-url + :var-type "function", + :line 71, + :file "clojure/contrib/core.clj"} + {:arglists ([x]), + :name "seqable?", + :namespace "clojure.contrib.core", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/core.clj#L78", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/core.clj", :wiki-url "http://clojure.github.com/clojure-contrib//core-api.html#clojure.contrib.core/seqable?", - :namespace "clojure.contrib.core", - :line 78, - :file "clojure/contrib/core.clj", - :var-type "function", - :arglists ([x]), :doc "Returns true if (seq x) will succeed, false otherwise.", - :name "seqable?"} - {:source-url + :var-type "function", + :line 78, + :file "clojure/contrib/core.clj"} + {:arglists ([cell key fun]), + :name "add-cell-watcher", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L461", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/add-cell-watcher", - :namespace "clojure.contrib.dataflow", - :line 461, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([cell key fun]), :doc "Adds a watcher to a cell to respond to changes of value. The is a\nfunction of 4 values: a key, the cell, its old value, its new\nvalue. This is implemented using Clojure's add-watch to the\nunderlying ref, and shared its sematics", - :name "add-cell-watcher"} - {:source-url + :var-type "function", + :line 461, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df cells]), + :name "add-cells", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L211", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/add-cells", - :namespace "clojure.contrib.dataflow", + :doc "Given a collection of cells, add them to the dataflow.", + :var-type "function", :line 211, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df cells]), - :doc "Given a collection of cells, add them to the dataflow.", - :name "add-cells"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([cs]), + :name "build-dataflow", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L189", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-dataflow", - :namespace "clojure.contrib.dataflow", - :line 189, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([cs]), :doc "Given a collection of cells, build and return a dataflow object", - :name "build-dataflow"} - {:source-url + :var-type "function", + :line 189, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([name init]), + :name "build-source-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L232", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-source-cell", - :namespace "clojure.contrib.dataflow", + :doc "Builds a source cell", + :var-type "function", :line 232, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([name init]), - :doc "Builds a source cell", - :name "build-source-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([name deps fun expr]), + :name "build-standard-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L293", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-standard-cell", - :namespace "clojure.contrib.dataflow", + :doc "Builds a standard cell", + :var-type "function", :line 293, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([name deps fun expr]), - :doc "Builds a standard cell", - :name "build-standard-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([deps fun expr]), + :name "build-validator-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L299", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-validator-cell", - :namespace "clojure.contrib.dataflow", + :doc "Builds a validator cell", + :var-type "function", :line 299, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([deps fun expr]), - :doc "Builds a validator cell", - :name "build-validator-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([type & data]), + :name "cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L305", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/cell", - :namespace "clojure.contrib.dataflow", - :line 305, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "macro", - :arglists ([type & data]), :doc "Build a standard cell, like this:\n\n (cell fred\n (* ?mary ?joe))\n\nWhich creates a cell named fred that is the product of a cell mary and cell joe\n\nOr:\n\n (cell joe\n (apply * ?*sally))\n\nWhich creates a cell that applies * to the collection of all cells named sally\n\nOr:\n\n (cell :source fred 0)\n\nWhich builds a source cell fred with initial value 0\n\nOr:\n\n (cell :validator (when (< ?fred ?sally)\n (throwf \"%s must be greater than %s\" ?fred ?sally))\n\nWhich will perform the validation", - :name "cell"} - {:source-url + :var-type "macro", + :line 305, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L349", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/display-cell", @@ -1162,7 +1262,9 @@ :var-type "var", :doc "A 'readable' form of the cell", :name "display-cell"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L373", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/eval-cell", @@ -1173,1422 +1275,1648 @@ :var-type "var", :doc "Evaluate a dataflow cell. Return [changed, old val]", :name "eval-cell"} - {:source-url + {:arglists ([df name]), + :name "get-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-cell", - :namespace "clojure.contrib.dataflow", + :doc "Get the single cell named by name", + :var-type "function", :line 95, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df name]), - :doc "Get the single cell named by name", - :name "get-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df name]), + :name "get-cells", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-cells", - :namespace "clojure.contrib.dataflow", + :doc "Get all the cells named by name", + :var-type "function", :line 90, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df name]), - :doc "Get all the cells named by name", - :name "get-cells"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df env name]), + :name "get-old-value", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L137", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-old-value", - :namespace "clojure.contrib.dataflow", + :doc "Looks up an old value", + :var-type "function", :line 137, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df env name]), - :doc "Looks up an old value", - :name "get-old-value"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df]), + :name "get-source-cells", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L109", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-source-cells", - :namespace "clojure.contrib.dataflow", + :doc "Returns a collection of source cells from the dataflow", + :var-type "function", :line 109, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df]), - :doc "Returns a collection of source cells from the dataflow", - :name "get-source-cells"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df name]), + :name "get-value", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L116", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-value", - :namespace "clojure.contrib.dataflow", - :line 116, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df name]), :doc "Gets a value from the df matching the passed symbol.\nSignals an error if the name is not present, or if it not a single\nvalue.", - :name "get-value"} - {:source-url + :var-type "function", + :line 116, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([cell]), + :name "get-value-from-cell", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L144", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-value-from-cell", - :namespace "clojure.contrib.dataflow", + :doc "Given a cell, get its value", + :var-type "function", :line 144, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([cell]), - :doc "Given a cell, get its value", - :name "get-value-from-cell"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df name]), + :name "get-values", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L127", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-values", - :namespace "clojure.contrib.dataflow", + :doc "Gets a collection of values from the df by name", + :var-type "function", :line 127, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df name]), - :doc "Gets a collection of values from the df by name", - :name "get-values"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df]), + :name "print-dataflow", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L200", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/print-dataflow", - :namespace "clojure.contrib.dataflow", + :doc "Prints a dataflow, one cell per line", + :var-type "function", :line 200, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df]), - :doc "Prints a dataflow, one cell per line", - :name "print-dataflow"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df cells]), + :name "remove-cells", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L219", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/remove-cells", - :namespace "clojure.contrib.dataflow", + :doc "Given a collection of cells, remove them from the dataflow.", + :var-type "function", :line 219, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df cells]), - :doc "Given a collection of cells, remove them from the dataflow.", - :name "remove-cells"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([cell]), + :name "source-cell?", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L104", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/source-cell?", - :namespace "clojure.contrib.dataflow", + :doc "Is this cell a source cell?", + :var-type "function", :line 104, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([cell]), - :doc "Is this cell a source cell?", - :name "source-cell?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([df data]), + :name "update-values", + :namespace "clojure.contrib.dataflow", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj#L439", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/dataflow.clj", :wiki-url "http://clojure.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/update-values", - :namespace "clojure.contrib.dataflow", - :line 439, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj", - :var-type "function", - :arglists ([df data]), :doc "Given a dataflow, and a map of name-value pairs, update the\ndataflow by binding the new values. Each name must be of a source\ncell", - :name "update-values"} - {:source-url + :var-type "function", + :line 439, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/dataflow/src/main/clojure/clojure/contrib/dataflow.clj"} + {:arglists ([rules query]), + :name "build-work-plan", + :namespace "clojure.contrib.datalog", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog/build-work-plan", - :namespace "clojure.contrib.datalog", - :line 46, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog.clj", - :var-type "function", - :arglists ([rules query]), :doc "Given a list of rules and a query, build a work plan that can be\nused to execute the query.", - :name "build-work-plan"} - {:source-url + :var-type "function", + :line 46, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog.clj"} + {:arglists ([work-plan database query-bindings]), + :name "run-work-plan", + :namespace "clojure.contrib.datalog", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog.clj#L56", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog/run-work-plan", - :namespace "clojure.contrib.datalog", - :line 56, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog.clj", - :var-type "function", - :arglists ([work-plan database query-bindings]), :doc "Given a work plan, a database, and some query bindings, run the\nwork plan and return the results.", - :name "run-work-plan"} - {:source-url + :var-type "function", + :line 56, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog.clj"} + {:arglists ([name orig] [name orig doc]), + :name "defalias", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/def/src/main/clojure/clojure/contrib/def.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defalias", - :namespace "clojure.contrib.def", - :line 66, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name orig] [name orig doc]), :doc "Defines an alias for a var: a new var with the same root binding (if\nany) and similar metadata. The metadata of the alias is its initial\nmetadata (as provided by def) merged into the metadata of the original.", - :name "defalias"} - {:source-url + :var-type "macro", + :line 66, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([sym init]), + :name "defhinted", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/def/src/main/clojure/clojure/contrib/def.clj#L85", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defhinted", - :namespace "clojure.contrib.def", - :line 85, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([sym init]), :doc "Defines a var with a type hint matching the class of the given\ninit. Be careful about using any form of 'def' or 'binding' to a\nvalue of a different type. See http://paste.lisp.org/display/73344", - :name "defhinted"} - {:source-url + :var-type "macro", + :line 85, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name & decls]), + :name "defmacro-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/def/src/main/clojure/clojure/contrib/def.clj#L39", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defmacro-", - :namespace "clojure.contrib.def", + :doc "Same as defmacro but yields a private definition", + :var-type "macro", :line 39, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name & decls]), - :doc "Same as defmacro but yields a private definition", - :name "defmacro-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([fn-name & defn-stuff]), + :name "defn-memo", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/def/src/main/clojure/clojure/contrib/def.clj#L143", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defn-memo", - :namespace "clojure.contrib.def", - :line 143, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([fn-name & defn-stuff]), :doc "Just like defn, but memoizes the function using clojure.core/memoize", - :name "defn-memo"} - {:source-url + :var-type "macro", + :line 143, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([fn-name & fn-tail]), + :name "defnk", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/def/src/main/clojure/clojure/contrib/def.clj#L122", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defnk", - :namespace "clojure.contrib.def", - :line 122, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([fn-name & fn-tail]), :doc "Define a function accepting keyword arguments. Symbols up to the first\nkeyword in the parameter list are taken as positional arguments. Then\nan alternating sequence of keywords and defaults values is expected. The\nvalues of the keyword arguments are available in the function body by\nvirtue of the symbol corresponding to the keyword (cf. :keys destructuring).\ndefnk accepts an optional docstring as well as an optional metadata map.", - :name "defnk"} - {:source-url + :var-type "macro", + :line 122, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name expr] [name expr doc]), + :name "defonce-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/def/src/main/clojure/clojure/contrib/def.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defonce-", - :namespace "clojure.contrib.def", + :doc "Same as defonce but yields a private definition", + :var-type "macro", :line 59, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name expr] [name expr doc]), - :doc "Same as defonce but yields a private definition", - :name "defonce-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name & decls]), + :name "defstruct-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/def/src/main/clojure/clojure/contrib/def.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defstruct-", - :namespace "clojure.contrib.def", + :doc "Same as defstruct but yields a private definition", + :var-type "macro", :line 54, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name & decls]), - :doc "Same as defstruct but yields a private definition", - :name "defstruct-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name] [name doc]), + :name "defunbound", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/def/src/main/clojure/clojure/contrib/def.clj#L32", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defunbound", - :namespace "clojure.contrib.def", + :doc "Defines an unbound var with optional doc string", + :var-type "macro", :line 32, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name] [name doc]), - :doc "Defines an unbound var with optional doc string", - :name "defunbound"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name & decls]), + :name "defunbound-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/def/src/main/clojure/clojure/contrib/def.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defunbound-", - :namespace "clojure.contrib.def", + :doc "Same as defunbound but yields a private definition", + :var-type "macro", :line 49, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name & decls]), - :doc "Same as defunbound but yields a private definition", - :name "defunbound-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name] [name init] [name init doc]), + :name "defvar", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/def/src/main/clojure/clojure/contrib/def.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defvar", - :namespace "clojure.contrib.def", + :doc "Defines a var with an optional intializer and doc string", + :var-type "macro", :line 23, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name] [name init] [name init doc]), - :doc "Defines a var with an optional intializer and doc string", - :name "defvar"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name & decls]), + :name "defvar-", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/def/src/main/clojure/clojure/contrib/def.clj#L44", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defvar-", - :namespace "clojure.contrib.def", + :doc "Same as defvar but yields a private definition", + :var-type "macro", :line 44, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj", - :var-type "macro", - :arglists ([name & decls]), - :doc "Same as defvar but yields a private definition", - :name "defvar-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([name macro-args]), + :name "name-with-attributes", + :namespace "clojure.contrib.def", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/def/src/main/clojure/clojure/contrib/def.clj#L96", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/def.clj", :wiki-url "http://clojure.github.com/clojure-contrib//def-api.html#clojure.contrib.def/name-with-attributes", - :namespace "clojure.contrib.def", - :line 96, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj", - :var-type "function", - :arglists ([name macro-args]), :doc "To be used in macro definitions.\nHandles optional docstrings and attribute maps for a name to be defined\nin a list of macro arguments. If the first macro argument is a string,\nit is added as a docstring to name and removed from the macro argument\nlist. If afterwards the first macro argument is a map, its entries are\nadded to the name's metadata map and the map is removed from the\nmacro argument list. The return value is a vector containing the name\nwith its extended metadata map and the list of unprocessed macro\narguments.", - :name "name-with-attributes"} - {:source-url + :var-type "function", + :line 96, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/def/src/main/clojure/clojure/contrib/def.clj"} + {:arglists ([continue-name [args*] & body]), + :name "bind-continue", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj#L150", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/bind-continue", - :namespace "clojure.contrib.error-kit", - :line 150, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "function", - :arglists ([continue-name [args*] & body]), :doc "Special form to be used inside a 'with-handler'.\nControl can be passed to this 'continue' form from a 'raise' enclosed\nin this with-handler's dynamic scope, when this 'continue-name' is\ngiven to a 'continue' form.", - :name "bind-continue"} - {:source-url + :var-type "function", + :line 150, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists + ([name [parent-error?] doc-string? [args*] & body] + [name [parent-error?] doc-string? args-destruct-map & body]), + :name "deferror", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/deferror", - :namespace "clojure.contrib.error-kit", + :doc "Define a new error type", + :var-type "macro", :line 59, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists - ([name [parent-error?] doc-string? [args*] & body] - [name [parent-error?] doc-string? args-destruct-map & body]), - :doc "Define a new error type", - :name "deferror"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([]), + :name "do-not-handle", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj#L117", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/do-not-handle", - :namespace "clojure.contrib.error-kit", - :line 117, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists ([]), :doc "Use in a tail position of a 'handle' form to indicate 'raise' should\nnot consider the error handled, but should continue searching for an\nappropriate 'handle' form. Allows finer-grain control over catching\nthan just the error type.", - :name "do-not-handle"} - {:source-url + :var-type "macro", + :line 117, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([details]), + :name "error", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/error", - :namespace "clojure.contrib.error-kit", + :doc "Base type for all error-kit errors", + :var-type "function", :line 46, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "function", - :arglists ([details]), - :doc "Base type for all error-kit errors", - :name "error"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists + ([error-name? [args*] & body] + [error-name? args-destruct-map-args & body]), + :name "handle", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj#L138", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/handle", - :namespace "clojure.contrib.error-kit", - :line 138, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "function", - :arglists - ([error-name? [args*] & body] - [error-name? args-destruct-map-args & body]), :doc "Special form to be used inside a 'with-handler'. When\nany error is 'raised' from withing the dynamic scope of 'body' that\nis of error-name's type or a derived type, the args will be bound\nand the body executed. If no 'error-name' is given, the body will\nbe executed for regardless of the type of error raised. The body\nmay return a value, in which case that will be the return value of\nthe entire 'with-handler' form, or it may use any of the special\nreturn forms, 'do-not-handle', 'continue-with', or 'continue'.", - :name "handle"} - {:source-url + :var-type "function", + :line 138, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([err-name & args]), + :name "raise", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj#L110", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/raise", - :namespace "clojure.contrib.error-kit", - :line 110, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists ([err-name & args]), :doc "Raise an error of the type err-name, constructed with the given args", - :name "raise"} - {:source-url + :var-type "macro", + :line 110, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([err]), + :name "raise*", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj#L86", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/raise*", - :namespace "clojure.contrib.error-kit", - :line 86, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "function", - :arglists ([err]), :doc "Raise the given error object, best if created by an error\nconstructor defined with deferror. See also 'raise' macro.", - :name "raise*"} - {:source-url + :var-type "function", + :line 86, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([class-name]), + :name "throw-msg", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj#L39", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/throw-msg", - :namespace "clojure.contrib.error-kit", - :line 39, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists ([class-name]), :doc "Returns a function that throws a Java Exception with the given\nname. Useful to associate a new error-kit error type with a\nparticular Java Exception class, via the :unhandled error key.", - :name "throw-msg"} - {:source-url + :var-type "macro", + :line 39, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([& forms]), + :name "with-handler", + :namespace "clojure.contrib.error-kit", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj#L163", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/error_kit.clj", :wiki-url "http://clojure.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/with-handler", - :namespace "clojure.contrib.error-kit", - :line 163, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj", - :var-type "macro", - :arglists ([& forms]), :doc "This is error-kit's dynamic scope form. The body will be executed\nin a dynamic context that includes all of the following 'handle' and\n'bind-continue' forms.", - :name "with-handler"} - {:source-url + :var-type "macro", + :line 163, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/error-kit/src/main/clojure/clojure/contrib/error_kit.clj"} + {:arglists ([& args]), + :name "throw-arg", + :namespace "clojure.contrib.except", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/except/src/main/clojure/clojure/contrib/except.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-arg", - :namespace "clojure.contrib.except", - :line 57, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/except/src/main/clojure/clojure/contrib/except.clj", - :var-type "function", - :arglists ([& args]), :doc "Throws an IllegalArgumentException. All arguments are optional:\n\n cause? format? format-args*\n\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core/format\n- format-args are objects that correspond to format specifiers in\n format.", - :name "throw-arg"} - {:source-url + :var-type "function", + :line 57, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/except/src/main/clojure/clojure/contrib/except.clj"} + {:arglists ([test & args]), + :name "throw-if", + :namespace "clojure.contrib.except", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/except/src/main/clojure/clojure/contrib/except.clj#L43", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-if", - :namespace "clojure.contrib.except", - :line 43, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/except/src/main/clojure/clojure/contrib/except.clj", - :var-type "function", - :arglists ([test & args]), :doc "Throws an Exception or Error if test is true. args are those documented\nfor throwf.", - :name "throw-if"} - {:source-url + :var-type "function", + :line 43, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/except/src/main/clojure/clojure/contrib/except.clj"} + {:arglists ([test & args]), + :name "throw-if-not", + :namespace "clojure.contrib.except", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/except/src/main/clojure/clojure/contrib/except.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-if-not", - :namespace "clojure.contrib.except", - :line 50, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/except/src/main/clojure/clojure/contrib/except.clj", - :var-type "function", - :arglists ([test & args]), :doc "Throws an Exception or Error if test is false. args are those documented\nfor throwf.", - :name "throw-if-not"} - {:source-url + :var-type "function", + :line 50, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/except/src/main/clojure/clojure/contrib/except.clj"} + {:arglists ([& args]), + :name "throwf", + :namespace "clojure.contrib.except", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/except/src/main/clojure/clojure/contrib/except.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/except.clj", :wiki-url "http://clojure.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throwf", - :namespace "clojure.contrib.except", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/except/src/main/clojure/clojure/contrib/except.clj", - :var-type "function", - :arglists ([& args]), :doc "Throws an Exception or Error with an optional message formatted using\nclojure.core/format. All arguments are optional:\n\n class? cause? format? format-args*\n\n- class defaults to Exception, if present it must name a kind of\n Throwable\n- cause defaults to nil, if present it must be a Throwable\n- format is a format string for clojure.core/format\n- format-args are objects that correspond to format specifiers in\n format.", - :name "throwf"} - {:source-url + :var-type "function", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/except/src/main/clojure/clojure/contrib/except.clj"} + {:arglists ([test-value & clauses]), + :name "case", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/fcase.clj#L79", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/case", - :namespace "clojure.contrib.fcase", - :line 79, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([test-value & clauses]), :doc "Like cond, but test-value is compared against the value of each\ntest expression with =. If they are equal, executes the \"body\"\nexpression. Optional last expression is executed if none of the\ntest expressions match.", - :name "case"} - {:source-url + :var-type "macro", + :line 79, + :file "clojure/contrib/fcase.clj"} + {:arglists ([compare-fn case-value & test-expr-clauses]), + :name "fcase", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/fcase.clj#L40", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/fcase", - :namespace "clojure.contrib.fcase", - :line 40, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([compare-fn case-value & test-expr-clauses]), :doc "Generic switch/case macro. 'fcase' is short for 'function case'.\n\nThe 'compare-fn' is a fn of two arguments.\n\nThe 'test-expr-clauses' are value-expression pairs without\nsurrounding parentheses, like in Clojure's 'cond'.\n\nThe 'case-value' is evaluated once and cached. Then, 'compare-fn'\nis called once for each clause, with the clause's test value as its\nfirst argument and 'case-value' as its second argument. If\n'compare-fn' returns logical true, the clause's expression is\nevaluated and returned. If 'compare-fn' returns false/nil, we go to\nthe next test value.\n\nIf 'test-expr-clauses' contains an odd number of items, the last\nitem is the default expression evaluated if no case-value matches.\nIf there is no default expression and no case-value matches, fcase\nreturns nil.\n\nSee specific forms of this macro in 'case' and 're-case'.\n\nThe test expressions in 'fcase' are always evaluated linearly, in\norder. For a large number of case expressions it may be more\nefficient to use a hash lookup.", - :name "fcase"} - {:source-url + :var-type "macro", + :line 40, + :file "clojure/contrib/fcase.clj"} + {:arglists ([test-value & clauses]), + :name "in-case", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/fcase.clj#L103", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/in-case", - :namespace "clojure.contrib.fcase", - :line 103, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([test-value & clauses]), :doc "Like case, but test expressions are sequences. The test expression\nis true if any item in the sequence is equal (tested with '=') to\nthe test value.", - :name "in-case"} - {:source-url + :var-type "macro", + :line 103, + :file "clojure/contrib/fcase.clj"} + {:arglists ([test-value & clauses]), + :name "instance-case", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/fcase.clj#L93", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/instance-case", - :namespace "clojure.contrib.fcase", - :line 93, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([test-value & clauses]), :doc "Like case, but the test expressions are Java class names, tested with\n'instance?'.", - :name "instance-case"} - {:source-url + :var-type "macro", + :line 93, + :file "clojure/contrib/fcase.clj"} + {:arglists ([test-value & clauses]), + :name "re-case", + :namespace "clojure.contrib.fcase", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/fcase.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/fcase.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fcase-api.html#clojure.contrib.fcase/re-case", - :namespace "clojure.contrib.fcase", - :line 87, - :file "clojure/contrib/fcase.clj", - :var-type "macro", - :arglists ([test-value & clauses]), :doc "Like case, but the test expressions are regular expressions, tested\nwith re-find.", - :name "re-case"} - {:source-url + :var-type "macro", + :line 87, + :file "clojure/contrib/fcase.clj"} + {:arglists ([file]), + :name "clojure-source-file?", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/clojure-source-file?", - :namespace "clojure.contrib.find-namespaces", + :doc "Returns true if file is a normal file with a .clj extension.", + :var-type "function", :line 28, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([file]), - :doc "Returns true if file is a normal file with a .clj extension.", - :name "clojure-source-file?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([jar-file]), + :name "clojure-sources-in-jar", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/clojure-sources-in-jar", - :namespace "clojure.contrib.find-namespaces", - :line 88, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([jar-file]), :doc "Returns a sequence of filenames ending in .clj found in the JAR file.", - :name "clojure-sources-in-jar"} - {:source-url + :var-type "function", + :line 88, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([form]), + :name "comment?", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/comment?", - :namespace "clojure.contrib.find-namespaces", + :doc "Returns true if form is a (comment ...)", + :var-type "function", :line 42, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([form]), - :doc "Returns true if form is a (comment ...)", - :name "comment?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([dir]), + :name "find-clojure-sources-in-dir", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L34", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-clojure-sources-in-dir", - :namespace "clojure.contrib.find-namespaces", - :line 34, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([dir]), :doc "Searches recursively under dir for Clojure source files (.clj).\nReturns a sequence of File objects, in breadth-first sort order.", - :name "find-clojure-sources-in-dir"} - {:source-url + :var-type "function", + :line 34, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([dir]), + :name "find-namespaces-in-dir", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L79", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-in-dir", - :namespace "clojure.contrib.find-namespaces", - :line 79, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([dir]), :doc "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the symbol names of the declared namespaces.", - :name "find-namespaces-in-dir"} - {:source-url + :var-type "function", + :line 79, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([jarfile]), + :name "find-namespaces-in-jarfile", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L112", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-in-jarfile", - :namespace "clojure.contrib.find-namespaces", - :line 112, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([jarfile]), :doc "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations. Returns a sequence of the symbol names of the\ndeclared namespaces.", - :name "find-namespaces-in-jarfile"} - {:source-url + :var-type "function", + :line 112, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([]), + :name "find-namespaces-on-classpath", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L131", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-on-classpath", - :namespace "clojure.contrib.find-namespaces", - :line 131, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([]), :doc "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the symbol names of the declared namespaces.", - :name "find-namespaces-on-classpath"} - {:source-url + :var-type "function", + :line 131, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([dir]), + :name "find-ns-decls-in-dir", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L73", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-in-dir", - :namespace "clojure.contrib.find-namespaces", - :line 73, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([dir]), :doc "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the unevaluated ns declarations.", - :name "find-ns-decls-in-dir"} - {:source-url + :var-type "function", + :line 73, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([jarfile]), + :name "find-ns-decls-in-jarfile", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L104", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-in-jarfile", - :namespace "clojure.contrib.find-namespaces", - :line 104, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([jarfile]), :doc "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations; returns the unevaluated ns declarations.", - :name "find-ns-decls-in-jarfile"} - {:source-url + :var-type "function", + :line 104, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([]), + :name "find-ns-decls-on-classpath", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L122", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-on-classpath", - :namespace "clojure.contrib.find-namespaces", - :line 122, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([]), :doc "Searches CLASSPATH (both directories and JAR files) for Clojure\nsource files containing (ns ...) declarations. Returns a sequence\nof the unevaluated ns declaration forms.", - :name "find-ns-decls-on-classpath"} - {:source-url + :var-type "function", + :line 122, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([form]), + :name "ns-decl?", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/ns-decl?", - :namespace "clojure.contrib.find-namespaces", + :doc "Returns true if form is a (ns ...) declaration.", + :var-type "function", :line 47, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([form]), - :doc "Returns true if form is a (ns ...) declaration.", - :name "ns-decl?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([file]), + :name "read-file-ns-decl", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L65", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-file-ns-decl", - :namespace "clojure.contrib.find-namespaces", - :line 65, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([file]), :doc "Attempts to read a (ns ...) declaration from file, and returns the\nunevaluated form. Returns nil if read fails, or if the first form\nis not a ns declaration.", - :name "read-file-ns-decl"} - {:source-url + :var-type "function", + :line 65, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([rdr]), + :name "read-ns-decl", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-ns-decl", - :namespace "clojure.contrib.find-namespaces", - :line 52, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([rdr]), :doc "Attempts to read a (ns ...) declaration from rdr, and returns the\nunevaluated form. Returns nil if read fails or if a ns declaration\ncannot be found. The ns declaration must be the first Clojure form\nin the file, except for (comment ...) forms.", - :name "read-ns-decl"} - {:source-url + :var-type "function", + :line 52, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([jarfile entry-name]), + :name "read-ns-decl-from-jarfile-entry", + :namespace "clojure.contrib.find-namespaces", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj#L93", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/find_namespaces.clj", :wiki-url "http://clojure.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-ns-decl-from-jarfile-entry", - :namespace "clojure.contrib.find-namespaces", - :line 93, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj", - :var-type "function", - :arglists ([jarfile entry-name]), :doc "Attempts to read a (ns ...) declaration from the named entry in the\nJAR file, and returns the unevaluated form. Returns nil if the read\nfails, or if the first form is not a ns declaration.", - :name "read-ns-decl-from-jarfile-entry"} - {:source-url + :var-type "function", + :line 93, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj"} + {:arglists ([getter setter] [getter setter & keyvals]), + :name "fnmap", + :namespace "clojure.contrib.fnmap", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/fnmap/src/main/clojure/clojure/contrib/fnmap.clj#L19", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/fnmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//fnmap-api.html#clojure.contrib.fnmap/fnmap", - :namespace "clojure.contrib.fnmap", - :line 19, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/fnmap/src/main/clojure/clojure/contrib/fnmap.clj", - :var-type "function", - :arglists ([getter setter] [getter setter & keyvals]), :doc "Creates a fnmap, or functional map. A fnmap behaves like an\nordinary Clojure map, except that calls to get and assoc are\nfiltered through user-defined getter and setter functions, which\noperate on an internal map.\n\n(getter m key) should return a value for key.\n\n(setter m key value) should assoc key with value and return a new\nmap for m.\n\nAll other map operations are passed through to the internal map.", - :name "fnmap"} - {:source-url + :var-type "function", + :line 19, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/fnmap/src/main/clojure/clojure/contrib/fnmap.clj"} + {:arglists ([libs]), + :name "generate-documentation", + :namespace "clojure.contrib.gen-html-docs", + :source-url "http://github.com/clojure/clojure-contrib/blob/67e85be147095c87a3cec82a64455974f29c7fd7/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj#L427", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/gen_html_docs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//gen-html-docs-api.html#clojure.contrib.gen-html-docs/generate-documentation", - :namespace "clojure.contrib.gen-html-docs", - :line 427, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj", - :var-type "function", - :arglists ([libs]), :doc "Returns a string which is the HTML documentation for the libraries\nnamed by libs. Libs is a vector of symbols identifying Clojure\nlibraries.", - :name "generate-documentation"} - {:source-url + :var-type "function", + :line 427, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj"} + {:arglists ([path libs]), + :name "generate-documentation-to-file", + :namespace "clojure.contrib.gen-html-docs", + :source-url "http://github.com/clojure/clojure-contrib/blob/67e85be147095c87a3cec82a64455974f29c7fd7/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj#L453", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/gen_html_docs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//gen-html-docs-api.html#clojure.contrib.gen-html-docs/generate-documentation-to-file", - :namespace "clojure.contrib.gen-html-docs", - :line 453, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj", - :var-type "function", - :arglists ([path libs]), :doc "Calls generate-documentation on the libraries named by libs and\nemits the generated HTML to the path named by path.", - :name "generate-documentation-to-file"} - {:source-url + :var-type "function", + :line 453, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj"} + {:arglists ([ns name & args]), + :name "defmethod*", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/generic/src/main/clojure/clojure/contrib/generic/arithmetic.clj#L173", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/defmethod*", - :namespace "clojure.contrib.generic.arithmetic", - :line 173, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/generic/src/main/clojure/clojure/contrib/generic/arithmetic.clj", - :var-type "macro", - :arglists ([ns name & args]), :doc "Define a method implementation for the multimethod name in namespace ns.\nRequired for implementing the division function from another namespace.", - :name "defmethod*"} - {:source-url + :var-type "macro", + :line 173, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/generic/src/main/clojure/clojure/contrib/generic/arithmetic.clj"} + {:arglists ([ns sym]), + :name "qsym", + :namespace "clojure.contrib.generic.arithmetic", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/generic/src/main/clojure/clojure/contrib/generic/arithmetic.clj#L180", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/generic/arithmetic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/qsym", - :namespace "clojure.contrib.generic.arithmetic", - :line 180, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/generic/src/main/clojure/clojure/contrib/generic/arithmetic.clj", - :var-type "macro", - :arglists ([ns sym]), :doc "Create the qualified symbol corresponding to sym in namespace ns.\nRequired to access the division function from another namespace,\ne.g. as (qsym clojure.contrib.generic.arithmetic /).", - :name "qsym"} - {:source-url + :var-type "macro", + :line 180, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/generic/src/main/clojure/clojure/contrib/generic/arithmetic.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "max", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/generic/src/main/clojure/clojure/contrib/generic/comparison.clj#L200", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/max", - :namespace "clojure.contrib.generic.comparison", - :line 200, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/generic/src/main/clojure/clojure/contrib/generic/comparison.clj", - :var-type "function", - :arglists ([x] [x y] [x y & more]), :doc "Returns the greatest of its arguments. Like clojure.core/max except that\nis uses generic comparison functions implementable for any data type.", - :name "max"} - {:source-url + :var-type "function", + :line 200, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/generic/src/main/clojure/clojure/contrib/generic/comparison.clj"} + {:arglists ([x] [x y] [x y & more]), + :name "min", + :namespace "clojure.contrib.generic.comparison", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/generic/src/main/clojure/clojure/contrib/generic/comparison.clj#L208", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/generic/comparison.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/min", - :namespace "clojure.contrib.generic.comparison", - :line 208, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/generic/src/main/clojure/clojure/contrib/generic/comparison.clj", - :var-type "function", - :arglists ([x] [x y] [x y & more]), :doc "Returns the least of its arguments. Like clojure.core/min except that\nis uses generic comparison functions implementable for any data type.", - :name "min"} - {:source-url + :var-type "function", + :line 208, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/generic/src/main/clojure/clojure/contrib/generic/comparison.clj"} + {:arglists ([x y eps]), + :name "approx=", + :namespace "clojure.contrib.generic.math-functions", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/generic/src/main/clojure/clojure/contrib/generic/math_functions.clj#L110", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/generic/math_functions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/approx=", - :namespace "clojure.contrib.generic.math-functions", - :line 110, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/generic/src/main/clojure/clojure/contrib/generic/math_functions.clj", - :var-type "function", - :arglists ([x y eps]), :doc "Return true if the absolute value of the difference between x and y\nis less than eps.", - :name "approx="} - {:source-url + :var-type "function", + :line 110, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/generic/src/main/clojure/clojure/contrib/generic/math_functions.clj"} + {:arglists ([g]), + :name "add-loops", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/add-loops", - :namespace "clojure.contrib.graph", + :doc "For each node n, add the edge n->n if not already present.", + :var-type "function", :line 49, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), - :doc "For each node n, add the edge n->n if not already present.", - :name "add-loops"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g] [g sccs]), + :name "component-graph", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L133", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/component-graph", - :namespace "clojure.contrib.graph", - :line 133, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g] [g sccs]), :doc "Given a graph, perhaps with cycles, return a reduced graph that is acyclic.\nEach node in the new graph will be a set of nodes from the old.\nThese sets are the strongly connected components. Each edge will\nbe the union of the corresponding edges of the prior graph.", - :name "component-graph"} - {:source-url + :var-type "function", + :line 133, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "dependency-list", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L190", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/dependency-list", - :namespace "clojure.contrib.graph", - :line 190, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Similar to a topological sort, this returns a vector of sets. The\nset of nodes at index 0 are independent. The set at index 1 depend\non index 0; those at 2 depend on 0 and 1, and so on. Those withing\na set have no mutual dependencies. Assume the input graph (which\nmuch be acyclic) has an edge a->b when a depends on b.", - :name "dependency-list"} - {:source-url + :var-type "function", + :line 190, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([data fun max equal]), + :name "fixed-point", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L167", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/fixed-point", - :namespace "clojure.contrib.graph", - :line 167, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([data fun max equal]), :doc "Repeatedly apply fun to data until (equal old-data new-data)\nreturns true. If max iterations occur, it will throw an\nexception. Set max to nil for unlimited iterations.", - :name "fixed-point"} - {:source-url + :var-type "function", + :line 167, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g n]), + :name "get-neighbors", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/get-neighbors", - :namespace "clojure.contrib.graph", + :doc "Get the neighbors of a node.", + :var-type "function", :line 29, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g n]), - :doc "Get the neighbors of a node.", - :name "get-neighbors"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g n] [g ns v]), + :name "lazy-walk", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L68", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/lazy-walk", - :namespace "clojure.contrib.graph", - :line 68, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g n] [g ns v]), :doc "Return a lazy sequence of the nodes of a graph starting a node n. Optionally,\nprovide a set of visited notes (v) and a collection of nodes to\nvisit (ns).", - :name "lazy-walk"} - {:source-url + :var-type "function", + :line 68, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "post-ordered-nodes", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L110", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/post-ordered-nodes", - :namespace "clojure.contrib.graph", - :line 110, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Return a sequence of indexes of a post-ordered walk of the graph.", - :name "post-ordered-nodes"} - {:source-url + :var-type "function", + :line 110, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g ns]), + :name "recursive-component?", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/recursive-component?", - :namespace "clojure.contrib.graph", + :doc "Is the component (recieved from scc) self recursive?", + :var-type "function", :line 151, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g ns]), - :doc "Is the component (recieved from scc) self recursive?", - :name "recursive-component?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "remove-loops", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/remove-loops", - :namespace "clojure.contrib.graph", + :doc "For each node n, remove any edges n->n.", + :var-type "function", :line 57, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), - :doc "For each node n, remove any edges n->n.", - :name "remove-loops"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "reverse-graph", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/reverse-graph", - :namespace "clojure.contrib.graph", - :line 37, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Given a directed graph, return another directed graph with the\norder of the edges reversed.", - :name "reverse-graph"} - {:source-url + :var-type "function", + :line 37, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "scc", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L117", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/scc", - :namespace "clojure.contrib.graph", - :line 117, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Returns, as a sequence of sets, the strongly connected components\nof g.", - :name "scc"} - {:source-url + :var-type "function", + :line 117, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "self-recursive-sets", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L158", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/self-recursive-sets", - :namespace "clojure.contrib.graph", - :line 158, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Returns, as a sequence of sets, the components of a graph that are\nself-recursive.", - :name "self-recursive-sets"} - {:source-url + :var-type "function", + :line 158, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g1 g2]), + :name "stratification-list", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L207", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/stratification-list", - :namespace "clojure.contrib.graph", - :line 207, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g1 g2]), :doc "Similar to dependency-list (see doc), except two graphs are\nprovided. The first is as dependency-list. The second (which may\nhave cycles) provides a partial-dependency relation. If node a\ndepends on node b (meaning an edge a->b exists) in the second\ngraph, node a must be equal or later in the sequence.", - :name "stratification-list"} - {:source-url + :var-type "function", + :line 207, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([g]), + :name "transitive-closure", + :namespace "clojure.contrib.graph", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/graph/src/main/clojure/clojure/contrib/graph.clj#L81", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/graph.clj", :wiki-url "http://clojure.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/transitive-closure", - :namespace "clojure.contrib.graph", - :line 81, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj", - :var-type "function", - :arglists ([g]), :doc "Returns the transitive closure of a graph. The neighbors are lazily computed.\n\nNote: some version of this algorithm return all edges a->a\nregardless of whether such loops exist in the original graph. This\nversion does not. Loops will be included only if produced by\ncycles in the graph. If you have code that depends on such\nbehavior, call (-> g transitive-closure add-loops)", - :name "transitive-closure"} - {:source-url + :var-type "function", + :line 81, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/graph/src/main/clojure/clojure/contrib/graph.clj"} + {:arglists ([& args]), + :name "all-greatest", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-greatest", - :namespace "clojure.contrib.greatest-least", + :doc "Returns all the greatest elements.", + :var-type "function", :line 52, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([& args]), - :doc "Returns all the greatest elements.", - :name "all-greatest"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([f & args]), + :name "all-greatest-by", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-greatest-by", - :namespace "clojure.contrib.greatest-least", - :line 47, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([f & args]), :doc "Return all the elements for which f yields the greatest value.", - :name "all-greatest-by"} - {:source-url + :var-type "function", + :line 47, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([& args]), + :name "all-least", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-least", - :namespace "clojure.contrib.greatest-least", + :doc "Returns all the least elements.", + :var-type "function", :line 62, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([& args]), - :doc "Returns all the least elements.", - :name "all-least"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([f & args]), + :name "all-least-by", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-least-by", - :namespace "clojure.contrib.greatest-least", + :doc "Return all the elements for which f yields the least value.", + :var-type "function", :line 57, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([f & args]), - :doc "Return all the elements for which f yields the least value.", - :name "all-least-by"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([& args]), + :name "greatest", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/greatest", - :namespace "clojure.contrib.greatest-least", + :doc "Return the greatest argument.", + :var-type "function", :line 18, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([& args]), - :doc "Return the greatest argument.", - :name "greatest"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([f & args]), + :name "greatest-by", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj#L13", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/greatest-by", - :namespace "clojure.contrib.greatest-least", + :doc "Return the argument for which f yields the greatest value.", + :var-type "function", :line 13, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([f & args]), - :doc "Return the argument for which f yields the greatest value.", - :name "greatest-by"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([& args]), + :name "least", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/least", - :namespace "clojure.contrib.greatest-least", + :doc "Return the smallest element.", + :var-type "function", :line 28, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([& args]), - :doc "Return the smallest element.", - :name "least"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([f & args]), + :name "least-by", + :namespace "clojure.contrib.greatest-least", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/greatest_least.clj", :wiki-url "http://clojure.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/least-by", - :namespace "clojure.contrib.greatest-least", + :doc "Return the argument for which f yields the smallest value.", + :var-type "function", :line 23, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj", - :var-type "function", - :arglists ([f & args]), - :doc "Return the argument for which f yields the smallest value.", - :name "least-by"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/greatest-least/src/main/clojure/clojure/contrib/greatest_least.clj"} + {:arglists ([class & fields-and-methods]), + :name "import-static", + :namespace "clojure.contrib.import-static", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/import-static/src/main/clojure/clojure/contrib/import_static.clj#L22", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/import_static.clj", :wiki-url "http://clojure.github.com/clojure-contrib//import-static-api.html#clojure.contrib.import-static/import-static", - :namespace "clojure.contrib.import-static", - :line 22, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/import-static/src/main/clojure/clojure/contrib/import_static.clj", - :var-type "macro", - :arglists ([class & fields-and-methods]), :doc "Imports the named static fields and/or static methods of the class\nas (private) symbols in the current namespace.\n\nExample: \n user=> (import-static java.lang.Math PI sqrt)\n nil\n user=> PI\n 3.141592653589793\n user=> (sqrt 16)\n 4.0\n\nNote: The class name must be fully qualified, even if it has already\nbeen imported. Static methods are defined as MACROS, not\nfirst-class fns.", - :name "import-static"} - {:source-url + :var-type "macro", + :line 22, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/import-static/src/main/clojure/clojure/contrib/import_static.clj"} + {:arglists ([jar-file]), + :name "filenames-in-jar", + :namespace "clojure.contrib.jar", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/jar/src/main/clojure/clojure/contrib/jar.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jar.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jar-api.html#clojure.contrib.jar/filenames-in-jar", - :namespace "clojure.contrib.jar", - :line 29, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jar/src/main/clojure/clojure/contrib/jar.clj", - :var-type "function", - :arglists ([jar-file]), :doc "Returns a sequence of Strings naming the non-directory entries in\nthe JAR file.", - :name "filenames-in-jar"} - {:source-url + :var-type "function", + :line 29, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jar/src/main/clojure/clojure/contrib/jar.clj"} + {:arglists ([file]), + :name "jar-file?", + :namespace "clojure.contrib.jar", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/jar/src/main/clojure/clojure/contrib/jar.clj#L22", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jar.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jar-api.html#clojure.contrib.jar/jar-file?", - :namespace "clojure.contrib.jar", - :line 22, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jar/src/main/clojure/clojure/contrib/jar.clj", - :var-type "function", - :arglists ([file]), :doc "Returns true if file is a normal file with a .jar or .JAR extension.", - :name "jar-file?"} - {:source-url + :var-type "function", + :line 22, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jar/src/main/clojure/clojure/contrib/jar.clj"} + {:arglists ([m]), + :name "as-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/60e7162a5a29615cae3e6d494a3653c34b6ddb66/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj#L85", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-properties", - :namespace "clojure.contrib.java-utils", - :line 85, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([m]), :doc "Convert any seq of pairs to a java.utils.Properties instance.\nUses name to convert both keys and values into strings.", - :name "as-properties"} - {:source-url + :var-type "function", + :line 85, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj"} + {:arglists ([stringable] [stringable default]), + :name "get-system-property", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/60e7162a5a29615cae3e6d494a3653c34b6ddb66/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/get-system-property", - :namespace "clojure.contrib.java-utils", + :doc "Get a system property.", + :var-type "function", :line 50, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([stringable] [stringable default]), - :doc "Get a system property.", - :name "get-system-property"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj"} + {:arglists ([file-able]), + :name "read-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/60e7162a5a29615cae3e6d494a3653c34b6ddb66/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/read-properties", - :namespace "clojure.contrib.java-utils", + :doc "Read properties from file-able.", + :var-type "function", :line 95, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([file-able]), - :doc "Read properties from file-able.", - :name "read-properties"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj"} + {:arglists ([settings]), + :name "set-system-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/60e7162a5a29615cae3e6d494a3653c34b6ddb66/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/set-system-properties", - :namespace "clojure.contrib.java-utils", + :doc "Set some system properties. Nil clears a property.", + :var-type "function", :line 57, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([settings]), - :doc "Set some system properties. Nil clears a property.", - :name "set-system-properties"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj"} + {:arglists ([settings & body]), + :name "with-system-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/60e7162a5a29615cae3e6d494a3653c34b6ddb66/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj#L65", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/with-system-properties", - :namespace "clojure.contrib.java-utils", - :line 65, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "macro", - :arglists ([settings & body]), :doc "setting => property-name value\n\nSets the system properties to the supplied values, executes the body, and\nsets the properties back to their original values. Values of nil are\ntranslated to a clearing of the property.", - :name "with-system-properties"} - {:source-url + :var-type "macro", + :line 65, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj"} + {:arglists ([m file-able] [m file-able comments]), + :name "write-properties", + :namespace "clojure.contrib.java-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/60e7162a5a29615cae3e6d494a3653c34b6ddb66/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj#L102", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/java_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/write-properties", - :namespace "clojure.contrib.java-utils", + :doc "Write properties to file-able.", + :var-type "function", :line 102, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj", - :var-type "function", - :arglists ([m file-able] [m file-able comments]), - :doc "Write properties to file-able.", - :name "write-properties"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/java-utils/src/main/clojure/clojure/contrib/java_utils.clj"} + {:name "*connection*", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj#L82", + :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/*connection*", - :namespace "clojure.contrib.jmx", - :dynamic true, - :line 82, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj", - :var-type "var", :doc "The connection to be used for JMX ops. Defaults to the local process.", - :name "*connection*"} - {:source-url + :var-type "var", + :line 82, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj"} + {:arglists ([object-name attr-name]), + :name "attribute-info", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj#L60", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/attribute-info", - :namespace "clojure.contrib.jmx", + :doc "Get the MBeanAttributeInfo for an attribute.", + :var-type "function", :line 60, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([object-name attr-name]), - :doc "Get the MBeanAttributeInfo for an attribute.", - :name "attribute-info"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([n]), + :name "attribute-names", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj#L100", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/attribute-names", - :namespace "clojure.contrib.jmx", + :doc "All attribute names available on an MBean.", + :var-type "function", :line 100, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj", - :var-type "function", - :arglists ([n]), - :doc "All attribute names available on an MBean.", - :name "attribute-names"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj"} + {:arglists + ([attr-name attr-value] [name type desc readable? writable? is?]), + :name "build-attribute-info", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj#L91", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/build-attribute-info", - :namespace "clojure.contrib.jmx", - :line 91, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists - ([attr-name attr-value] [name type desc readable? writable? is?]), :doc "Construct an MBeanAttributeInfo. Normally called with a key/value pair from a Clojure map.", - :name "build-attribute-info"} - {:source-url + :var-type "function", + :line 91, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj"} + {:arglists ([value]), + :name "guess-attribute-typename", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj#L85", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/guess-attribute-typename", - :namespace "clojure.contrib.jmx", - :line 85, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([value]), :doc "Guess the attribute typename for MBeanAttributeInfo based on the attribute value.", - :name "guess-attribute-typename"} - {:source-url + :var-type "function", + :line 85, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj"} + {:arglists ([] [overrides]), + :name "jmx-url", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj#L19", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/jmx-url", - :namespace "clojure.contrib.jmx", + :doc "Build a JMX URL from options.", + :var-type "function", :line 19, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([] [overrides]), - :doc "Build a JMX URL from options.", - :name "jmx-url"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj"} + {:arglists ([attr-map]), + :name "map->attribute-infos", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj#L100", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/map->attribute-infos", - :namespace "clojure.contrib.jmx", - :line 100, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([attr-map]), :doc "Construct an MBeanAttributeInfo[] from a Clojure associative.", - :name "map->attribute-infos"} - {:source-url + :var-type "function", + :line 100, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj"} + {:arglists ([k]), + :name "maybe-atomize", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj#L44", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/maybe-atomize", - :namespace "clojure.contrib.jmx", - :line 44, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([k]), :doc "Convert a list of length 1 into its contents, leaving other things alone.\nUsed to simplify keys in the tabular data API.", - :name "maybe-atomize"} - {:source-url + :var-type "function", + :line 44, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj"} + {:arglists ([s]), + :name "maybe-keywordize", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/maybe-keywordize", - :namespace "clojure.contrib.jmx", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj", - :var-type "function", - :arglists ([s]), :doc "Convert a string key to a keyword, leaving other types alone. Used to\nsimplify keys in the tabular data API.", - :name "maybe-keywordize"} - {:source-url + :var-type "function", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/data.clj"} + {:arglists ([n]), + :name "mbean", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj#L119", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/mbean", - :namespace "clojure.contrib.jmx", - :line 119, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj", - :var-type "function", - :arglists ([n]), :doc "Like clojure.core/bean, but for JMX beans. Returns a read-only map of\na JMX bean's attributes. If an attribute it not supported, value is\nset to the exception thrown.", - :name "mbean"} - {:source-url + :var-type "function", + :line 119, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj"} + {:arglists ([n]), + :name "mbean-names", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/mbean-names", - :namespace "clojure.contrib.jmx", - :line 95, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj", - :var-type "function", - :arglists ([n]), :doc "Finds all MBeans matching a name on the current *connection*.", - :name "mbean-names"} - {:source-url + :var-type "function", + :line 95, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj"} + {:arglists ([n op]), + :name "op-param-types", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj#L81", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/op-param-types", - :namespace "clojure.contrib.jmx", - :line 81, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n op]), :doc "The parameter types (as class name strings) for operation op on n.\nUsed for invoke.", - :name "op-param-types"} - {:source-url + :var-type "function", + :line 81, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([n op]), + :name "operation", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj#L76", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operation", - :namespace "clojure.contrib.jmx", - :line 76, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n op]), :doc "The MBeanOperationInfo for operation op on mbean n. Used by invoke.", - :name "operation"} - {:source-url + :var-type "function", + :line 76, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([n]), + :name "operation-names", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj#L106", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operation-names", - :namespace "clojure.contrib.jmx", + :doc "All operation names available on an MBean.", + :var-type "function", :line 106, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj", - :var-type "function", - :arglists ([n]), - :doc "All operation names available on an MBean.", - :name "operation-names"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx.clj"} + {:arglists ([n]), + :name "operations", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operations", - :namespace "clojure.contrib.jmx", + :doc "All oeprations available on an MBean.", + :var-type "function", :line 71, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n]), - :doc "All oeprations available on an MBean.", - :name "operations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([n attr]), + :name "raw-read", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/raw-read", - :namespace "clojure.contrib.jmx", - :line 33, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n attr]), :doc "Read an mbean property. Returns low-level Java object model for\ncomposites, tabulars, etc. Most callers should use read.", - :name "raw-read"} - {:source-url + :var-type "function", + :line 33, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj#L39", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/read", @@ -2599,97 +2927,113 @@ :var-type "var", :doc "Read an mbean property.", :name "read"} - {:source-url + {:arglists ([n attr]), + :name "read-supported", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj#L43", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/read-supported", - :namespace "clojure.contrib.jmx", - :line 43, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n attr]), :doc "Calls read to read an mbean property, *returning* unsupported\noperation exceptions instead of throwing them. Used to keep mbean\nfrom blowing up. Note: There is no good exception that aggregates\nunsupported operations, hence the overly-general catch block.", - :name "read-supported"} - {:source-url + :var-type "function", + :line 43, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([n attr]), + :name "readable?", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/readable?", - :namespace "clojure.contrib.jmx", + :doc "Is attribute readable?", + :var-type "function", :line 66, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "function", - :arglists ([n attr]), - :doc "Is attribute readable?", - :name "readable?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([opts & body]), + :name "with-connection", + :namespace "clojure.contrib.jmx", + :source-url "http://github.com/clojure/clojure-contrib/blob/fd185b68492657dcb6b1d15ef18fc67becf8450c/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj#L17", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/jmx.clj", :wiki-url "http://clojure.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/with-connection", - :namespace "clojure.contrib.jmx", - :line 17, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj", - :var-type "macro", - :arglists ([opts & body]), :doc "Execute body with JMX connection specified by opts. opts can also\ninclude an optional :environment key which is passed as the\nenvironment arg to JMXConnectorFactory/connect.", - :name "with-connection"} - {:source-url + :var-type "macro", + :line 17, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([x]), + :name "json-str", + :namespace "clojure.contrib.json", + :source-url "http://github.com/clojure/clojure-contrib/blob/d6f6ccfaeac03e35b1f9dbfa04424866cd9b2a41/modules/json/src/main/clojure/clojure/contrib/json.clj#L302", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/json-str", - :namespace "clojure.contrib.json", + :doc "Converts x to a JSON-formatted string.", + :var-type "function", :line 302, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj", - :var-type "function", - :arglists ([x]), - :doc "Converts x to a JSON-formatted string.", - :name "json-str"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj"} + {:arglists ([x]), + :name "pprint-json", + :namespace "clojure.contrib.json", + :source-url "http://github.com/clojure/clojure-contrib/blob/d6f6ccfaeac03e35b1f9dbfa04424866cd9b2a41/modules/json/src/main/clojure/clojure/contrib/json.clj#L339", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/pprint-json", - :namespace "clojure.contrib.json", + :doc "Pretty-prints JSON representation of x to *out*", + :var-type "function", :line 339, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj", - :var-type "function", - :arglists ([x]), - :doc "Pretty-prints JSON representation of x to *out*", - :name "pprint-json"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj"} + {:arglists ([x]), + :name "print-json", + :namespace "clojure.contrib.json", + :source-url "http://github.com/clojure/clojure-contrib/blob/d6f6ccfaeac03e35b1f9dbfa04424866cd9b2a41/modules/json/src/main/clojure/clojure/contrib/json.clj#L310", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", :wiki-url "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/print-json", - :namespace "clojure.contrib.json", - :line 310, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj", - :var-type "function", - :arglists ([x]), :doc "Write JSON-formatted output to *out*", - :name "print-json"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/d6f6ccfaeac03e35b1f9dbfa04424866cd9b2a41/modules/json/src/main/clojure/clojure/contrib/json.clj#L186", - :wiki-url - "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/read-json", - :namespace "clojure.contrib.json", - :line 186, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj", :var-type "function", - :arglists + :line 310, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj"} + {:arglists ([input] [input keywordize?] [input keywordize? eof-error? eof-value]), + :name "read-json", + :namespace "clojure.contrib.json", + :source-url + "http://github.com/clojure/clojure-contrib/blob/d6f6ccfaeac03e35b1f9dbfa04424866cd9b2a41/modules/json/src/main/clojure/clojure/contrib/json.clj#L186", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/read-json", :doc "Reads one JSON value from input String or Reader.\nIf keywordize? is true (default), object keys will be converted to\nkeywords. If eof-error? is true (default), empty input will throw\nan EOFException; if false EOF will return eof-value. ", - :name "read-json"} - {:source-url nil, + :var-type "function", + :line 186, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", + :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/read-json-from", :namespace "clojure.contrib.json", @@ -2698,7 +3042,9 @@ :doc "Reads one JSON value from input String or Reader.\nIf keywordize? is true, object keys will be converted to keywords.\nIf eof-error? is true, empty input will throw an EOFException; if\nfalse EOF will return eof-value. ", :name "read-json-from"} - {:source-url nil, + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", + :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/write-json", :namespace "clojure.contrib.json", @@ -2706,31 +3052,37 @@ :arglists ([object out]), :doc "Print object to PrintWriter out as JSON", :name "write-json"} - {:source-url + {:arglists ([]), + :name "fibs", + :namespace "clojure.contrib.lazy-seqs", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/lazy-seqs/src/main/clojure/clojure/contrib/lazy_seqs.clj#L82", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/lazy_seqs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/fibs", - :namespace "clojure.contrib.lazy-seqs", + :doc "Returns a lazy sequence of all the Fibonacci numbers.", + :var-type "function", :line 82, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/lazy-seqs/src/main/clojure/clojure/contrib/lazy_seqs.clj", - :var-type "function", - :arglists ([]), - :doc "Returns a lazy sequence of all the Fibonacci numbers.", - :name "fibs"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/lazy-seqs/src/main/clojure/clojure/contrib/lazy_seqs.clj"} + {:arglists ([]), + :name "powers-of-2", + :namespace "clojure.contrib.lazy-seqs", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/lazy-seqs/src/main/clojure/clojure/contrib/lazy_seqs.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/lazy_seqs.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/powers-of-2", - :namespace "clojure.contrib.lazy-seqs", + :doc "Returns a lazy sequence of all the powers of 2", + :var-type "function", :line 87, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/lazy-seqs/src/main/clojure/clojure/contrib/lazy_seqs.clj", - :var-type "function", - :arglists ([]), - :doc "Returns a lazy sequence of all the powers of 2", - :name "powers-of-2"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/lazy-seqs/src/main/clojure/clojure/contrib/lazy_seqs.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/lazy_seqs.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/lazy-seqs/src/main/clojure/clojure/contrib/lazy_seqs.clj#L66", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/primes", @@ -2741,85 +3093,99 @@ :var-type "var", :doc "Lazy sequence of all the prime numbers.", :name "primes"} - {:source-url + {:arglists ([s] [s startparse] [s startparse queue-size]), + :name "parse-seq", + :namespace "clojure.contrib.lazy-xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/lazy-xml/src/main/clojure/clojure/contrib/lazy_xml.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/parse-seq", - :namespace "clojure.contrib.lazy-xml", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/lazy-xml/src/main/clojure/clojure/contrib/lazy_xml.clj", - :var-type "function", - :arglists ([s] [s startparse] [s startparse queue-size]), :doc "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy sequence of maps with two or more of\nthe keys :type, :name, :attrs, and :str. Other SAX-compatible\nparsers can be supplied by passing startparse, a fn taking a source\nand a ContentHandler and returning a parser. If a parser is\nspecified, it will be run in a separate thread and be allowed to get\nahead by queue-size items, which defaults to maxint. If no parser\nis specified and org.xmlpull.v1.XmlPullParser is in the classpath,\nthis superior pull parser will be used.", - :name "parse-seq"} - {:source-url + :var-type "function", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/lazy-xml/src/main/clojure/clojure/contrib/lazy_xml.clj"} + {:arglists ([s] [s startparse queue-size]), + :name "parse-trim", + :namespace "clojure.contrib.lazy-xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/lazy-xml/src/main/clojure/clojure/contrib/lazy_xml.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/lazy_xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/parse-trim", - :namespace "clojure.contrib.lazy-xml", - :line 95, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/lazy-xml/src/main/clojure/clojure/contrib/lazy_xml.clj", - :var-type "function", - :arglists ([s] [s startparse queue-size]), :doc "Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy tree of the clojure.xml/element\nstruct-map, which has the keys :tag, :attrs, and :content and\naccessor fns tag, attrs, and content, with the whitespace trimmed\nfrom around each content string. This format is compatible with what\nclojure.xml/parse produces, except :content is a lazy seq instead of\na vector. Other SAX-compatible parsers can be supplied by passing\nstartparse, a fn taking a source and a ContentHandler and returning\na parser. If a parser is specified, it will be run in a separate\nthread and be allowed to get ahead by queue-size items, which\ndefaults to maxing. If no parser is specified and\norg.xmlpull.v1.XmlPullParser is in the classpath, this superior pull\nparser will be used.", - :name "parse-trim"} - {:source-url + :var-type "function", + :line 95, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/lazy-xml/src/main/clojure/clojure/contrib/lazy_xml.clj"} + {:name "*force*", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L94", + :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*force*", - :namespace "clojure.contrib.logging", - :dynamic true, - :line 94, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "var", :doc "Overrides the default rules for choosing between logging directly or via an\nagent. Defaults to nil. See log* for details.", - :name "*force*"} - {:source-url + :var-type "var", + :line 94, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:name "*log-factory*", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L488", + :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*log-factory*", - :namespace "clojure.contrib.logging", - :dynamic true, - :line 488, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "var", :doc "An instance satisfying the LogFactory protocol. Used internally when needing\nto obtain an instance satisfying the Log protocol. Defaults to the value\nreturned from find-factory. Can be rebound to provide alternate logging\nimplementations", - :name "*log-factory*"} - {:source-url + :var-type "var", + :line 488, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:name "*logging-agent*", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L84", + :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*logging-agent*", - :namespace "clojure.contrib.logging", - :dynamic true, - :line 84, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "var", :doc "The default agent used for performing logging when direct logging is\ndisabled. See log* for details.", - :name "*logging-agent*"} - {:source-url + :var-type "var", + :line 84, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:name "*tx-agent-levels*", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L89", + :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*tx-agent-levels*", - :namespace "clojure.contrib.logging", - :dynamic true, - :line 89, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "var", :doc "The set of levels that will require using an agent when logging from within a\nrunning transaction. Defaults to #{:info :warn}. See log* for details.", - :name "*tx-agent-levels*"} - {:source-url + :var-type "var", + :line 89, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L62", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/Log", @@ -2831,7 +3197,9 @@ :doc "The protocol through which macros will interact with an underlying logging\nimplementation. Implementations should at least support the six specified\nlogging levels if they wish to benefit from the level-specific macros.", :name "Log"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L73", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/LogFactory", @@ -2843,118 +3211,138 @@ :doc "The protocol through which macros will obtain an instance satisfying Log as\nwell as providing information about the particular implementation being used.\nImplementations should be bound to *log-factory* in order to be picked up by\nthis library.", :name "LogFactory"} - {:source-url + {:arglists ([]), + :name "commons-logging", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L334", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/commons-logging", - :namespace "clojure.contrib.logging", - :line 334, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([]), :doc "Returns a commons-logging-based implementation of the LogFactory protocol, or\nnil if not available. End-users should not need to call this.", - :name "commons-logging"} - {:source-url + :var-type "function", + :line 334, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([message & more] [throwable message & more]), + :name "debug", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L265", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/debug", - :namespace "clojure.contrib.logging", + :doc "Debug level logging using print-style args.", + :var-type "macro", :line 265, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message & more] [throwable message & more]), - :doc "Debug level logging using print-style args.", - :name "debug"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([fmt & fmt-args] [throwable fmt & fmt-args]), + :name "debugf", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L301", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/debugf", - :namespace "clojure.contrib.logging", + :doc "Debug level logging using format.", + :var-type "macro", :line 301, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([fmt & fmt-args] [throwable fmt & fmt-args]), - :doc "Debug level logging using format.", - :name "debugf"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([level] [level log-ns]), + :name "enabled?", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L164", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/enabled?", - :namespace "clojure.contrib.logging", - :line 164, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([level] [level log-ns]), :doc "Returns true if the specific logging level is enabled. Use of this function\nshould only be necessary if one needs to execute alternate code paths beyond\nwhether the log should be written to.", - :name "enabled?"} - {:source-url + :var-type "macro", + :line 164, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([message & more] [throwable message & more]), + :name "error", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L283", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/error", - :namespace "clojure.contrib.logging", + :doc "Error level logging using print-style args.", + :var-type "macro", :line 283, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message & more] [throwable message & more]), - :doc "Error level logging using print-style args.", - :name "error"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([fmt & fmt-args] [throwable fmt & fmt-args]), + :name "errorf", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L319", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/errorf", - :namespace "clojure.contrib.logging", + :doc "Error level logging using format.", + :var-type "macro", :line 319, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([fmt & fmt-args] [throwable fmt & fmt-args]), - :doc "Error level logging using format.", - :name "errorf"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([message & more] [throwable message & more]), + :name "fatal", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L289", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/fatal", - :namespace "clojure.contrib.logging", + :doc "Fatal level logging using print-style args.", + :var-type "macro", :line 289, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message & more] [throwable message & more]), - :doc "Fatal level logging using print-style args.", - :name "fatal"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([fmt & fmt-args] [throwable fmt & fmt-args]), + :name "fatalf", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L325", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/fatalf", - :namespace "clojure.contrib.logging", + :doc "Fatal level logging using format.", + :var-type "macro", :line 325, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([fmt & fmt-args] [throwable fmt & fmt-args]), - :doc "Fatal level logging using format.", - :name "fatalf"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([]), + :name "find-factory", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L475", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/find-factory", - :namespace "clojure.contrib.logging", - :line 475, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([]), :doc "Returns the first LogFactory found that is available from commons-logging,\nslf4j-logging, log4j-logging, or java-util-logging. End-users should not need\nto call this.", - :name "find-factory"} - {:source-url nil, + :var-type "function", + :line 475, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", + :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-enabled?", :namespace "clojure.contrib.logging", @@ -2963,7 +3351,9 @@ :doc "Implementation-specific check if a particular level is enabled. End-users\nshould not need to call this.", :name "impl-enabled?"} - {:source-url nil, + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", + :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-get-log", :namespace "clojure.contrib.logging", @@ -2972,7 +3362,9 @@ :doc "Returns an implementation-specific Log by namespace. End-users should not\nneed to call this.", :name "impl-get-log"} - {:source-url nil, + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", + :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-name", :namespace "clojure.contrib.logging", @@ -2980,7 +3372,9 @@ :arglists ([factory]), :doc "Returns some text identifying the underlying implementation.", :name "impl-name"} - {:source-url nil, + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", + :source-url nil, :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-write!", :namespace "clojure.contrib.logging", @@ -2989,862 +3383,1002 @@ :doc "Implementation-specific write of a log message. End-users should not need\nto call this.", :name "impl-write!"} - {:source-url + {:arglists ([message & more] [throwable message & more]), + :name "info", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L271", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/info", - :namespace "clojure.contrib.logging", + :doc "Info level logging using print-style args.", + :var-type "macro", :line 271, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message & more] [throwable message & more]), - :doc "Info level logging using print-style args.", - :name "info"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([fmt & fmt-args] [throwable fmt & fmt-args]), + :name "infof", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L307", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/infof", - :namespace "clojure.contrib.logging", + :doc "Info level logging using format.", + :var-type "macro", :line 307, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([fmt & fmt-args] [throwable fmt & fmt-args]), - :doc "Info level logging using format.", - :name "infof"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([]), + :name "java-util-logging", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L439", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/java-util-logging", - :namespace "clojure.contrib.logging", - :line 439, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([]), :doc "Returns a java.util.logging-based implementation of the LogFactory protocol,\nor nil if not available. End-users should not need to call this.", - :name "java-util-logging"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L124", - :wiki-url - "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log", - :namespace "clojure.contrib.logging", - :line 124, + :var-type "function", + :line 439, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([level message] [level throwable message] [log-ns level throwable message] [log-factory log-ns level throwable message]), + :name "log", + :namespace "clojure.contrib.logging", + :source-url + "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L124", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log", :doc "Evaluates and logs a message only if the specified level is enabled. See log*\nfor more details.", - :name "log"} - {:source-url + :var-type "macro", + :line 124, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([log level throwable message]), + :name "log*", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L99", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log*", - :namespace "clojure.contrib.logging", - :line 99, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([log level throwable message]), :doc "Attempts to log a message, either directly or via an agent; does not check if\nthe level is enabled.\n\nFor performance reasons, an agent will only be used when invoked within a\nrunning transaction, and only for logging levels specified by\n*tx-agent-levels*. This allows those entries to only be written once the\ntransaction commits, and are discarded if it is retried or aborted. As\ncorollary, other levels (e.g., :debug, :error) will be written even from\nfailed transactions though at the cost of repeat messages during retries.\n\nOne can override the above by setting *force* to :direct or :agent; all\nsubsequent writes will be direct or via an agent, respectively.", - :name "log*"} - {:source-url + :var-type "function", + :line 99, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([log-ns] [log-ns out-level err-level]), + :name "log-capture!", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L207", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-capture!", - :namespace "clojure.contrib.logging", - :line 207, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([log-ns] [log-ns out-level err-level]), :doc "Captures System.out and System.err, piping all writes of those streams to\nthe log. If unspecified, levels default to :info and :error, respectively.\nThe specified log-ns value will be used to namespace all log entries.\n\nNote: use with-logs to redirect output of *out* or *err*.\n\nWarning: if the logging implementation is configured to output to System.out\n(as is the default with java.util.logging) then using this function will\nresult in StackOverflowException when writing to the log.", - :name "log-capture!"} - {:source-url + :var-type "function", + :line 207, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([level log-ns]), + :name "log-stream", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L189", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-stream", - :namespace "clojure.contrib.logging", - :line 189, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([level log-ns]), :doc "Creates a PrintStream that will output to the log at the specified level.", - :name "log-stream"} - {:source-url + :var-type "function", + :line 189, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([]), + :name "log-uncapture!", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L227", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-uncapture!", - :namespace "clojure.contrib.logging", + :doc "Restores System.out and System.err to their original values.", + :var-type "function", :line 227, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([]), - :doc "Restores System.out and System.err to their original values.", - :name "log-uncapture!"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([]), + :name "log4j-logging", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L405", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log4j-logging", - :namespace "clojure.contrib.logging", - :line 405, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([]), :doc "Returns a log4j-based implementation of the LogFactory protocol, or nil if\nnot available. End-users should not need to call this.", - :name "log4j-logging"} - {:source-url + :var-type "function", + :line 405, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([level fmt & fmt-args] [level throwable fmt & fmt-args]), + :name "logf", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/logf", - :namespace "clojure.contrib.logging", - :line 151, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([level fmt & fmt-args] [level throwable fmt & fmt-args]), :doc "Logs a message using a format string and args. Can optionally take a\nthrowable as its second arg. See level-specific macros, e.g., debugf.", - :name "logf"} - {:source-url + :var-type "macro", + :line 151, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([level message & more] [level throwable message & more]), + :name "logp", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L138", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/logp", - :namespace "clojure.contrib.logging", - :line 138, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([level message & more] [level throwable message & more]), :doc "Logs a message using print style args. Can optionally take a throwable as its\nsecond arg. See level-specific macros, e.g., debug.", - :name "logp"} - {:source-url + :var-type "macro", + :line 138, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([]), + :name "slf4j-logging", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L369", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/slf4j-logging", - :namespace "clojure.contrib.logging", - :line 369, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "function", - :arglists ([]), :doc "Returns a SLF4J-based implementation of the LogFactory protocol, or nil if\nnot available. End-users should not need to call this.", - :name "slf4j-logging"} - {:source-url + :var-type "function", + :line 369, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([expr] [level expr]), + :name "spy", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L173", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/spy", - :namespace "clojure.contrib.logging", - :line 173, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([expr] [level expr]), :doc "Evaluates expr and writes the form and its result to the log. Returns the\nresult of expr. Defaults to debug log level.", - :name "spy"} - {:source-url + :var-type "macro", + :line 173, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([message & more] [throwable message & more]), + :name "trace", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L259", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/trace", - :namespace "clojure.contrib.logging", + :doc "Trace level logging using print-style args.", + :var-type "macro", :line 259, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message & more] [throwable message & more]), - :doc "Trace level logging using print-style args.", - :name "trace"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([fmt & fmt-args] [throwable fmt & fmt-args]), + :name "tracef", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L295", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/tracef", - :namespace "clojure.contrib.logging", + :doc "Trace level logging using format.", + :var-type "macro", :line 295, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([fmt & fmt-args] [throwable fmt & fmt-args]), - :doc "Trace level logging using format.", - :name "tracef"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([message & more] [throwable message & more]), + :name "warn", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L277", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/warn", - :namespace "clojure.contrib.logging", + :doc "Warn level logging using print-style args.", + :var-type "macro", :line 277, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([message & more] [throwable message & more]), - :doc "Warn level logging using print-style args.", - :name "warn"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([fmt & fmt-args] [throwable fmt & fmt-args]), + :name "warnf", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L313", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/warnf", - :namespace "clojure.contrib.logging", + :doc "Warn level logging using format.", + :var-type "macro", :line 313, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([fmt & fmt-args] [throwable fmt & fmt-args]), - :doc "Warn level logging using format.", - :name "warnf"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([log-ns & body] [[log-ns out-level err-level] & body]), + :name "with-logs", + :namespace "clojure.contrib.logging", + :source-url "http://github.com/clojure/clojure-contrib/blob/9212f644aa7ef1f13271aa9f941d2c6f8574a571/modules/logging/src/main/clojure/clojure/contrib/logging.clj#L236", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/logging.clj", :wiki-url "http://clojure.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/with-logs", - :namespace "clojure.contrib.logging", - :line 236, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj", - :var-type "macro", - :arglists ([log-ns & body] [[log-ns out-level err-level] & body]), :doc "Evaluates exprs in a context in which *out* and *err* write to the log. The\nspecified log-ns value will be used to namespace all log entries.\n\nBy default *out* and *err* write to :info and :error, respectively.", - :name "with-logs"} - {:source-url + :var-type "macro", + :line 236, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/logging/src/main/clojure/clojure/contrib/logging.clj"} + {:arglists ([symbol expansion]), + :name "defsymbolmacro", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/macro_utils.clj#L227", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/defsymbolmacro", - :namespace "clojure.contrib.macro-utils", - :line 227, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([symbol expansion]), :doc "Define a symbol macro. Because symbol macros are not part of\nClojure's built-in macro expansion system, they can be used only\ninside a with-symbol-macros form.", - :name "defsymbolmacro"} - {:source-url + :var-type "macro", + :line 227, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([name params & forms]), + :name "deftemplate", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/macro_utils.clj#L241", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/deftemplate", - :namespace "clojure.contrib.macro-utils", - :line 241, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([name params & forms]), :doc "Define a macro that expands into forms after replacing the\nsymbols in params (a vector) by the corresponding parameters\ngiven in the macro call.", - :name "deftemplate"} - {:source-url + :var-type "macro", + :line 241, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([fn-bindings & exprs]), + :name "macrolet", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/macro_utils.clj#L206", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/macrolet", - :namespace "clojure.contrib.macro-utils", - :line 206, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([fn-bindings & exprs]), :doc "Define local macros that are used in the expansion of exprs. The\nsyntax is the same as for letfn forms.", - :name "macrolet"} - {:source-url + :var-type "macro", + :line 206, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([form]), + :name "mexpand", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/macro_utils.clj#L261", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/mexpand", - :namespace "clojure.contrib.macro-utils", - :line 261, - :file "clojure/contrib/macro_utils.clj", - :var-type "function", - :arglists ([form]), :doc "Like clojure.core/macroexpand, but takes into account symbol macros.", - :name "mexpand"} - {:source-url + :var-type "function", + :line 261, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([form]), + :name "mexpand-1", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/macro_utils.clj#L253", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/mexpand-1", - :namespace "clojure.contrib.macro-utils", - :line 253, - :file "clojure/contrib/macro_utils.clj", - :var-type "function", - :arglists ([form]), :doc "Like clojure.core/macroexpand-1, but takes into account symbol macros.", - :name "mexpand-1"} - {:source-url + :var-type "function", + :line 253, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([form]), + :name "mexpand-all", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/macro_utils.clj#L269", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/mexpand-all", - :namespace "clojure.contrib.macro-utils", - :line 269, - :file "clojure/contrib/macro_utils.clj", - :var-type "function", - :arglists ([form]), :doc "Perform a full recursive macro expansion of a form.", - :name "mexpand-all"} - {:source-url + :var-type "function", + :line 269, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([symbol-bindings & exprs]), + :name "symbol-macrolet", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/macro_utils.clj#L217", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/symbol-macrolet", - :namespace "clojure.contrib.macro-utils", - :line 217, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([symbol-bindings & exprs]), :doc "Define local symbol macros that are used in the expansion of exprs.\nThe syntax is the same as for let forms.", - :name "symbol-macrolet"} - {:source-url + :var-type "macro", + :line 217, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([& exprs]), + :name "with-symbol-macros", + :namespace "clojure.contrib.macro-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/macro_utils.clj#L236", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/macro_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macro-utils-api.html#clojure.contrib.macro-utils/with-symbol-macros", - :namespace "clojure.contrib.macro-utils", - :line 236, - :file "clojure/contrib/macro_utils.clj", - :var-type "macro", - :arglists ([& exprs]), :doc "Fully expand exprs, including symbol macros.", - :name "with-symbol-macros"} - {:source-url + :var-type "macro", + :line 236, + :file "clojure/contrib/macro_utils.clj"} + {:arglists ([expr]), + :name "const", + :namespace "clojure.contrib.macros", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/macros.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macros-api.html#clojure.contrib.macros/const", - :namespace "clojure.contrib.macros", - :line 18, - :file "clojure/contrib/macros.clj", - :var-type "macro", - :arglists ([expr]), :doc "Evaluate the constant expression expr at compile time.", - :name "const"} - {:source-url + :var-type "macro", + :line 18, + :file "clojure/contrib/macros.clj"} + {:arglists ([fn-bindings & exprs]), + :name "letfn-", + :namespace "clojure.contrib.macros", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/macros.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macros-api.html#clojure.contrib.macros/letfn-", - :namespace "clojure.contrib.macros", - :line 28, - :file "clojure/contrib/macros.clj", - :var-type "macro", - :arglists ([fn-bindings & exprs]), :doc "OBSOLETE: use clojure.core/letfn\nA variant of let for local function definitions. fn-bindings consists\nof name/args/body triples, with (letfn [name args body] ...)\nbeing equivalent to (let [name (fn name args body)] ...).", - :name "letfn-"} - {:source-url + :var-type "macro", + :line 28, + :file "clojure/contrib/macros.clj"} + {:arglists ([symbols? & body]), + :name "with-direct-linking", + :namespace "clojure.contrib.macros", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/macros.clj#L68", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/macros.clj", :wiki-url "http://clojure.github.com/clojure-contrib//macros-api.html#clojure.contrib.macros/with-direct-linking", - :namespace "clojure.contrib.macros", - :line 68, - :file "clojure/contrib/macros.clj", - :var-type "macro", - :arglists ([symbols? & body]), :doc "EXPERIMENTAL!\nCompiles the functions in body with direct links to the functions\nnamed in symbols, i.e. without a var lookup for each invocation.\nSymbols is a vector of symbols that name either vars or namespaces.\nA namespace reference is replaced by the list of all symbols in the\nnamespace that are bound to functions. If symbols is not provided,\nthe default value ['clojure.core] is used. The symbol *ns* can be\nused to refer to the current namespace.", - :name "with-direct-linking"} - {:source-url + :var-type "macro", + :line 68, + :file "clojure/contrib/macros.clj"} + {:arglists ([f & maps]), + :name "deep-merge-with", + :namespace "clojure.contrib.map-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/map-utils/src/main/clojure/clojure/contrib/map_utils.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/deep-merge-with", - :namespace "clojure.contrib.map-utils", - :line 41, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/map-utils/src/main/clojure/clojure/contrib/map_utils.clj", - :var-type "function", - :arglists ([f & maps]), :doc "Like merge-with, but merges maps recursively, applying the given fn\nonly when there's a non-map at a particular level.\n\n(deepmerge + {:a {:b {:c 1 :d {:x 1 :y 2}} :e 3} :f 4}\n {:a {:b {:c 2 :d {:z 9} :z 3} :e 100}})\n-> {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}", - :name "deep-merge-with"} - {:source-url + :var-type "function", + :line 41, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/map-utils/src/main/clojure/clojure/contrib/map_utils.clj"} + {:arglists ([map key not-found]), + :name "lazy-get", + :namespace "clojure.contrib.map-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/map-utils/src/main/clojure/clojure/contrib/map_utils.clj#L22", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/lazy-get", - :namespace "clojure.contrib.map-utils", - :line 22, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/map-utils/src/main/clojure/clojure/contrib/map_utils.clj", - :var-type "macro", - :arglists ([map key not-found]), :doc "Like get, but doesn't evaluate not-found unless it is needed.", - :name "lazy-get"} - {:source-url + :var-type "macro", + :line 22, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/map-utils/src/main/clojure/clojure/contrib/map_utils.clj"} + {:arglists ([map key]), + :name "safe-get", + :namespace "clojure.contrib.map-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/map-utils/src/main/clojure/clojure/contrib/map_utils.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/safe-get", - :namespace "clojure.contrib.map-utils", + :doc "Like get, but throws an exception if the key is not found.", + :var-type "function", :line 29, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/map-utils/src/main/clojure/clojure/contrib/map_utils.clj", - :var-type "function", - :arglists ([map key]), - :doc "Like get, but throws an exception if the key is not found.", - :name "safe-get"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/map-utils/src/main/clojure/clojure/contrib/map_utils.clj"} + {:arglists ([map ks]), + :name "safe-get-in", + :namespace "clojure.contrib.map-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/map-utils/src/main/clojure/clojure/contrib/map_utils.clj#L35", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/map_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/safe-get-in", - :namespace "clojure.contrib.map-utils", - :line 35, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/map-utils/src/main/clojure/clojure/contrib/map_utils.clj", - :var-type "function", - :arglists ([map ks]), :doc "Like get-in, but throws an exception if any key is not found.", - :name "safe-get-in"} - {:source-url + :var-type "function", + :line 35, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/map-utils/src/main/clojure/clojure/contrib/map_utils.clj"} + {:arglists ([n]), + :name "abs", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/math/src/main/clojure/clojure/contrib/math.clj#L122", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/abs", - :namespace "clojure.contrib.math", + :doc "(abs n) is the absolute value of n", + :var-type "function", :line 122, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([n]), - :doc "(abs n) is the absolute value of n", - :name "abs"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([n]), + :name "ceil", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/math/src/main/clojure/clojure/contrib/math.clj#L141", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/ceil", - :namespace "clojure.contrib.math", - :line 141, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([n]), :doc "(ceil n) returns the least integer greater than or equal to n.\nIf n is an exact number, ceil returns an integer, otherwise a double.", - :name "ceil"} - {:source-url + :var-type "function", + :line 141, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([n]), + :name "exact-integer-sqrt", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/math/src/main/clojure/clojure/contrib/math.clj#L206", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/exact-integer-sqrt", - :namespace "clojure.contrib.math", - :line 206, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([n]), :doc "(exact-integer-sqrt n) expects a non-negative integer n, and returns [s r] where n = s^2+r and n < (s+1)^2. In other words, it returns the floor of the square root and the 'remainder'.\nFor example, (exact-integer-sqrt 15) is [3 6] because 15 = 3^2+6.", - :name "exact-integer-sqrt"} - {:source-url + :var-type "function", + :line 206, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([base pow]), + :name "expt", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/math/src/main/clojure/clojure/contrib/math.clj#L101", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/expt", - :namespace "clojure.contrib.math", - :line 101, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([base pow]), :doc "(expt base pow) is base to the pow power.\nReturns an exact number if the base is an exact number and the power is an integer, otherwise returns a double.", - :name "expt"} - {:source-url + :var-type "function", + :line 101, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([n]), + :name "floor", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/math/src/main/clojure/clojure/contrib/math.clj#L129", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/floor", - :namespace "clojure.contrib.math", - :line 129, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([n]), :doc "(floor n) returns the greatest integer less than or equal to n.\nIf n is an exact number, floor returns an integer, otherwise a double.", - :name "floor"} - {:source-url + :var-type "function", + :line 129, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([a b]), + :name "gcd", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/math/src/main/clojure/clojure/contrib/math.clj#L162", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/gcd", - :namespace "clojure.contrib.math", + :doc "(gcd a b) returns the greatest common divisor of a and b", + :var-type "function", :line 162, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([a b]), - :doc "(gcd a b) returns the greatest common divisor of a and b", - :name "gcd"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([a b]), + :name "lcm", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/math/src/main/clojure/clojure/contrib/math.clj#L169", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/lcm", - :namespace "clojure.contrib.math", + :doc "(lcm a b) returns the least common multiple of a and b", + :var-type "function", :line 169, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([a b]), - :doc "(lcm a b) returns the least common multiple of a and b", - :name "lcm"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([n]), + :name "round", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/math/src/main/clojure/clojure/contrib/math.clj#L153", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/round", - :namespace "clojure.contrib.math", - :line 153, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([n]), :doc "(round n) rounds to the nearest integer.\nround always returns an integer. Rounds up for values exactly in between two integers.", - :name "round"} - {:source-url + :var-type "function", + :line 153, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([n]), + :name "sqrt", + :namespace "clojure.contrib.math", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/math/src/main/clojure/clojure/contrib/math.clj#L215", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/math.clj", :wiki-url "http://clojure.github.com/clojure-contrib//math-api.html#clojure.contrib.math/sqrt", - :namespace "clojure.contrib.math", + :doc "Square root, but returns exact number if possible.", + :var-type "function", :line 215, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj", - :var-type "function", - :arglists ([n]), - :doc "Square root, but returns exact number if possible.", - :name "sqrt"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/math/src/main/clojure/clojure/contrib/math.clj"} + {:arglists ([container]), + :name "components", + :namespace "clojure.contrib.miglayout", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/miglayout/src/main/clojure/clojure/contrib/miglayout.clj#L75", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/miglayout.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout/components", - :namespace "clojure.contrib.miglayout", - :line 75, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout.clj", - :var-type "function", - :arglists ([container]), :doc "Returns a map from id (a keyword) to component for all components with\nan id constraint set", - :name "components"} - {:source-url + :var-type "function", + :line 75, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout.clj"} + {:arglists ([container & args]), + :name "miglayout", + :namespace "clojure.contrib.miglayout", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/miglayout/src/main/clojure/clojure/contrib/miglayout.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/miglayout.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout/miglayout", - :namespace "clojure.contrib.miglayout", - :line 37, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout.clj", - :var-type "function", - :arglists ([container & args]), :doc "Adds java.awt.Components to a javax.swing.JComponent with constraints\nformatted for the MiGLayout layout manager.\n\nArguments: container [item constraint*]*\n\n - container: the container for the specified components, its layout\n manager will be set to a new instance of MigLayout\n\n - an inline series of items and constraints--each item may be followed\n by zero or more constraints.\n\nItem:\n\n - An item is either a Component or one of the keywords :layout\n :column or :row. Constraints for a keyword item affect the entire\n layout.\n\nConstraint: string, keyword, vector, map, or set\n\n - A string specifies one or more constraints each with zero or more\n arguments.\n - A keyword specifies a single constraint without arguments\n - A vector specifies a single constraint with one or more arguments\n - A map specifies one or more constraints as keys, each mapped to a\n single argument\n - A set groups two or more constraints, each a string, keyword,\n vector, map, or set\n\nAny items marked with an \"id\" constraint will be included in a map from\nid to component attached to the container. The map can be retrieved using\nclojure.contrib.miglayout/components.", - :name "miglayout"} - {:source-url + :var-type "function", + :line 37, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout.clj"} + {:arglists ([buf]), + :name "buffer-stream", + :namespace "clojure.contrib.mmap", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/mmap/src/main/clojure/clojure/contrib/mmap.clj#L39", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/buffer-stream", - :namespace "clojure.contrib.mmap", - :line 39, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/mmap/src/main/clojure/clojure/contrib/mmap.clj", - :var-type "function", - :arglists ([buf]), :doc "Returns an InputStream for a ByteBuffer, such as returned by mmap.", - :name "buffer-stream"} - {:source-url + :var-type "function", + :line 39, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/mmap/src/main/clojure/clojure/contrib/mmap.clj"} + {:arglists ([f]), + :name "mmap", + :namespace "clojure.contrib.mmap", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/mmap/src/main/clojure/clojure/contrib/mmap.clj#L27", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/mmap", - :namespace "clojure.contrib.mmap", + :doc "Memory-map the file named f. Returns a ByteBuffer.", + :var-type "function", :line 27, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/mmap/src/main/clojure/clojure/contrib/mmap.clj", - :var-type "function", - :arglists ([f]), - :doc "Memory-map the file named f. Returns a ByteBuffer.", - :name "mmap"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/mmap/src/main/clojure/clojure/contrib/mmap.clj"} + {:arglists ([f]), + :name "slurp", + :namespace "clojure.contrib.mmap", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/mmap/src/main/clojure/clojure/contrib/mmap.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mmap.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/slurp", - :namespace "clojure.contrib.mmap", + :doc "Reads the file named by f and returns it as a string.", + :var-type "function", :line 33, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/mmap/src/main/clojure/clojure/contrib/mmap.clj", - :var-type "function", - :arglists ([f]), - :doc "Reads the file named by f and returns it as a string.", - :name "slurp"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/mmap/src/main/clojure/clojure/contrib/mmap.clj"} + {:arglists ([val] [val expectation-hash]), + :name "calls", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L209", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/calls", - :namespace "clojure.contrib.mock", - :line 209, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([val] [val expectation-hash]), :doc "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned by the expected function. If both this\nand :returns are specified, the return value of :calls will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", - :name "calls"} - {:source-url + :var-type "function", + :line 209, + :file "clojure/contrib/mock.clj"} + {:arglists ([expect-bindings & body]), + :name "expect", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L258", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/expect", - :namespace "clojure.contrib.mock", - :line 258, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([expect-bindings & body]), :doc "Use expect to redirect calls to dependent functions that are made within the\ncode under test. Instead of calling the functions that would normally be used\ntemporary stubs are used, which can verify function parameters and call counts.\nReturn values of overridden functions can also be specified as needed.\nUsage:\n(expect [dep-fn (has-args [arg-pred1] (times n (returns x)))]\n (function-under-test a b c))", - :name "expect"} - {:source-url + :var-type "macro", + :line 258, + :file "clojure/contrib/mock.clj"} + {:arglists ([arg-pred-forms] [arg-pred-forms expectation-hash]), + :name "has-args", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L223", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/has-args", - :namespace "clojure.contrib.mock", - :line 223, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([arg-pred-forms] [arg-pred-forms expectation-hash]), :doc "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", - :name "has-args"} - {:source-url + :var-type "macro", + :line 223, + :file "clojure/contrib/mock.clj"} + {:arglists ([fn-name args]), + :name "has-matching-signature?", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L102", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/has-matching-signature?", - :namespace "clojure.contrib.mock", - :line 102, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([fn-name args]), :doc "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", - :name "has-matching-signature?"} - {:source-url + :var-type "function", + :line 102, + :file "clojure/contrib/mock.clj"} + {:arglists ([arg-preds arg-pred-forms]), + :name "make-arg-checker", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L113", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/make-arg-checker", - :namespace "clojure.contrib.mock", - :line 113, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([arg-preds arg-pred-forms]), :doc "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", - :name "make-arg-checker"} - {:source-url + :var-type "function", + :line 113, + :file "clojure/contrib/mock.clj"} + {:arglists ([pred pred-form]), + :name "make-count-checker", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L129", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/make-count-checker", - :namespace "clojure.contrib.mock", - :line 129, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([pred pred-form]), :doc "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", - :name "make-count-checker"} - {:source-url + :var-type "function", + :line 129, + :file "clojure/contrib/mock.clj"} + {:arglists ([fn-name expectation-hash]), + :name "make-mock", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L138", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/make-mock", - :namespace "clojure.contrib.mock", - :line 138, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([fn-name expectation-hash]), :doc "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", - :name "make-mock"} - {:source-url + :var-type "function", + :line 138, + :file "clojure/contrib/mock.clj"} + {:arglists ([val] [val expectation-hash]), + :name "returns", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L197", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/returns", - :namespace "clojure.contrib.mock", - :line 197, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([val] [val expectation-hash]), :doc "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", - :name "returns"} - {:source-url + :var-type "function", + :line 197, + :file "clojure/contrib/mock.clj"} + {:arglists ([times-fn] [times-fn expectation-hash]), + :name "times", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L240", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/times", - :namespace "clojure.contrib.mock", - :line 240, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([times-fn] [times-fn expectation-hash]), :doc "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nAlso, an integer can be specified, in which case the times will only be an\nexact match. The times check is called at the end of an expect expression to\nvalidate that an expected dependency function was called the expected\nnumber of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", - :name "times"} - {:source-url + :var-type "macro", + :line 240, + :file "clojure/contrib/mock.clj"} + {:arglists ([mock-data]), + :name "validate-counts", + :namespace "clojure.contrib.mock", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L163", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock/validate-counts", - :namespace "clojure.contrib.mock", - :line 163, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([mock-data]), :doc "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", - :name "validate-counts"} - {:source-url + :var-type "function", + :line 163, + :file "clojure/contrib/mock.clj"} + {:arglists ([]), + :name "flush", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c6c9e3eca8039964b451be38cdf9d7044dd0b06/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/flush", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Flush", + :var-type "function", :line 62, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([]), - :doc "Flush", - :name "flush"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([obj]), + :name "print", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c6c9e3eca8039964b451be38cdf9d7044dd0b06/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L67", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/print", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Print obj", + :var-type "function", :line 67, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([obj]), - :doc "Print obj", - :name "print"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([] [obj]), + :name "println", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c6c9e3eca8039964b451be38cdf9d7044dd0b06/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L72", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/println", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Print obj followed by a newline", + :var-type "function", :line 72, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([] [obj]), - :doc "Print obj followed by a newline", - :name "println"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([]), + :name "read-char", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c6c9e3eca8039964b451be38cdf9d7044dd0b06/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L42", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-char", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Read a single character", + :var-type "function", :line 42, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([]), - :doc "Read a single character", - :name "read-char"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([]), + :name "read-line", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c6c9e3eca8039964b451be38cdf9d7044dd0b06/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L47", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-line", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Read a single line", + :var-type "function", :line 47, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([]), - :doc "Read a single line", - :name "read-line"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([]), + :name "read-lines", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c6c9e3eca8039964b451be38cdf9d7044dd0b06/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L126", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-lines", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Read all lines and return them in a vector", + :var-type "function", :line 126, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([]), - :doc "Read all lines and return them in a vector", - :name "read-lines"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([n]), + :name "skip-chars", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c6c9e3eca8039964b451be38cdf9d7044dd0b06/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/skip-chars", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Skip n characters", + :var-type "function", :line 52, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([n]), - :doc "Skip n characters", - :name "skip-chars"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([io-specs statement]), + :name "with-io-streams", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c6c9e3eca8039964b451be38cdf9d7044dd0b06/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L98", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-io-streams", - :namespace "clojure.contrib.monadic-io-streams", - :line 98, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([io-specs statement]), :doc "Open one or more streams as specified by io-spec, run a monadic\nI/O statement on them, and close the streams. io-spec is\na binding-like vector in which each stream is specified by\nthree element: a keyword by which the stream can be referred to,\nthe stream mode (:read or :write), and a stream specification as\naccepted by clojure.java.io/reader (mode :read) or\nclojure.java.io/writer (mode :write). The statement\nis run on a state which is a map from keywords to corresponding\nstreams. Single-stream monadic I/O statements must be wrapped\nwith clojure.contrib.monads/with-state-field.", - :name "with-io-streams"} - {:source-url + :var-type "function", + :line 98, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([reader-spec statement]), + :name "with-reader", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c6c9e3eca8039964b451be38cdf9d7044dd0b06/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L82", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-reader", - :namespace "clojure.contrib.monadic-io-streams", - :line 82, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([reader-spec statement]), :doc "Create a reader from reader-spec, run the monadic I/O statement\non it, and close the reader. reader-spec can be any object accepted\nby clojure.java.io/reader.", - :name "with-reader"} - {:source-url + :var-type "function", + :line 82, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([writer-spec statement]), + :name "with-writer", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c6c9e3eca8039964b451be38cdf9d7044dd0b06/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-writer", - :namespace "clojure.contrib.monadic-io-streams", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([writer-spec statement]), :doc "Create a writer from writer-spec, run the monadic I/O statement\non it, and close the writer. writer-spec can be any object accepted\nby clojure.java.io/writer.", - :name "with-writer"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([text]), + :name "write", + :namespace "clojure.contrib.monadic-io-streams", + :source-url "http://github.com/clojure/clojure-contrib/blob/2c6c9e3eca8039964b451be38cdf9d7044dd0b06/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monadic_io_streams.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/write", - :namespace "clojure.contrib.monadic-io-streams", + :doc "Write text (a string)", + :var-type "function", :line 57, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj", - :var-type "function", - :arglists ([text]), - :doc "Write text (a string)", - :name "write"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monadic-io-streams/src/main/clojure/clojure/contrib/monadic_io_streams.clj"} + {:arglists ([f]), + :name "call-cc", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L456", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/call-cc", - :namespace "clojure.contrib.monads", - :line 456, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([f]), :doc "A computation in the cont monad that calls function f with a single\nargument representing the current continuation. The function f should\nreturn a continuation (which becomes the return value of call-cc),\nor call the passed-in current continuation to terminate.", - :name "call-cc"} - {:source-url + :var-type "function", + :line 456, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L440", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/cont-m", @@ -3856,74 +4390,86 @@ :doc "Monad describing computations in continuation-passing style. The monadic\nvalues are functions that are called with a single argument representing\nthe continuation of the computation, to which they pass their result.", :name "cont-m"} - {:source-url + {:arglists ([name doc-string operations] [name operations]), + :name "defmonad", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L51", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonad", - :namespace "clojure.contrib.monads", - :line 51, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([name doc-string operations] [name operations]), :doc "Define a named monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", - :name "defmonad"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L137", - :wiki-url - "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonadfn", - :namespace "clojure.contrib.monads", - :line 137, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", :var-type "macro", - :arglists + :line 51, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([name docstring? attr-map? args expr] [name docstring? attr-map? (args expr) ...]), + :name "defmonadfn", + :namespace "clojure.contrib.monads", + :source-url + "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L137", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonadfn", :doc "Like defn, but for functions that use monad operations and are used inside\na with-monad block.", - :name "defmonadfn"} - {:source-url + :var-type "macro", + :line 137, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([steps expr] [name steps expr]), + :name "domonad", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L114", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/domonad", - :namespace "clojure.contrib.monads", - :line 114, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([steps expr] [name steps expr]), :doc "Monad comprehension. Takes the name of a monad, a vector of steps\ngiven as binding-form/monadic-expression pairs, and a result value\nspecified by expr. The monadic-expression terms can use the binding\nvariables of the previous steps.\nIf the monad contains a definition of m-zero, the step list can also\ncontain conditions of the form :when p, where the predicate p can\ncontain the binding variables from all previous steps.\nA clause of the form :let [binding-form expr ...], where the bindings\nare given as a vector as for the use in let, establishes additional\nbindings that can be used in the following steps.", - :name "domonad"} - {:source-url + :var-type "macro", + :line 114, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([]), + :name "fetch-state", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L359", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/fetch-state", - :namespace "clojure.contrib.monads", - :line 359, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([]), :doc "Return a state-monad function that returns the current state and does not\nmodify it.", - :name "fetch-state"} - {:source-url + :var-type "function", + :line 359, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([key]), + :name "fetch-val", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L365", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/fetch-val", - :namespace "clojure.contrib.monads", - :line 365, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([key]), :doc "Return a state-monad function that assumes the state to be a map and\nreturns the value corresponding to the given key. The state is not modified.", - :name "fetch-val"} - {:source-url + :var-type "function", + :line 365, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L286", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/identity-m", @@ -3935,7 +4481,9 @@ :doc "Monad describing plain computations. This monad does in fact nothing\nat all. It is useful for testing, for combination with monad\ntransformers, and for code that is parameterized with a monad.", :name "identity-m"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L217", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-chain", @@ -3947,7 +4495,9 @@ :doc "Chains together monadic computation steps that are each functions\nof one parameter. Each step is called with the result of the previous\nstep as its argument. (m-chain (step1 step2)) is equivalent to\n(fn [x] (domonad [r1 (step1 x) r2 (step2 r1)] r2)).", :name "m-chain"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L195", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-fmap", @@ -3959,7 +4509,9 @@ :doc "Bind the monadic value m to the function returning (f x) for argument x", :name "m-fmap"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L189", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-join", @@ -3971,20 +4523,24 @@ :doc "Converts a monadic value containing a monadic value into a 'simple'\nmonadic value.", :name "m-join"} - {:source-url + {:arglists ([n f]), + :name "m-lift", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L180", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-lift", - :namespace "clojure.contrib.monads", - :line 180, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([n f]), :doc "Converts a function f of n arguments into a function of n\nmonadic arguments returning a monadic value.", - :name "m-lift"} - {:source-url + :var-type "macro", + :line 180, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L211", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-map", @@ -3996,7 +4552,9 @@ :doc "'Executes' the sequence of monadic values resulting from mapping\nf onto the values xs. f must return a monadic value.", :name "m-map"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L228", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-reduce", @@ -4008,7 +4566,9 @@ :doc "Return the reduction of (m-lift 2 f) over the list of monadic values mvs\nwith initial value (m-result val).", :name "m-reduce"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L200", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-seq", @@ -4020,7 +4580,9 @@ :doc "'Executes' the monadic values in ms and returns a sequence of the\nbasic values contained in them.", :name "m-seq"} - {:source-url + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L241", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-until", @@ -4032,33 +4594,39 @@ :doc "While (p x) is false, replace x by the value returned by the\nmonadic computation (f x). Return (m-result x) for the first\nx for which (p x) is true.", :name "m-until"} - {:source-url + {:arglists ([test m-expr]), + :name "m-when", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L253", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-when", - :namespace "clojure.contrib.monads", - :line 253, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([test m-expr]), :doc "If test is logical true, return monadic value m-expr, else return\n(m-result nil).", - :name "m-when"} - {:source-url + :var-type "macro", + :line 253, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([test m-expr]), + :name "m-when-not", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L259", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-when-not", - :namespace "clojure.contrib.monads", - :line 259, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([test m-expr]), :doc "If test if logical false, return monadic value m-expr, else return\n(m-result nil).", - :name "m-when-not"} - {:source-url + :var-type "macro", + :line 259, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L296", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/maybe-m", @@ -4070,59 +4638,69 @@ :doc "Monad describing computations with possible failures. Failure is\nrepresented by nil, any other value is considered valid. As soon as\na step returns nil, the whole computation will yield nil as well.", :name "maybe-m"} - {:source-url + {:arglists ([m] [m nothing] [m nothing which-m-plus]), + :name "maybe-t", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L496", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/maybe-t", - :namespace "clojure.contrib.monads", - :line 496, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([m] [m nothing] [m nothing which-m-plus]), :doc "Monad transformer that transforms a monad m into a monad in which\nthe base values can be invalid (represented by nothing, which defaults\nto nil). The third argument chooses if m-zero and m-plus are inherited\nfrom the base monad (use :m-plus-from-base) or adopt maybe-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", - :name "maybe-t"} - {:source-url + :var-type "function", + :line 496, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([operations]), + :name "monad", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L36", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/monad", - :namespace "clojure.contrib.monads", - :line 36, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([operations]), :doc "Define a monad by defining the monad operations. The definitions\nare written like bindings to the monad operations m-bind and\nm-result (required) and m-zero and m-plus (optional).", - :name "monad"} - {:source-url + :var-type "macro", + :line 36, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([base which-m-plus operations]), + :name "monad-transformer", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L474", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/monad-transformer", - :namespace "clojure.contrib.monads", - :line 474, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([base which-m-plus operations]), :doc "Define a monad transforer in terms of the monad operations and the base\nmonad. The argument which-m-plus chooses if m-zero and m-plus are taken\nfrom the base monad or from the transformer.", - :name "monad-transformer"} - {:source-url + :var-type "macro", + :line 474, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([c]), + :name "run-cont", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L451", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/run-cont", - :namespace "clojure.contrib.monads", - :line 451, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([c]), :doc "Execute the computation c in the cont monad and return its result.", - :name "run-cont"} - {:source-url + :var-type "function", + :line 451, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L309", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/sequence-m", @@ -4134,20 +4712,24 @@ :doc "Monad describing multi-valued computations, i.e. computations\nthat can yield multiple values. Any object implementing the seq\nprotocol can be used as a monadic value.", :name "sequence-m"} - {:source-url + {:arglists ([m] [m which-m-plus]), + :name "sequence-t", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L528", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/sequence-t", - :namespace "clojure.contrib.monads", - :line 528, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([m] [m which-m-plus]), :doc "Monad transformer that transforms a monad m into a monad in which\nthe base values are sequences. The argument which-m-plus chooses\nif m-zero and m-plus are inherited from the base monad\n(use :m-plus-from-base) or adopt sequence-like\nbehaviour (use :m-plus-from-transformer). The default is :m-plus-from-base\nif the base monad m has a definition for m-plus, and\n:m-plus-from-transformer otherwise.", - :name "sequence-t"} - {:source-url + :var-type "function", + :line 528, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L323", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-m", @@ -4159,33 +4741,39 @@ :doc "Monad describing multi-valued computations, like sequence-m,\nbut returning sets of results instead of sequences of results.", :name "set-m"} - {:source-url + {:arglists ([s]), + :name "set-state", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L353", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-state", - :namespace "clojure.contrib.monads", - :line 353, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([s]), :doc "Return a state-monad function that replaces the current state by s and\nreturns the previous state.", - :name "set-state"} - {:source-url + :var-type "function", + :line 353, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([key val]), + :name "set-val", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L383", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-val", - :namespace "clojure.contrib.monads", - :line 383, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([key val]), :doc "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with key by val. The old value is returned.", - :name "set-val"} - {:source-url + :var-type "function", + :line 383, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L336", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-m", @@ -4197,250 +4785,290 @@ :doc "Monad describing stateful computations. The monadic values have the\nstructure (fn [old-state] [result new-state]).", :name "state-m"} - {:source-url + {:arglists ([p f x]), + :name "state-m-until", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L401", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-m-until", - :namespace "clojure.contrib.monads", - :line 401, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([p f x]), :doc "An optimized implementation of m-until for the state monad that\nreplaces recursion by a loop.", - :name "state-m-until"} - {:source-url + :var-type "function", + :line 401, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([m]), + :name "state-t", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L555", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-t", - :namespace "clojure.contrib.monads", - :line 555, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([m]), :doc "Monad transformer that transforms a monad m into a monad of stateful\ncomputations that have the base monad type as their result.", - :name "state-t"} - {:source-url + :var-type "function", + :line 555, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([f]), + :name "update-state", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L347", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/update-state", - :namespace "clojure.contrib.monads", - :line 347, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([f]), :doc "Return a state-monad function that replaces the current state by the\nresult of f applied to the current state and that returns the old state.", - :name "update-state"} - {:source-url + :var-type "function", + :line 347, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([key f]), + :name "update-val", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L373", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/update-val", - :namespace "clojure.contrib.monads", - :line 373, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([key f]), :doc "Return a state-monad function that assumes the state to be a map and\nreplaces the value associated with the given key by the return value\nof f applied to the old value. The old value is returned.", - :name "update-val"} - {:source-url + :var-type "function", + :line 373, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([monad & exprs]), + :name "with-monad", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L102", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/with-monad", - :namespace "clojure.contrib.monads", - :line 102, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "macro", - :arglists ([monad & exprs]), :doc "Evaluates an expression after replacing the keywords defining the\nmonad operations by the functions associated with these keywords\nin the monad definition given by name.", - :name "with-monad"} - {:source-url + :var-type "macro", + :line 102, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([key statement]), + :name "with-state-field", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L389", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/with-state-field", - :namespace "clojure.contrib.monads", - :line 389, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([key statement]), :doc "Returns a state-monad function that expects a map as its state and\nruns statement (another state-monad function) on the state defined by\nthe map entry corresponding to key. The map entry is updated with the\nnew state returned by statement.", - :name "with-state-field"} - {:source-url + :var-type "function", + :line 389, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([empty-accumulator]), + :name "writer-m", + :namespace "clojure.contrib.monads", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/monads/src/main/clojure/clojure/contrib/monads.clj#L413", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/monads.clj", :wiki-url "http://clojure.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/writer-m", - :namespace "clojure.contrib.monads", - :line 413, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj", - :var-type "function", - :arglists ([empty-accumulator]), :doc "Monad describing computations that accumulate data on the side, e.g. for\nlogging. The monadic values have the structure [value log]. Any of the\naccumulators from clojure.contrib.accumulators can be used for storing the\nlog data. Its empty value is passed as a parameter.", - :name "writer-m"} - {:source-url + :var-type "function", + :line 413, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/monads/src/main/clojure/clojure/contrib/monads.clj"} + {:arglists ([nsname]), + :name "dir", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj#L84", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/dir", - :namespace "clojure.contrib.ns-utils", + :doc "Prints a sorted directory of public vars in a namespace", + :var-type "macro", :line 84, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "macro", - :arglists ([nsname]), - :doc "Prints a sorted directory of public vars in a namespace", - :name "dir"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists ([nsname]), + :name "docs", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj#L89", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/docs", - :namespace "clojure.contrib.ns-utils", + :doc "Prints documentation for the public vars in a namespace", + :var-type "macro", :line 89, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "macro", - :arglists ([nsname]), - :doc "Prints documentation for the public vars in a namespace", - :name "docs"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists ([ns-sym]), + :name "get-ns", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/get-ns", - :namespace "clojure.contrib.ns-utils", - :line 50, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([ns-sym]), :doc "Returns the namespace named by ns-sym or throws if the\nnamespace does not exist", - :name "get-ns"} - {:source-url + :var-type "function", + :line 50, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists ([& ns-names]), + :name "immigrate", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj#L94", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/immigrate", - :namespace "clojure.contrib.ns-utils", - :line 94, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([& ns-names]), :doc "Create a public var in this namespace for each public var in the\nnamespaces named by ns-names. The created vars have the same name, root\nbinding, and metadata as the original except that their :ns metadata\nvalue is this namespace.", - :name "immigrate"} - {:source-url + :var-type "function", + :line 94, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists ([ns]), + :name "ns-vars", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj#L58", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/ns-vars", - :namespace "clojure.contrib.ns-utils", - :line 58, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([ns]), :doc "Returns a sorted seq of symbols naming public vars in\na namespace", - :name "ns-vars"} - {:source-url + :var-type "function", + :line 58, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists ([ns]), + :name "print-dir", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/print-dir", - :namespace "clojure.contrib.ns-utils", + :doc "Prints a sorted directory of public vars in a namespace", + :var-type "function", :line 64, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([ns]), - :doc "Prints a sorted directory of public vars in a namespace", - :name "print-dir"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists ([ns]), + :name "print-docs", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj#L70", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/print-docs", - :namespace "clojure.contrib.ns-utils", + :doc "Prints documentation for the public vars in a namespace", + :var-type "function", :line 70, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "function", - :arglists ([ns]), - :doc "Prints documentation for the public vars in a namespace", - :name "print-docs"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists ([nsname]), + :name "vars", + :namespace "clojure.contrib.ns-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/6b0ced91e42eca3be551f10468abcb9a2983d7b8/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj#L78", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/ns_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/vars", - :namespace "clojure.contrib.ns-utils", - :line 78, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj", - :var-type "macro", - :arglists ([nsname]), :doc "Returns a sorted seq of symbols naming public vars in\na namespace", - :name "vars"} - {:source-url + :var-type "macro", + :line 78, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/ns-utils/src/main/clojure/clojure/contrib/ns_utils.clj"} + {:arglists ([& keyvals]), + :name "priority-map", + :namespace "clojure.contrib.priority-map", + :source-url "http://github.com/clojure/clojure-contrib/blob/37fba7ef6697b2e46db7d38b463dba81d3b1c4e7/modules/priority-map/src/main/clojure/clojure/contrib/priority_map.clj#L306", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/priority_map.clj", :wiki-url "http://clojure.github.com/clojure-contrib//priority-map-api.html#clojure.contrib.priority-map/priority-map", - :namespace "clojure.contrib.priority-map", - :line 306, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/priority-map/src/main/clojure/clojure/contrib/priority_map.clj", - :var-type "function", - :arglists ([& keyvals]), :doc "keyval => key val\nReturns a new priority map with supplied mappings", - :name "priority-map"} - {:source-url + :var-type "function", + :line 306, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/priority-map/src/main/clojure/clojure/contrib/priority_map.clj"} + {:arglists ([comparator & keyvals]), + :name "priority-map-by", + :namespace "clojure.contrib.priority-map", + :source-url "http://github.com/clojure/clojure-contrib/blob/37fba7ef6697b2e46db7d38b463dba81d3b1c4e7/modules/priority-map/src/main/clojure/clojure/contrib/priority_map.clj#L312", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/priority_map.clj", :wiki-url "http://clojure.github.com/clojure-contrib//priority-map-api.html#clojure.contrib.priority-map/priority-map-by", - :namespace "clojure.contrib.priority-map", - :line 312, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/priority-map/src/main/clojure/clojure/contrib/priority_map.clj", - :var-type "function", - :arglists ([comparator & keyvals]), :doc "keyval => key val\nReturns a new priority map with supplied mappings", - :name "priority-map-by"} - {:source-url + :var-type "function", + :line 312, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/priority-map/src/main/clojure/clojure/contrib/priority_map.clj"} + {:arglists ([v]), + :name "certainly", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L146", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/certainly", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 146, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([v]), :doc "Returns a distribution in which the single value v has probability 1.", - :name "certainly"} - {:source-url + :var-type "function", + :line 146, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([& choices]), + :name "choose", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L92", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/choose", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 92, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([& choices]), :doc "Construct a distribution from an explicit list of probabilities\nand values. They are given in the form of a vector of probability-value\npairs. In the last pair, the probability can be given by the keyword\n:else, which stands for 1 minus the total of the other probabilities.", - :name "choose"} - {:source-url + :var-type "function", + :line 92, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/finite_distributions.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L46", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/cond-dist-m", @@ -4451,20 +5079,24 @@ :var-type "var", :doc "Variant of the dist monad that can handle undefined values.", :name "cond-dist-m"} - {:source-url + {:arglists ([pred dist]), + :name "cond-prob", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L160", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/cond-prob", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 160, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([pred dist]), :doc "Returns the conditional probability for the values in dist that satisfy\nthe predicate pred.", - :name "cond-prob"} - {:source-url + :var-type "function", + :line 160, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/finite_distributions.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L28", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/dist-m", @@ -4476,266 +5108,308 @@ :doc "Monad describing computations on fuzzy quantities, represented by a finite\nprobability distribution for the possible values. A distribution is\nrepresented by a map from values to probabilities.", :name "dist-m"} - {:source-url + {:arglists ([f dist1 dist2]), + :name "join-with", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/join-with", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 151, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([f dist1 dist2]), :doc "Returns the distribution of (f x y) with x from dist1 and y from dist2.", - :name "join-with"} - {:source-url + :var-type "function", + :line 151, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([coll f]), + :name "make-distribution", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L134", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/make-distribution", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 134, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([coll f]), :doc "Returns the distribution in which each element x of the collection\nhas a probability proportional to (f x)", - :name "make-distribution"} - {:source-url + :var-type "function", + :line 134, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([weights]), + :name "normalize", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L70", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/normalize", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 70, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([weights]), :doc "Convert a weight map (e.g. a map of counter values) to a distribution\nby multiplying with a normalization factor. If the map has a key\n:total, its value is assumed to be the sum over all the other values and\nit is used for normalization. Otherwise, the sum is calculated\nexplicitly. The :total key is removed from the resulting distribution.", - :name "normalize"} - {:source-url + :var-type "function", + :line 70, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([pred dist]), + :name "prob", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L197", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/prob", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 197, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([pred dist]), :doc "Return the probability that the predicate pred is satisfied in the\ndistribution dist, i.e. the sum of the probabilities of the values\nthat satisfy pred.", - :name "prob"} - {:source-url + :var-type "function", + :line 197, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([coll]), + :name "uniform", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L84", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/uniform", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 84, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([coll]), :doc "Return a distribution in which each of the elements of coll\nhas the same probability.", - :name "uniform"} - {:source-url + :var-type "function", + :line 84, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([s n]), + :name "zipf", + :namespace "clojure.contrib.probabilities.finite-distributions", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj#L140", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/finite_distributions.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/zipf", - :namespace "clojure.contrib.probabilities.finite-distributions", - :line 140, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj", - :var-type "function", - :arglists ([s n]), :doc "Returns the Zipf distribution in which the numbers k=1..n have\nprobabilities proportional to 1/k^s.", - :name "zipf"} - {:source-url + :var-type "function", + :line 140, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/finite_distributions.clj"} + {:arglists ([dist]), + :name "discrete", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/discrete", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 87, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([dist]), :doc "A discrete distribution, defined by a map dist mapping values\nto probabilities. The sum of probabilities must be one.", - :name "discrete"} - {:source-url + :var-type "function", + :line 87, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([lambda]), + :name "exponential", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L146", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/exponential", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 146, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([lambda]), :doc "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of exponential random numbers with parameter lambda.", - :name "exponential"} - {:source-url + :var-type "function", + :line 146, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([mu sigma]), + :name "lognormal", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L137", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/lognormal", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 137, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([mu sigma]), :doc "Transform a sequence of uniform random numbesr in the interval [0, 1)\ninto a sequence of lognormal random numbers with mean mu and standard\ndeviation sigma.", - :name "lognormal"} - {:source-url + :var-type "function", + :line 137, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n r]), + :name "n-sphere", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L228", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/n-sphere", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 228, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n r]), :doc "Return a uniform distribution of n-dimensional vectors inside an\nn-sphere of radius r.", - :name "n-sphere"} - {:source-url + :var-type "function", + :line 228, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([mu sigma]), + :name "normal", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L116", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/normal", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 116, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([mu sigma]), :doc "Transform a sequence urs of uniform random number in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", - :name "normal"} - {:source-url + :var-type "function", + :line 116, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([mu sigma]), + :name "normal-box-muller", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L163", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/normal-box-muller", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 163, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([mu sigma]), :doc "Transform a sequence of uniform random numbers in the interval [0, 1)\ninto a sequence of normal random numbers with mean mu and standard\ndeviation sigma.", - :name "normal-box-muller"} - {:source-url + :var-type "function", + :line 163, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([distribution random-stream-state]), + :name "random-stream", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/random-stream", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 62, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([distribution random-stream-state]), :doc "Define a random stream by a distribution and the state of a\nrandom number stream with uniform distribution in [0, 1).", - :name "random-stream"} - {:source-url + :var-type "function", + :line 62, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([p dist]), + :name "reject", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L74", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/reject", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 74, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([p dist]), :doc "Return the distribution that results from rejecting the values from\ndist that do not satisfy predicate p.", - :name "reject"} - {:source-url + :var-type "function", + :line 74, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n dist]), + :name "sample", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n dist]), :doc "Return the distribution of samples of length n from the\ndistribution dist", - :name "sample"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n dist]), + :name "sample-mean", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-mean", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n dist]), :doc "Return the distribution of the mean over n samples from the\ndistribution dist", - :name "sample-mean"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n dist]), + :name "sample-mean-variance", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-mean-variance", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n dist]), :doc "Return the distribution of the mean-and-variance (a vector containing\nthe mean and the variance) over n samples from the distribution dist", - :name "sample-mean-variance"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([f n dist] [f val n dist]), + :name "sample-reduce", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-reduce", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([f n dist] [f val n dist]), :doc "Returns the distribution of the reduction of f over n samples from the\ndistribution dist.", - :name "sample-reduce"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([n dist]), + :name "sample-sum", + :namespace "clojure.contrib.probabilities.monte-carlo", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/monte_carlo.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-sum", - :namespace "clojure.contrib.probabilities.monte-carlo", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj", - :var-type "function", - :arglists ([n dist]), :doc "Return the distribution of the sum over n samples from the\ndistribution dist.", - :name "sample-sum"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/monte_carlo.clj"} + {:arglists ([modulus multiplier increment seed]), + :name "lcg", + :namespace "clojure.contrib.probabilities.random-numbers", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/random_numbers.clj#L35", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/random_numbers.clj", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers/lcg", - :namespace "clojure.contrib.probabilities.random-numbers", + :doc "Create a linear congruential generator", + :var-type "function", :line 35, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/random_numbers.clj", - :var-type "function", - :arglists ([modulus multiplier increment seed]), - :doc "Create a linear congruential generator", - :name "lcg"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/random_numbers.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/probabilities/random_numbers.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/probabilities/src/main/clojure/clojure/contrib/probabilities/random_numbers.clj#L56", :wiki-url "http://clojure.github.com/clojure-contrib//probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers/rand-stream", @@ -4747,297 +5421,345 @@ :doc "A random number stream based on clojure.core/rand. Note that this\ngenerator uses an internal mutable state. The state is thus not stored\nin the stream object and cannot be restored.", :name "rand-stream"} - {:source-url + {:name "*enable-profiling*", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/profile/src/main/clojure/clojure/contrib/profile.clj#L42", + :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/*enable-profiling*", - :namespace "clojure.contrib.profile", - :dynamic true, - :line 42, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/profile/src/main/clojure/clojure/contrib/profile.clj", - :var-type "var", :doc "Set this to false before loading/compiling to omit\nprofiling code.", - :name "*enable-profiling*"} - {:source-url + :var-type "var", + :line 42, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/profile/src/main/clojure/clojure/contrib/profile.clj"} + {:arglists ([profile-summary]), + :name "print-summary", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/profile/src/main/clojure/clojure/contrib/profile.clj#L95", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/print-summary", - :namespace "clojure.contrib.profile", + :doc "Prints a table of the results returned by summarize.", + :var-type "function", :line 95, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/profile/src/main/clojure/clojure/contrib/profile.clj", - :var-type "function", - :arglists ([profile-summary]), - :doc "Prints a table of the results returned by summarize.", - :name "print-summary"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/profile/src/main/clojure/clojure/contrib/profile.clj"} + {:arglists ([name & body]), + :name "prof", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/profile/src/main/clojure/clojure/contrib/profile.clj#L45", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/prof", - :namespace "clojure.contrib.profile", - :line 45, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/profile/src/main/clojure/clojure/contrib/profile.clj", - :var-type "macro", - :arglists ([name & body]), :doc "If *enable-profiling* is true, wraps body in profiling code.\nReturns the result of body. Profile timings will be stored in\n*profile-data* using name, which must be a keyword, as the key.\nTimings are measured with System/nanoTime.", - :name "prof"} - {:source-url + :var-type "macro", + :line 45, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/profile/src/main/clojure/clojure/contrib/profile.clj"} + {:arglists ([& body]), + :name "profile", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/profile/src/main/clojure/clojure/contrib/profile.clj#L106", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/profile", - :namespace "clojure.contrib.profile", - :line 106, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/profile/src/main/clojure/clojure/contrib/profile.clj", - :var-type "macro", - :arglists ([& body]), :doc "Runs body with profiling enabled, then prints a summary of\nresults. Returns nil.", - :name "profile"} - {:source-url + :var-type "macro", + :line 106, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/profile/src/main/clojure/clojure/contrib/profile.clj"} + {:arglists ([profile-data]), + :name "summarize", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/profile/src/main/clojure/clojure/contrib/profile.clj#L73", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/summarize", - :namespace "clojure.contrib.profile", - :line 73, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/profile/src/main/clojure/clojure/contrib/profile.clj", - :var-type "function", - :arglists ([profile-data]), :doc "Takes the raw data returned by with-profile-data and returns a map\nfrom names to summary statistics. Each value in the map will look\nlike:\n\n {:mean ..., :min ..., :max ..., :count ..., :sum ...}\n\n:mean, :min, and :max are how long the profiled section took to run,\nin nanoseconds. :count is the total number of times the profiled\nsection was executed. :sum is the total amount of time spent in the\nprofiled section, in nanoseconds.", - :name "summarize"} - {:source-url + :var-type "function", + :line 73, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/profile/src/main/clojure/clojure/contrib/profile.clj"} + {:arglists ([& body]), + :name "with-profile-data", + :namespace "clojure.contrib.profile", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/profile/src/main/clojure/clojure/contrib/profile.clj#L63", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/profile.clj", :wiki-url "http://clojure.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/with-profile-data", - :namespace "clojure.contrib.profile", - :line 63, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/profile/src/main/clojure/clojure/contrib/profile.clj", - :var-type "macro", - :arglists ([& body]), :doc "Executes body with *profile-data* bound to an atom of a new map.\nReturns the raw profile data as a map. Keys in the map are profile\nnames (keywords), and values are lists of elapsed time, in\nnanoseconds.", - :name "with-profile-data"} - {:source-url + :var-type "macro", + :line 63, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/profile/src/main/clojure/clojure/contrib/profile.clj"} + {:name "*html-compatible*", + :namespace "clojure.contrib.prxml", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/prxml/src/main/clojure/clojure/contrib/prxml.clj#L32", + :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/prxml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/*html-compatible*", - :namespace "clojure.contrib.prxml", - :dynamic true, + :doc "If true, empty tags will have a space before the closing />", + :var-type "var", :line 32, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/prxml/src/main/clojure/clojure/contrib/prxml.clj", - :var-type "var", - :doc "If true, empty tags will have a space before the closing />", - :name "*html-compatible*"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/prxml/src/main/clojure/clojure/contrib/prxml.clj"} + {:name "*prxml-indent*", + :namespace "clojure.contrib.prxml", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/prxml/src/main/clojure/clojure/contrib/prxml.clj#L36", + :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/prxml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/*prxml-indent*", - :namespace "clojure.contrib.prxml", - :dynamic true, - :line 36, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/prxml/src/main/clojure/clojure/contrib/prxml.clj", - :var-type "var", :doc "The number of spaces to indent sub-tags. nil for no indent\nand no extra line-breaks.", - :name "*prxml-indent*"} - {:source-url + :var-type "var", + :line 36, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/prxml/src/main/clojure/clojure/contrib/prxml.clj"} + {:arglists ([& args]), + :name "prxml", + :namespace "clojure.contrib.prxml", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/prxml/src/main/clojure/clojure/contrib/prxml.clj#L152", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/prxml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/prxml", - :namespace "clojure.contrib.prxml", - :line 152, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/prxml/src/main/clojure/clojure/contrib/prxml.clj", - :var-type "function", - :arglists ([& args]), :doc "Print XML to *out*. Vectors become XML tags: the first item is the\ntag name; optional second item is a map of attributes.\n\nSequences are processed recursively, so you can use map and other\nsequence functions inside prxml.\n\n (prxml [:p {:class \"greet\"} [:i \"Ladies & gentlemen\"]])\n ; => <p class=\"greet\"><i>Ladies & gentlemen</i></p>\n\nPSEUDO-TAGS: some keywords have special meaning:\n\n :raw! do not XML-escape contents\n :comment! create an XML comment\n :decl! create an XML declaration, with attributes\n :cdata! create a CDATA section\n :doctype! create a DOCTYPE!\n\n (prxml [:p [:raw! \"<i>here & gone</i>\"]])\n ; => <p><i>here & gone</i></p>\n\n (prxml [:decl! {:version \"1.1\"}])\n ; => <?xml version=\"1.1\" encoding=\"UTF-8\"?>", - :name "prxml"} - {:source-url + :var-type "function", + :line 152, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/prxml/src/main/clojure/clojure/contrib/prxml.clj"} + {:arglists ([klass method-name params obj & args]), + :name "call-method", + :namespace "clojure.contrib.reflect", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/reflect/src/main/clojure/clojure/contrib/reflect.clj#L12", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/reflect.clj", :wiki-url "http://clojure.github.com/clojure-contrib//reflect-api.html#clojure.contrib.reflect/call-method", - :namespace "clojure.contrib.reflect", - :line 12, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/reflect/src/main/clojure/clojure/contrib/reflect.clj", - :var-type "function", - :arglists ([klass method-name params obj & args]), :doc "Calls a private or protected method.\n\nparams is a vector of classes which correspond to the arguments to\nthe method e\n\nobj is nil for static methods, the instance object otherwise.\n\nThe method-name is given a symbol or a keyword (something Named).", - :name "call-method"} - {:source-url + :var-type "function", + :line 12, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/reflect/src/main/clojure/clojure/contrib/reflect.clj"} + {:arglists ([klass field-name obj]), + :name "get-field", + :namespace "clojure.contrib.reflect", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/reflect/src/main/clojure/clojure/contrib/reflect.clj#L27", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/reflect.clj", :wiki-url "http://clojure.github.com/clojure-contrib//reflect-api.html#clojure.contrib.reflect/get-field", - :namespace "clojure.contrib.reflect", - :line 27, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/reflect/src/main/clojure/clojure/contrib/reflect.clj", - :var-type "function", - :arglists ([klass field-name obj]), :doc "Access to private or protected field. field-name is a symbol or\nkeyword.", - :name "get-field"} - {:source-url + :var-type "function", + :line 27, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/reflect/src/main/clojure/clojure/contrib/reflect.clj"} + {:arglists ([]), + :name "print-repl-info", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj#L208", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/print-repl-info", - :namespace "clojure.contrib.repl-ln", + :doc "Prints info about the current repl", + :var-type "function", :line 208, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([]), - :doc "Prints info about the current repl", - :name "print-repl-info"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:arglists ([& options]), + :name "repl", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj#L217", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl", - :namespace "clojure.contrib.repl-ln", - :line 217, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([& options]), :doc "A repl that supports line numbers. For definitions and evaluations made\nat the repl, the repl-name and line number will be reported as the\norigin. Use set-repl-name and set-repl-prompt to customize the repl name\nand prompt. This repl supports all of the keyword arguments documented\nfor clojure.main/repl with the following change and additions:\n\n - :prompt has a new default\n default: #(clojure.core/print (repl-prompt))\n\n - :name-fmt, Name format string\n default: the name-fmt of the parent repl, or \"repl-%S\"\n\n - :prompt-fmt, Prompt format string\n default: the prompt-fmt of the parent repl, or \"%S:%L %N=> \"", - :name "repl"} - {:source-url + :var-type "function", + :line 217, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:arglists ([]), + :name "repl-info", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj#L202", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl-info", - :namespace "clojure.contrib.repl-ln", + :doc "Returns a map of info about the current repl", + :var-type "function", :line 202, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([]), - :doc "Returns a map of info about the current repl", - :name "repl-info"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:arglists ([]), + :name "repl-prompt", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj#L148", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl-prompt", - :namespace "clojure.contrib.repl-ln", - :line 148, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current repl prompt based on this repl's prompt-fmt", - :name "repl-prompt"} - {:source-url + :var-type "function", + :line 148, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:arglists ([] [name-fmt]), + :name "set-repl-name", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj#L157", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/set-repl-name", - :namespace "clojure.contrib.repl-ln", - :line 157, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([] [name-fmt]), :doc "Sets the repl name format to the string name-fmt. Include the following\ncodes in the name to make the corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n\nWith no arguments, resets the repl name to its default: \"repl-%S\"", - :name "set-repl-name"} - {:source-url + :var-type "function", + :line 157, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:arglists ([] [prompt-fmt]), + :name "set-repl-prompt", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj#L180", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/set-repl-prompt", - :namespace "clojure.contrib.repl-ln", - :line 180, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([] [prompt-fmt]), :doc "Sets the repl prompt. Include the following codes in the prompt to make\nthe corresponding dynamic values part of it:\n\n %S - repl serial number\n %T - thread id\n %D - nesting depth in this thread\n %L - input line number\n %N - namespace name\n\nWith no arguments, resets the repl pompt to its default: \"%S:%L %N=> \"", - :name "set-repl-prompt"} - {:source-url + :var-type "function", + :line 180, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:arglists ([& options]), + :name "stream-repl", + :namespace "clojure.contrib.repl-ln", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj#L119", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_ln.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/stream-repl", - :namespace "clojure.contrib.repl-ln", - :line 119, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj", - :var-type "function", - :arglists ([& options]), :doc "Repl entry point that provides convenient overriding of input, output,\nand err streams via sequential keyword-value pairs. Default values\nfor :in, :out, and :err are streams associated with System/in,\nSystem/out, and System/err using UTF-8 encoding. Also supports all the\noptions provided by clojure.contrib.repl-ln/repl.", - :name "stream-repl"} - {:source-url + :var-type "function", + :line 119, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-ln/src/main/clojure/clojure/contrib/repl_ln.clj"} + {:name "*local-javadocs*", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/repl_utils/javadoc.clj#L18", + :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/*local-javadocs*", - :namespace "clojure.contrib.repl-utils", - :dynamic true, - :line 18, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "var", :doc "Ref to a list of local paths for Javadoc-generated HTML\nfiles.", - :name "*local-javadocs*"} - {:source-url + :var-type "var", + :line 18, + :file "clojure/contrib/repl_utils/javadoc.clj"} + {:name "*remote-javadocs*", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/repl_utils/javadoc.clj#L28", + :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/*remote-javadocs*", - :namespace "clojure.contrib.repl-utils", - :dynamic true, - :line 28, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "var", :doc "Ref to a map from package name prefixes to URLs for remote\nJavadocs.", - :name "*remote-javadocs*"} - {:source-url + :var-type "var", + :line 28, + :file "clojure/contrib/repl_utils/javadoc.clj"} + {:arglists ([] [t]), + :name "add-break-thread!", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj#L122", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-break-thread!", - :namespace "clojure.contrib.repl-utils", - :line 122, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([] [t]), :doc "Add the given thread to break-threads so that it will be stopped\nany time the user presses Ctrl-C. Calls start-handling-break for\nyou. Adds the current thread if none is given.", - :name "add-break-thread!"} - {:source-url + :var-type "function", + :line 122, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj"} + {:arglists ([path]), + :name "add-local-javadoc", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/repl_utils/javadoc.clj#L43", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-local-javadoc", - :namespace "clojure.contrib.repl-utils", - :line 43, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "function", - :arglists ([path]), :doc "Adds to the list of local Javadoc paths.", - :name "add-local-javadoc"} - {:source-url + :var-type "function", + :line 43, + :file "clojure/contrib/repl_utils/javadoc.clj"} + {:arglists ([package-prefix url]), + :name "add-remote-javadoc", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/repl_utils/javadoc.clj#L48", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-remote-javadoc", - :namespace "clojure.contrib.repl-utils", - :line 48, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "function", - :arglists ([package-prefix url]), :doc "Adds to the list of remote Javadoc URLs. package-prefix is the\nbeginning of the package name that has docs at this URL.", - :name "add-remote-javadoc"} - {:source-url + :var-type "function", + :line 48, + :file "clojure/contrib/repl_utils/javadoc.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj#L103", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/break-threads", @@ -5049,573 +5771,663 @@ :doc "Threads to stop when Ctrl-C is pressed. See 'add-break-thread!'", :name "break-threads"} - {:source-url + {:arglists ([expr]), + :name "expression-info", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj#L135", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/expression-info", - :namespace "clojure.contrib.repl-utils", - :line 135, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([expr]), :doc "Uses the Clojure compiler to analyze the given s-expr. Returns\na map with keys :class and :primitive? indicating what the compiler\nconcluded about the return value of the expression. Returns nil if\nnot type info can be determined at compile-time.\n\nExample: (expression-info '(+ (int 5) (float 10)))\nReturns: {:class float, :primitive? true}", - :name "expression-info"} - {:source-url + :var-type "function", + :line 135, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj"} + {:arglists ([classname]), + :name "find-javadoc-url", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/repl_utils/javadoc.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/find-javadoc-url", - :namespace "clojure.contrib.repl-utils", - :line 54, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "function", - :arglists ([classname]), :doc "Searches for a URL for the given class name. Tries\n*local-javadocs* first, then *remote-javadocs*. Returns a string.", - :name "find-javadoc-url"} - {:source-url + :var-type "function", + :line 54, + :file "clojure/contrib/repl_utils/javadoc.clj"} + {:arglists ([class-or-object]), + :name "javadoc", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/repl_utils/javadoc.clj#L74", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/javadoc", - :namespace "clojure.contrib.repl-utils", - :line 74, - :file "clojure/contrib/repl_utils/javadoc.clj", - :var-type "function", - :arglists ([class-or-object]), :doc "Opens a browser window displaying the javadoc for the argument.\nTries *local-javadocs* first, then *remote-javadocs*.", - :name "javadoc"} - {:source-url + :var-type "function", + :line 74, + :file "clojure/contrib/repl_utils/javadoc.clj"} + {:arglists ([ns-name & args]), + :name "run", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj#L160", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/run", - :namespace "clojure.contrib.repl-utils", - :line 160, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj", - :var-type "macro", - :arglists ([ns-name & args]), :doc "Loads the specified namespace and invokes its \"main\" function with\noptional args. ns-name is not evaluated.", - :name "run"} - {:source-url + :var-type "macro", + :line 160, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj"} + {:arglists ([ns-sym & args]), + :name "run*", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj#L153", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/run*", - :namespace "clojure.contrib.repl-utils", - :line 153, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([ns-sym & args]), :doc "Loads the specified namespace and invokes its \"main\" function with\noptional args.", - :name "run*"} - {:source-url + :var-type "function", + :line 153, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj"} + {:arglists ([x] [x selector]), + :name "show", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj#L65", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/show", - :namespace "clojure.contrib.repl-utils", - :line 65, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([x] [x selector]), :doc "With one arg prints all static and instance members of x or (class x).\nEach member is listed with a number which can be given as 'selector'\nto return the member object -- the REPL will print more details for\nthat member.\n\nThe selector also may be a string or regex, in which case only\nmembers whose names match 'selector' as a case-insensitive regex\nwill be printed.\n\nFinally, the selector also may be a predicate, in which case only\nmembers for which the predicate returns true will be printed. The\npredicate will be passed a single argument, a map that includes the\n:text that will be printed and the :member object itself, as well as\nall the properies of the member object as translated by 'bean'.\n\nExamples: (show Integer) (show []) (show String 23) (show String \"case\")", - :name "show"} - {:source-url + :var-type "function", + :line 65, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj"} + {:arglists ([]), + :name "start-handling-break", + :namespace "clojure.contrib.repl-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/4083a0695087d34d13dbbe5a9b49d7c7b30ef2c4/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj#L107", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/repl_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/start-handling-break", - :namespace "clojure.contrib.repl-utils", - :line 107, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj", - :var-type "function", - :arglists ([]), :doc "Register INT signal handler. After calling this, Ctrl-C will cause\nall break-threads to be stopped. See 'add-break-thread!'", - :name "start-handling-break"} - {:source-url + :var-type "function", + :line 107, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils.clj"} + {:arglists ([filler-func & optseq]), + :name "fill-queue", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/95353ce63392ee9e7df44c9082320bdc42401f76/modules/seq/src/main/clojure/clojure/contrib/seq.clj#L94", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/fill-queue", - :namespace "clojure.contrib.seq", - :line 94, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj", - :var-type "function", - :arglists ([filler-func & optseq]), :doc "filler-func will be called in another thread with a single arg\n'fill'. filler-func may call fill repeatedly with one arg each\ntime which will be pushed onto a queue, blocking if needed until\nthis is possible. fill-queue will return a lazy seq of the values\nfiller-func has pushed onto the queue, blocking if needed until each\nnext element becomes available. filler-func's return value is ignored.", - :name "fill-queue"} - {:source-url + :var-type "function", + :line 94, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj"} + {:arglists ([pred coll]), + :name "find-first", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/95353ce63392ee9e7df44c9082320bdc42401f76/modules/seq/src/main/clojure/clojure/contrib/seq.clj#L85", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/find-first", - :namespace "clojure.contrib.seq", - :line 85, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj", - :var-type "function", - :arglists ([pred coll]), :doc "Returns the first item of coll for which (pred item) returns logical true.\nConsumes sequences up to the first match, will consume the entire sequence\nand return nil if no match is found.", - :name "find-first"} - {:source-url + :var-type "function", + :line 85, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj"} + {:arglists ([s]), + :name "indexed", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/95353ce63392ee9e7df44c9082320bdc42401f76/modules/seq/src/main/clojure/clojure/contrib/seq.clj#L39", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/indexed", - :namespace "clojure.contrib.seq", - :line 39, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj", - :var-type "function", - :arglists ([s]), :doc "Returns a lazy sequence of [index, item] pairs, where items come\nfrom 's' and indexes count up from zero.\n\n(indexed '(a b c d)) => ([0 a] [1 b] [2 c] [3 d])", - :name "indexed"} - {:source-url + :var-type "function", + :line 39, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj"} + {:arglists ([pred coll]), + :name "positions", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/95353ce63392ee9e7df44c9082320bdc42401f76/modules/seq/src/main/clojure/clojure/contrib/seq.clj#L129", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/positions", - :namespace "clojure.contrib.seq", - :line 129, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj", - :var-type "function", - :arglists ([pred coll]), :doc "Returns a lazy sequence containing the positions at which pred\nis true for items in coll.", - :name "positions"} - {:source-url + :var-type "function", + :line 129, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj"} + {:arglists ([binding-name & exprs]), + :name "rec-cat", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/95353ce63392ee9e7df44c9082320bdc42401f76/modules/seq/src/main/clojure/clojure/contrib/seq.clj#L56", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/rec-cat", - :namespace "clojure.contrib.seq", - :line 56, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj", - :var-type "macro", - :arglists ([binding-name & exprs]), :doc "Similar to lazy-cat but binds the resulting sequence to the supplied \nbinding-name, allowing for recursive expressions.", - :name "rec-cat"} - {:source-url + :var-type "macro", + :line 56, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj"} + {:arglists ([binding-name & body]), + :name "rec-seq", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/95353ce63392ee9e7df44c9082320bdc42401f76/modules/seq/src/main/clojure/clojure/contrib/seq.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/rec-seq", - :namespace "clojure.contrib.seq", - :line 49, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj", - :var-type "macro", - :arglists ([binding-name & body]), :doc "Similar to lazy-seq but binds the resulting seq to the supplied \nbinding-name, allowing for recursive expressions.", - :name "rec-seq"} - {:source-url + :var-type "macro", + :line 49, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj"} + {:arglists ([x]), + :name "rotations", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/95353ce63392ee9e7df44c9082320bdc42401f76/modules/seq/src/main/clojure/clojure/contrib/seq.clj#L63", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/rotations", - :namespace "clojure.contrib.seq", + :doc "Returns a lazy seq of all rotations of a seq", + :var-type "function", :line 63, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj", - :var-type "function", - :arglists ([x]), - :doc "Returns a lazy seq of all rotations of a seq", - :name "rotations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj"} + {:arglists ([f s]), + :name "separate", + :namespace "clojure.contrib.seq", + :source-url "http://github.com/clojure/clojure-contrib/blob/95353ce63392ee9e7df44c9082320bdc42401f76/modules/seq/src/main/clojure/clojure/contrib/seq.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/seq.clj", :wiki-url "http://clojure.github.com/clojure-contrib//seq-api.html#clojure.contrib.seq/separate", - :namespace "clojure.contrib.seq", - :line 33, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj", - :var-type "function", - :arglists ([f s]), :doc "Returns a vector:\n[ (filter f s), (filter (complement f) s) ]", - :name "separate"} - {:source-url + :var-type "function", + :line 33, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/seq/src/main/clojure/clojure/contrib/seq.clj"} + {:arglists ([port backlog bind-addr] [port backlog] [port]), + :name "create-repl-server", + :namespace "clojure.contrib.server-socket", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/server-socket/src/main/clojure/clojure/contrib/server_socket.clj#L87", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/server_socket.clj", :wiki-url "http://clojure.github.com/clojure-contrib//server-socket-api.html#clojure.contrib.server-socket/create-repl-server", - :namespace "clojure.contrib.server-socket", + :doc "create a repl on a socket", + :var-type "function", :line 87, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/server-socket/src/main/clojure/clojure/contrib/server_socket.clj", - :var-type "function", - :arglists ([port backlog bind-addr] [port backlog] [port]), - :doc "create a repl on a socket", - :name "create-repl-server"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/server-socket/src/main/clojure/clojure/contrib/server_socket.clj"} + {:arglists + ([port fun backlog bind-addr] [port fun backlog] [port fun]), + :name "create-server", + :namespace "clojure.contrib.server-socket", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/server-socket/src/main/clojure/clojure/contrib/server_socket.clj#L53", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/server_socket.clj", :wiki-url "http://clojure.github.com/clojure-contrib//server-socket-api.html#clojure.contrib.server-socket/create-server", - :namespace "clojure.contrib.server-socket", - :line 53, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/server-socket/src/main/clojure/clojure/contrib/server_socket.clj", - :var-type "function", - :arglists - ([port fun backlog bind-addr] [port fun backlog] [port fun]), :doc "Creates a server socket on port. Upon accept, a new thread is\ncreated which calls:\n\n(fun input-stream output-stream)\n\nOptional arguments support specifying a listen backlog and binding\nto a specific endpoint.", - :name "create-server"} - {:source-url + :var-type "function", + :line 53, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/server-socket/src/main/clojure/clojure/contrib/server_socket.clj"} + {:arglists ([set1 set2]), + :name "proper-subset?", + :namespace "clojure.contrib.set", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/set/src/main/clojure/clojure/contrib/set.clj#L24", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/proper-subset?", - :namespace "clojure.contrib.set", + :doc "Is s1 a proper subset of s2?", + :var-type "function", :line 24, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/set/src/main/clojure/clojure/contrib/set.clj", - :var-type "function", - :arglists ([set1 set2]), - :doc "Is s1 a proper subset of s2?", - :name "proper-subset?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/set/src/main/clojure/clojure/contrib/set.clj"} + {:arglists ([set1 set2]), + :name "proper-superset?", + :namespace "clojure.contrib.set", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/set/src/main/clojure/clojure/contrib/set.clj#L31", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/set.clj", :wiki-url "http://clojure.github.com/clojure-contrib//set-api.html#clojure.contrib.set/proper-superset?", - :namespace "clojure.contrib.set", + :doc "Is s1 a proper superset of s2?", + :var-type "function", :line 31, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/set/src/main/clojure/clojure/contrib/set.clj", - :var-type "function", - :arglists ([set1 set2]), - :doc "Is s1 a proper superset of s2?", - :name "proper-superset?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/set/src/main/clojure/clojure/contrib/set.clj"} + {:arglists ([f]), + :name "global-singleton", + :namespace "clojure.contrib.singleton", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/singleton/src/main/clojure/clojure/contrib/singleton.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/singleton.clj", :wiki-url "http://clojure.github.com/clojure-contrib//singleton-api.html#clojure.contrib.singleton/global-singleton", - :namespace "clojure.contrib.singleton", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/singleton/src/main/clojure/clojure/contrib/singleton.clj", - :var-type "function", - :arglists ([f]), :doc "Returns a global singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f just once, the first time it is needed, and\ncache the value for all subsequent calls.\n\nWarning: global singletons are often unsafe in multi-threaded code.\nConsider per-thread-singleton instead.", - :name "global-singleton"} - {:source-url + :var-type "function", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/singleton/src/main/clojure/clojure/contrib/singleton.clj"} + {:arglists ([f]), + :name "per-thread-singleton", + :namespace "clojure.contrib.singleton", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/singleton/src/main/clojure/clojure/contrib/singleton.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/singleton.clj", :wiki-url "http://clojure.github.com/clojure-contrib//singleton-api.html#clojure.contrib.singleton/per-thread-singleton", - :namespace "clojure.contrib.singleton", - :line 41, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/singleton/src/main/clojure/clojure/contrib/singleton.clj", - :var-type "function", - :arglists ([f]), :doc "Returns a per-thread singleton function. f is a function of no\narguments that creates and returns some object. The singleton\nfunction will call f only once for each thread, and cache its value\nfor subsequent calls from the same thread. This allows you to\nsafely and lazily initialize shared objects on a per-thread basis.\n\nWarning: due to a bug in JDK 5, it may not be safe to use a\nper-thread-singleton in the initialization function for another\nper-thread-singleton. See\nhttp://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230", - :name "per-thread-singleton"} - {:source-url + :var-type "function", + :line 41, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/singleton/src/main/clojure/clojure/contrib/singleton.clj"} + {:arglists ([]), + :name "connection", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/connection", - :namespace "clojure.contrib.sql", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current database connection (or throws if there is none)", - :name "connection"} - {:source-url + :var-type "function", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([name & specs]), + :name "create-table", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L107", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/create-table", - :namespace "clojure.contrib.sql", - :line 107, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([name & specs]), :doc "Creates a table on the open database connection given a table name and\nspecs. Each spec is either a column spec: a vector containing a column\nname and optionally a type and other constraints, or a table-level\nconstraint: a vector containing words that express the constraint. All\nwords used to describe the table may be supplied as strings or keywords.", - :name "create-table"} - {:source-url + :var-type "function", + :line 107, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([table where-params]), + :name "delete-rows", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L161", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/delete-rows", - :namespace "clojure.contrib.sql", - :line 161, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table where-params]), :doc "Deletes rows from a table. where-params is a vector containing a string\nproviding the (optionally parameterized) selection criteria followed by\nvalues for any parameters.", - :name "delete-rows"} - {:source-url + :var-type "function", + :line 161, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([& commands]), + :name "do-commands", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L79", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/do-commands", - :namespace "clojure.contrib.sql", + :doc "Executes SQL commands on the open database connection.", + :var-type "function", :line 79, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([& commands]), - :doc "Executes SQL commands on the open database connection.", - :name "do-commands"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([sql & param-groups]), + :name "do-prepared", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/do-prepared", - :namespace "clojure.contrib.sql", - :line 88, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([sql & param-groups]), :doc "Executes an (optionally parameterized) SQL prepared statement on the\nopen database connection. Each param-group is a seq of values for all of\nthe parameters.", - :name "do-prepared"} - {:source-url + :var-type "function", + :line 88, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([name]), + :name "drop-table", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L123", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/drop-table", - :namespace "clojure.contrib.sql", - :line 123, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([name]), :doc "Drops a table on the open database connection given its name, a string\nor keyword", - :name "drop-table"} - {:source-url + :var-type "function", + :line 123, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([]), + :name "find-connection", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L27", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/find-connection", - :namespace "clojure.contrib.sql", - :line 27, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current database connection (or nil if there is none)", - :name "find-connection"} - {:source-url + :var-type "function", + :line 27, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([table & records]), + :name "insert-records", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L154", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/insert-records", - :namespace "clojure.contrib.sql", - :line 154, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table & records]), :doc "Inserts records into a table. records are maps from strings or\nkeywords (identifying columns) to values.", - :name "insert-records"} - {:source-url + :var-type "function", + :line 154, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([table & rows]), + :name "insert-rows", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L148", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/insert-rows", - :namespace "clojure.contrib.sql", - :line 148, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table & rows]), :doc "Inserts complete rows into a table. Each row is a vector of values for\neach of the table's columns in order.", - :name "insert-rows"} - {:source-url + :var-type "function", + :line 148, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([table column-names & value-groups]), + :name "insert-values", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L130", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/insert-values", - :namespace "clojure.contrib.sql", - :line 130, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table column-names & value-groups]), :doc "Inserts rows into a table with values for specified columns only.\ncolumn-names is a vector of strings or keywords identifying columns. Each\nvalue-group is a vector containing a values for each column in\norder. When inserting complete rows (all columns), consider using\ninsert-rows instead.", - :name "insert-values"} - {:source-url + :var-type "function", + :line 130, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([]), + :name "is-rollback-only", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L73", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/is-rollback-only", - :namespace "clojure.contrib.sql", - :line 73, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([]), :doc "Returns true if the outermost transaction will rollback rather than\ncommit when complete", - :name "is-rollback-only"} - {:source-url + :var-type "function", + :line 73, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([]), + :name "set-rollback-only", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L67", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/set-rollback-only", - :namespace "clojure.contrib.sql", - :line 67, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([]), :doc "Marks the outermost transaction such that it will rollback rather than\ncommit when complete", - :name "set-rollback-only"} - {:source-url + :var-type "function", + :line 67, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([& body]), + :name "transaction", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L56", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/transaction", - :namespace "clojure.contrib.sql", - :line 56, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "macro", - :arglists ([& body]), :doc "Evaluates body as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If set-rollback-only is called within scope of the outermost\ntransaction, the entire transaction will be rolled back rather than\ncommitted when complete.", - :name "transaction"} - {:source-url + :var-type "macro", + :line 56, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([table where-params record]), + :name "update-or-insert-values", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L186", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/update-or-insert-values", - :namespace "clojure.contrib.sql", - :line 186, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table where-params record]), :doc "Updates values on selected rows in a table, or inserts a new row when no\nexisting row matches the selection criteria. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", - :name "update-or-insert-values"} - {:source-url + :var-type "function", + :line 186, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([table where-params record]), + :name "update-values", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L172", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/update-values", - :namespace "clojure.contrib.sql", - :line 172, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "function", - :arglists ([table where-params record]), :doc "Updates values on selected rows in a table. where-params is a vector\ncontaining a string providing the (optionally parameterized) selection\ncriteria followed by values for any parameters. record is a map from\nstrings or keywords (identifying columns) to updated values.", - :name "update-values"} - {:source-url + :var-type "function", + :line 172, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([db-spec & body]), + :name "with-connection", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L30", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/with-connection", - :namespace "clojure.contrib.sql", - :line 30, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "macro", - :arglists ([db-spec & body]), :doc "Evaluates body in the context of a new connection to a database then\ncloses the connection. db-spec is a map containing values for one of the\nfollowing parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", - :name "with-connection"} - {:source-url + :var-type "macro", + :line 30, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([results sql-params & body]), + :name "with-query-results", + :namespace "clojure.contrib.sql", + :source-url "http://github.com/clojure/clojure-contrib/blob/8bb336e9160e58cf411ce249cb6acd9a34106287/modules/sql/src/main/clojure/clojure/contrib/sql.clj#L199", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql/with-query-results", - :namespace "clojure.contrib.sql", - :line 199, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj", - :var-type "macro", - :arglists ([results sql-params & body]), :doc "Executes a query, then evaluates body with results bound to a seq of the\nresults. sql-params is a vector containing a string providing\nthe (optionally parameterized) SQL query followed by values for any\nparameters.", - :name "with-query-results"} - {:source-url + :var-type "macro", + :line 199, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql.clj"} + {:arglists ([name args streams & body]), + :name "defst", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj#L183", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/defst", - :namespace "clojure.contrib.stream-utils", - :line 183, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "macro", - :arglists ([name args streams & body]), :doc "Define the stream transformer name by body.\nThe non-stream arguments args and the stream arguments streams\nare given separately, with args being possibly empty.", - :name "defst"} - {:source-url + :var-type "macro", + :line 183, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:arglists ([type-tag args & body]), + :name "defstream", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj#L73", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/defstream", - :namespace "clojure.contrib.stream-utils", - :line 73, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "macro", - :arglists ([type-tag args & body]), :doc "Define object of the given type as a stream whose implementation\nof stream-next is defined by args and body. This macro adds\na type-specific method for stream-next and derives type\nfrom stream-type.", - :name "defstream"} - {:source-url + :var-type "macro", + :line 73, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:arglists ([n]), + :name "pick", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj#L149", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/pick", - :namespace "clojure.contrib.stream-utils", - :line 149, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([n]), :doc "Return the next value of stream argument n inside a stream\ntransformer. When used inside of defst, the name of the stream\nargument can be used instead of its index n.", - :name "pick"} - {:source-url + :var-type "function", + :line 149, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:arglists ([streams]), + :name "pick-all", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj#L160", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/pick-all", - :namespace "clojure.contrib.stream-utils", - :line 160, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([streams]), :doc "Return a vector containing the next value of each stream argument\ninside a stream transformer.", - :name "pick-all"} - {:source-url + :var-type "function", + :line 160, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:arglists ([n stream]), + :name "stream-drop", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj#L201", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-drop", - :namespace "clojure.contrib.stream-utils", - :line 201, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([n stream]), :doc "Return a stream containing all but the first n elements of stream.", - :name "stream-drop"} - {:source-url + :var-type "function", + :line 201, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:arglists ([s]), + :name "stream-flatten", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj#L271", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-flatten", - :namespace "clojure.contrib.stream-utils", - :line 271, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([s]), :doc "Converts a stream of sequences into a stream of the elements of the\nsequences. Flattening is not recursive, only one level of nesting\nwill be removed.", - :name "stream-flatten"} - {:source-url + :var-type "function", + :line 271, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/stream_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj#L135", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-m", @@ -5627,20 +6439,24 @@ :doc "Monad describing stream computations. The monadic values can be\nof any type handled by stream-next.", :name "stream-m"} - {:source-url + {:arglists ([s]), + :name "stream-seq", + :namespace "clojure.contrib.stream-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj#L113", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/stream_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-seq", - :namespace "clojure.contrib.stream-utils", - :line 113, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj", - :var-type "function", - :arglists ([s]), :doc "Return a lazy seq on the stream. Also accessible via\nclojure.contrib.seq/seq-on and\nclojure.contrib.generic.collection/seq for streams.", - :name "stream-seq"} - {:source-url + :var-type "function", + :line 113, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/stream_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/stream-utils/src/main/clojure/clojure/contrib/stream_utils.clj#L69", :wiki-url "http://clojure.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-type", @@ -5652,20 +6468,24 @@ :doc "The root type for the stream hierarchy. For each stream type,\nadd a derivation from this type.", :name "stream-type"} - {:source-url + {:arglists ([string]), + :name "<<", + :namespace "clojure.contrib.strint", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/strint/src/main/clojure/clojure/contrib/strint.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/strint.clj", :wiki-url "http://clojure.github.com/clojure-contrib//strint-api.html#clojure.contrib.strint/<<", - :namespace "clojure.contrib.strint", - :line 49, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/strint/src/main/clojure/clojure/contrib/strint.clj", - :var-type "macro", - :arglists ([string]), :doc "Takes a single string argument and emits a str invocation that concatenates\nthe string data and evaluated expressions contained within that argument.\nEvaluation is controlled using ~{} and ~() forms. The former is used for\nsimple value replacement using clojure.core/str; the latter can be used to\nembed the results of arbitrary function invocation into the produced string.\n\nExamples:\nuser=> (def v 30.5)\n#'user/v\nuser=> (<< \"This trial required ~{v}ml of solution.\")\n\"This trial required 30.5ml of solution.\"\nuser=> (<< \"There are ~(int v) days in November.\")\n\"There are 30 days in November.\"\nuser=> (def m {:a [1 2 3]})\n#'user/m\nuser=> (<< \"The total for your order is $~(->> m :a (apply +)).\")\n\"The total for your order is $6.\"\n\nNote that quotes surrounding string literals within ~() forms must be\nescaped.", - :name "<<"} - {:source-url + :var-type "macro", + :line 49, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/strint/src/main/clojure/clojure/contrib/strint.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/swing_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj#L70", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/action-translation-table", @@ -5676,98 +6496,114 @@ :var-type "var", :doc "Translation table for the make-action constructor.", :name "action-translation-table"} - {:source-url + {:arglists ([component f & args]), + :name "add-action-listener", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-action-listener", - :namespace "clojure.contrib.swing-utils", - :line 23, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([component f & args]), :doc "Adds an ActionLister to component. When the action fires, f will be\ninvoked with the event as its first argument followed by args.\nReturns the listener.", - :name "add-action-listener"} - {:source-url + :var-type "function", + :line 23, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([component f & args]), + :name "add-key-typed-listener", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-key-typed-listener", - :namespace "clojure.contrib.swing-utils", - :line 33, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([component f & args]), :doc "Adds a KeyListener to component that only responds to KeyTyped events.\nWhen a key is typed, f is invoked with the KeyEvent as its first argument\nfollowed by args. Returns the listener.", - :name "add-key-typed-listener"} - {:source-url + :var-type "function", + :line 33, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([& body]), + :name "do-swing", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj#L58", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing", - :namespace "clojure.contrib.swing-utils", - :line 58, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "macro", - :arglists ([& body]), :doc "Executes body in the Swing event thread asynchronously. Returns\nimmediately after scheduling the execution.", - :name "do-swing"} - {:source-url + :var-type "macro", + :line 58, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([schedule thunk]), + :name "do-swing*", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing*", - :namespace "clojure.contrib.swing-utils", - :line 46, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([schedule thunk]), :doc "Runs thunk in the Swing event thread according to schedule:\n- :later => schedule the execution and return immediately\n- :now => wait until the execution completes.", - :name "do-swing*"} - {:source-url + :var-type "function", + :line 46, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([& body]), + :name "do-swing-and-wait", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing-and-wait", - :namespace "clojure.contrib.swing-utils", - :line 64, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "macro", - :arglists ([& body]), :doc "Executes body in the Swing event thread synchronously. Returns\nafter the execution is complete.", - :name "do-swing-and-wait"} - {:source-url + :var-type "macro", + :line 64, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([spec]), + :name "make-action", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/make-action", - :namespace "clojure.contrib.swing-utils", - :line 80, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([spec]), :doc "Create an Action proxy from the given action spec. The standard keys\nrecognised are: :name, :accelerator, :command-key, :long-desc,\n:short-desc, :mnemonic and :icon - corresponding to the similar named\nAction properties. The :handler value is used in the actionPerformed\nmethod of the proxy to pass on the event.", - :name "make-action"} - {:source-url + :var-type "function", + :line 80, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:arglists ([menubar-items]), + :name "make-menubar", + :namespace "clojure.contrib.swing-utils", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj#L142", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/swing_utils.clj", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/make-menubar", - :namespace "clojure.contrib.swing-utils", - :line 142, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj", - :var-type "function", - :arglists ([menubar-items]), :doc "Create a menubar containing the given sequence of menu items. The menu\nitems are described by a map as is detailed in the docstring of the\nadd-menu-item function.", - :name "make-menubar"} - {:source-url + :var-type "function", + :line 142, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj"} + {:raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/swing_utils.clj", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/swing-utils/src/main/clojure/clojure/contrib/swing_utils.clj#L97", :wiki-url "http://clojure.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/menu-constructor-dispatch", @@ -5779,118 +6615,125 @@ :doc "An atom containing the dispatch set for the add-menu-item method.", :name "menu-constructor-dispatch"} - {:source-url + {:name "*trace-depth*", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/trace/src/main/clojure/clojure/contrib/trace.clj#L40", + :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/*trace-depth*", - :namespace "clojure.contrib.trace", - :dynamic true, + :doc "Current stack depth of traced function calls.", + :var-type "var", :line 40, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj", - :var-type "var", - :doc "Current stack depth of traced function calls.", - :name "*trace-depth*"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([name & definition]), + :name "deftrace", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/trace/src/main/clojure/clojure/contrib/trace.clj#L75", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/deftrace", - :namespace "clojure.contrib.trace", - :line 75, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj", - :var-type "macro", - :arglists ([name & definition]), :doc "Use in place of defn; traces each call/return of this fn, including\narguments. Nested calls to deftrace'd functions will print a\ntree-like structure.", - :name "deftrace"} - {:source-url + :var-type "macro", + :line 75, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([fnames & exprs]), + :name "dotrace", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/trace/src/main/clojure/clojure/contrib/trace.clj#L86", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/dotrace", - :namespace "clojure.contrib.trace", - :line 86, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj", - :var-type "macro", - :arglists ([fnames & exprs]), :doc "Given a sequence of function identifiers, evaluate the body\nexpressions in an environment in which the identifiers are bound to\nthe traced functions. Does not work on inlined functions,\nsuch as clojure.core/+", - :name "dotrace"} - {:source-url + :var-type "macro", + :line 86, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([value] [name value]), + :name "trace", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/trace/src/main/clojure/clojure/contrib/trace.clj#L50", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace", - :namespace "clojure.contrib.trace", - :line 50, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj", - :var-type "function", - :arglists ([value] [name value]), :doc "Sends name (optional) and value to the tracer function, then\nreturns value. May be wrapped around any expression without\naffecting the result.", - :name "trace"} - {:source-url + :var-type "function", + :line 50, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([name f args]), + :name "trace-fn-call", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/trace/src/main/clojure/clojure/contrib/trace.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace-fn-call", - :namespace "clojure.contrib.trace", - :line 64, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj", - :var-type "function", - :arglists ([name f args]), :doc "Traces a single call to a function f with args. 'name' is the\nsymbol name of the function.", - :name "trace-fn-call"} - {:source-url + :var-type "function", + :line 64, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([]), + :name "trace-indent", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/trace/src/main/clojure/clojure/contrib/trace.clj#L59", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace-indent", - :namespace "clojure.contrib.trace", + :doc "Returns an indentation string based on *trace-depth*", + :var-type "function", :line 59, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj", - :var-type "function", - :arglists ([]), - :doc "Returns an indentation string based on *trace-depth*", - :name "trace-indent"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([name value]), + :name "tracer", + :namespace "clojure.contrib.trace", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/trace/src/main/clojure/clojure/contrib/trace.clj#L44", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/trace.clj", :wiki-url "http://clojure.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/tracer", - :namespace "clojure.contrib.trace", - :line 44, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj", - :var-type "function", - :arglists ([name value]), :doc "This function is called by trace. Prints to standard output, but\nmay be rebound to do anything you like. 'name' is optional.", - :name "tracer"} - {:source-url + :var-type "function", + :line 44, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/trace/src/main/clojure/clojure/contrib/trace.clj"} + {:arglists ([type-tag & constructors]), + :name "defadt", + :namespace "clojure.contrib.types", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/types/src/main/clojure/clojure/contrib/types.clj#L128", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/defadt", - :namespace "clojure.contrib.types", - :line 128, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/types/src/main/clojure/clojure/contrib/types.clj", - :var-type "macro", - :arglists ([type-tag & constructors]), :doc "Define an algebraic data type name by an exhaustive list of constructors.\nEach constructor can be a symbol (argument-free constructor) or a\nlist consisting of a tag symbol followed by the argument symbols.\nThe data type tag must be a keyword.", - :name "defadt"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/types/src/main/clojure/clojure/contrib/types.clj#L54", - :wiki-url - "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype", - :namespace "clojure.contrib.types", - :line 54, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/types/src/main/clojure/clojure/contrib/types.clj", :var-type "macro", - :arglists + :line 128, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/types/src/main/clojure/clojure/contrib/types.clj"} + {:arglists ([type-tag constructor-name docstring? attr-map?] [type-tag constructor-name docstring? attr-map? constructor] [type-tag @@ -5899,1080 +6742,1265 @@ attr-map? constructor deconstructor]), + :name "deftype", + :namespace "clojure.contrib.types", + :source-url + "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/types/src/main/clojure/clojure/contrib/types.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/types.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype", :doc "Define a data type by a type tag (a namespace-qualified keyword)\nand a symbol naming the constructor function. Optionally, a\nconstructor and a deconstructor function can be given as well,\nthe defaults being clojure.core/identity and clojure.core/list.\nThe full constructor associated with constructor-name calls the\nconstructor function and attaches the type tag to its result\nas metadata. The deconstructor function must return the arguments\nto be passed to the constructor in order to create an equivalent\nobject. It is used for printing and matching.", - :name "deftype"} - {:source-url + :var-type "macro", + :line 54, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/types/src/main/clojure/clojure/contrib/types.clj"} + {:arglists ([type-tag constructor-name & optional]), + :name "deftype-", + :namespace "clojure.contrib.types", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/types/src/main/clojure/clojure/contrib/types.clj#L88", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype-", - :namespace "clojure.contrib.types", + :doc "Same as deftype but the constructor is private.", + :var-type "macro", :line 88, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/types/src/main/clojure/clojure/contrib/types.clj", - :var-type "macro", - :arglists ([type-tag constructor-name & optional]), - :doc "Same as deftype but the constructor is private.", - :name "deftype-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/types/src/main/clojure/clojure/contrib/types.clj"} + {:arglists ([value & clauses]), + :name "match", + :namespace "clojure.contrib.types", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/types/src/main/clojure/clojure/contrib/types.clj#L241", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/types.clj", :wiki-url "http://clojure.github.com/clojure-contrib//types-api.html#clojure.contrib.types/match", - :namespace "clojure.contrib.types", - :line 241, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/types/src/main/clojure/clojure/contrib/types.clj", - :var-type "macro", - :arglists ([value & clauses]), :doc "Given a value and a list of template-expr clauses, evaluate the first\nexpr whose template matches the value. There are four kinds of templates:\n1) Lists of the form (tag x1 x2 ...) match instances of types\n whose constructor has the same form as the list.\n2) Quoted lists of the form '(x1 x2 ...) match lists of the same\n length.\n3) Vectors of the form [x1 x2 ...] match vectors of the same length.\n4) Maps of the form {:key1 x1 :key2 x2 ...} match maps that have\n the same keys as the template, but which can have additional keys\n that are not part of the template.\nThe values x1, x2, ... can be symbols or non-symbol values. Non-symbols\nmust be equal to the corresponding values in the object to be matched.\nSymbols will be bound to the corresponding value in the object in the\nevaluation of expr. If the same symbol occurs more than once in a,\ntemplate the corresponding elements of the object must be equal\nfor the template to match.", - :name "match"} - {:source-url + :var-type "macro", + :line 241, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/types/src/main/clojure/clojure/contrib/types.clj"} + {:arglists ([ns & body]), + :name "with-ns", + :namespace "clojure.contrib.with-ns", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/with-ns/src/main/clojure/clojure/contrib/with_ns.clj#L20", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/with_ns.clj", :wiki-url "http://clojure.github.com/clojure-contrib//with-ns-api.html#clojure.contrib.with-ns/with-ns", - :namespace "clojure.contrib.with-ns", - :line 20, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/with-ns/src/main/clojure/clojure/contrib/with_ns.clj", - :var-type "macro", - :arglists ([ns & body]), :doc "Evaluates body in another namespace. ns is either a namespace\nobject or a symbol. This makes it possible to define functions in\nnamespaces other than the current one.", - :name "with-ns"} - {:source-url + :var-type "macro", + :line 20, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/with-ns/src/main/clojure/clojure/contrib/with_ns.clj"} + {:arglists ([& body]), + :name "with-temp-ns", + :namespace "clojure.contrib.with-ns", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/with-ns/src/main/clojure/clojure/contrib/with_ns.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/with_ns.clj", :wiki-url "http://clojure.github.com/clojure-contrib//with-ns-api.html#clojure.contrib.with-ns/with-temp-ns", - :namespace "clojure.contrib.with-ns", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/with-ns/src/main/clojure/clojure/contrib/with_ns.clj", - :var-type "macro", - :arglists ([& body]), :doc "Evaluates body in an anonymous namespace, which is then immediately\nremoved. The temporary namespace will 'refer' clojure.core.", - :name "with-temp-ns"} - {:source-url + :var-type "macro", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/with-ns/src/main/clojure/clojure/contrib/with_ns.clj"} + {:arglists ([loc]), + :name "ancestors", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/zip_filter.clj#L65", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/ancestors", - :namespace "clojure.contrib.zip-filter", - :line 65, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of all ancestors of location loc, starting\nwith loc and proceeding to loc's parent node and on through to the\nroot of the tree.", - :name "ancestors"} - {:source-url + :var-type "function", + :line 65, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "children", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/zip_filter.clj#L45", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/children", - :namespace "clojure.contrib.zip-filter", - :line 45, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right.", - :name "children"} - {:source-url + :var-type "function", + :line 45, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "children-auto", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/zip_filter.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/children-auto", - :namespace "clojure.contrib.zip-filter", - :line 52, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of all immediate children of location loc,\nleft-to-right, marked so that a following tag= predicate will auto-descend.", - :name "children-auto"} - {:source-url + :var-type "function", + :line 52, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "descendants", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/zip_filter.clj#L60", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/descendants", - :namespace "clojure.contrib.zip-filter", - :line 60, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of all descendants of location loc, in\ndepth-first order, left-to-right, starting with loc.", - :name "descendants"} - {:source-url + :var-type "function", + :line 60, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "left-locs", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/zip_filter.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/left-locs", - :namespace "clojure.contrib.zip-filter", - :line 33, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of locations to the left of loc, starting with loc.", - :name "left-locs"} - {:source-url + :var-type "function", + :line 33, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "leftmost?", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/zip_filter.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/leftmost?", - :namespace "clojure.contrib.zip-filter", - :line 37, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns true if there are no more nodes to the left of location loc.", - :name "leftmost?"} - {:source-url + :var-type "function", + :line 37, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "right-locs", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/zip_filter.clj#L29", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/right-locs", - :namespace "clojure.contrib.zip-filter", - :line 29, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns a lazy sequence of locations to the right of loc, starting with loc.", - :name "right-locs"} - {:source-url + :var-type "function", + :line 29, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([loc]), + :name "rightmost?", + :namespace "clojure.contrib.zip-filter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/zip_filter.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter/rightmost?", - :namespace "clojure.contrib.zip-filter", - :line 41, - :file "clojure/contrib/zip_filter.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns true if there are no more nodes to the right of location loc.", - :name "rightmost?"} - {:source-url + :var-type "function", + :line 41, + :file "clojure/contrib/zip_filter.clj"} + {:arglists ([condition]), + :name "-init", + :namespace "clojure.contrib.condition.Condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/condition/src/main/clojure/clojure/contrib/condition/Condition.clj#L25", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-init", - :namespace "clojure.contrib.condition.Condition", - :line 25, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition/Condition.clj", - :var-type "function", - :arglists ([condition]), :doc "Constructs a Condition object with condition (a map) as its\nmetadata. Also initializes the superclass with the values at :message\nand :cause, if any, so they are also available via .getMessage and\n.getCause.", - :name "-init"} - {:source-url + :var-type "function", + :line 25, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition/Condition.clj"} + {:arglists ([this]), + :name "-meta", + :namespace "clojure.contrib.condition.Condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/condition/src/main/clojure/clojure/contrib/condition/Condition.clj#L40", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-meta", - :namespace "clojure.contrib.condition.Condition", + :doc "Returns this object's metadata, the condition", + :var-type "function", :line 40, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition/Condition.clj", - :var-type "function", - :arglists ([this]), - :doc "Returns this object's metadata, the condition", - :name "-meta"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition/Condition.clj"} + {:arglists ([this condition]), + :name "-post-init", + :namespace "clojure.contrib.condition.Condition", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/condition/src/main/clojure/clojure/contrib/condition/Condition.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/condition/Condition.clj", :wiki-url "http://clojure.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-post-init", - :namespace "clojure.contrib.condition.Condition", - :line 33, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition/Condition.clj", - :var-type "function", - :arglists ([this condition]), :doc "Adds :stack-trace to the condition. Drops the bottom 3 frames because\nthey are always the same: implementation details of Condition and raise.", - :name "-post-init"} - {:source-url + :var-type "function", + :line 33, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/condition/src/main/clojure/clojure/contrib/condition/Condition.clj"} + {:arglists ([db name key]), + :name "add-index", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L86", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-index", - :namespace "clojure.contrib.datalog.database", + :doc "Adds an index to an empty relation named name", + :var-type "function", :line 86, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db name key]), - :doc "Adds an index to an empty relation named name", - :name "add-index"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db name keys]), + :name "add-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L81", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-relation", - :namespace "clojure.contrib.datalog.database", + :doc "Adds a relation to the database", + :var-type "function", :line 81, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db name keys]), - :doc "Adds a relation to the database", - :name "add-relation"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db rel-name tuple] [rel tuple]), + :name "add-tuple", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L172", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-tuple", - :namespace "clojure.contrib.datalog.database", - :line 172, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rel-name tuple] [rel tuple]), :doc "Two forms:\n\n[db relation-name tuple] adds tuple to the named relation. Returns\nthe new database.\n\n[rel tuple] adds to the relation object. Returns the new relation.", - :name "add-tuple"} - {:source-url + :var-type "function", + :line 172, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db & tupls]), + :name "add-tuples", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L207", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-tuples", - :namespace "clojure.contrib.datalog.database", - :line 207, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db & tupls]), :doc "Adds a collection of tuples to the db, as\n(add-tuples db\n [:rel-name :key-1 1 :key-2 2]\n [:rel-name :key-1 2 :key-2 3])", - :name "add-tuples"} - {:source-url + :var-type "function", + :line 207, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db rn pt]), + :name "any-match?", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L253", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/any-match?", - :namespace "clojure.contrib.datalog.database", - :line 253, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rn pt]), :doc "Finds if there are any matching records for the partial tuple", - :name "any-match?"} - {:source-url + :var-type "function", + :line 253, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db]), + :name "database-counts", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L144", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-counts", - :namespace "clojure.contrib.datalog.database", + :doc "Returns a map with the count of elements in each relation.", + :var-type "function", :line 144, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db]), - :doc "Returns a map with the count of elements in each relation.", - :name "database-counts"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([dbs]), + :name "database-merge", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L277", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-merge", - :namespace "clojure.contrib.datalog.database", + :doc "Merges databases together", + :var-type "function", :line 277, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([dbs]), - :doc "Merges databases together", - :name "database-merge"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([dbs]), + :name "database-merge-parallel", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L282", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-merge-parallel", - :namespace "clojure.contrib.datalog.database", + :doc "Merges databases together in parallel", + :var-type "function", :line 282, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([dbs]), - :doc "Merges databases together in parallel", - :name "database-merge-parallel"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([schema data indexes]), + :name "datalog-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L76", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/datalog-relation", - :namespace "clojure.contrib.datalog.database", + :doc "Creates a relation", + :var-type "function", :line 76, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([schema data indexes]), - :doc "Creates a relation", - :name "datalog-relation"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db name keys indexes]), + :name "ensure-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L96", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/ensure-relation", - :namespace "clojure.contrib.datalog.database", + :doc "If the database lacks the named relation, add it", + :var-type "function", :line 96, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db name keys indexes]), - :doc "If the database lacks the named relation, add it", - :name "ensure-relation"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db rel-name]), + :name "get-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L130", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/get-relation", - :namespace "clojure.contrib.datalog.database", + :doc "Get a relation object by name", + :var-type "function", :line 130, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rel-name]), - :doc "Get a relation object by name", - :name "get-relation"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([& commands]), + :name "make-database", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L109", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/make-database", - :namespace "clojure.contrib.datalog.database", - :line 109, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "macro", - :arglists ([& commands]), :doc "Makes a database, like this\n(make-database\n (relation :fred [:mary :sue])\n (index :fred :mary)\n (relation :sally [:jen :becky])\n (index :sally :jen)\n (index :sally :becky))", - :name "make-database"} - {:source-url + :var-type "macro", + :line 109, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([r1 r2]), + :name "merge-relations", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L267", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/merge-relations", - :namespace "clojure.contrib.datalog.database", + :doc "Merges two relations", + :var-type "function", :line 267, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([r1 r2]), - :doc "Merges two relations", - :name "merge-relations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db rel-name tuple] [rel tuple]), + :name "remove-tuple", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L190", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/remove-tuple", - :namespace "clojure.contrib.datalog.database", - :line 190, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rel-name tuple] [rel tuple]), :doc "Two forms:\n\n[db relation-name tuple] removes the tuple from the named relation,\nreturns a new database.\n\n[rel tuple] removes the tuple from the relation. Returns the new\nrelation.", - :name "remove-tuple"} - {:source-url + :var-type "function", + :line 190, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db rel-name rel]), + :name "replace-relation", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L135", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/replace-relation", - :namespace "clojure.contrib.datalog.database", - :line 135, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rel-name rel]), :doc "Add or replace a fully constructed relation object to the database.", - :name "replace-relation"} - {:source-url + :var-type "function", + :line 135, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([db rn pt]), + :name "select", + :namespace "clojure.contrib.datalog.database", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj#L248", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/database.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/select", - :namespace "clojure.contrib.datalog.database", - :line 248, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj", - :var-type "function", - :arglists ([db rn pt]), :doc "finds all matching tuples to the partial tuple (pt) in the relation named (rn)", - :name "select"} - {:source-url + :var-type "function", + :line 248, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/database.clj"} + {:arglists ([f type]), + :name "build-atom", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj#L131", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-atom", - :namespace "clojure.contrib.datalog.literals", - :line 131, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([f type]), :doc "Returns an unevaluated expression (to be used in a macro) of an\natom.", - :name "build-atom"} - {:source-url + :var-type "function", + :line 131, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([s]), + :name "build-seed-bindings", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj#L301", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-seed-bindings", - :namespace "clojure.contrib.datalog.literals", - :line 301, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([s]), :doc "Given a seed literal, already adorned and in magic form, convert\nits bound constants to new variables.", - :name "build-seed-bindings"} - {:source-url + :var-type "function", + :line 301, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([l]), + :name "delta-literal", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj#L318", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/delta-literal", - :namespace "clojure.contrib.datalog.literals", + :doc "Given a literal l, return a delta version", + :var-type "function", :line 318, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Given a literal l, return a delta version", - :name "delta-literal"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([pred]), + :name "get-adorned-bindings", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj#L269", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-adorned-bindings", - :namespace "clojure.contrib.datalog.literals", + :doc "Get the bindings from this adorned literal.", + :var-type "function", :line 269, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([pred]), - :doc "Get the bindings from this adorned literal.", - :name "get-adorned-bindings"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([pred]), + :name "get-base-predicate", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj#L274", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-base-predicate", - :namespace "clojure.contrib.datalog.literals", + :doc "Get the base predicate from this predicate.", + :var-type "function", :line 274, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([pred]), - :doc "Get the base predicate from this predicate.", - :name "get-base-predicate"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([lit]), + :name "literal-magic?", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj#L294", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-magic?", - :namespace "clojure.contrib.datalog.literals", + :doc "Is this literal magic?", + :var-type "function", :line 294, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([lit]), - :doc "Is this literal magic?", - :name "literal-magic?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([l]), + :name "magic-literal", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj#L284", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/magic-literal", - :namespace "clojure.contrib.datalog.literals", + :doc "Create a magic version of this adorned predicate.", + :var-type "function", :line 284, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Create a magic version of this adorned predicate.", - :name "magic-literal"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([l]), + :name "negated-literal", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj#L312", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negated-literal", - :namespace "clojure.contrib.datalog.literals", + :doc "Given a literal l, return a negated version", + :var-type "function", :line 312, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Given a literal l, return a negated version", - :name "negated-literal"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([l]), + :name "negated?", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj#L110", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negated?", - :namespace "clojure.contrib.datalog.literals", + :doc "Is this literal a negated literal?", + :var-type "function", :line 110, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Is this literal a negated literal?", - :name "negated?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([l]), + :name "positive?", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj#L115", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/positive?", - :namespace "clojure.contrib.datalog.literals", + :doc "Is this a positive literal?", + :var-type "function", :line 115, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([l]), - :doc "Is this a positive literal?", - :name "positive?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([db lit bs] [db lit bs var?]), + :name "project-literal", + :namespace "clojure.contrib.datalog.literals", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj#L391", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/literals.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/project-literal", - :namespace "clojure.contrib.datalog.literals", - :line 391, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj", - :var-type "function", - :arglists ([db lit bs] [db lit bs var?]), :doc "Project a stream of bindings onto a literal/relation. Returns a new\ndb.", - :name "project-literal"} - {:source-url + :var-type "function", + :line 391, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/literals.clj"} + {:arglists ([q]), + :name "adorn-query", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj#L26", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/adorn-query", - :namespace "clojure.contrib.datalog.magic", + :doc "Adorn a query", + :var-type "function", :line 26, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q]), - :doc "Adorn a query", - :name "adorn-query"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([rs q]), + :name "adorn-rules-set", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj#L31", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/adorn-rules-set", - :namespace "clojure.contrib.datalog.magic", - :line 31, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([rs q]), :doc "Adorns the given rules-set for the given query. (rs) is a\nrules-set, (q) is an adorned query.", - :name "adorn-rules-set"} - {:source-url + :var-type "function", + :line 31, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([q bindings]), + :name "build-partial-tuple", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj#L78", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/build-partial-tuple", - :namespace "clojure.contrib.datalog.magic", - :line 78, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q bindings]), :doc "Given a query and a set of bindings, build a partial tuple needed\nto extract the relation from the database.", - :name "build-partial-tuple"} - {:source-url + :var-type "function", + :line 78, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([rs] [rs i-preds]), + :name "magic-transform", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj#L98", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/magic-transform", - :namespace "clojure.contrib.datalog.magic", - :line 98, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([rs] [rs i-preds]), :doc "Return a magic transformation of an adorned rules-set (rs). The\n(i-preds) are the predicates of the intension database. These\ndefault to the predicates within the rules-set.", - :name "magic-transform"} - {:source-url + :var-type "function", + :line 98, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([q]), + :name "seed-predicate-for-insertion", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj#L90", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-predicate-for-insertion", - :namespace "clojure.contrib.datalog.magic", - :line 90, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q]), :doc "Given a query, return the predicate to use for database insertion.", - :name "seed-predicate-for-insertion"} - {:source-url + :var-type "function", + :line 90, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([q]), + :name "seed-relation", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj#L63", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-relation", - :namespace "clojure.contrib.datalog.magic", - :line 63, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q]), :doc "Given a magic form of a query, give back the literal form of its seed\nrelation", - :name "seed-relation"} - {:source-url + :var-type "function", + :line 63, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([q]), + :name "seed-rule", + :namespace "clojure.contrib.datalog.magic", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj#L71", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/magic.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-rule", - :namespace "clojure.contrib.datalog.magic", + :doc "Given an adorned query, give back its seed rule", + :var-type "function", :line 71, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj", - :var-type "function", - :arglists ([q]), - :doc "Given an adorned query, give back its seed rule", - :name "seed-rule"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/magic.clj"} + {:arglists ([hd & body]), + :name "<-", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/<-", - :namespace "clojure.contrib.datalog.rules", - :line 66, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "macro", - :arglists ([hd & body]), :doc "Build a datalog rule. Like this:\n\n(<- (:head :x ?x :y ?y) (:body-1 :x ?x :y ?y) (:body-2 :z ?z) (not! :body-3 :x ?x) (if > ?y ?z))", - :name "<-"} - {:source-url + :var-type "macro", + :line 66, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([& q]), + :name "?-", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L84", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/?-", - :namespace "clojure.contrib.datalog.rules", + :doc "Define a datalog query", + :var-type "macro", :line 84, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "macro", - :arglists ([& q]), - :doc "Define a datalog query", - :name "?-"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs]), + :name "all-predicates", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L161", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/all-predicates", - :namespace "clojure.contrib.datalog.rules", + :doc "Given a rules-set, return all defined predicates", + :var-type "function", :line 161, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rs]), - :doc "Given a rules-set, return all defined predicates", - :name "all-predicates"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([db rule] [db-1 db-2 rule]), + :name "apply-rule", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L182", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/apply-rule", - :namespace "clojure.contrib.datalog.rules", - :line 182, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([db rule] [db-1 db-2 rule]), :doc "Apply the rule against db-1, adding the results to the appropriate\nrelation in db-2. The relation will be created if needed.", - :name "apply-rule"} - {:source-url + :var-type "function", + :line 182, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([bindings i-preds rule]), + :name "compute-sip", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L98", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/compute-sip", - :namespace "clojure.contrib.datalog.rules", - :line 98, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([bindings i-preds rule]), :doc "Given a set of bound column names, return an adorned sip for this\nrule. A set of intensional predicates should be provided to\ndetermine what should be adorned.", - :name "compute-sip"} - {:source-url + :var-type "function", + :line 98, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([query]), + :name "display-query", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/display-query", - :namespace "clojure.contrib.datalog.rules", + :doc "Return a query in a readable format.", + :var-type "function", :line 37, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([query]), - :doc "Return a query in a readable format.", - :name "display-query"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rule]), + :name "display-rule", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L30", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/display-rule", - :namespace "clojure.contrib.datalog.rules", + :doc "Return the rule in a readable format.", + :var-type "function", :line 30, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rule]), - :doc "Return the rule in a readable format.", - :name "display-rule"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rule]), + :name "is-safe?", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L45", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/is-safe?", - :namespace "clojure.contrib.datalog.rules", + :doc "Is the rule safe according to the datalog protocol?", + :var-type "function", :line 45, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rule]), - :doc "Is the rule safe according to the datalog protocol?", - :name "is-safe?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs]), + :name "make-rules-set", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L127", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/make-rules-set", - :namespace "clojure.contrib.datalog.rules", - :line 127, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rs]), :doc "Given an existing set of rules, make it a 'rules-set' for\nprinting.", - :name "make-rules-set"} - {:source-url + :var-type "function", + :line 127, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs]), + :name "non-base-rules", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L166", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/non-base-rules", - :namespace "clojure.contrib.datalog.rules", - :line 166, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rs]), :doc "Return a collection of rules that depend, somehow, on other rules", - :name "non-base-rules"} - {:source-url + :var-type "function", + :line 166, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs]), + :name "predicate-map", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L151", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/predicate-map", - :namespace "clojure.contrib.datalog.rules", - :line 151, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rs]), :doc "Given a rules-set, return a map of rules keyed by their predicates.\nEach value will be a set of rules.", - :name "predicate-map"} - {:source-url + :var-type "function", + :line 151, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rule]), + :name "return-rule-data", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L79", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/return-rule-data", - :namespace "clojure.contrib.datalog.rules", + :doc "Returns an untypted rule that will be fully printed", + :var-type "function", :line 79, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([rule]), - :doc "Returns an untypted rule that will be fully printed", - :name "return-rule-data"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([& rules]), + :name "rules-set", + :namespace "clojure.contrib.datalog.rules", + :source-url "http://github.com/clojure/clojure-contrib/blob/0f94c13af8becfa9eab18652572bab62fcb4c002/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj#L135", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/rules.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/rules-set", - :namespace "clojure.contrib.datalog.rules", + :doc "Given a collection of rules return a rules set", + :var-type "function", :line 135, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj", - :var-type "function", - :arglists ([& rules]), - :doc "Given a collection of rules return a rules set", - :name "rules-set"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/rules.clj"} + {:arglists ([rs q]), + :name "build-soft-strat-work-plan", + :namespace "clojure.contrib.datalog.softstrat", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/softstrat.clj#L115", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/softstrat.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.softstrat/build-soft-strat-work-plan", - :namespace "clojure.contrib.datalog.softstrat", + :doc "Return a work plan for the given rules-set and query", + :var-type "function", :line 115, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/softstrat.clj", - :var-type "function", - :arglists ([rs q]), - :doc "Return a work plan for the given rules-set and query", - :name "build-soft-strat-work-plan"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/softstrat.clj"} + {:arglists ([ws]), + :name "get-all-relations", + :namespace "clojure.contrib.datalog.softstrat", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/softstrat.clj#L121", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/softstrat.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.softstrat/get-all-relations", - :namespace "clojure.contrib.datalog.softstrat", + :doc "Return a set of all relation names defined in this workplan", + :var-type "function", :line 121, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/softstrat.clj", - :var-type "function", - :arglists ([ws]), - :doc "Return a set of all relation names defined in this workplan", - :name "get-all-relations"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/softstrat.clj"} + {:arglists ([sym]), + :name "is-query-var?", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj#L33", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/is-query-var?", - :namespace "clojure.contrib.datalog.util", + :doc "Is this a query variable: e.g. a symbol prefixed with ??", + :var-type "function", :line 33, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([sym]), - :doc "Is this a query variable: e.g. a symbol prefixed with ??", - :name "is-query-var?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([sym]), + :name "is-var?", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj#L25", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/is-var?", - :namespace "clojure.contrib.datalog.util", + :doc "Is this a logic variable: e.g. a symbol prefixed with a ?", + :var-type "function", :line 25, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([sym]), - :doc "Is this a logic variable: e.g. a symbol prefixed with a ?", - :name "is-var?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([m ks]), + :name "keys-to-vals", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj#L49", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/keys-to-vals", - :namespace "clojure.contrib.datalog.util", - :line 49, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([m ks]), :doc "Given a map and a collection of keys, return the collection of vals", - :name "keys-to-vals"} - {:source-url + :var-type "function", + :line 49, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([f hash]), + :name "map-values", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj#L41", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/map-values", - :namespace "clojure.contrib.datalog.util", + :doc "Like map, but works over the values of a hash map", + :var-type "function", :line 41, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([f hash]), - :doc "Like map, but works over the values of a hash map", - :name "map-values"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([f data]), + :name "preduce", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj#L62", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/preduce", - :namespace "clojure.contrib.datalog.util", - :line 62, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([f data]), :doc "Similar to merge-with, but the contents of each key are merged in\nparallel using f.\n\nf - a function of 2 arguments.\ndata - a collection of hashes.", - :name "preduce"} - {:source-url + :var-type "function", + :line 62, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([m]), + :name "reverse-map", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj#L54", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/reverse-map", - :namespace "clojure.contrib.datalog.util", + :doc "Reverse the keys/values of a map", + :var-type "function", :line 54, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "function", - :arglists ([m]), - :doc "Reverse the keys/values of a map", - :name "reverse-map"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([& body]), + :name "trace-datalog", + :namespace "clojure.contrib.datalog.util", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj#L82", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/datalog/util.clj", :wiki-url "http://clojure.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/trace-datalog", - :namespace "clojure.contrib.datalog.util", + :doc "If *test-datalog* is set to true, run the enclosed commands", + :var-type "macro", :line 82, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj", - :var-type "macro", - :arglists ([& body]), - :doc "If *test-datalog* is set to true, run the enclosed commands", - :name "trace-datalog"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/datalog/src/main/clojure/clojure/contrib/datalog/util.clj"} + {:arglists ([container components]), + :name "add-components", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj#L99", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/add-components", - :namespace "clojure.contrib.miglayout.internal", + :doc "Adds components with constraints to a container", + :var-type "function", :line 99, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([container components]), - :doc "Adds components with constraints to a container", - :name "add-components"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([x]), + :name "component?", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj#L64", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/component?", - :namespace "clojure.contrib.miglayout.internal", + :doc "Returns true if x is a java.awt.Component", + :var-type "function", :line 64, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([x]), - :doc "Returns true if x is a java.awt.Component", - :name "component?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([x]), + :name "constraint?", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj#L69", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/constraint?", - :namespace "clojure.contrib.miglayout.internal", + :doc "Returns true if x is not a keyword-item or component", + :var-type "function", :line 69, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([x]), - :doc "Returns true if x is not a keyword-item or component", - :name "constraint?"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([container layout column row components]), + :name "do-layout", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj#L119", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/do-layout", - :namespace "clojure.contrib.miglayout.internal", - :line 119, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([container layout column row components]), :doc "Attaches a MigLayout layout manager to container and adds components\nwith constraints", - :name "do-layout"} - {:source-url + :var-type "function", + :line 119, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([c]), + :name "format-constraint", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj#L31", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/format-constraint", - :namespace "clojure.contrib.miglayout.internal", - :line 31, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([c]), :doc "Returns a vector of vectors representing one or more constraints\nseparated by commas. Constraints may be specified in Clojure using\nstrings, keywords, vectors, maps, and/or sets.", - :name "format-constraint"} - {:source-url + :var-type "function", + :line 31, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([& constraints]), + :name "format-constraints", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj#L52", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/format-constraints", - :namespace "clojure.contrib.miglayout.internal", - :line 52, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([& constraints]), :doc "Returns a string representing all the constraints for one keyword-item\nor component formatted for miglayout.", - :name "format-constraints"} - {:source-url + :var-type "function", + :line 52, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([container]), + :name "get-components", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj#L114", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/get-components", - :namespace "clojure.contrib.miglayout.internal", - :line 114, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([container]), :doc "Returns a map from id to component for all components with an id", - :name "get-components"} - {:source-url + :var-type "function", + :line 114, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([constraint]), + :name "parse-component-constraint", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj#L93", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/parse-component-constraint", - :namespace "clojure.contrib.miglayout.internal", + :doc "Parses a component constraint string returning a CC object", + :var-type "function", :line 93, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([constraint]), - :doc "Parses a component constraint string returning a CC object", - :name "parse-component-constraint"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([& args]), + :name "parse-item-constraints", + :namespace "clojure.contrib.miglayout.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/fe4ed311166677cd571d23774171af1d830f7fc5/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj#L76", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/miglayout/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/parse-item-constraints", - :namespace "clojure.contrib.miglayout.internal", - :line 76, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj", - :var-type "function", - :arglists ([& args]), :doc "Iterates over args and builds a map containing values associated with\n:keywords and :components. The value for :keywords is a map from keyword\nitems to constraints strings. The value for :components is a vector of\nvectors each associating a component with its constraints string.", - :name "parse-item-constraints"} - {:source-url + :var-type "function", + :line 76, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/miglayout/src/main/clojure/clojure/contrib/miglayout/internal.clj"} + {:arglists ([val] [val expectation-hash]), + :name "calls", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L209", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/calls", - :namespace "clojure.contrib.mock.test-adapter", - :line 209, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([val] [val expectation-hash]), :doc "Creates or associates to an existing expectation hash the :calls key with a\nfunction that will be called with the given arguments. The return value from\nthis function will be returned by the expected function. If both this\nand :returns are specified, the return value of :calls will have precedence.\nUsage:\n(calls some-fn expectation-hash?)", - :name "calls"} - {:source-url + :var-type "function", + :line 209, + :file "clojure/contrib/mock.clj"} + {:arglists ([arg-pred-forms] [arg-pred-forms expectation-hash]), + :name "has-args", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L223", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/has-args", - :namespace "clojure.contrib.mock.test-adapter", - :line 223, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([arg-pred-forms] [arg-pred-forms expectation-hash]), :doc "Creates or associates to an existing expectation hash the :has-args key with\na value corresponding to a function that will either return true if its\nargument expectations are met or throw an exception with the details of the\nfirst failed argument it encounters.\nOnly specify as many predicates as you are interested in verifying. The rest\nof the values are safely ignored.\nUsage:\n(has-args [arg-pred-1 arg-pred-2 ... arg-pred-n] expectation-hash?)", - :name "has-args"} - {:source-url + :var-type "macro", + :line 223, + :file "clojure/contrib/mock.clj"} + {:arglists ([fn-name args]), + :name "has-matching-signature?", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L102", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/has-matching-signature?", - :namespace "clojure.contrib.mock.test-adapter", - :line 102, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([fn-name args]), :doc "Calls no-matching-function-signature if no match is found for the given\nfunction. If no argslist meta data is available for the function, it is\nnot called.", - :name "has-matching-signature?"} - {:source-url + :var-type "function", + :line 102, + :file "clojure/contrib/mock.clj"} + {:arglists ([arg-preds arg-pred-forms]), + :name "make-arg-checker", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L113", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/make-arg-checker", - :namespace "clojure.contrib.mock.test-adapter", - :line 113, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([arg-preds arg-pred-forms]), :doc "Creates the argument verifying function for a replaced dependency within\nthe expectation bound scope. These functions take the additional argument\nof the name of the replaced function, then the rest of their args. It is\ndesigned to be called from the mock function generated in the first argument\nof the mock info object created by make-mock.", - :name "make-arg-checker"} - {:source-url + :var-type "function", + :line 113, + :file "clojure/contrib/mock.clj"} + {:arglists ([pred pred-form]), + :name "make-count-checker", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L129", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/make-count-checker", - :namespace "clojure.contrib.mock.test-adapter", - :line 129, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([pred pred-form]), :doc "creates the count checker that is invoked at the end of an expectation, after\nthe code under test has all been executed. The function returned takes the\nname of the associated dependency and the invocation count as arguments.", - :name "make-count-checker"} - {:source-url + :var-type "function", + :line 129, + :file "clojure/contrib/mock.clj"} + {:arglists ([fn-name expectation-hash]), + :name "make-mock", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L138", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/make-mock", - :namespace "clojure.contrib.mock.test-adapter", - :line 138, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([fn-name expectation-hash]), :doc "creates a vector containing the following information for the named function:\n1. dependent function replacement - verifies signature, calls arg checker\nincreases count, returns return value.\n2. an atom containing the invocation count\n3. the invocation count checker function\n4. a symbol of the name of the function being replaced.", - :name "make-mock"} + :var-type "function", + :line 138, + :file "clojure/contrib/mock.clj"} {:arglists ([fn-name expected actual msg]), :name "report-problem", :namespace "clojure.contrib.mock.test-adapter", :source-url "http://github.com/clojure/clojure-contrib/blob/636381148b53424c0ea98f5983a2d1574451c6ee/modules/mock/src/main/clojure/clojure/contrib/mock/test_adapter.clj#L24", :dynamic true, + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/report-problem", :doc @@ -6981,78 +8009,79 @@ :line 24, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/mock/src/main/clojure/clojure/contrib/mock/test_adapter.clj"} - {:source-url + {:arglists ([val] [val expectation-hash]), + :name "returns", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L197", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/returns", - :namespace "clojure.contrib.mock.test-adapter", - :line 197, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([val] [val expectation-hash]), :doc "Creates or associates to an existing expectation hash the :returns key with\na value to be returned by the expectation after a successful invocation\nmatching its expected arguments (if applicable).\nUsage:\n(returns ret-value expectation-hash?)", - :name "returns"} - {:source-url + :var-type "function", + :line 197, + :file "clojure/contrib/mock.clj"} + {:arglists ([times-fn] [times-fn expectation-hash]), + :name "times", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L240", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/times", - :namespace "clojure.contrib.mock.test-adapter", - :line 240, - :file "clojure/contrib/mock.clj", - :var-type "macro", - :arglists ([times-fn] [times-fn expectation-hash]), :doc "Creates or associates to an existing expectation hash the :times key with a\nvalue corresponding to a predicate function which expects an integer value.\nAlso, an integer can be specified, in which case the times will only be an\nexact match. The times check is called at the end of an expect expression to\nvalidate that an expected dependency function was called the expected\nnumber of times.\nUsage:\n(times n)\n(times #(> n %))\n(times n expectation-hash)", - :name "times"} - {:source-url + :var-type "macro", + :line 240, + :file "clojure/contrib/mock.clj"} + {:arglists ([mock-data]), + :name "validate-counts", + :namespace "clojure.contrib.mock.test-adapter", + :source-url "http://github.com/clojure/clojure-contrib/blob//modules/clojure/contrib/mock.clj#L163", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/mock/test_adapter.clj", :wiki-url "http://clojure.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/validate-counts", - :namespace "clojure.contrib.mock.test-adapter", - :line 163, - :file "clojure/contrib/mock.clj", - :var-type "function", - :arglists ([mock-data]), :doc "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", - :name "validate-counts"} - {:source-url + :var-type "function", + :line 163, + :file "clojure/contrib/mock.clj"} + {:arglists ([]), + :name "connection*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/1be54b2f9bd3c9f35385a015b14fc93337bffcac/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj#L37", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/connection*", - :namespace "clojure.contrib.sql.internal", - :line 37, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current database connection (or throws if there is none)", - :name "connection*"} - {:source-url + :var-type "function", + :line 37, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([]), + :name "find-connection*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/1be54b2f9bd3c9f35385a015b14fc93337bffcac/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj#L32", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/find-connection*", - :namespace "clojure.contrib.sql.internal", - :line 32, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([]), :doc "Returns the current database connection (or nil if there is none)", - :name "find-connection*"} - {:source-url - "http://github.com/clojure/clojure-contrib/blob/1be54b2f9bd3c9f35385a015b14fc93337bffcac/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj#L66", - :wiki-url - "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/get-connection", - :namespace "clojure.contrib.sql.internal", - :line 66, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj", :var-type "function", - :arglists + :line 32, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([{:keys [factory classname @@ -7064,210 +8093,253 @@ name environment], :as db-spec}]), + :name "get-connection", + :namespace "clojure.contrib.sql.internal", + :source-url + "http://github.com/clojure/clojure-contrib/blob/1be54b2f9bd3c9f35385a015b14fc93337bffcac/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj#L66", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql/internal.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/get-connection", :doc "Creates a connection to a database. db-spec is a map containing values\nfor one of the following parameter sets:\n\nFactory:\n :factory (required) a function of one argument, a map of params\n (others) (optional) passed to the factory function in a map\n\nDriverManager:\n :classname (required) a String, the jdbc driver class name\n :subprotocol (required) a String, the jdbc subprotocol\n :subname (required) a String, the jdbc subname\n (others) (optional) passed to the driver as properties.\n\nDataSource:\n :datasource (required) a javax.sql.DataSource\n :username (optional) a String\n :password (optional) a String, required if :username is supplied\n\nJNDI:\n :name (required) a String or javax.naming.Name\n :environment (optional) a java.util.Map", - :name "get-connection"} - {:source-url + :var-type "function", + :line 66, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([stream exception]), + :name "print-sql-exception", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/1be54b2f9bd3c9f35385a015b14fc93337bffcac/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj#L122", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-sql-exception", - :namespace "clojure.contrib.sql.internal", + :doc "Prints the contents of an SQLException to stream", + :var-type "function", :line 122, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([stream exception]), - :doc "Prints the contents of an SQLException to stream", - :name "print-sql-exception"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([stream exception]), + :name "print-sql-exception-chain", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/1be54b2f9bd3c9f35385a015b14fc93337bffcac/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj#L136", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-sql-exception-chain", - :namespace "clojure.contrib.sql.internal", + :doc "Prints a chain of SQLExceptions to stream", + :var-type "function", :line 136, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([stream exception]), - :doc "Prints a chain of SQLExceptions to stream", - :name "print-sql-exception-chain"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([stream exception]), + :name "print-update-counts", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/1be54b2f9bd3c9f35385a015b14fc93337bffcac/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj#L144", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-update-counts", - :namespace "clojure.contrib.sql.internal", - :line 144, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([stream exception]), :doc "Prints the update counts from a BatchUpdateException to stream", - :name "print-update-counts"} - {:source-url + :var-type "function", + :line 144, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([] [val]), + :name "rollback", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/1be54b2f9bd3c9f35385a015b14fc93337bffcac/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj#L43", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/rollback", - :namespace "clojure.contrib.sql.internal", + :doc "Accessor for the rollback flag on the current connection", + :var-type "function", :line 43, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([] [val]), - :doc "Accessor for the rollback flag on the current connection", - :name "rollback"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([e]), + :name "throw-rollback", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/1be54b2f9bd3c9f35385a015b14fc93337bffcac/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj#L153", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/throw-rollback", - :namespace "clojure.contrib.sql.internal", + :doc "Sets rollback and throws a wrapped exception", + :var-type "function", :line 153, :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([e]), - :doc "Sets rollback and throws a wrapped exception", - :name "throw-rollback"} - {:source-url + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([func]), + :name "transaction*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/1be54b2f9bd3c9f35385a015b14fc93337bffcac/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj#L159", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/transaction*", - :namespace "clojure.contrib.sql.internal", - :line 159, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([func]), :doc "Evaluates func as a transaction on the open database connection. Any\nnested transactions are absorbed into the outermost transaction. By\ndefault, all database updates are committed together as a group after\nevaluating the outermost body, or rolled back on any uncaught\nexception. If rollback is set within scope of the outermost transaction,\nthe entire transaction will be rolled back rather than committed when\ncomplete.", - :name "transaction*"} - {:source-url + :var-type "function", + :line 159, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([db-spec func]), + :name "with-connection*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/1be54b2f9bd3c9f35385a015b14fc93337bffcac/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj#L113", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/with-connection*", - :namespace "clojure.contrib.sql.internal", - :line 113, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([db-spec func]), :doc "Evaluates func in the context of a new connection to a database then\ncloses the connection.", - :name "with-connection*"} - {:source-url + :var-type "function", + :line 113, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([[sql & params :as sql-params] func]), + :name "with-query-results*", + :namespace "clojure.contrib.sql.internal", + :source-url "http://github.com/clojure/clojure-contrib/blob/1be54b2f9bd3c9f35385a015b14fc93337bffcac/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj#L193", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/sql/internal.clj", :wiki-url "http://clojure.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/with-query-results*", - :namespace "clojure.contrib.sql.internal", - :line 193, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj", - :var-type "function", - :arglists ([[sql & params :as sql-params] func]), :doc "Executes a query, then evaluates func passing in a seq of the results as\nan argument. The first argument is a vector containing the (optionally\nparameterized) sql query string followed by values for any parameters.", - :name "with-query-results*"} - {:source-url + :var-type "function", + :line 193, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/sql/src/main/clojure/clojure/contrib/sql/internal.clj"} + {:arglists ([attrname] [loc attrname]), + :name "attr", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L18", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/attr", - :namespace "clojure.contrib.zip-filter.xml", - :line 18, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([attrname] [loc attrname]), :doc "Returns the xml attribute named attrname, of the xml node at location loc.", - :name "attr"} - {:source-url + :var-type "function", + :line 18, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([attrname attrval]), + :name "attr=", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L23", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/attr=", - :namespace "clojure.contrib.zip-filter.xml", - :line 23, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([attrname attrval]), :doc "Returns a query predicate that matches a node when it has an\nattribute named attrname whose value is attrval.", - :name "attr="} - {:source-url + :var-type "function", + :line 23, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([preds]), + :name "seq-test", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L51", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/seq-test", - :namespace "clojure.contrib.zip-filter.xml", - :line 51, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([preds]), :doc "Returns a query predicate that matches a node when its xml content\nmatches the query expresions given.", - :name "seq-test"} - {:source-url + :var-type "function", + :line 51, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([tagname]), + :name "tag=", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L28", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/tag=", - :namespace "clojure.contrib.zip-filter.xml", - :line 28, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([tagname]), :doc "Returns a query predicate that matches a node when its is a tag\nnamed tagname.", - :name "tag="} - {:source-url + :var-type "function", + :line 28, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([loc]), + :name "text", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L38", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/text", - :namespace "clojure.contrib.zip-filter.xml", - :line 38, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([loc]), :doc "Returns the textual contents of the given location, similar to\nxpaths's value-of", - :name "text"} - {:source-url + :var-type "function", + :line 38, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([s]), + :name "text=", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L46", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/text=", - :namespace "clojure.contrib.zip-filter.xml", - :line 46, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([s]), :doc "Returns a query predicate that matches a node when its textual\ncontent equals s.", - :name "text="} - {:source-url + :var-type "function", + :line 46, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([loc & preds]), + :name "xml->", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L57", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/xml->", - :namespace "clojure.contrib.zip-filter.xml", - :line 57, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([loc & preds]), :doc "The loc is passed to the first predicate. If the predicate returns\na collection, each value of the collection is passed to the next\npredicate. If it returns a location, the location is passed to the\nnext predicate. If it returns true, the input location is passed to\nthe next predicate. If it returns false or nil, the next predicate\nis not called.\n\nThis process is repeated, passing the processed results of each\npredicate to the next predicate. xml-> returns the final sequence.\nThe entire chain is evaluated lazily.\n\nThere are also special predicates: keywords are converted to tag=,\nstrings to text=, and vectors to sub-queries that return true if\nthey match.\n\nSee the footer of zip-query.clj for examples.", - :name "xml->"} - {:source-url + :var-type "function", + :line 57, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj"} + {:arglists ([loc & preds]), + :name "xml1->", + :namespace "clojure.contrib.zip-filter.xml", + :source-url "http://github.com/clojure/clojure-contrib/blob/a6a92b9b3d2bfd9a56e1e5e9cfba706d1aeeaae5/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj#L80", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/zip_filter/xml.clj", :wiki-url "http://clojure.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/xml1->", - :namespace "clojure.contrib.zip-filter.xml", - :line 80, - :file - "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj", - :var-type "function", - :arglists ([loc & preds]), :doc "Returns the first item from loc based on the query predicates\ngiven. See xml->", - :name "xml1->"})} + :var-type "function", + :line 80, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/zip-filter/src/main/clojure/clojure/contrib/zip_filter/xml.clj"})} |