diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-12-04 06:50:25 -0800 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-12-04 06:50:25 -0800 |
commit | 071b4fa1320276456f0ff78d504eda2d4de7d7af (patch) | |
tree | a86942f4cbeebd13fec13373bd476bacdbb7eb9d | |
parent | 332c0a75ad36864f310d2b1ea8d15c853ce4af93 (diff) |
Manual (forced) documentation build for commit b902ebe3c80ec86d4f80f8cce6d2faabc8da5278
66 files changed, 1219 insertions, 1826 deletions
diff --git a/agent-utils-api.html b/agent-utils-api.html index 806fa74f..48df46dc 100644 --- a/agent-utils-api.html +++ b/agent-utils-api.html @@ -78,8 +78,7 @@ them on the agent thread before executing the action. Example: (capture-and-send [*out*] a f b c)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/agent_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/agent_utils.clj#L22" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/agent_utils.clj#L22" id="var-source">Source</a> </div> diff --git a/api-index.html b/api-index.html index 1c96fb1b..df2ab500 100644 --- a/api-index.html +++ b/api-index.html @@ -494,10 +494,13 @@ Shortcuts:<br /> </div><div id="index-body"> <h2 id="P"><span id="section-head">P</span></h2> <pre> -<span id="section-content"> <a href="pprint-api.html#clojure.contrib.pprint/*print-circle*">*print-circle*</a><span id="line-content"> var pprint Mark circular structures (N.B. This is not yet use... +<span id="section-content"> <a href="pprint-api.html#clojure.contrib.pprint/*print-base*">*print-base*</a><span id="line-content"> var pprint The base to use for printing integers and rational... +</span></span><span id="section-content"> <a href="pprint-api.html#clojure.contrib.pprint/*print-circle*">*print-circle*</a><span id="line-content"> var pprint Mark circular structures (N.B. This is not yet use... </span></span><span id="section-content"> <a href="pprint-api.html#clojure.contrib.pprint/*print-lines*">*print-lines*</a><span id="line-content"> var pprint Maximum number of lines to print in a pretty print... </span></span><span id="section-content"> <a href="pprint-api.html#clojure.contrib.pprint/*print-miser-width*">*print-miser-width*</a><span id="line-content"> var pprint The column at which to enter miser style. Dependin... +</span></span><span id="section-content"> <a href="pprint-api.html#clojure.contrib.pprint/*print-pprint-dispatch*">*print-pprint-dispatch*</a><span id="line-content"> var pprint The pretty print dispatch function. Use with-pprin... </span></span><span id="section-content"> <a href="pprint-api.html#clojure.contrib.pprint/*print-pretty*">*print-pretty*</a><span id="line-content"> var pprint Bind to true if you want write to use pretty print... +</span></span><span id="section-content"> <a href="pprint-api.html#clojure.contrib.pprint/*print-radix*">*print-radix*</a><span id="line-content"> var pprint Print a radix specifier in front of integers and r... </span></span><span id="section-content"> <a href="pprint-api.html#clojure.contrib.pprint/*print-right-margin*">*print-right-margin*</a><span id="line-content"> var pprint Pretty printing will try to avoid anything going b... </span></span><span id="section-content"> <a href="pprint-api.html#clojure.contrib.pprint/*print-shared*">*print-shared*</a><span id="line-content"> var pprint Mark repeated structures rather than repeat them (... </span></span><span id="section-content"> <a href="pprint-api.html#clojure.contrib.pprint/*print-suppress-namespaces*">*print-suppress-namespaces*</a><span id="line-content"> var pprint Don't print namespaces with symbols. This is parti... diff --git a/api-index.json b/api-index.json index 6e47e798..e3d12b13 100644 --- a/api-index.json +++ b/api-index.json @@ -557,13 +557,6 @@ "doc": "System for filtering trees and nodes generated by zip.clj in\ngeneral, and xml trees in particular."}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition/Condition.clj", - "wiki-url": - "http://richhickey.github.com/clojure-contrib/condition.Condition-api.html", - "name":"clojure.contrib.condition.Condition", - "author":null, - "doc":null}, - {"source-url": "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj", "wiki-url": "http://richhickey.github.com/clojure-contrib/datalog.database-api.html", @@ -815,7 +808,7 @@ "An empty vector accumulator. Adding an item appends it at the end.", "name":"empty-vector"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/agent_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/agent_utils.clj#L22", + "http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/agent_utils.clj#L22", "wiki-url": "http://richhickey.github.com/clojure-contrib//agent-utils-api.html#clojure.contrib.agent-utils/capture-and-send", "namespace":"clojure.contrib.agent-utils", @@ -824,7 +817,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/apply_macro.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/apply_macro.clj#L32", + "http://github.com/richhickey/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/apply_macro.clj#L32", "wiki-url": "http://richhickey.github.com/clojure-contrib//apply-macro-api.html#clojure.contrib.apply-macro/apply-macro", "namespace":"clojure.contrib.apply-macro", @@ -833,7 +826,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/base64.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/base64.clj#L27", + "http://github.com/richhickey/clojure-contrib/blob/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj#L27", "wiki-url": "http://richhickey.github.com/clojure-contrib//base64-api.html#clojure.contrib.base64/encode", "namespace":"clojure.contrib.base64", @@ -842,7 +835,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/base64.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/base64.clj#L79", + "http://github.com/richhickey/clojure-contrib/blob/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj#L79", "wiki-url": "http://richhickey.github.com/clojure-contrib//base64-api.html#clojure.contrib.base64/encode-str", "namespace":"clojure.contrib.base64", @@ -851,7 +844,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/classpath.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/classpath.clj#L23", + "http://github.com/richhickey/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj#L23", "wiki-url": "http://richhickey.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath", "namespace":"clojure.contrib.classpath", @@ -860,7 +853,7 @@ "Returns a sequence of File objects of the elements on CLASSPATH.", "name":"classpath"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/classpath.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/classpath.clj#L30", + "http://github.com/richhickey/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj#L30", "wiki-url": "http://richhickey.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath-directories", "namespace":"clojure.contrib.classpath", @@ -869,7 +862,7 @@ "Returns a sequence of File objects for the directories on classpath.", "name":"classpath-directories"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/classpath.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/classpath.clj#L35", + "http://github.com/richhickey/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj#L35", "wiki-url": "http://richhickey.github.com/clojure-contrib//classpath-api.html#clojure.contrib.classpath/classpath-jarfiles", "namespace":"clojure.contrib.classpath", @@ -878,7 +871,7 @@ "Returns a sequence of JarFile objects for the JAR files on classpath.", "name":"classpath-jarfiles"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/combinatorics.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics.clj#L107", + "http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L107", "wiki-url": "http://richhickey.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/cartesian-product", "namespace":"clojure.contrib.combinatorics", @@ -886,7 +879,7 @@ "doc":"All the ways to take one item from each sequence", "name":"cartesian-product"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/combinatorics.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics.clj#L90", + "http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L90", "wiki-url": "http://richhickey.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/combinations", "namespace":"clojure.contrib.combinatorics", @@ -895,7 +888,7 @@ "All the unique ways of taking n different elements from items", "name":"combinations"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/combinatorics.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics.clj#L151", + "http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L151", "wiki-url": "http://richhickey.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/lex-permutations", "namespace":"clojure.contrib.combinatorics", @@ -904,7 +897,7 @@ "Fast lexicographic permutation generator for a sequence of numbers", "name":"lex-permutations"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/combinatorics.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics.clj#L160", + "http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L160", "wiki-url": "http://richhickey.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/permutations", "namespace":"clojure.contrib.combinatorics", @@ -912,7 +905,7 @@ "doc":"All the permutations of items, lexicographic by index", "name":"permutations"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/combinatorics.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics.clj#L127", + "http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L127", "wiki-url": "http://richhickey.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/selections", "namespace":"clojure.contrib.combinatorics", @@ -921,7 +914,7 @@ "All the ways of taking n (possibly the same) elements from the sequence of items", "name":"selections"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/combinatorics.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics.clj#L101", + "http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L101", "wiki-url": "http://richhickey.github.com/clojure-contrib//combinatorics-api.html#clojure.contrib.combinatorics/subsets", "namespace":"clojure.contrib.combinatorics", @@ -929,7 +922,7 @@ "doc":"All the subsets of items", "name":"subsets"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/command_line.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/command_line.clj#L91", + "http://github.com/richhickey/clojure-contrib/blob/ddd7bc2226927634dc0216554194877fa6f170e1/src/clojure/contrib/command_line.clj#L91", "wiki-url": "http://richhickey.github.com/clojure-contrib//command-line-api.html#clojure.contrib.command-line/with-command-line", "namespace":"clojure.contrib.command-line", @@ -937,7 +930,7 @@ "doc":"Bind locals to command-line args.", "name":"with-command-line"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/cond.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/cond.clj#L18", + "http://github.com/richhickey/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/cond.clj#L18", "wiki-url": "http://richhickey.github.com/clojure-contrib//cond-api.html#clojure.contrib.cond/cond-let", "namespace":"clojure.contrib.cond", @@ -1033,7 +1026,7 @@ "doc":"Returns true if (seq x) will succeed, false otherwise.", "name":"seqable?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L460", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L460", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/add-cell-watcher", "namespace":"clojure.contrib.dataflow", @@ -1042,7 +1035,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L210", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L210", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/add-cells", "namespace":"clojure.contrib.dataflow", @@ -1050,7 +1043,7 @@ "doc":"Given a collection of cells, add them to the dataflow.", "name":"add-cells"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L188", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L188", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-dataflow", "namespace":"clojure.contrib.dataflow", @@ -1059,7 +1052,7 @@ "Given a collection of cells, build and return a dataflow object", "name":"build-dataflow"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L231", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L231", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-source-cell", "namespace":"clojure.contrib.dataflow", @@ -1067,7 +1060,7 @@ "doc":"Builds a source cell", "name":"build-source-cell"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L292", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L292", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-standard-cell", "namespace":"clojure.contrib.dataflow", @@ -1075,7 +1068,7 @@ "doc":"Builds a standard cell", "name":"build-standard-cell"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L298", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L298", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/build-validator-cell", "namespace":"clojure.contrib.dataflow", @@ -1083,7 +1076,7 @@ "doc":"Builds a validator cell", "name":"build-validator-cell"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L304", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L304", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/cell", "namespace":"clojure.contrib.dataflow", @@ -1092,21 +1085,21 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L348", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L348", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/display-cell", "namespace":"clojure.contrib.dataflow", "doc":"A 'readable' form of the cell", "name":"display-cell"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L372", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L372", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/eval-cell", "namespace":"clojure.contrib.dataflow", "doc":"Evaluate a dataflow cell. Return [changed, old val]", "name":"eval-cell"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L94", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L94", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-cell", "namespace":"clojure.contrib.dataflow", @@ -1114,7 +1107,7 @@ "doc":"Get the single cell named by name", "name":"get-cell"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L89", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L89", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-cells", "namespace":"clojure.contrib.dataflow", @@ -1122,7 +1115,7 @@ "doc":"Get all the cells named by name", "name":"get-cells"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L136", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L136", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-old-value", "namespace":"clojure.contrib.dataflow", @@ -1130,7 +1123,7 @@ "doc":"Looks up an old value", "name":"get-old-value"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L108", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L108", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-source-cells", "namespace":"clojure.contrib.dataflow", @@ -1138,7 +1131,7 @@ "doc":"Returns a collection of source cells from the dataflow", "name":"get-source-cells"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L115", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L115", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-value", "namespace":"clojure.contrib.dataflow", @@ -1147,7 +1140,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L143", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L143", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-value-from-cell", "namespace":"clojure.contrib.dataflow", @@ -1155,7 +1148,7 @@ "doc":"Given a cell, get its value", "name":"get-value-from-cell"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L126", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L126", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/get-values", "namespace":"clojure.contrib.dataflow", @@ -1163,7 +1156,7 @@ "doc":"Gets a collection of values from the df by name", "name":"get-values"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L199", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L199", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/print-dataflow", "namespace":"clojure.contrib.dataflow", @@ -1171,7 +1164,7 @@ "doc":"Prints a dataflow, one cell per line", "name":"print-dataflow"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L218", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L218", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/remove-cells", "namespace":"clojure.contrib.dataflow", @@ -1180,7 +1173,7 @@ "Given a collection of cells, remove them from the dataflow.", "name":"remove-cells"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L103", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L103", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/source-cell?", "namespace":"clojure.contrib.dataflow", @@ -1188,7 +1181,7 @@ "doc":"Is this cell a source cell?", "name":"source-cell?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L438", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L438", "wiki-url": "http://richhickey.github.com/clojure-contrib//dataflow-api.html#clojure.contrib.dataflow/update-values", "namespace":"clojure.contrib.dataflow", @@ -1197,7 +1190,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog.clj#L46", + "http://github.com/richhickey/clojure-contrib/blob/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj#L46", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog/build-work-plan", "namespace":"clojure.contrib.datalog", @@ -1206,7 +1199,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog.clj#L56", + "http://github.com/richhickey/clojure-contrib/blob/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj#L56", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog/run-work-plan", "namespace":"clojure.contrib.datalog", @@ -1215,7 +1208,7 @@ "Given a work plan, a database, and some query bindings, run the\nwork plan and return the results.", "name":"run-work-plan"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L66", + "http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L66", "wiki-url": "http://richhickey.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defalias", "namespace":"clojure.contrib.def", @@ -1224,7 +1217,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L83", + "http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L83", "wiki-url": "http://richhickey.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defhinted", "namespace":"clojure.contrib.def", @@ -1233,7 +1226,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L39", + "http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L39", "wiki-url": "http://richhickey.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defmacro-", "namespace":"clojure.contrib.def", @@ -1241,7 +1234,7 @@ "doc":"Same as defmacro but yields a private definition", "name":"defmacro-"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L141", + "http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L141", "wiki-url": "http://richhickey.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defn-memo", "namespace":"clojure.contrib.def", @@ -1250,7 +1243,7 @@ "Just like defn, but memoizes the function using clojure.core/memoize", "name":"defn-memo"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L120", + "http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L120", "wiki-url": "http://richhickey.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defnk", "namespace":"clojure.contrib.def", @@ -1259,7 +1252,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L59", + "http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L59", "wiki-url": "http://richhickey.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defonce-", "namespace":"clojure.contrib.def", @@ -1267,7 +1260,7 @@ "doc":"Same as defonce but yields a private definition", "name":"defonce-"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L54", + "http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L54", "wiki-url": "http://richhickey.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defstruct-", "namespace":"clojure.contrib.def", @@ -1275,7 +1268,7 @@ "doc":"Same as defstruct but yields a private definition", "name":"defstruct-"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L32", + "http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L32", "wiki-url": "http://richhickey.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defunbound", "namespace":"clojure.contrib.def", @@ -1283,7 +1276,7 @@ "doc":"Defines an unbound var with optional doc string", "name":"defunbound"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L49", + "http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L49", "wiki-url": "http://richhickey.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defunbound-", "namespace":"clojure.contrib.def", @@ -1291,7 +1284,7 @@ "doc":"Same as defunbound but yields a private definition", "name":"defunbound-"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L23", + "http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L23", "wiki-url": "http://richhickey.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defvar", "namespace":"clojure.contrib.def", @@ -1299,7 +1292,7 @@ "doc":"Defines a var with an optional intializer and doc string", "name":"defvar"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L44", + "http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L44", "wiki-url": "http://richhickey.github.com/clojure-contrib//def-api.html#clojure.contrib.def/defvar-", "namespace":"clojure.contrib.def", @@ -1307,7 +1300,7 @@ "doc":"Same as defvar but yields a private definition", "name":"defvar-"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L94", + "http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L94", "wiki-url": "http://richhickey.github.com/clojure-contrib//def-api.html#clojure.contrib.def/name-with-attributes", "namespace":"clojure.contrib.def", @@ -1316,7 +1309,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L144", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L144", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*append-to-writer*", "namespace":"clojure.contrib.duck-streams", @@ -1324,7 +1317,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L76", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L76", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*buffer-size*", "namespace":"clojure.contrib.duck-streams", @@ -1332,14 +1325,14 @@ "Size, in bytes or characters, of the buffer used when\ncopying streams.", "name":"*buffer-size*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L81", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L81", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*byte-array-type*", "namespace":"clojure.contrib.duck-streams", "doc":"Type object for a Java primitive byte array.", "name":"*byte-array-type*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L70", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L70", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/*default-encoding*", "namespace":"clojure.contrib.duck-streams", @@ -1347,7 +1340,7 @@ "Name of the default encoding to use when reading & writing.\nDefault is UTF-8.", "name":"*default-encoding*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L263", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L263", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/append-spit", "namespace":"clojure.contrib.duck-streams", @@ -1355,7 +1348,7 @@ "doc":"Like spit but appends to file.", "name":"append-spit"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L215", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L215", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/append-writer", "namespace":"clojure.contrib.duck-streams", @@ -1364,7 +1357,7 @@ "Like writer but opens file for appending. Does not work on streams\nthat are already open.", "name":"append-writer"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L299", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L299", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/copy", "namespace":"clojure.contrib.duck-streams", @@ -1373,7 +1366,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L86", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L86", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/file-str", "namespace":"clojure.contrib.duck-streams", @@ -1382,7 +1375,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L386", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L386", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/make-parents", "namespace":"clojure.contrib.duck-streams", @@ -1390,7 +1383,7 @@ "doc":"Creates all parent directories of file.", "name":"make-parents"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L269", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L269", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/pwd", "namespace":"clojure.contrib.duck-streams", @@ -1399,7 +1392,7 @@ "Returns current working directory as a String. (Like UNIX 'pwd'.)\nNote: In Java, you cannot change the current working directory.", "name":"pwd"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L234", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L234", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/read-lines", "namespace":"clojure.contrib.duck-streams", @@ -1408,7 +1401,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L100", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L100", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/reader", "namespace":"clojure.contrib.duck-streams", @@ -1417,7 +1410,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L245", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L245", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/slurp*", "namespace":"clojure.contrib.duck-streams", @@ -1425,7 +1418,7 @@ "doc":"Like clojure.core/slurp but opens f with reader.", "name":"slurp*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L256", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L256", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/spit", "namespace":"clojure.contrib.duck-streams", @@ -1434,7 +1427,7 @@ "Opposite of slurp. Opens f with writer, writes content, then\ncloses f.", "name":"spit"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L391", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L391", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/to-byte-array", "namespace":"clojure.contrib.duck-streams", @@ -1443,7 +1436,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L292", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L292", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/with-in-reader", "namespace":"clojure.contrib.duck-streams", @@ -1452,7 +1445,7 @@ "Opens a PushbackReader on f, binds it to *in*, and evaluates body.", "name":"with-in-reader"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L285", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L285", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/with-out-append-writer", "namespace":"clojure.contrib.duck-streams", @@ -1460,7 +1453,7 @@ "doc":"Like with-out-writer but appends to file.", "name":"with-out-append-writer"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L277", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L277", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/with-out-writer", "namespace":"clojure.contrib.duck-streams", @@ -1469,7 +1462,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L223", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L223", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/write-lines", "namespace":"clojure.contrib.duck-streams", @@ -1478,7 +1471,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L151", + "http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L151", "wiki-url": "http://richhickey.github.com/clojure-contrib//duck-streams-api.html#clojure.contrib.duck-streams/writer", "namespace":"clojure.contrib.duck-streams", @@ -1487,7 +1480,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L150", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L150", "wiki-url": "http://richhickey.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/bind-continue", "namespace":"clojure.contrib.error-kit", @@ -1496,7 +1489,7 @@ "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/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L59", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L59", "wiki-url": "http://richhickey.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/deferror", "namespace":"clojure.contrib.error-kit", @@ -1507,7 +1500,7 @@ "doc":"Define a new error type", "name":"deferror"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L117", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L117", "wiki-url": "http://richhickey.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/do-not-handle", "namespace":"clojure.contrib.error-kit", @@ -1516,7 +1509,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L46", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L46", "wiki-url": "http://richhickey.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/error", "namespace":"clojure.contrib.error-kit", @@ -1524,7 +1517,7 @@ "doc":"Base type for all error-kit errors", "name":"error"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L138", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L138", "wiki-url": "http://richhickey.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/handle", "namespace":"clojure.contrib.error-kit", @@ -1535,7 +1528,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L110", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L110", "wiki-url": "http://richhickey.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/raise", "namespace":"clojure.contrib.error-kit", @@ -1544,7 +1537,7 @@ "Raise an error of the type err-name, constructed with the given args", "name":"raise"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L86", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L86", "wiki-url": "http://richhickey.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/raise*", "namespace":"clojure.contrib.error-kit", @@ -1553,7 +1546,7 @@ "Raise the given error object, best if created by an error\nconstructor defined with deferror. See also 'raise' macro.", "name":"raise*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L39", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L39", "wiki-url": "http://richhickey.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/throw-msg", "namespace":"clojure.contrib.error-kit", @@ -1562,7 +1555,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L163", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L163", "wiki-url": "http://richhickey.github.com/clojure-contrib//error-kit-api.html#clojure.contrib.error-kit/with-handler", "namespace":"clojure.contrib.error-kit", @@ -1571,7 +1564,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/except.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/except.clj#L57", + "http://github.com/richhickey/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L57", "wiki-url": "http://richhickey.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-arg", "namespace":"clojure.contrib.except", @@ -1580,7 +1573,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/except.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/except.clj#L43", + "http://github.com/richhickey/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L43", "wiki-url": "http://richhickey.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-if", "namespace":"clojure.contrib.except", @@ -1589,7 +1582,7 @@ "Throws an Exception or Error if test is true. args are those documented\nfor throwf.", "name":"throw-if"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/except.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/except.clj#L50", + "http://github.com/richhickey/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L50", "wiki-url": "http://richhickey.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throw-if-not", "namespace":"clojure.contrib.except", @@ -1598,7 +1591,7 @@ "Throws an Exception or Error if test is false. args are those documented\nfor throwf.", "name":"throw-if-not"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/except.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/except.clj#L28", + "http://github.com/richhickey/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L28", "wiki-url": "http://richhickey.github.com/clojure-contrib//except-api.html#clojure.contrib.except/throwf", "namespace":"clojure.contrib.except", @@ -1653,7 +1646,7 @@ "Like case, but the test expressions are regular expressions, tested\nwith re-find.", "name":"re-case"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L28", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L28", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/clojure-source-file?", "namespace":"clojure.contrib.find-namespaces", @@ -1662,7 +1655,7 @@ "Returns true if file is a normal file with a .clj extension.", "name":"clojure-source-file?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L88", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L88", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/clojure-sources-in-jar", "namespace":"clojure.contrib.find-namespaces", @@ -1671,7 +1664,7 @@ "Returns a sequence of filenames ending in .clj found in the JAR file.", "name":"clojure-sources-in-jar"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L42", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L42", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/comment?", "namespace":"clojure.contrib.find-namespaces", @@ -1679,7 +1672,7 @@ "doc":"Returns true if form is a (comment ...)", "name":"comment?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L34", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L34", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-clojure-sources-in-dir", "namespace":"clojure.contrib.find-namespaces", @@ -1688,7 +1681,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L79", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L79", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-in-dir", "namespace":"clojure.contrib.find-namespaces", @@ -1697,7 +1690,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L112", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L112", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-in-jarfile", "namespace":"clojure.contrib.find-namespaces", @@ -1706,7 +1699,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L131", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L131", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-namespaces-on-classpath", "namespace":"clojure.contrib.find-namespaces", @@ -1715,7 +1708,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L73", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L73", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-in-dir", "namespace":"clojure.contrib.find-namespaces", @@ -1724,7 +1717,7 @@ "Searches dir recursively for (ns ...) declarations in Clojure\nsource files; returns the unevaluated ns declarations.", "name":"find-ns-decls-in-dir"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L104", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L104", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-in-jarfile", "namespace":"clojure.contrib.find-namespaces", @@ -1733,7 +1726,7 @@ "Searches the JAR file for Clojure source files containing (ns ...)\ndeclarations; returns the unevaluated ns declarations.", "name":"find-ns-decls-in-jarfile"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L122", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L122", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/find-ns-decls-on-classpath", "namespace":"clojure.contrib.find-namespaces", @@ -1742,7 +1735,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L47", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L47", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/ns-decl?", "namespace":"clojure.contrib.find-namespaces", @@ -1750,7 +1743,7 @@ "doc":"Returns true if form is a (ns ...) declaration.", "name":"ns-decl?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L65", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L65", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-file-ns-decl", "namespace":"clojure.contrib.find-namespaces", @@ -1759,7 +1752,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L52", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L52", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-ns-decl", "namespace":"clojure.contrib.find-namespaces", @@ -1768,7 +1761,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L93", + "http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L93", "wiki-url": "http://richhickey.github.com/clojure-contrib//find-namespaces-api.html#clojure.contrib.find-namespaces/read-ns-decl-from-jarfile-entry", "namespace":"clojure.contrib.find-namespaces", @@ -1777,7 +1770,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/fnmap.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/fnmap.clj#L19", + "http://github.com/richhickey/clojure-contrib/blob/016af1ddecea945f0ae9e6354e2bd006efcd7a04/src/clojure/contrib/fnmap.clj#L19", "wiki-url": "http://richhickey.github.com/clojure-contrib//fnmap-api.html#clojure.contrib.fnmap/fnmap", "namespace":"clojure.contrib.fnmap", @@ -1787,7 +1780,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/gen_html_docs.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/gen_html_docs.clj#L430", + "http://github.com/richhickey/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj#L430", "wiki-url": "http://richhickey.github.com/clojure-contrib//gen-html-docs-api.html#clojure.contrib.gen-html-docs/generate-documentation", "namespace":"clojure.contrib.gen-html-docs", @@ -1796,7 +1789,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/gen_html_docs.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/gen_html_docs.clj#L456", + "http://github.com/richhickey/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj#L456", "wiki-url": "http://richhickey.github.com/clojure-contrib//gen-html-docs-api.html#clojure.contrib.gen-html-docs/generate-documentation-to-file", "namespace":"clojure.contrib.gen-html-docs", @@ -1805,7 +1798,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/arithmetic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithmetic.clj#L111", + "http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L111", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/*", "namespace":"clojure.contrib.generic.arithmetic", @@ -1814,7 +1807,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/arithmetic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithmetic.clj#L45", + "http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L45", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/+", "namespace":"clojure.contrib.generic.arithmetic", @@ -1823,7 +1816,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/arithmetic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithmetic.clj#L77", + "http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L77", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/-", "namespace":"clojure.contrib.generic.arithmetic", @@ -1832,7 +1825,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/arithmetic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithmetic.clj#L143", + "http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L143", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic//", "namespace":"clojure.contrib.generic.arithmetic", @@ -1841,7 +1834,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/arithmetic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithmetic.clj#L173", + "http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L173", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/defmethod*", "namespace":"clojure.contrib.generic.arithmetic", @@ -1850,7 +1843,7 @@ "Define a method implementation for the multimethod name in namespace ns.\nRequired for implementing the division function from another namespace.", "name":"defmethod*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/arithmetic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithmetic.clj#L180", + "http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L180", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.arithmetic-api.html#clojure.contrib.generic.arithmetic/qsym", "namespace":"clojure.contrib.generic.arithmetic", @@ -1921,7 +1914,7 @@ "doc":"Returns a seq on the object s.", "name":"seq"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/comparison.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/comparison.clj#L77", + "http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L77", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/<", "namespace":"clojure.contrib.generic.comparison", @@ -1930,7 +1923,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/comparison.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/comparison.clj#L129", + "http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L129", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/<=", "namespace":"clojure.contrib.generic.comparison", @@ -1939,7 +1932,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/comparison.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/comparison.clj#L36", + "http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L36", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/=", "namespace":"clojure.contrib.generic.comparison", @@ -1948,7 +1941,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/comparison.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/comparison.clj#L56", + "http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L56", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/>", "namespace":"clojure.contrib.generic.comparison", @@ -1957,7 +1950,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/comparison.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/comparison.clj#L103", + "http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L103", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/>=", "namespace":"clojure.contrib.generic.comparison", @@ -1966,7 +1959,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/comparison.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/comparison.clj#L28", + "http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L28", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.comparison-api.html#clojure.contrib.generic.comparison/zero?", "namespace":"clojure.contrib.generic.comparison", @@ -1983,7 +1976,7 @@ "Applies function f to each item in the data structure s and returns\na structure of the same kind.", "name":"fmap"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L53", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L53", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/abs", "namespace":"clojure.contrib.generic.math-functions", @@ -1991,7 +1984,7 @@ "doc":"Return the abs of x.", "name":"abs"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L54", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L54", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/acos", "namespace":"clojure.contrib.generic.math-functions", @@ -1999,7 +1992,7 @@ "doc":"Return the acos of x.", "name":"acos"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L110", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L110", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/approx=", "namespace":"clojure.contrib.generic.math-functions", @@ -2008,7 +2001,7 @@ "Return true if the absolute value of the difference between x and y\nis less than eps.", "name":"approx="}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L55", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L55", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/asin", "namespace":"clojure.contrib.generic.math-functions", @@ -2016,7 +2009,7 @@ "doc":"Return the asin of x.", "name":"asin"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L56", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L56", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/atan", "namespace":"clojure.contrib.generic.math-functions", @@ -2024,7 +2017,7 @@ "doc":"Return the atan of x.", "name":"atan"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L57", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L57", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/atan2", "namespace":"clojure.contrib.generic.math-functions", @@ -2032,7 +2025,7 @@ "doc":"Return the atan2 of x and y.", "name":"atan2"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L58", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L58", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/ceil", "namespace":"clojure.contrib.generic.math-functions", @@ -2040,7 +2033,7 @@ "doc":"Return the ceil of x.", "name":"ceil"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L87", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L87", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/conjugate", "namespace":"clojure.contrib.generic.math-functions", @@ -2048,7 +2041,7 @@ "doc":"Return the conjugate of x.", "name":"conjugate"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L59", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L59", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/cos", "namespace":"clojure.contrib.generic.math-functions", @@ -2056,7 +2049,7 @@ "doc":"Return the cos of x.", "name":"cos"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L60", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L60", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/exp", "namespace":"clojure.contrib.generic.math-functions", @@ -2064,7 +2057,7 @@ "doc":"Return the exp of x.", "name":"exp"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L61", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L61", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/floor", "namespace":"clojure.contrib.generic.math-functions", @@ -2072,7 +2065,7 @@ "doc":"Return the floor of x.", "name":"floor"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L62", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L62", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/log", "namespace":"clojure.contrib.generic.math-functions", @@ -2080,7 +2073,7 @@ "doc":"Return the log of x.", "name":"log"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L63", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L63", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/pow", "namespace":"clojure.contrib.generic.math-functions", @@ -2088,7 +2081,7 @@ "doc":"Return the pow of x and y.", "name":"pow"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L64", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L64", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/rint", "namespace":"clojure.contrib.generic.math-functions", @@ -2096,7 +2089,7 @@ "doc":"Return the rint of x.", "name":"rint"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L65", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L65", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/round", "namespace":"clojure.contrib.generic.math-functions", @@ -2104,7 +2097,7 @@ "doc":"Return the round of x.", "name":"round"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L73", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L73", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sgn", "namespace":"clojure.contrib.generic.math-functions", @@ -2112,7 +2105,7 @@ "doc":"Return the sign of x (-1, 0, or 1).", "name":"sgn"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L66", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L66", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sin", "namespace":"clojure.contrib.generic.math-functions", @@ -2120,7 +2113,7 @@ "doc":"Return the sin of x.", "name":"sin"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L98", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L98", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sqr", "namespace":"clojure.contrib.generic.math-functions", @@ -2128,7 +2121,7 @@ "doc":"Return the square of x.", "name":"sqr"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L67", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L67", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/sqrt", "namespace":"clojure.contrib.generic.math-functions", @@ -2136,7 +2129,7 @@ "doc":"Return the sqrt of x.", "name":"sqrt"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L68", + "http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L68", "wiki-url": "http://richhickey.github.com/clojure-contrib//generic.math-functions-api.html#clojure.contrib.generic.math-functions/tan", "namespace":"clojure.contrib.generic.math-functions", @@ -2144,7 +2137,7 @@ "doc":"Return the tan of x.", "name":"tan"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L49", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L49", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/add-loops", "namespace":"clojure.contrib.graph", @@ -2152,7 +2145,7 @@ "doc":"For each node n, add the edge n->n if not already present.", "name":"add-loops"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L133", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L133", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/component-graph", "namespace":"clojure.contrib.graph", @@ -2161,7 +2154,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L190", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L190", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/dependency-list", "namespace":"clojure.contrib.graph", @@ -2170,7 +2163,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L167", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L167", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/fixed-point", "namespace":"clojure.contrib.graph", @@ -2179,7 +2172,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L29", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L29", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/get-neighbors", "namespace":"clojure.contrib.graph", @@ -2187,7 +2180,7 @@ "doc":"Get the neighbors of a node.", "name":"get-neighbors"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L68", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L68", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/lazy-walk", "namespace":"clojure.contrib.graph", @@ -2196,7 +2189,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L110", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L110", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/post-ordered-nodes", "namespace":"clojure.contrib.graph", @@ -2205,7 +2198,7 @@ "Return a sequence of indexes of a post-ordered walk of the graph.", "name":"post-ordered-nodes"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L151", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L151", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/recursive-component?", "namespace":"clojure.contrib.graph", @@ -2213,7 +2206,7 @@ "doc":"Is the component (recieved from scc) self recursive?", "name":"recursive-component?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L57", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L57", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/remove-loops", "namespace":"clojure.contrib.graph", @@ -2221,7 +2214,7 @@ "doc":"For each node n, remove any edges n->n.", "name":"remove-loops"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L37", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L37", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/reverse-graph", "namespace":"clojure.contrib.graph", @@ -2230,7 +2223,7 @@ "Given a directed graph, return another directed graph with the\norder of the edges reversed.", "name":"reverse-graph"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L117", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L117", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/scc", "namespace":"clojure.contrib.graph", @@ -2239,7 +2232,7 @@ "Returns, as a sequence of sets, the strongly connected components\nof g.", "name":"scc"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L158", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L158", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/self-recursive-sets", "namespace":"clojure.contrib.graph", @@ -2248,7 +2241,7 @@ "Returns, as a sequence of sets, the components of a graph that are\nself-recursive.", "name":"self-recursive-sets"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L207", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L207", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/stratification-list", "namespace":"clojure.contrib.graph", @@ -2257,7 +2250,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L81", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L81", "wiki-url": "http://richhickey.github.com/clojure-contrib//graph-api.html#clojure.contrib.graph/transitive-closure", "namespace":"clojure.contrib.graph", @@ -2266,7 +2259,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L52", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L52", "wiki-url": "http://richhickey.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-greatest", "namespace":"clojure.contrib.greatest-least", @@ -2274,7 +2267,7 @@ "doc":"Returns all the greatest elements.", "name":"all-greatest"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L47", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L47", "wiki-url": "http://richhickey.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-greatest-by", "namespace":"clojure.contrib.greatest-least", @@ -2283,7 +2276,7 @@ "Return all the elements for which f yields the greatest value.", "name":"all-greatest-by"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L62", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L62", "wiki-url": "http://richhickey.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-least", "namespace":"clojure.contrib.greatest-least", @@ -2291,7 +2284,7 @@ "doc":"Returns all the least elements.", "name":"all-least"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L57", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L57", "wiki-url": "http://richhickey.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/all-least-by", "namespace":"clojure.contrib.greatest-least", @@ -2300,7 +2293,7 @@ "Return all the elements for which f yields the least value.", "name":"all-least-by"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L18", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L18", "wiki-url": "http://richhickey.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/greatest", "namespace":"clojure.contrib.greatest-least", @@ -2308,7 +2301,7 @@ "doc":"Return the greatest argument.", "name":"greatest"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L13", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L13", "wiki-url": "http://richhickey.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/greatest-by", "namespace":"clojure.contrib.greatest-least", @@ -2316,7 +2309,7 @@ "doc":"Return the argument for which f yields the greatest value.", "name":"greatest-by"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L28", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L28", "wiki-url": "http://richhickey.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/least", "namespace":"clojure.contrib.greatest-least", @@ -2324,7 +2317,7 @@ "doc":"Return the smallest element.", "name":"least"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L23", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L23", "wiki-url": "http://richhickey.github.com/clojure-contrib//greatest-least-api.html#clojure.contrib.greatest-least/least-by", "namespace":"clojure.contrib.greatest-least", @@ -2332,7 +2325,7 @@ "doc":"Return the argument for which f yields the smallest value.", "name":"least-by"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L147", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L147", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/buffer-bytes", "namespace":"clojure.contrib.http.agent", @@ -2341,7 +2334,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L253", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L253", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/bytes", "namespace":"clojure.contrib.http.agent", @@ -2350,7 +2343,7 @@ "Returns a Java byte array of the content returned by the server;\nnil if the content is not yet available.", "name":"bytes"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L364", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L364", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/client-error?", "namespace":"clojure.contrib.http.agent", @@ -2359,7 +2352,7 @@ "Returns true if the HTTP response code was in the 400-499 range.", "name":"client-error?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L303", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L303", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/done?", "namespace":"clojure.contrib.http.agent", @@ -2367,7 +2360,7 @@ "doc":"Returns true if the HTTP request/response has completed.", "name":"done?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L374", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L374", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/error?", "namespace":"clojure.contrib.http.agent", @@ -2376,7 +2369,7 @@ "Returns true if the HTTP response code was in the 400-499 range OR\nthe 500-599 range.", "name":"error?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L324", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L324", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/headers", "namespace":"clojure.contrib.http.agent", @@ -2385,7 +2378,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L334", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L334", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/headers-seq", "namespace":"clojure.contrib.http.agent", @@ -2394,7 +2387,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L168", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L168", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/http-agent", "namespace":"clojure.contrib.http.agent", @@ -2403,7 +2396,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L317", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L317", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/message", "namespace":"clojure.contrib.http.agent", @@ -2412,7 +2405,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L287", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L287", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/method", "namespace":"clojure.contrib.http.agent", @@ -2421,7 +2414,7 @@ "Returns the HTTP method name used by this HTTP agent, as a String.", "name":"method"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L355", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L355", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/redirect?", "namespace":"clojure.contrib.http.agent", @@ -2430,7 +2423,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L292", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L292", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/request-body", "namespace":"clojure.contrib.http.agent", @@ -2439,7 +2432,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L282", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L282", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/request-headers", "namespace":"clojure.contrib.http.agent", @@ -2447,7 +2440,7 @@ "doc":"Returns the request headers specified for this HTTP agent.", "name":"request-headers"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L277", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L277", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/request-uri", "namespace":"clojure.contrib.http.agent", @@ -2456,7 +2449,7 @@ "Returns the URI/URL requested by this HTTP agent, as a String.", "name":"request-uri"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L231", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L231", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/result", "namespace":"clojure.contrib.http.agent", @@ -2465,7 +2458,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L369", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L369", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/server-error?", "namespace":"clojure.contrib.http.agent", @@ -2474,7 +2467,7 @@ "Returns true if the HTTP response code was in the 500-599 range.", "name":"server-error?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L309", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L309", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/status", "namespace":"clojure.contrib.http.agent", @@ -2483,7 +2476,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L239", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L239", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/stream", "namespace":"clojure.contrib.http.agent", @@ -2492,7 +2485,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L259", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L259", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/string", "namespace":"clojure.contrib.http.agent", @@ -2501,7 +2494,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L350", + "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L350", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.agent-api.html#clojure.contrib.http.agent/success?", "namespace":"clojure.contrib.http.agent", @@ -2510,7 +2503,7 @@ "Returns true if the HTTP response code was in the 200-299 range.", "name":"success?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/connection.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/connection.clj#L21", + "http://github.com/richhickey/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj#L21", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.connection-api.html#clojure.contrib.http.connection/http-connection", "namespace":"clojure.contrib.http.connection", @@ -2518,14 +2511,14 @@ "doc":"Opens an HttpURLConnection at the URL, handled by as-url.", "name":"http-connection"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/connection.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/http/connection.clj#L26", + "http://github.com/richhickey/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj#L26", "wiki-url": "http://richhickey.github.com/clojure-contrib//http.connection-api.html#clojure.contrib.http.connection/send-request-entity", "namespace":"clojure.contrib.http.connection", "doc":"Transmits a request entity body.", "name":"send-request-entity"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/import_static.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/import_static.clj#L22", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/import_static.clj#L22", "wiki-url": "http://richhickey.github.com/clojure-contrib//import-static-api.html#clojure.contrib.import-static/import-static", "namespace":"clojure.contrib.import-static", @@ -2534,7 +2527,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jar.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/jar.clj#L29", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj#L29", "wiki-url": "http://richhickey.github.com/clojure-contrib//jar-api.html#clojure.contrib.jar/filenames-in-jar", "namespace":"clojure.contrib.jar", @@ -2543,7 +2536,7 @@ "Returns a sequence of Strings naming the non-directory entries in\nthe JAR file.", "name":"filenames-in-jar"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jar.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/jar.clj#L22", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj#L22", "wiki-url": "http://richhickey.github.com/clojure-contrib//jar-api.html#clojure.contrib.jar/jar-file?", "namespace":"clojure.contrib.jar", @@ -2552,7 +2545,7 @@ "Returns true if file is a normal file with a .jar or .JAR extension.", "name":"jar-file?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L75", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L75", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-file", "namespace":"clojure.contrib.java-utils", @@ -2560,7 +2553,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L152", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L152", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-properties", "namespace":"clojure.contrib.java-utils", @@ -2569,7 +2562,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L92", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L92", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-str", "namespace":"clojure.contrib.java-utils", @@ -2578,7 +2571,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L195", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L195", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/as-url", "namespace":"clojure.contrib.java-utils", @@ -2586,7 +2579,7 @@ "doc":"Coerces argument (URL, URI, or String) to a java.net.URL.", "name":"as-url"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L178", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L178", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/delete-file", "namespace":"clojure.contrib.java-utils", @@ -2595,7 +2588,7 @@ "Delete file f. Raise an exception if it fails unless silently is true.", "name":"delete-file"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L185", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L185", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/delete-file-recursively", "namespace":"clojure.contrib.java-utils", @@ -2604,7 +2597,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L83", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L83", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/file", "namespace":"clojure.contrib.java-utils", @@ -2613,7 +2606,7 @@ "doc":"Returns a java.io.File from string or file args.", "name":"file"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L117", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L117", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/get-system-property", "namespace":"clojure.contrib.java-utils", @@ -2621,7 +2614,7 @@ "doc":"Get a system property.", "name":"get-system-property"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L162", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L162", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/read-properties", "namespace":"clojure.contrib.java-utils", @@ -2629,7 +2622,7 @@ "doc":"Read properties from file-able.", "name":"read-properties"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L62", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L62", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/relative-path-string", "namespace":"clojure.contrib.java-utils", @@ -2637,7 +2630,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L124", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L124", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/set-system-properties", "namespace":"clojure.contrib.java-utils", @@ -2645,7 +2638,7 @@ "doc":"Set some system properties. Nil clears a property.", "name":"set-system-properties"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L218", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L218", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/wall-hack-field", "namespace":"clojure.contrib.java-utils", @@ -2653,7 +2646,7 @@ "doc":"Access to private or protected field.", "name":"wall-hack-field"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L208", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L208", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/wall-hack-method", "namespace":"clojure.contrib.java-utils", @@ -2663,7 +2656,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L132", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L132", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/with-system-properties", "namespace":"clojure.contrib.java-utils", @@ -2672,7 +2665,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L169", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L169", "wiki-url": "http://richhickey.github.com/clojure-contrib//java-utils-api.html#clojure.contrib.java-utils/write-properties", "namespace":"clojure.contrib.java-utils", @@ -2697,7 +2690,7 @@ "doc":"Opens url (a string) in a Swing window.", "name":"open-url-in-swing"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jmx.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L83", + "http://github.com/richhickey/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L83", "wiki-url": "http://richhickey.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/*connection*", "namespace":"clojure.contrib.jmx", @@ -2721,7 +2714,7 @@ "doc":"Get the MBeanAttributeInfo for an attribute", "name":"attribute-info"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jmx.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L95", + "http://github.com/richhickey/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L95", "wiki-url": "http://richhickey.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/attribute-names", "namespace":"clojure.contrib.jmx", @@ -2792,7 +2785,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jmx.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L114", + "http://github.com/richhickey/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L114", "wiki-url": "http://richhickey.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/mbean", "namespace":"clojure.contrib.jmx", @@ -2801,7 +2794,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jmx.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L90", + "http://github.com/richhickey/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L90", "wiki-url": "http://richhickey.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/mbean-names", "namespace":"clojure.contrib.jmx", @@ -2828,7 +2821,7 @@ "The MBeanOperationInfo for operation op on mbean n. Used for invoke.", "name":"operation"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jmx.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L101", + "http://github.com/richhickey/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L101", "wiki-url": "http://richhickey.github.com/clojure-contrib//jmx-api.html#clojure.contrib.jmx/operation-names", "namespace":"clojure.contrib.jmx", @@ -2894,7 +2887,7 @@ "Execute body with JMX connection specified by opts (:port).", "name":"with-connection"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/json/read.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/json/read.clj#L55", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj#L55", "wiki-url": "http://richhickey.github.com/clojure-contrib//json.read-api.html#clojure.contrib.json.read/*json-keyword-keys*", "namespace":"clojure.contrib.json.read", @@ -2902,7 +2895,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/json/read.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/json/read.clj#L143", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj#L143", "wiki-url": "http://richhickey.github.com/clojure-contrib//json.read-api.html#clojure.contrib.json.read/read-json", "namespace":"clojure.contrib.json.read", @@ -2911,7 +2904,7 @@ "Read one JSON record from s, which may be a String or a\njava.io.PushbackReader.", "name":"read-json"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/json/write.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/json/write.clj#L138", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj#L138", "wiki-url": "http://richhickey.github.com/clojure-contrib//json.write-api.html#clojure.contrib.json.write/json-str", "namespace":"clojure.contrib.json.write", @@ -2919,7 +2912,7 @@ "doc":"Converts x to a JSON-formatted string.", "name":"json-str"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/json/write.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/json/write.clj#L50", + "http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj#L50", "wiki-url": "http://richhickey.github.com/clojure-contrib//json.write-api.html#clojure.contrib.json.write/print-json", "namespace":"clojure.contrib.json.write", @@ -2928,7 +2921,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_seqs.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/lazy_seqs.clj#L78", + "http://github.com/richhickey/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj#L78", "wiki-url": "http://richhickey.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/fibs", "namespace":"clojure.contrib.lazy-seqs", @@ -2936,7 +2929,7 @@ "doc":"Returns a lazy sequence of all the Fibonacci numbers.", "name":"fibs"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_seqs.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/lazy_seqs.clj#L83", + "http://github.com/richhickey/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj#L83", "wiki-url": "http://richhickey.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/powers-of-2", "namespace":"clojure.contrib.lazy-seqs", @@ -2944,14 +2937,14 @@ "doc":"Returns a lazy sequence of all the powers of 2", "name":"powers-of-2"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_seqs.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/lazy_seqs.clj#L62", + "http://github.com/richhickey/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj#L62", "wiki-url": "http://richhickey.github.com/clojure-contrib//lazy-seqs-api.html#clojure.contrib.lazy-seqs/primes", "namespace":"clojure.contrib.lazy-seqs", "doc":"Lazy sequence of all the prime numbers.", "name":"primes"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/lazy_xml.clj#L141", + "http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L141", "wiki-url": "http://richhickey.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/emit", "namespace":"clojure.contrib.lazy-xml", @@ -2960,7 +2953,7 @@ "Prints an <?xml?> declaration line, and then calls emit-element", "name":"emit"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/lazy_xml.clj#L118", + "http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L118", "wiki-url": "http://richhickey.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/emit-element", "namespace":"clojure.contrib.lazy-xml", @@ -2969,7 +2962,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/lazy_xml.clj#L38", + "http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L38", "wiki-url": "http://richhickey.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/parse-seq", "namespace":"clojure.contrib.lazy-xml", @@ -2979,7 +2972,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/lazy_xml.clj#L95", + "http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L95", "wiki-url": "http://richhickey.github.com/clojure-contrib//lazy-xml-api.html#clojure.contrib.lazy-xml/parse-trim", "namespace":"clojure.contrib.lazy-xml", @@ -2988,7 +2981,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L202", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L202", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*allow-direct-logging*", "namespace":"clojure.contrib.logging", @@ -2996,14 +2989,14 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L190", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*impl-name*", "namespace":"clojure.contrib.logging", "doc":"The name of the logging implementation used.", "name":"*impl-name*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L196", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L196", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/*logging-agent*", "namespace":"clojure.contrib.logging", @@ -3011,7 +3004,7 @@ "The default agent used for performing logging durng a transaction or when\ndirect logging is disabled.", "name":"*logging-agent*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L208", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L208", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/agent-write!", "namespace":"clojure.contrib.logging", @@ -3020,7 +3013,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L316", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L316", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/debug", "namespace":"clojure.contrib.logging", @@ -3028,7 +3021,7 @@ "doc":"Logs a message at the debug level.", "name":"debug"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L232", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L232", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/enabled?", "namespace":"clojure.contrib.logging", @@ -3037,7 +3030,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L337", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L337", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/error", "namespace":"clojure.contrib.logging", @@ -3045,7 +3038,7 @@ "doc":"Logs a message at the error level.", "name":"error"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L344", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L344", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/fatal", "namespace":"clojure.contrib.logging", @@ -3053,7 +3046,7 @@ "doc":"Logs a message at the fatal level.", "name":"fatal"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L190", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-enabled?", "namespace":"clojure.contrib.logging", @@ -3061,7 +3054,7 @@ "Implementation-specific check if a particular level is enabled. End-users\nshould not need to call this function.", "name":"impl-enabled?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L190", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-get-log", "namespace":"clojure.contrib.logging", @@ -3069,7 +3062,7 @@ "Returns an implementation-specific log by string namespace. End-users should\nnot need to call this function.", "name":"impl-get-log"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L190", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/impl-write!", "namespace":"clojure.contrib.logging", @@ -3077,7 +3070,7 @@ "Implementation-specific write of a log message. End-users should not need to\ncall this function.", "name":"impl-write!"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L323", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L323", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/info", "namespace":"clojure.contrib.logging", @@ -3085,7 +3078,7 @@ "doc":"Logs a message at the info level.", "name":"info"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L215", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L215", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log", "namespace":"clojure.contrib.logging", @@ -3096,7 +3089,7 @@ "Logs a message, either directly or via an agent. Also see the level-specific\nconvenience macros.", "name":"log"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L271", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L271", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-capture!", "namespace":"clojure.contrib.logging", @@ -3105,7 +3098,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L249", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L249", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-stream", "namespace":"clojure.contrib.logging", @@ -3114,7 +3107,7 @@ "Creates a PrintStream that will output to the log. End-users should not need\nto invoke this function.", "name":"log-stream"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L287", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L287", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/log-uncapture!", "namespace":"clojure.contrib.logging", @@ -3123,7 +3116,7 @@ "Restores System.out and System.err to their original values.", "name":"log-uncapture!"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L242", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L242", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/spy", "namespace":"clojure.contrib.logging", @@ -3132,7 +3125,7 @@ "Evaluates expr and outputs the form and its result to the debug log; returns \nthe result of expr.", "name":"spy"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L309", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L309", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/trace", "namespace":"clojure.contrib.logging", @@ -3140,7 +3133,7 @@ "doc":"Logs a message at the trace level.", "name":"trace"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L330", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L330", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/warn", "namespace":"clojure.contrib.logging", @@ -3148,7 +3141,7 @@ "doc":"Logs a message at the warn level.", "name":"warn"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L297", + "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L297", "wiki-url": "http://richhickey.github.com/clojure-contrib//logging-api.html#clojure.contrib.logging/with-logs", "namespace":"clojure.contrib.logging", @@ -3253,7 +3246,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L41", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L41", "wiki-url": "http://richhickey.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/deep-merge-with", "namespace":"clojure.contrib.map-utils", @@ -3262,7 +3255,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L22", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L22", "wiki-url": "http://richhickey.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/lazy-get", "namespace":"clojure.contrib.map-utils", @@ -3271,7 +3264,7 @@ "Like get, but doesn't evaluate not-found unless it is needed.", "name":"lazy-get"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L29", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L29", "wiki-url": "http://richhickey.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/safe-get", "namespace":"clojure.contrib.map-utils", @@ -3279,7 +3272,7 @@ "doc":"Like get, but throws an exception if the key is not found.", "name":"safe-get"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L35", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L35", "wiki-url": "http://richhickey.github.com/clojure-contrib//map-utils-api.html#clojure.contrib.map-utils/safe-get-in", "namespace":"clojure.contrib.map-utils", @@ -3383,7 +3376,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/mmap.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/mmap.clj#L39", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj#L39", "wiki-url": "http://richhickey.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/buffer-stream", "namespace":"clojure.contrib.mmap", @@ -3392,7 +3385,7 @@ "Returns an InputStream for a ByteBuffer, such as returned by mmap.", "name":"buffer-stream"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/mmap.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/mmap.clj#L27", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj#L27", "wiki-url": "http://richhickey.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/mmap", "namespace":"clojure.contrib.mmap", @@ -3400,7 +3393,7 @@ "doc":"Memory-map the file named f. Returns a ByteBuffer.", "name":"mmap"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/mmap.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/mmap.clj#L33", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj#L33", "wiki-url": "http://richhickey.github.com/clojure-contrib//mmap-api.html#clojure.contrib.mmap/slurp", "namespace":"clojure.contrib.mmap", @@ -3499,7 +3492,7 @@ "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", "name":"validate-counts"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L62", + "http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L62", "wiki-url": "http://richhickey.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/flush", "namespace":"clojure.contrib.monadic-io-streams", @@ -3507,7 +3500,7 @@ "doc":"Flush", "name":"flush"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L67", + "http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L67", "wiki-url": "http://richhickey.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/print", "namespace":"clojure.contrib.monadic-io-streams", @@ -3515,7 +3508,7 @@ "doc":"Print obj", "name":"print"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L72", + "http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L72", "wiki-url": "http://richhickey.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/println", "namespace":"clojure.contrib.monadic-io-streams", @@ -3523,7 +3516,7 @@ "doc":"Print obj followed by a newline", "name":"println"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L42", + "http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L42", "wiki-url": "http://richhickey.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-char", "namespace":"clojure.contrib.monadic-io-streams", @@ -3531,7 +3524,7 @@ "doc":"Read a single character", "name":"read-char"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L47", + "http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L47", "wiki-url": "http://richhickey.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-line", "namespace":"clojure.contrib.monadic-io-streams", @@ -3539,7 +3532,7 @@ "doc":"Read a single line", "name":"read-line"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L126", + "http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L126", "wiki-url": "http://richhickey.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/read-lines", "namespace":"clojure.contrib.monadic-io-streams", @@ -3547,7 +3540,7 @@ "doc":"Read all lines and return them in a vector", "name":"read-lines"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L52", + "http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L52", "wiki-url": "http://richhickey.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/skip-chars", "namespace":"clojure.contrib.monadic-io-streams", @@ -3555,7 +3548,7 @@ "doc":"Skip n characters", "name":"skip-chars"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L98", + "http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L98", "wiki-url": "http://richhickey.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-io-streams", "namespace":"clojure.contrib.monadic-io-streams", @@ -3564,7 +3557,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L82", + "http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L82", "wiki-url": "http://richhickey.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-reader", "namespace":"clojure.contrib.monadic-io-streams", @@ -3573,7 +3566,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L90", + "http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L90", "wiki-url": "http://richhickey.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/with-writer", "namespace":"clojure.contrib.monadic-io-streams", @@ -3582,7 +3575,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L57", + "http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L57", "wiki-url": "http://richhickey.github.com/clojure-contrib//monadic-io-streams-api.html#clojure.contrib.monadic-io-streams/write", "namespace":"clojure.contrib.monadic-io-streams", @@ -3590,7 +3583,7 @@ "doc":"Write text (a string)", "name":"write"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L456", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L456", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/call-cc", "namespace":"clojure.contrib.monads", @@ -3599,7 +3592,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L440", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L440", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/cont-m", "namespace":"clojure.contrib.monads", @@ -3607,7 +3600,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L51", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L51", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonad", "namespace":"clojure.contrib.monads", @@ -3617,7 +3610,7 @@ "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/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L137", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L137", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/defmonadfn", "namespace":"clojure.contrib.monads", @@ -3628,7 +3621,7 @@ "Like defn, but for functions that use monad operations and are used inside\na with-monad block.", "name":"defmonadfn"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L114", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L114", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/domonad", "namespace":"clojure.contrib.monads", @@ -3637,7 +3630,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L359", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L359", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/fetch-state", "namespace":"clojure.contrib.monads", @@ -3646,7 +3639,7 @@ "Return a state-monad function that returns the current state and does not\nmodify it.", "name":"fetch-state"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L365", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L365", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/fetch-val", "namespace":"clojure.contrib.monads", @@ -3655,7 +3648,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L286", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L286", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/identity-m", "namespace":"clojure.contrib.monads", @@ -3663,7 +3656,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L217", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L217", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-chain", "namespace":"clojure.contrib.monads", @@ -3671,7 +3664,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L195", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L195", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-fmap", "namespace":"clojure.contrib.monads", @@ -3679,7 +3672,7 @@ "Bind the monadic value m to the function returning (f x) for argument x", "name":"m-fmap"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L189", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L189", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-join", "namespace":"clojure.contrib.monads", @@ -3687,7 +3680,7 @@ "Converts a monadic value containing a monadic value into a 'simple'\nmonadic value.", "name":"m-join"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L180", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L180", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-lift", "namespace":"clojure.contrib.monads", @@ -3696,7 +3689,7 @@ "Converts a function f of n arguments into a function of n\nmonadic arguments returning a monadic value.", "name":"m-lift"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L211", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L211", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-map", "namespace":"clojure.contrib.monads", @@ -3704,7 +3697,7 @@ "'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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L228", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L228", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-reduce", "namespace":"clojure.contrib.monads", @@ -3712,7 +3705,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L200", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L200", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-seq", "namespace":"clojure.contrib.monads", @@ -3720,7 +3713,7 @@ "'Executes' the monadic values in ms and returns a sequence of the\nbasic values contained in them.", "name":"m-seq"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L241", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L241", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-until", "namespace":"clojure.contrib.monads", @@ -3728,7 +3721,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L253", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L253", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-when", "namespace":"clojure.contrib.monads", @@ -3737,7 +3730,7 @@ "If test is logical true, return monadic value m-expr, else return\n(m-result nil).", "name":"m-when"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L259", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L259", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/m-when-not", "namespace":"clojure.contrib.monads", @@ -3746,7 +3739,7 @@ "If test if logical false, return monadic value m-expr, else return\n(m-result nil).", "name":"m-when-not"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L296", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L296", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/maybe-m", "namespace":"clojure.contrib.monads", @@ -3754,7 +3747,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L496", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L496", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/maybe-t", "namespace":"clojure.contrib.monads", @@ -3764,7 +3757,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L36", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L36", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/monad", "namespace":"clojure.contrib.monads", @@ -3773,7 +3766,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L474", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L474", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/monad-transformer", "namespace":"clojure.contrib.monads", @@ -3782,7 +3775,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L451", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L451", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/run-cont", "namespace":"clojure.contrib.monads", @@ -3791,7 +3784,7 @@ "Execute the computation c in the cont monad and return its result.", "name":"run-cont"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L309", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L309", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/sequence-m", "namespace":"clojure.contrib.monads", @@ -3799,7 +3792,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L528", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L528", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/sequence-t", "namespace":"clojure.contrib.monads", @@ -3808,7 +3801,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L323", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L323", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-m", "namespace":"clojure.contrib.monads", @@ -3816,7 +3809,7 @@ "Monad describing multi-valued computations, like sequence-m,\nbut returning sets of results instead of sequences of results.", "name":"set-m"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L353", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L353", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-state", "namespace":"clojure.contrib.monads", @@ -3825,7 +3818,7 @@ "Return a state-monad function that replaces the current state by s and\nreturns the previous state.", "name":"set-state"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L383", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L383", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/set-val", "namespace":"clojure.contrib.monads", @@ -3834,7 +3827,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L336", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L336", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-m", "namespace":"clojure.contrib.monads", @@ -3842,7 +3835,7 @@ "Monad describing stateful computations. The monadic values have the\nstructure (fn [old-state] [result new-state]).", "name":"state-m"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L401", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L401", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-m-until", "namespace":"clojure.contrib.monads", @@ -3851,7 +3844,7 @@ "An optimized implementation of m-until for the state monad that\nreplaces recursion by a loop.", "name":"state-m-until"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L555", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L555", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/state-t", "namespace":"clojure.contrib.monads", @@ -3860,7 +3853,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L347", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L347", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/update-state", "namespace":"clojure.contrib.monads", @@ -3869,7 +3862,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L373", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L373", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/update-val", "namespace":"clojure.contrib.monads", @@ -3878,7 +3871,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L102", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L102", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/with-monad", "namespace":"clojure.contrib.monads", @@ -3887,7 +3880,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L389", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L389", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/with-state-field", "namespace":"clojure.contrib.monads", @@ -3896,7 +3889,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L413", + "http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L413", "wiki-url": "http://richhickey.github.com/clojure-contrib//monads-api.html#clojure.contrib.monads/writer-m", "namespace":"clojure.contrib.monads", @@ -3905,7 +3898,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L84", + "http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L84", "wiki-url": "http://richhickey.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/dir", "namespace":"clojure.contrib.ns-utils", @@ -3913,7 +3906,7 @@ "doc":"Prints a sorted directory of public vars in a namespace", "name":"dir"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L89", + "http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L89", "wiki-url": "http://richhickey.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/docs", "namespace":"clojure.contrib.ns-utils", @@ -3921,7 +3914,7 @@ "doc":"Prints documentation for the public vars in a namespace", "name":"docs"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L50", + "http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L50", "wiki-url": "http://richhickey.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/get-ns", "namespace":"clojure.contrib.ns-utils", @@ -3930,7 +3923,7 @@ "Returns the namespace named by ns-sym or throws if the\nnamespace does not exist", "name":"get-ns"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L94", + "http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L94", "wiki-url": "http://richhickey.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/immigrate", "namespace":"clojure.contrib.ns-utils", @@ -3939,7 +3932,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L58", + "http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L58", "wiki-url": "http://richhickey.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/ns-vars", "namespace":"clojure.contrib.ns-utils", @@ -3948,7 +3941,7 @@ "Returns a sorted seq of symbols naming public vars in\na namespace", "name":"ns-vars"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L64", + "http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L64", "wiki-url": "http://richhickey.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/print-dir", "namespace":"clojure.contrib.ns-utils", @@ -3956,7 +3949,7 @@ "doc":"Prints a sorted directory of public vars in a namespace", "name":"print-dir"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L70", + "http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L70", "wiki-url": "http://richhickey.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/print-docs", "namespace":"clojure.contrib.ns-utils", @@ -3964,7 +3957,7 @@ "doc":"Prints documentation for the public vars in a namespace", "name":"print-docs"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L78", + "http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L78", "wiki-url": "http://richhickey.github.com/clojure-contrib//ns-utils-api.html#clojure.contrib.ns-utils/vars", "namespace":"clojure.contrib.ns-utils", @@ -3982,6 +3975,13 @@ "The pretty print dispatch function for pretty printing Clojure code.", "name":"*code-dispatch*"}, {"source-url": + "http://github.com/richhickey/clojure-contrib/blob/0d2919855b1cc18f21e08fb4ee4a8c32445582e0/src/clojure/contrib/pprint/pprint_base.clj#L78", + "wiki-url": + "http://richhickey.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-base*", + "namespace":"clojure.contrib.pprint", + "doc":"The base to use for printing integers and rationals.", + "name":"*print-base*"}, + {"source-url": "http://github.com/richhickey/clojure-contrib/blob/0d2919855b1cc18f21e08fb4ee4a8c32445582e0/src/clojure/contrib/pprint/pprint_base.clj#L56", "wiki-url": "http://richhickey.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-circle*", @@ -4005,6 +4005,14 @@ "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": + "http://github.com/richhickey/clojure-contrib/blob/0d2919855b1cc18f21e08fb4ee4a8c32445582e0/src/clojure/contrib/pprint/pprint_base.clj#L33", + "wiki-url": + "http://richhickey.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-pprint-dispatch*", + "namespace":"clojure.contrib.pprint", + "doc": + "The pretty print dispatch function. Use with-pprint-dispatch or set-pprint-dispatch\nto modify.", + "name":"*print-pprint-dispatch*"}, + {"source-url": "http://github.com/richhickey/clojure-contrib/blob/0d2919855b1cc18f21e08fb4ee4a8c32445582e0/src/clojure/contrib/pprint/pprint_base.clj#L29", "wiki-url": "http://richhickey.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-pretty*", @@ -4012,6 +4020,14 @@ "doc":"Bind to true if you want write to use pretty printing", "name":"*print-pretty*"}, {"source-url": + "http://github.com/richhickey/clojure-contrib/blob/0d2919855b1cc18f21e08fb4ee4a8c32445582e0/src/clojure/contrib/pprint/pprint_base.clj#L72", + "wiki-url": + "http://richhickey.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-radix*", + "namespace":"clojure.contrib.pprint", + "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": "http://github.com/richhickey/clojure-contrib/blob/0d2919855b1cc18f21e08fb4ee4a8c32445582e0/src/clojure/contrib/pprint/pprint_base.clj#L38", "wiki-url": "http://richhickey.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint/*print-right-margin*", @@ -4189,7 +4205,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L148", + "http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L148", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/certainly", "namespace":"clojure.contrib.probabilities.finite-distributions", @@ -4198,7 +4214,7 @@ "Returns a distribution in which the single value v has probability 1.", "name":"certainly"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L94", + "http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L94", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/choose", "namespace":"clojure.contrib.probabilities.finite-distributions", @@ -4207,7 +4223,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L48", + "http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L48", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/cond-dist-m", "namespace":"clojure.contrib.probabilities.finite-distributions", @@ -4215,7 +4231,7 @@ "Variant of the dist monad that can handle undefined values.", "name":"cond-dist-m"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L162", + "http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L162", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/cond-prob", "namespace":"clojure.contrib.probabilities.finite-distributions", @@ -4224,7 +4240,7 @@ "Returns the conditional probability for the values in dist that satisfy\nthe predicate pred.", "name":"cond-prob"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L28", + "http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L28", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/dist-m", "namespace":"clojure.contrib.probabilities.finite-distributions", @@ -4232,7 +4248,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L153", + "http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L153", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/join-with", "namespace":"clojure.contrib.probabilities.finite-distributions", @@ -4241,7 +4257,7 @@ "Returns the distribution of (f x y) with x from dist1 and y from dist2.", "name":"join-with"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L136", + "http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L136", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/make-distribution", "namespace":"clojure.contrib.probabilities.finite-distributions", @@ -4250,7 +4266,7 @@ "Returns the distribution in which each element x of the collection\nhas a probability proportional to (f x)", "name":"make-distribution"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L72", + "http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L72", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/normalize", "namespace":"clojure.contrib.probabilities.finite-distributions", @@ -4259,7 +4275,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L199", + "http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L199", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/prob", "namespace":"clojure.contrib.probabilities.finite-distributions", @@ -4268,7 +4284,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L86", + "http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L86", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/uniform", "namespace":"clojure.contrib.probabilities.finite-distributions", @@ -4277,7 +4293,7 @@ "Return a distribution in which each of the elements of coll\nhas the same probability.", "name":"uniform"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L142", + "http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L142", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.finite-distributions-api.html#clojure.contrib.probabilities.finite-distributions/zipf", "namespace":"clojure.contrib.probabilities.finite-distributions", @@ -4286,7 +4302,7 @@ "Returns the Zipf distribution in which the numbers k=1..n have\nprobabilities proportional to 1/k^s.", "name":"zipf"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L87", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L87", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/discrete", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4295,7 +4311,7 @@ "A discrete distribution, defined by a map dist mapping values\nto probabilities. The sum of probabilities must be one.", "name":"discrete"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L146", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L146", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/exponential", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4304,7 +4320,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L137", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L137", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/lognormal", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4313,7 +4329,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L228", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L228", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/n-sphere", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4322,7 +4338,7 @@ "Return a uniform distribution of n-dimensional vectors inside an\nn-sphere of radius r.", "name":"n-sphere"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L116", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L116", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/normal", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4331,7 +4347,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L163", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L163", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/normal-box-muller", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4340,7 +4356,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L62", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L62", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/random-stream", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4349,7 +4365,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L74", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L74", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/reject", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4358,7 +4374,7 @@ "Return the distribution that results from rejecting the values from\ndist that do not satisfy predicate p.", "name":"reject"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L182", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4367,7 +4383,7 @@ "Return the distribution of samples of length n from the\ndistribution dist", "name":"sample"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L182", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-mean", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4376,7 +4392,7 @@ "Return the distribution of the mean over n samples from the\ndistribution dist", "name":"sample-mean"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L182", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-mean-variance", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4385,7 +4401,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L182", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-reduce", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4394,7 +4410,7 @@ "Returns the distribution of the reduction of f over n samples from the\ndistribution dist.", "name":"sample-reduce"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L182", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.monte-carlo-api.html#clojure.contrib.probabilities.monte-carlo/sample-sum", "namespace":"clojure.contrib.probabilities.monte-carlo", @@ -4403,7 +4419,7 @@ "Return the distribution of the sum over n samples from the\ndistribution dist.", "name":"sample-sum"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/random_numbers.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/random_numbers.clj#L35", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj#L35", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers/lcg", "namespace":"clojure.contrib.probabilities.random-numbers", @@ -4411,7 +4427,7 @@ "doc":"Create a linear congruential generator", "name":"lcg"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/random_numbers.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/random_numbers.clj#L56", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj#L56", "wiki-url": "http://richhickey.github.com/clojure-contrib//probabilities.random-numbers-api.html#clojure.contrib.probabilities.random-numbers/rand-stream", "namespace":"clojure.contrib.probabilities.random-numbers", @@ -4419,7 +4435,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L42", + "http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L42", "wiki-url": "http://richhickey.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/*enable-profiling*", "namespace":"clojure.contrib.profile", @@ -4427,7 +4443,7 @@ "Set this to false before loading/compiling to omit\nprofiling code.", "name":"*enable-profiling*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L95", + "http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L95", "wiki-url": "http://richhickey.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/print-summary", "namespace":"clojure.contrib.profile", @@ -4435,7 +4451,7 @@ "doc":"Prints a table of the results returned by summarize.", "name":"print-summary"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L45", + "http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L45", "wiki-url": "http://richhickey.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/prof", "namespace":"clojure.contrib.profile", @@ -4444,7 +4460,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L106", + "http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L106", "wiki-url": "http://richhickey.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/profile", "namespace":"clojure.contrib.profile", @@ -4453,7 +4469,7 @@ "Runs body with profiling enabled, then prints a summary of\nresults. Returns nil.", "name":"profile"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L73", + "http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L73", "wiki-url": "http://richhickey.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/summarize", "namespace":"clojure.contrib.profile", @@ -4462,7 +4478,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L63", + "http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L63", "wiki-url": "http://richhickey.github.com/clojure-contrib//profile-api.html#clojure.contrib.profile/with-profile-data", "namespace":"clojure.contrib.profile", @@ -4471,7 +4487,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/prxml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/prxml.clj#L32", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj#L32", "wiki-url": "http://richhickey.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/*html-compatible*", "namespace":"clojure.contrib.prxml", @@ -4479,7 +4495,7 @@ "If true, empty tags will have a space before the closing />", "name":"*html-compatible*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/prxml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/prxml.clj#L36", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj#L36", "wiki-url": "http://richhickey.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/*prxml-indent*", "namespace":"clojure.contrib.prxml", @@ -4487,7 +4503,7 @@ "The number of spaces to indent sub-tags. nil for no indent\nand no extra line-breaks.", "name":"*prxml-indent*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/prxml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/prxml.clj#L142", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj#L142", "wiki-url": "http://richhickey.github.com/clojure-contrib//prxml-api.html#clojure.contrib.prxml/prxml", "namespace":"clojure.contrib.prxml", @@ -4496,7 +4512,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L208", + "http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L208", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/print-repl-info", "namespace":"clojure.contrib.repl-ln", @@ -4504,7 +4520,7 @@ "doc":"Prints info about the current repl", "name":"print-repl-info"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L217", + "http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L217", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl", "namespace":"clojure.contrib.repl-ln", @@ -4513,7 +4529,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L202", + "http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L202", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl-info", "namespace":"clojure.contrib.repl-ln", @@ -4521,7 +4537,7 @@ "doc":"Returns a map of info about the current repl", "name":"repl-info"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L148", + "http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L148", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/repl-prompt", "namespace":"clojure.contrib.repl-ln", @@ -4530,7 +4546,7 @@ "Returns the current repl prompt based on this repl's prompt-fmt", "name":"repl-prompt"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L157", + "http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L157", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/set-repl-name", "namespace":"clojure.contrib.repl-ln", @@ -4539,7 +4555,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L180", + "http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L180", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/set-repl-prompt", "namespace":"clojure.contrib.repl-ln", @@ -4548,7 +4564,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L119", + "http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L119", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-ln-api.html#clojure.contrib.repl-ln/stream-repl", "namespace":"clojure.contrib.repl-ln", @@ -4573,7 +4589,7 @@ "Ref to a map from package name prefixes to URLs for remote\nJavadocs.", "name":"*remote-javadocs*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L150", + "http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L150", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/add-break-thread!", "namespace":"clojure.contrib.repl-utils", @@ -4599,7 +4615,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L131", + "http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L131", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/break-threads", "namespace":"clojure.contrib.repl-utils", @@ -4607,7 +4623,7 @@ "Threads to stop when Ctrl-C is pressed. See 'add-break-thread!'", "name":"break-threads"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L163", + "http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L163", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/expression-info", "namespace":"clojure.contrib.repl-utils", @@ -4625,7 +4641,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L97", + "http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L97", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/get-source", "namespace":"clojure.contrib.repl-utils", @@ -4643,7 +4659,7 @@ "Opens a browser window displaying the javadoc for the argument.\nTries *local-javadocs* first, then *remote-javadocs*.", "name":"javadoc"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L188", + "http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L188", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/run", "namespace":"clojure.contrib.repl-utils", @@ -4652,7 +4668,7 @@ "Loads the specified namespace and invokes its \"main\" function with\noptional args. ns-name is not evaluated.", "name":"run"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L181", + "http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L181", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/run*", "namespace":"clojure.contrib.repl-utils", @@ -4661,7 +4677,7 @@ "Loads the specified namespace and invokes its \"main\" function with\noptional args.", "name":"run*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L59", + "http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L59", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/show", "namespace":"clojure.contrib.repl-utils", @@ -4670,7 +4686,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L119", + "http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L119", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/source", "namespace":"clojure.contrib.repl-utils", @@ -4679,7 +4695,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L135", + "http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L135", "wiki-url": "http://richhickey.github.com/clojure-contrib//repl-utils-api.html#clojure.contrib.repl-utils/start-handling-break", "namespace":"clojure.contrib.repl-utils", @@ -4688,7 +4704,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L179", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L179", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/fill-queue", "namespace":"clojure.contrib.seq-utils", @@ -4697,7 +4713,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L170", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L170", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/find-first", "namespace":"clojure.contrib.seq-utils", @@ -4706,7 +4722,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L34", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L34", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/flatten", "namespace":"clojure.contrib.seq-utils", @@ -4715,7 +4731,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L89", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L89", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/frequencies", "namespace":"clojure.contrib.seq-utils", @@ -4724,7 +4740,7 @@ "Returns a map from distinct items in coll to the number of times\nthey appear.", "name":"frequencies"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L65", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L65", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/group-by", "namespace":"clojure.contrib.seq-utils", @@ -4733,7 +4749,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L48", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L48", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/includes?", "namespace":"clojure.contrib.seq-utils", @@ -4742,7 +4758,7 @@ "Returns true if coll contains something equal (with =) to x,\nin linear time.", "name":"includes?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L55", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L55", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/indexed", "namespace":"clojure.contrib.seq-utils", @@ -4751,7 +4767,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L135", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L135", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/partition-all", "namespace":"clojure.contrib.seq-utils", @@ -4760,7 +4776,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L78", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L78", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/partition-by", "namespace":"clojure.contrib.seq-utils", @@ -4769,7 +4785,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L214", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L214", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/positions", "namespace":"clojure.contrib.seq-utils", @@ -4778,7 +4794,7 @@ "Returns a lazy sequence containing the positions at which pred\nis true for items in coll.", "name":"positions"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L152", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L152", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rand-elt", "namespace":"clojure.contrib.seq-utils", @@ -4786,7 +4802,7 @@ "doc":"Return a random element of this seq", "name":"rand-elt"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L106", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L106", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rec-cat", "namespace":"clojure.contrib.seq-utils", @@ -4795,7 +4811,7 @@ "Similar to lazy-cat but binds the resulting sequence to the supplied \nbinding-name, allowing for recursive expressions.", "name":"rec-cat"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L99", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L99", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rec-seq", "namespace":"clojure.contrib.seq-utils", @@ -4804,7 +4820,7 @@ "Similar to lazy-seq but binds the resulting seq to the supplied \nbinding-name, allowing for recursive expressions.", "name":"rec-seq"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L115", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L115", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/reductions", "namespace":"clojure.contrib.seq-utils", @@ -4813,7 +4829,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L125", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L125", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/rotations", "namespace":"clojure.contrib.seq-utils", @@ -4821,7 +4837,7 @@ "doc":"Returns a lazy seq of all rotations of a seq", "name":"rotations"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L42", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L42", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/separate", "namespace":"clojure.contrib.seq-utils", @@ -4830,7 +4846,7 @@ "Returns a vector:\n[ (filter f s), (filter (complement f) s) ]", "name":"separate"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L159", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L159", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/seq-on", "namespace":"clojure.contrib.seq-utils", @@ -4839,7 +4855,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L145", + "http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L145", "wiki-url": "http://richhickey.github.com/clojure-contrib//seq-utils-api.html#clojure.contrib.seq-utils/shuffle", "namespace":"clojure.contrib.seq-utils", @@ -4847,7 +4863,7 @@ "doc":"Return a random permutation of coll", "name":"shuffle"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/server_socket.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/server_socket.clj#L87", + "http://github.com/richhickey/clojure-contrib/blob/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj#L87", "wiki-url": "http://richhickey.github.com/clojure-contrib//server-socket-api.html#clojure.contrib.server-socket/create-repl-server", "namespace":"clojure.contrib.server-socket", @@ -4856,7 +4872,7 @@ "doc":"create a repl on a socket", "name":"create-repl-server"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/server_socket.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/server_socket.clj#L53", + "http://github.com/richhickey/clojure-contrib/blob/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj#L53", "wiki-url": "http://richhickey.github.com/clojure-contrib//server-socket-api.html#clojure.contrib.server-socket/create-server", "namespace":"clojure.contrib.server-socket", @@ -4867,7 +4883,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/set.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/set.clj#L35", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L35", "wiki-url": "http://richhickey.github.com/clojure-contrib//set-api.html#clojure.contrib.set/proper-subset?", "namespace":"clojure.contrib.set", @@ -4875,7 +4891,7 @@ "doc":"Is s1 a proper subset of s2?", "name":"proper-subset?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/set.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/set.clj#L42", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L42", "wiki-url": "http://richhickey.github.com/clojure-contrib//set-api.html#clojure.contrib.set/proper-superset?", "namespace":"clojure.contrib.set", @@ -4883,7 +4899,7 @@ "doc":"Is s1 a proper superset of s2?", "name":"proper-superset?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/set.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/set.clj#L21", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L21", "wiki-url": "http://richhickey.github.com/clojure-contrib//set-api.html#clojure.contrib.set/subset?", "namespace":"clojure.contrib.set", @@ -4891,7 +4907,7 @@ "doc":"Is set1 a subset of set2?", "name":"subset?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/set.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/set.clj#L28", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L28", "wiki-url": "http://richhickey.github.com/clojure-contrib//set-api.html#clojure.contrib.set/superset?", "namespace":"clojure.contrib.set", @@ -4899,7 +4915,7 @@ "doc":"Is set1 a superset of set2?", "name":"superset?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/shell_out.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/shell_out.clj#L83", + "http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/shell_out.clj#L83", "wiki-url": "http://richhickey.github.com/clojure-contrib//shell-out-api.html#clojure.contrib.shell-out/sh", "namespace":"clojure.contrib.shell-out", @@ -4908,7 +4924,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/singleton.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/singleton.clj#L28", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L28", "wiki-url": "http://richhickey.github.com/clojure-contrib//singleton-api.html#clojure.contrib.singleton/global-singleton", "namespace":"clojure.contrib.singleton", @@ -4917,7 +4933,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/singleton.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/singleton.clj#L41", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L41", "wiki-url": "http://richhickey.github.com/clojure-contrib//singleton-api.html#clojure.contrib.singleton/per-thread-singleton", "namespace":"clojure.contrib.singleton", @@ -5078,7 +5094,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L96", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L96", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/chomp", "namespace":"clojure.contrib.str-utils", @@ -5087,7 +5103,7 @@ "Removes all trailing newline \\n or return \\r characters from\nstring. Note: String.trim() is similar and faster.", "name":"chomp"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L91", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L91", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/chop", "namespace":"clojure.contrib.str-utils", @@ -5095,7 +5111,7 @@ "doc":"Removes the last character of string.", "name":"chop"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L50", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L50", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-gsub", "namespace":"clojure.contrib.str-utils", @@ -5104,7 +5120,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L28", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L28", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-partition", "namespace":"clojure.contrib.str-utils", @@ -5113,7 +5129,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L21", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L21", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-split", "namespace":"clojure.contrib.str-utils", @@ -5122,7 +5138,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L66", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L66", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/re-sub", "namespace":"clojure.contrib.str-utils", @@ -5131,7 +5147,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L84", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L84", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils-api.html#clojure.contrib.str-utils/str-join", "namespace":"clojure.contrib.str-utils", @@ -5140,7 +5156,7 @@ "Returns a string of all elements in 'sequence', separated by\n'separator'. Like Perl's 'join'.", "name":"str-join"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L102", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L102", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/blank?", "namespace":"clojure.contrib.str-utils2", @@ -5148,7 +5164,7 @@ "doc":"True if s is nil, empty, or contains only whitespace.", "name":"blank?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L128", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L128", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/butlast", "namespace":"clojure.contrib.str-utils2", @@ -5157,7 +5173,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L285", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L285", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/capitalize", "namespace":"clojure.contrib.str-utils2", @@ -5166,7 +5182,7 @@ "Converts first character of the string to upper-case, all other\ncharacters to lower-case.", "name":"capitalize"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L258", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L258", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/chomp", "namespace":"clojure.contrib.str-utils2", @@ -5175,7 +5191,7 @@ "Removes all trailing newline \\n or return \\r characters from\nstring. Note: String.trim() is similar and faster.", "name":"chomp"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L249", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L249", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/chop", "namespace":"clojure.contrib.str-utils2", @@ -5184,7 +5200,7 @@ "Removes the last character of string, does nothing on a zero-length\nstring.", "name":"chop"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L77", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L77", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/codepoints", "namespace":"clojure.contrib.str-utils2", @@ -5193,7 +5209,7 @@ "Returns a sequence of integer Unicode code points in s. Handles\nUnicode supplementary characters (above U+FFFF) correctly.", "name":"codepoints"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L364", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L364", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/contains?", "namespace":"clojure.contrib.str-utils2", @@ -5201,7 +5217,7 @@ "doc":"True if s contains the substring.", "name":"contains?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L37", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L37", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/dochars", "namespace":"clojure.contrib.str-utils2", @@ -5210,7 +5226,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L53", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L53", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/docodepoints", "namespace":"clojure.contrib.str-utils2", @@ -5219,7 +5235,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L117", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L117", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/drop", "namespace":"clojure.contrib.str-utils2", @@ -5228,7 +5244,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L90", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L90", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/escape", "namespace":"clojure.contrib.str-utils2", @@ -5237,7 +5253,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L369", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L369", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/get", "namespace":"clojure.contrib.str-utils2", @@ -5245,7 +5261,7 @@ "doc":"Gets the i'th character in string.", "name":"get"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L317", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L317", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/grep", "namespace":"clojure.contrib.str-utils2", @@ -5254,7 +5270,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L243", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L243", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/join", "namespace":"clojure.contrib.str-utils2", @@ -5263,7 +5279,7 @@ "Returns a string of all elements in coll, separated by\nseparator. Like Perl's join.", "name":"join"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L348", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L348", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/lower-case", "namespace":"clojure.contrib.str-utils2", @@ -5271,7 +5287,7 @@ "doc":"Converts string to all lower-case.", "name":"lower-case"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L294", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L294", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/ltrim", "namespace":"clojure.contrib.str-utils2", @@ -5279,7 +5295,7 @@ "doc":"Removes whitespace from the left side of string.", "name":"ltrim"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L310", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L310", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/map-str", "namespace":"clojure.contrib.str-utils2", @@ -5288,7 +5304,7 @@ "Apply f to each element of coll, concatenate all results into a\nString.", "name":"map-str"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L323", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L323", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/partial", "namespace":"clojure.contrib.str-utils2", @@ -5297,7 +5313,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L222", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L222", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/partition", "namespace":"clojure.contrib.str-utils2", @@ -5306,7 +5322,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L146", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L146", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/repeat", "namespace":"clojure.contrib.str-utils2", @@ -5314,7 +5330,7 @@ "doc":"Returns a new String containing s repeated n times.", "name":"repeat"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L156", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L156", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/replace", "namespace":"clojure.contrib.str-utils2", @@ -5323,7 +5339,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L192", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L192", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/replace-first", "namespace":"clojure.contrib.str-utils2", @@ -5332,7 +5348,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L151", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L151", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/reverse", "namespace":"clojure.contrib.str-utils2", @@ -5340,7 +5356,7 @@ "doc":"Returns s with its characters reversed.", "name":"reverse"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L299", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L299", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/rtrim", "namespace":"clojure.contrib.str-utils2", @@ -5348,7 +5364,7 @@ "doc":"Removes whitespace from the right side of string.", "name":"rtrim"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L353", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L353", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/split", "namespace":"clojure.contrib.str-utils2", @@ -5357,7 +5373,7 @@ "Splits string on a regular expression. Optional argument limit is\nthe maximum number of splits.", "name":"split"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L304", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L304", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/split-lines", "namespace":"clojure.contrib.str-utils2", @@ -5365,7 +5381,7 @@ "doc":"Splits s on \\n or \\r\\n.", "name":"split-lines"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L267", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L267", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/swap-case", "namespace":"clojure.contrib.str-utils2", @@ -5374,7 +5390,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L139", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L139", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/tail", "namespace":"clojure.contrib.str-utils2", @@ -5382,7 +5398,7 @@ "doc":"Returns the last n characters of s.", "name":"tail"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L107", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L107", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/take", "namespace":"clojure.contrib.str-utils2", @@ -5391,7 +5407,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L359", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L359", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/trim", "namespace":"clojure.contrib.str-utils2", @@ -5399,7 +5415,7 @@ "doc":"Removes whitespace from both ends of string.", "name":"trim"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L343", + "http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L343", "wiki-url": "http://richhickey.github.com/clojure-contrib//str-utils2-api.html#clojure.contrib.str-utils2/upper-case", "namespace":"clojure.contrib.str-utils2", @@ -5407,7 +5423,7 @@ "doc":"Converts string to all upper-case.", "name":"upper-case"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L183", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L183", "wiki-url": "http://richhickey.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/defst", "namespace":"clojure.contrib.stream-utils", @@ -5416,7 +5432,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L73", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L73", "wiki-url": "http://richhickey.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/defstream", "namespace":"clojure.contrib.stream-utils", @@ -5425,7 +5441,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L149", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L149", "wiki-url": "http://richhickey.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/pick", "namespace":"clojure.contrib.stream-utils", @@ -5434,7 +5450,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L160", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L160", "wiki-url": "http://richhickey.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/pick-all", "namespace":"clojure.contrib.stream-utils", @@ -5443,7 +5459,7 @@ "Return a vector containing the next value of each stream argument\ninside a stream transformer.", "name":"pick-all"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L201", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L201", "wiki-url": "http://richhickey.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-drop", "namespace":"clojure.contrib.stream-utils", @@ -5452,7 +5468,7 @@ "Return a stream containing all but the first n elements of stream.", "name":"stream-drop"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L243", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L243", "wiki-url": "http://richhickey.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-filter", "namespace":"clojure.contrib.stream-utils", @@ -5461,7 +5477,7 @@ "Return a new stream that contrains the elements of stream\nthat satisfy the predicate p.", "name":"stream-filter"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L271", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L271", "wiki-url": "http://richhickey.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-flatten", "namespace":"clojure.contrib.stream-utils", @@ -5470,7 +5486,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L135", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L135", "wiki-url": "http://richhickey.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-m", "namespace":"clojure.contrib.stream-utils", @@ -5478,7 +5494,7 @@ "Monad describing stream computations. The monadic values can be\nof any type handled by stream-next.", "name":"stream-m"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L219", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L219", "wiki-url": "http://richhickey.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-map", "namespace":"clojure.contrib.stream-utils", @@ -5487,7 +5503,7 @@ "Return a new stream by mapping the function f on the given stream.", "name":"stream-map"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L91", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L91", "wiki-url": "http://richhickey.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-next", "namespace":"clojure.contrib.stream-utils", @@ -5496,7 +5512,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L113", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L113", "wiki-url": "http://richhickey.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-seq", "namespace":"clojure.contrib.stream-utils", @@ -5505,7 +5521,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L69", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L69", "wiki-url": "http://richhickey.github.com/clojure-contrib//stream-utils-api.html#clojure.contrib.stream-utils/stream-type", "namespace":"clojure.contrib.stream-utils", @@ -5513,14 +5529,14 @@ "The root type for the stream hierarchy. For each stream type,\nadd a derivation from this type.", "name":"stream-type"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L70", + "http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L70", "wiki-url": "http://richhickey.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/action-translation-table", "namespace":"clojure.contrib.swing-utils", "doc":"Translation table for the make-action constructor.", "name":"action-translation-table"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L23", + "http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L23", "wiki-url": "http://richhickey.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-action-listener", "namespace":"clojure.contrib.swing-utils", @@ -5529,7 +5545,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L33", + "http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L33", "wiki-url": "http://richhickey.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-key-typed-listener", "namespace":"clojure.contrib.swing-utils", @@ -5538,7 +5554,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L101", + "http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L101", "wiki-url": "http://richhickey.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/add-menu-item", "namespace":"clojure.contrib.swing-utils", @@ -5547,7 +5563,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L58", + "http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L58", "wiki-url": "http://richhickey.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing", "namespace":"clojure.contrib.swing-utils", @@ -5556,7 +5572,7 @@ "Executes body in the Swing event thread asynchronously. Returns\nimmediately after scheduling the execution.", "name":"do-swing"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L46", + "http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L46", "wiki-url": "http://richhickey.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing*", "namespace":"clojure.contrib.swing-utils", @@ -5565,7 +5581,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L64", + "http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L64", "wiki-url": "http://richhickey.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/do-swing-and-wait", "namespace":"clojure.contrib.swing-utils", @@ -5574,7 +5590,7 @@ "Executes body in the Swing event thread synchronously. Returns\nafter the execution is complete.", "name":"do-swing-and-wait"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L80", + "http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L80", "wiki-url": "http://richhickey.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/make-action", "namespace":"clojure.contrib.swing-utils", @@ -5583,7 +5599,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L142", + "http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L142", "wiki-url": "http://richhickey.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/make-menubar", "namespace":"clojure.contrib.swing-utils", @@ -5592,7 +5608,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L97", + "http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L97", "wiki-url": "http://richhickey.github.com/clojure-contrib//swing-utils-api.html#clojure.contrib.swing-utils/menu-constructor-dispatch", "namespace":"clojure.contrib.swing-utils", @@ -5616,7 +5632,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L76", + "http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L76", "wiki-url": "http://richhickey.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/apply-template", "namespace":"clojure.contrib.test-is", @@ -5625,7 +5641,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L104", + "http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L104", "wiki-url": "http://richhickey.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/are", "namespace":"clojure.contrib.test-is", @@ -5678,7 +5694,7 @@ "doc":"Like deftest but creates a private var.", "name":"deftest-"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L87", + "http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L87", "wiki-url": "http://richhickey.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/do-template", "namespace":"clojure.contrib.test-is", @@ -5696,7 +5712,7 @@ "Returns a vector [filename line-number] for the nth call up the\nstack.", "name":"file-position"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L51", + "http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L51", "wiki-url": "http://richhickey.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/find-holes", "namespace":"clojure.contrib.test-is", @@ -5704,7 +5720,7 @@ "doc":"Recursively finds all symbols starting with _ in form.", "name":"find-holes"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L57", + "http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L57", "wiki-url": "http://richhickey.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/find-pure-exprs", "namespace":"clojure.contrib.test-is", @@ -5713,7 +5729,7 @@ "Recursively finds all sub-expressions in form that do not contain\nany symbols starting with _", "name":"find-pure-exprs"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L46", + "http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L46", "wiki-url": "http://richhickey.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/find-symbols", "namespace":"clojure.contrib.test-is", @@ -5721,7 +5737,7 @@ "doc":"Recursively finds all symbols in form.", "name":"find-symbols"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L65", + "http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L65", "wiki-url": "http://richhickey.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/flatten-map", "namespace":"clojure.contrib.test-is", @@ -5808,7 +5824,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L71", + "http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L71", "wiki-url": "http://richhickey.github.com/clojure-contrib//test-is-api.html#clojure.contrib.test-is/template?", "namespace":"clojure.contrib.test-is", @@ -5904,14 +5920,14 @@ "doc":"Runs body with *out* bound to the value of *test-out*.", "name":"with-test-out"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L40", + "http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L40", "wiki-url": "http://richhickey.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/*trace-depth*", "namespace":"clojure.contrib.trace", "doc":"Current stack depth of traced function calls.", "name":"*trace-depth*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L75", + "http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L75", "wiki-url": "http://richhickey.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/deftrace", "namespace":"clojure.contrib.trace", @@ -5920,7 +5936,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L86", + "http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L86", "wiki-url": "http://richhickey.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/dotrace", "namespace":"clojure.contrib.trace", @@ -5929,7 +5945,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L50", + "http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L50", "wiki-url": "http://richhickey.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace", "namespace":"clojure.contrib.trace", @@ -5938,7 +5954,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L64", + "http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L64", "wiki-url": "http://richhickey.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace-fn-call", "namespace":"clojure.contrib.trace", @@ -5947,7 +5963,7 @@ "Traces a single call to a function f with args. 'name' is the\nsymbol name of the function.", "name":"trace-fn-call"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L59", + "http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L59", "wiki-url": "http://richhickey.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/trace-indent", "namespace":"clojure.contrib.trace", @@ -5955,7 +5971,7 @@ "doc":"Returns an indentation string based on *trace-depth*", "name":"trace-indent"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L44", + "http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L44", "wiki-url": "http://richhickey.github.com/clojure-contrib//trace-api.html#clojure.contrib.trace/tracer", "namespace":"clojure.contrib.trace", @@ -5964,7 +5980,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/types.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L128", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/types.clj#L128", "wiki-url": "http://richhickey.github.com/clojure-contrib//types-api.html#clojure.contrib.types/defadt", "namespace":"clojure.contrib.types", @@ -5973,7 +5989,7 @@ "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/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/types.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L54", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/types.clj#L54", "wiki-url": "http://richhickey.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype", "namespace":"clojure.contrib.types", @@ -5987,7 +6003,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/types.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L88", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/types.clj#L88", "wiki-url": "http://richhickey.github.com/clojure-contrib//types-api.html#clojure.contrib.types/deftype-", "namespace":"clojure.contrib.types", @@ -5995,7 +6011,7 @@ "doc":"Same as deftype but the constructor is private.", "name":"deftype-"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/types.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L241", + "http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/types.clj#L241", "wiki-url": "http://richhickey.github.com/clojure-contrib//types-api.html#clojure.contrib.types/match", "namespace":"clojure.contrib.types", @@ -6004,7 +6020,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/with_ns.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/with_ns.clj#L20", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/with_ns.clj#L20", "wiki-url": "http://richhickey.github.com/clojure-contrib//with-ns-api.html#clojure.contrib.with-ns/with-ns", "namespace":"clojure.contrib.with-ns", @@ -6013,7 +6029,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/with_ns.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/with_ns.clj#L28", + "http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/with_ns.clj#L28", "wiki-url": "http://richhickey.github.com/clojure-contrib//with-ns-api.html#clojure.contrib.with-ns/with-temp-ns", "namespace":"clojure.contrib.with-ns", @@ -6094,33 +6110,7 @@ "Returns true if there are no more nodes to the right of location loc.", "name":"rightmost?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/condition/Condition.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/condition/Condition.clj#L25", - "wiki-url": - "http://richhickey.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-init", - "namespace":"clojure.contrib.condition.Condition", - "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/condition/Condition.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/condition/Condition.clj#L40", - "wiki-url": - "http://richhickey.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-meta", - "namespace":"clojure.contrib.condition.Condition", - "arglists":[["this"]], - "doc":"Returns this object's metadata, the condition", - "name":"-meta"}, - {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/condition/Condition.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/condition/Condition.clj#L33", - "wiki-url": - "http://richhickey.github.com/clojure-contrib//condition-api.html#clojure.contrib.condition.Condition/-post-init", - "namespace":"clojure.contrib.condition.Condition", - "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L85", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L85", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-index", "namespace":"clojure.contrib.datalog.database", @@ -6128,7 +6118,7 @@ "doc":"Adds an index to an empty relation named name", "name":"add-index"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L80", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L80", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-relation", "namespace":"clojure.contrib.datalog.database", @@ -6136,7 +6126,7 @@ "doc":"Adds a relation to the database", "name":"add-relation"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L171", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L171", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-tuple", "namespace":"clojure.contrib.datalog.database", @@ -6145,7 +6135,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L206", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L206", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/add-tuples", "namespace":"clojure.contrib.datalog.database", @@ -6154,7 +6144,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L252", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L252", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/any-match?", "namespace":"clojure.contrib.datalog.database", @@ -6163,7 +6153,7 @@ "Finds if there are any matching records for the partial tuple", "name":"any-match?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L143", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L143", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-counts", "namespace":"clojure.contrib.datalog.database", @@ -6171,7 +6161,7 @@ "doc":"Returns a map with the count of elements in each relation.", "name":"database-counts"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L276", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L276", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-merge", "namespace":"clojure.contrib.datalog.database", @@ -6179,7 +6169,7 @@ "doc":"Merges databases together", "name":"database-merge"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L281", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L281", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/database-merge-parallel", "namespace":"clojure.contrib.datalog.database", @@ -6187,7 +6177,7 @@ "doc":"Merges databases together in parallel", "name":"database-merge-parallel"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L75", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L75", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/datalog-relation", "namespace":"clojure.contrib.datalog.database", @@ -6195,7 +6185,7 @@ "doc":"Creates a relation", "name":"datalog-relation"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L95", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L95", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/ensure-relation", "namespace":"clojure.contrib.datalog.database", @@ -6203,7 +6193,7 @@ "doc":"If the database lacks the named relation, add it", "name":"ensure-relation"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L129", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L129", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/get-relation", "namespace":"clojure.contrib.datalog.database", @@ -6211,7 +6201,7 @@ "doc":"Get a relation object by name", "name":"get-relation"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L108", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L108", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/make-database", "namespace":"clojure.contrib.datalog.database", @@ -6220,7 +6210,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L266", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L266", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/merge-relations", "namespace":"clojure.contrib.datalog.database", @@ -6228,7 +6218,7 @@ "doc":"Merges two relations", "name":"merge-relations"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L189", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L189", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/remove-tuple", "namespace":"clojure.contrib.datalog.database", @@ -6237,7 +6227,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L134", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L134", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/replace-relation", "namespace":"clojure.contrib.datalog.database", @@ -6246,7 +6236,7 @@ "Add or replace a fully constructed relation object to the database.", "name":"replace-relation"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L247", + "http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L247", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.database/select", "namespace":"clojure.contrib.datalog.database", @@ -6255,7 +6245,7 @@ "finds all matching tuples to the partial tuple (pt) in the relation named (rn)", "name":"select"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L254", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L254", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/adorned-literal", "namespace":"clojure.contrib.datalog.literals", @@ -6263,7 +6253,7 @@ "When passed a set of bound columns, returns the adorned literal", "name":"adorned-literal"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L133", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L133", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-atom", "namespace":"clojure.contrib.datalog.literals", @@ -6272,7 +6262,7 @@ "Returns an unevaluated expression (to be used in a macro) of an\natom.", "name":"build-atom"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L128", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L128", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-literal", "namespace":"clojure.contrib.datalog.literals", @@ -6280,7 +6270,7 @@ "(Returns an unevaluated expression (to be used in macros) of a\nliteral.", "name":"build-literal"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L303", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L303", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/build-seed-bindings", "namespace":"clojure.contrib.datalog.literals", @@ -6289,7 +6279,7 @@ "Given a seed literal, already adorned and in magic form, convert\nits bound constants to new variables.", "name":"build-seed-bindings"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L320", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L320", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/delta-literal", "namespace":"clojure.contrib.datalog.literals", @@ -6297,14 +6287,14 @@ "doc":"Given a literal l, return a delta version", "name":"delta-literal"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L164", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L164", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/display-literal", "namespace":"clojure.contrib.datalog.literals", "doc":"Converts a struct representing a literal to a normal list", "name":"display-literal"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L271", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L271", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-adorned-bindings", "namespace":"clojure.contrib.datalog.literals", @@ -6312,7 +6302,7 @@ "doc":"Get the bindings from this adorned literal.", "name":"get-adorned-bindings"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L276", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L276", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-base-predicate", "namespace":"clojure.contrib.datalog.literals", @@ -6320,28 +6310,28 @@ "doc":"Get the base predicate from this predicate.", "name":"get-base-predicate"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L202", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L202", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-cs-from-vs", "namespace":"clojure.contrib.datalog.literals", "doc":"From a set of vars, get the columns", "name":"get-cs-from-vs"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L219", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L219", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-self-bound-cs", "namespace":"clojure.contrib.datalog.literals", "doc":"Get the columns that are bound withing the literal.", "name":"get-self-bound-cs"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L187", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L187", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/get-vs-from-cs", "namespace":"clojure.contrib.datalog.literals", "doc":"From a set of columns, return the vars", "name":"get-vs-from-cs"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L361", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L361", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/join-literal", "namespace":"clojure.contrib.datalog.literals", @@ -6349,7 +6339,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L236", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L236", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-appropriate?", "namespace":"clojure.contrib.datalog.literals", @@ -6357,14 +6347,14 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L48", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L48", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-columns", "namespace":"clojure.contrib.datalog.literals", "doc":"Return the column names this applies to", "name":"literal-columns"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L296", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L296", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-magic?", "namespace":"clojure.contrib.datalog.literals", @@ -6372,7 +6362,7 @@ "doc":"Is this literal magic?", "name":"literal-magic?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L44", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L44", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-predicate", "namespace":"clojure.contrib.datalog.literals", @@ -6380,14 +6370,14 @@ "Return the predicate/relation this conditional operates over", "name":"literal-predicate"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L52", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L52", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/literal-vars", "namespace":"clojure.contrib.datalog.literals", "doc":"Returns the logic vars used by this literal", "name":"literal-vars"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L286", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L286", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/magic-literal", "namespace":"clojure.contrib.datalog.literals", @@ -6395,7 +6385,7 @@ "doc":"Create a magic version of this adorned predicate.", "name":"magic-literal"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L314", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L314", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negated-literal", "namespace":"clojure.contrib.datalog.literals", @@ -6403,7 +6393,7 @@ "doc":"Given a literal l, return a negated version", "name":"negated-literal"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L112", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L112", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negated?", "namespace":"clojure.contrib.datalog.literals", @@ -6411,21 +6401,21 @@ "doc":"Is this literal a negated literal?", "name":"negated?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L60", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L60", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/negative-vars", "namespace":"clojure.contrib.datalog.literals", "doc":"Returns the logic vars used in a negative position", "name":"negative-vars"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L56", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L56", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/positive-vars", "namespace":"clojure.contrib.datalog.literals", "doc":"Returns the logic vars used in a positive position", "name":"positive-vars"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L117", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L117", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/positive?", "namespace":"clojure.contrib.datalog.literals", @@ -6433,7 +6423,7 @@ "doc":"Is this a positive literal?", "name":"positive?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L393", + "http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L393", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.literals/project-literal", "namespace":"clojure.contrib.datalog.literals", @@ -6442,7 +6432,7 @@ "Project a stream of bindings onto a literal/relation. Returns a new\ndb.", "name":"project-literal"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L26", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L26", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/adorn-query", "namespace":"clojure.contrib.datalog.magic", @@ -6450,7 +6440,7 @@ "doc":"Adorn a query", "name":"adorn-query"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L31", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L31", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/adorn-rules-set", "namespace":"clojure.contrib.datalog.magic", @@ -6459,7 +6449,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L78", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L78", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/build-partial-tuple", "namespace":"clojure.contrib.datalog.magic", @@ -6468,7 +6458,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L98", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L98", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/magic-transform", "namespace":"clojure.contrib.datalog.magic", @@ -6477,7 +6467,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L90", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L90", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-predicate-for-insertion", "namespace":"clojure.contrib.datalog.magic", @@ -6486,7 +6476,7 @@ "Given a query, return the predicate to use for database insertion.", "name":"seed-predicate-for-insertion"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L63", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L63", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-relation", "namespace":"clojure.contrib.datalog.magic", @@ -6495,7 +6485,7 @@ "Given a magic form of a query, give back the literal form of its seed\nrelation", "name":"seed-relation"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L71", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L71", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.magic/seed-rule", "namespace":"clojure.contrib.datalog.magic", @@ -6503,7 +6493,7 @@ "doc":"Given an adorned query, give back its seed rule", "name":"seed-rule"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L66", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L66", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/<-", "namespace":"clojure.contrib.datalog.rules", @@ -6512,7 +6502,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L84", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L84", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/?-", "namespace":"clojure.contrib.datalog.rules", @@ -6520,7 +6510,7 @@ "doc":"Define a datalog query", "name":"?-"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L161", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L161", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/all-predicates", "namespace":"clojure.contrib.datalog.rules", @@ -6528,7 +6518,7 @@ "doc":"Given a rules-set, return all defined predicates", "name":"all-predicates"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L182", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L182", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/apply-rule", "namespace":"clojure.contrib.datalog.rules", @@ -6537,7 +6527,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L98", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L98", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/compute-sip", "namespace":"clojure.contrib.datalog.rules", @@ -6546,7 +6536,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L37", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L37", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/display-query", "namespace":"clojure.contrib.datalog.rules", @@ -6554,7 +6544,7 @@ "doc":"Return a query in a readable format.", "name":"display-query"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L30", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L30", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/display-rule", "namespace":"clojure.contrib.datalog.rules", @@ -6562,7 +6552,7 @@ "doc":"Return the rule in a readable format.", "name":"display-rule"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L45", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L45", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/is-safe?", "namespace":"clojure.contrib.datalog.rules", @@ -6570,7 +6560,7 @@ "doc":"Is the rule safe according to the datalog protocol?", "name":"is-safe?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L127", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L127", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/make-rules-set", "namespace":"clojure.contrib.datalog.rules", @@ -6579,7 +6569,7 @@ "Given an existing set of rules, make it a 'rules-set' for\nprinting.", "name":"make-rules-set"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L166", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L166", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/non-base-rules", "namespace":"clojure.contrib.datalog.rules", @@ -6588,7 +6578,7 @@ "Return a collection of rules that depend, somehow, on other rules", "name":"non-base-rules"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L151", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L151", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/predicate-map", "namespace":"clojure.contrib.datalog.rules", @@ -6597,7 +6587,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L79", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L79", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/return-rule-data", "namespace":"clojure.contrib.datalog.rules", @@ -6605,7 +6595,7 @@ "doc":"Returns an untypted rule that will be fully printed", "name":"return-rule-data"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L135", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L135", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.rules/rules-set", "namespace":"clojure.contrib.datalog.rules", @@ -6613,7 +6603,7 @@ "doc":"Given a collection of rules return a rules set", "name":"rules-set"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/softstrat.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/softstrat.clj#L115", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj#L115", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.softstrat/build-soft-strat-work-plan", "namespace":"clojure.contrib.datalog.softstrat", @@ -6621,7 +6611,7 @@ "doc":"Return a work plan for the given rules-set and query", "name":"build-soft-strat-work-plan"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/softstrat.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/softstrat.clj#L121", + "http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj#L121", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.softstrat/get-all-relations", "namespace":"clojure.contrib.datalog.softstrat", @@ -6630,7 +6620,7 @@ "Return a set of all relation names defined in this workplan", "name":"get-all-relations"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L33", + "http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L33", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/is-query-var?", "namespace":"clojure.contrib.datalog.util", @@ -6638,7 +6628,7 @@ "doc":"Is this a query variable: e.g. a symbol prefixed with ??", "name":"is-query-var?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L25", + "http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L25", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/is-var?", "namespace":"clojure.contrib.datalog.util", @@ -6646,7 +6636,7 @@ "doc":"Is this a logic variable: e.g. a symbol prefixed with a ?", "name":"is-var?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L49", + "http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L49", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/keys-to-vals", "namespace":"clojure.contrib.datalog.util", @@ -6655,7 +6645,7 @@ "Given a map and a collection of keys, return the collection of vals", "name":"keys-to-vals"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L41", + "http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L41", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/map-values", "namespace":"clojure.contrib.datalog.util", @@ -6663,7 +6653,7 @@ "doc":"Like map, but works over the values of a hash map", "name":"map-values"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L62", + "http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L62", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/preduce", "namespace":"clojure.contrib.datalog.util", @@ -6672,7 +6662,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L54", + "http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L54", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/reverse-map", "namespace":"clojure.contrib.datalog.util", @@ -6680,7 +6670,7 @@ "doc":"Reverse the keys/values of a map", "name":"reverse-map"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L82", + "http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L82", "wiki-url": "http://richhickey.github.com/clojure-contrib//datalog-api.html#clojure.contrib.datalog.util/trace-datalog", "namespace":"clojure.contrib.datalog.util", @@ -6689,7 +6679,7 @@ "If *test-datalog* is set to true, run the enclosed commands", "name":"trace-datalog"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/example.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/example.clj#L40", + "http://github.com/richhickey/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj#L40", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.example/converter-ui", "namespace":"clojure.contrib.miglayout.example", @@ -6697,7 +6687,7 @@ "doc":"Lays out and shows a Temperature Converter UI", "name":"converter-ui"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/example.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/example.clj#L24", + "http://github.com/richhickey/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj#L24", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.example/fahrenheit", "namespace":"clojure.contrib.miglayout.example", @@ -6706,7 +6696,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/example.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/example.clj#L57", + "http://github.com/richhickey/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj#L57", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.example/main", "namespace":"clojure.contrib.miglayout.example", @@ -6714,7 +6704,7 @@ "doc":"Invokes converter-ui in the AWT Event thread", "name":"main"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L94", + "http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L94", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/add-components", "namespace":"clojure.contrib.miglayout.internal", @@ -6722,7 +6712,7 @@ "doc":"Adds components with constraints to a container", "name":"add-components"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L59", + "http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L59", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/component?", "namespace":"clojure.contrib.miglayout.internal", @@ -6730,7 +6720,7 @@ "doc":"Returns true if x is a java.awt.Component", "name":"component?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L64", + "http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L64", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/constraint?", "namespace":"clojure.contrib.miglayout.internal", @@ -6738,7 +6728,7 @@ "doc":"Returns true if x is not a keyword-item or component", "name":"constraint?"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L114", + "http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L114", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/do-layout", "namespace":"clojure.contrib.miglayout.internal", @@ -6748,7 +6738,7 @@ "Attaches a MigLayout layout manager to container and adds components\nwith constraints", "name":"do-layout"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L32", + "http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L32", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/format-constraint", "namespace":"clojure.contrib.miglayout.internal", @@ -6757,7 +6747,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L47", + "http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L47", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/format-constraints", "namespace":"clojure.contrib.miglayout.internal", @@ -6766,7 +6756,7 @@ "Returns a string representing all the constraints for one keyword-item\nor component formatted for miglayout.", "name":"format-constraints"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L109", + "http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L109", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/get-components", "namespace":"clojure.contrib.miglayout.internal", @@ -6775,7 +6765,7 @@ "Returns a map from id to component for all components with an id", "name":"get-components"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L88", + "http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L88", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/parse-component-constraint", "namespace":"clojure.contrib.miglayout.internal", @@ -6783,7 +6773,7 @@ "doc":"Parses a component constraint string returning a CC object", "name":"parse-component-constraint"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L71", + "http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L71", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.internal/parse-item-constraints", "namespace":"clojure.contrib.miglayout.internal", @@ -6792,7 +6782,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/test.clj#L32", + "http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj#L32", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.test/label", "namespace":"clojure.contrib.miglayout.test", @@ -6800,7 +6790,7 @@ "doc":"Returns a swing label", "name":"label"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/test.clj#L43", + "http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj#L43", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.test/sep", "namespace":"clojure.contrib.miglayout.test", @@ -6808,7 +6798,7 @@ "doc":"Returns a swing separator", "name":"sep"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/test.clj#L37", + "http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj#L37", "wiki-url": "http://richhickey.github.com/clojure-contrib//miglayout-api.html#clojure.contrib.miglayout.test/text-field", "namespace":"clojure.contrib.miglayout.test", @@ -6871,7 +6861,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/mock/test_adapter.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/mock/test_adapter.clj#L19", + "http://github.com/richhickey/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj#L19", "wiki-url": "http://richhickey.github.com/clojure-contrib//mock-api.html#clojure.contrib.mock.test-adapter/report-problem", "namespace":"clojure.contrib.mock.test-adapter", @@ -6907,7 +6897,7 @@ "given the sequence of all mock data for the expectation, simply calls the\ncount checker for each dependency.", "name":"validate-counts"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/pprint/examples/json.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/pprint/examples/json.clj#L28", + "http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L28", "wiki-url": "http://richhickey.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.json/dispatch-json", "namespace":"clojure.contrib.pprint.examples.json", @@ -6915,7 +6905,7 @@ "doc":"The dispatch function for printing objects as JSON", "name":"dispatch-json"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/pprint/examples/json.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/pprint/examples/json.clj#L96", + "http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L96", "wiki-url": "http://richhickey.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.json/json-str", "namespace":"clojure.contrib.pprint.examples.json", @@ -6923,7 +6913,7 @@ "doc":"Converts x to a JSON-formatted string.", "name":"json-str"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/pprint/examples/json.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/pprint/examples/json.clj#L87", + "http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L87", "wiki-url": "http://richhickey.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.json/print-json", "namespace":"clojure.contrib.pprint.examples.json", @@ -6932,7 +6922,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/pprint/examples/xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/pprint/examples/xml.clj#L27", + "http://github.com/richhickey/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L27", "wiki-url": "http://richhickey.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.xml/*html-compatible*", "namespace":"clojure.contrib.pprint.examples.xml", @@ -6940,14 +6930,14 @@ "If true, empty tags will have a space before the closing />", "name":"*html-compatible*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/pprint/examples/xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/pprint/examples/xml.clj#L31", + "http://github.com/richhickey/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L31", "wiki-url": "http://richhickey.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.xml/*prxml-indent*", "namespace":"clojure.contrib.pprint.examples.xml", "doc":"The number of spaces to indent sub-tags.", "name":"*prxml-indent*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/pprint/examples/xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/pprint/examples/xml.clj#L92", + "http://github.com/richhickey/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L92", "wiki-url": "http://richhickey.github.com/clojure-contrib//pprint-api.html#clojure.contrib.pprint.examples.xml/prxml", "namespace":"clojure.contrib.pprint.examples.xml", @@ -6956,7 +6946,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L38", + "http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L38", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/connection*", "namespace":"clojure.contrib.sql.internal", @@ -6965,7 +6955,7 @@ "Returns the current database connection (or throws if there is none)", "name":"connection*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L33", + "http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L33", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/find-connection*", "namespace":"clojure.contrib.sql.internal", @@ -6974,7 +6964,7 @@ "Returns the current database connection (or nil if there is none)", "name":"find-connection*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L51", + "http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L51", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/get-connection", "namespace":"clojure.contrib.sql.internal", @@ -6987,7 +6977,7 @@ "Creates a connection to a database. db-spec is a map containing values\nfor one of the following parameter sets:\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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L100", + "http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L100", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-sql-exception", "namespace":"clojure.contrib.sql.internal", @@ -6995,7 +6985,7 @@ "doc":"Prints the contents of an SQLException to stream", "name":"print-sql-exception"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L114", + "http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L114", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-sql-exception-chain", "namespace":"clojure.contrib.sql.internal", @@ -7003,7 +6993,7 @@ "doc":"Prints a chain of SQLExceptions to stream", "name":"print-sql-exception-chain"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L122", + "http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L122", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/print-update-counts", "namespace":"clojure.contrib.sql.internal", @@ -7012,7 +7002,7 @@ "Prints the update counts from a BatchUpdateException to stream", "name":"print-update-counts"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L44", + "http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L44", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/rollback", "namespace":"clojure.contrib.sql.internal", @@ -7020,7 +7010,7 @@ "doc":"Accessor for the rollback flag on the current connection", "name":"rollback"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L131", + "http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L131", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/throw-rollback", "namespace":"clojure.contrib.sql.internal", @@ -7028,7 +7018,7 @@ "doc":"Sets rollback and throws a wrapped exception", "name":"throw-rollback"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L137", + "http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L137", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/transaction*", "namespace":"clojure.contrib.sql.internal", @@ -7037,7 +7027,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L91", + "http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L91", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/with-connection*", "namespace":"clojure.contrib.sql.internal", @@ -7046,7 +7036,7 @@ "Evaluates func in the context of a new connection to a database then\ncloses the connection.", "name":"with-connection*"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L171", + "http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L171", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.internal/with-query-results*", "namespace":"clojure.contrib.sql.internal", @@ -7055,7 +7045,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L24", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L24", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/create-fruit", "namespace":"clojure.contrib.sql.test", @@ -7063,7 +7053,7 @@ "doc":"Create a table", "name":"create-fruit"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L177", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L177", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-batchupdate-exception", "namespace":"clojure.contrib.sql.test", @@ -7071,7 +7061,7 @@ "doc":"Demonstrate a batch update exception", "name":"db-batchupdate-exception"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L150", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L150", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-exception", "namespace":"clojure.contrib.sql.test", @@ -7080,7 +7070,7 @@ "Demonstrate rolling back a partially completed transaction on exception", "name":"db-exception"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L140", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L140", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-get-tables", "namespace":"clojure.contrib.sql.test", @@ -7088,7 +7078,7 @@ "doc":"Demonstrate getting table info", "name":"db-get-tables"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L135", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L135", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-grade-a", "namespace":"clojure.contrib.sql.test", @@ -7097,7 +7087,7 @@ "Print rows describing all grade a fruit (grade between 90 and 100)", "name":"db-grade-a"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L123", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L123", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-grade-range", "namespace":"clojure.contrib.sql.test", @@ -7105,7 +7095,7 @@ "doc":"Print rows describing fruit that are within a grade range", "name":"db-grade-range"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L80", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L80", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-read", "namespace":"clojure.contrib.sql.test", @@ -7113,7 +7103,7 @@ "doc":"Read the entire fruit table", "name":"db-read"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L115", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L115", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-read-all", "namespace":"clojure.contrib.sql.test", @@ -7121,7 +7111,7 @@ "doc":"Return all the rows of the fruit table as a vector", "name":"db-read-all"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L186", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L186", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-rollback", "namespace":"clojure.contrib.sql.test", @@ -7129,7 +7119,7 @@ "doc":"Demonstrate a rollback-only trasaction", "name":"db-rollback"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L165", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L165", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-sql-exception", "namespace":"clojure.contrib.sql.test", @@ -7137,7 +7127,7 @@ "doc":"Demonstrate an sql exception", "name":"db-sql-exception"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L97", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L97", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-update", "namespace":"clojure.contrib.sql.test", @@ -7145,7 +7135,7 @@ "doc":"Update two fruits as a transaction", "name":"db-update"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L89", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L89", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-update-appearance-cost", "namespace":"clojure.contrib.sql.test", @@ -7153,7 +7143,7 @@ "doc":"Update the appearance and cost of the named fruit", "name":"db-update-appearance-cost"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L106", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L106", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-update-or-insert", "namespace":"clojure.contrib.sql.test", @@ -7161,7 +7151,7 @@ "doc":"Updates or inserts a fruit", "name":"db-update-or-insert"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L68", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L68", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/db-write", "namespace":"clojure.contrib.sql.test", @@ -7169,7 +7159,7 @@ "doc":"Write initial values to the database as a transaction", "name":"db-write"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L34", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L34", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/drop-fruit", "namespace":"clojure.contrib.sql.test", @@ -7177,7 +7167,7 @@ "doc":"Drop a table", "name":"drop-fruit"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L60", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L60", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/insert-records-fruit", "namespace":"clojure.contrib.sql.test", @@ -7186,7 +7176,7 @@ "Insert records, maps from keys specifying columns to values", "name":"insert-records-fruit"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L41", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L41", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/insert-rows-fruit", "namespace":"clojure.contrib.sql.test", @@ -7194,7 +7184,7 @@ "doc":"Insert complete rows", "name":"insert-rows-fruit"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L51", + "http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L51", "wiki-url": "http://richhickey.github.com/clojure-contrib//sql-api.html#clojure.contrib.sql.test/insert-values-fruit", "namespace":"clojure.contrib.sql.test", @@ -7202,7 +7192,7 @@ "doc":"Insert rows with values for only specific columns", "name":"insert-values-fruit"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L18", + "http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L18", "wiki-url": "http://richhickey.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/attr", "namespace":"clojure.contrib.zip-filter.xml", @@ -7211,7 +7201,7 @@ "Returns the xml attribute named attrname, of the xml node at location loc.", "name":"attr"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L23", + "http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L23", "wiki-url": "http://richhickey.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/attr=", "namespace":"clojure.contrib.zip-filter.xml", @@ -7220,7 +7210,7 @@ "Returns a query predicate that matches a node when it has an\nattribute named attrname whose value is attrval.", "name":"attr="}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L51", + "http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L51", "wiki-url": "http://richhickey.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/seq-test", "namespace":"clojure.contrib.zip-filter.xml", @@ -7229,7 +7219,7 @@ "Returns a query predicate that matches a node when its xml content\nmatches the query expresions given.", "name":"seq-test"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L28", + "http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L28", "wiki-url": "http://richhickey.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/tag=", "namespace":"clojure.contrib.zip-filter.xml", @@ -7238,7 +7228,7 @@ "Returns a query predicate that matches a node when its is a tag\nnamed tagname.", "name":"tag="}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L38", + "http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L38", "wiki-url": "http://richhickey.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/text", "namespace":"clojure.contrib.zip-filter.xml", @@ -7247,7 +7237,7 @@ "Returns the textual contents of the given location, similar to\nxpaths's value-of", "name":"text"}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L46", + "http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L46", "wiki-url": "http://richhickey.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/text=", "namespace":"clojure.contrib.zip-filter.xml", @@ -7256,7 +7246,7 @@ "Returns a query predicate that matches a node when its textual\ncontent equals s.", "name":"text="}, {"source-url": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L57", + "http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L57", "wiki-url": "http://richhickey.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/xml->", "namespace":"clojure.contrib.zip-filter.xml", @@ -7265,7 +7255,7 @@ "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": - "http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L80", + "http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L80", "wiki-url": "http://richhickey.github.com/clojure-contrib//zip-filter-api.html#clojure.contrib.zip-filter.xml/xml1->", "namespace":"clojure.contrib.zip-filter.xml", diff --git a/apply-macro-api.html b/apply-macro-api.html index 84e8f482..7432e57f 100644 --- a/apply-macro-api.html +++ b/apply-macro-api.html @@ -81,8 +81,7 @@ apply. (def things [true true false]) (apply-macro and things) ;; Expands to: (and true true false)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/apply_macro.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/apply_macro.clj#L32" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/apply_macro.clj#L32" id="var-source">Source</a> </div> diff --git a/base64-api.html b/base64-api.html index c759affe..5ac8c333 100644 --- a/base64-api.html +++ b/base64-api.html @@ -81,8 +81,7 @@ Apache Commons Codec implementation or sun.misc.BASE64Encoder.</pre> is a 65-character String containing the 64 characters to use in the encoding; the 65th character is the pad character. line-length is the maximum number of characters per line, nil for no line breaks.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/base64.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/base64.clj#L27" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj#L27" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -93,8 +92,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/base64.clj#L27 </pre> <pre id="var-docstr">Encodes String in base 64; returns a String. If not specified, encoding is UTF-8 and line-length is nil.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/base64.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/base64.clj#L79" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7b661cfc55e2293d14bed4fd801c017b3f68d291/src/clojure/contrib/base64.clj#L79" id="var-source">Source</a> </div> diff --git a/classpath-api.html b/classpath-api.html index 42eaea9a..ddac4632 100644 --- a/classpath-api.html +++ b/classpath-api.html @@ -77,8 +77,7 @@ by <span id="author">Stuart Sierra</span><br /> <pre id="var-usage">Usage: (classpath) </pre> <pre id="var-docstr">Returns a sequence of File objects of the elements on CLASSPATH.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/classpath.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/classpath.clj#L23" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj#L23" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -87,8 +86,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/classpath.clj# <pre id="var-usage">Usage: (classpath-directories) </pre> <pre id="var-docstr">Returns a sequence of File objects for the directories on classpath.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/classpath.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/classpath.clj#L30" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj#L30" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -97,8 +95,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/classpath.clj# <pre id="var-usage">Usage: (classpath-jarfiles) </pre> <pre id="var-docstr">Returns a sequence of JarFile objects for the JAR files on classpath.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/classpath.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/classpath.clj#L35" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/classpath.clj#L35" id="var-source">Source</a> </div> diff --git a/combinatorics-api.html b/combinatorics-api.html index 5542a02a..4b214e9f 100644 --- a/combinatorics-api.html +++ b/combinatorics-api.html @@ -85,8 +85,7 @@ for a longer description.)</pre> <pre id="var-usage">Usage: (cartesian-product & seqs) </pre> <pre id="var-docstr">All the ways to take one item from each sequence</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/combinatorics.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics.clj#L107" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L107" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -95,8 +94,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics. <pre id="var-usage">Usage: (combinations items n) </pre> <pre id="var-docstr">All the unique ways of taking n different elements from items</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/combinatorics.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics.clj#L90" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L90" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -105,8 +103,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics. <pre id="var-usage">Usage: (lex-permutations c) </pre> <pre id="var-docstr">Fast lexicographic permutation generator for a sequence of numbers</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/combinatorics.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics.clj#L151" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L151" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -115,8 +112,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics. <pre id="var-usage">Usage: (permutations items) </pre> <pre id="var-docstr">All the permutations of items, lexicographic by index</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/combinatorics.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics.clj#L160" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L160" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -125,8 +121,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics. <pre id="var-usage">Usage: (selections items n) </pre> <pre id="var-docstr">All the ways of taking n (possibly the same) elements from the sequence of items</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/combinatorics.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics.clj#L127" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L127" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -135,8 +130,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics. <pre id="var-usage">Usage: (subsets items) </pre> <pre id="var-docstr">All the subsets of items</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/combinatorics.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/combinatorics.clj#L101" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47a2f69414f0c3ff90fb2fad4930d9af3d491d23/src/clojure/contrib/combinatorics.clj#L101" id="var-source">Source</a> </div> diff --git a/command-line-api.html b/command-line-api.html index 7545d950..c8d4616f 100644 --- a/command-line-api.html +++ b/command-line-api.html @@ -73,8 +73,7 @@ by <span id="author">Chris Houser</span><br /> <pre id="var-usage">Usage: (with-command-line args desc cmdspec & body) </pre> <pre id="var-docstr">Bind locals to command-line args.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/command_line.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/command_line.clj#L91" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ddd7bc2226927634dc0216554194877fa6f170e1/src/clojure/contrib/command_line.clj#L91" id="var-source">Source</a> </div> diff --git a/cond-api.html b/cond-api.html index e0328956..edb3ab04 100644 --- a/cond-api.html +++ b/cond-api.html @@ -80,8 +80,7 @@ either provide a literal that evaluates to logical true and is binding-compatible with binding-form, or use :else as the test and don't refer to any parts of binding-form in the expr. (cond-let binding-form) returns nil.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/cond.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/cond.clj#L18" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30/src/clojure/contrib/cond.clj#L18" id="var-source">Source</a> </div> diff --git a/condition-api.html b/condition-api.html index 834b566a..168cdd5a 100644 --- a/condition-api.html +++ b/condition-api.html @@ -59,16 +59,6 @@ namespace. <a href="#clojure.contrib.condition/stack-trace-info">stack-trace-info</a> </div> <br /> - </div><div style="margin-left: 1em;" class="toc-section"> - <a href="#condition.Condition">condition.Condition</a> - <div style="margin-left: 1em;" class="toc-entry"> - <a href="#clojure.contrib.condition.Condition/-init">-init</a> - </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#clojure.contrib.condition.Condition/-meta">-meta</a> - </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#clojure.contrib.condition.Condition/-post-init">-post-init</a> - </div> - <br /> </div> </div> </div></div> @@ -173,42 +163,7 @@ arguments, raises a map with keys and values from the arguments.</pre> Throwables</pre> <a href="http://github.com/richhickey/clojure-contrib/blob/443409f56420f3dc7972131c34c189e63d28fdcb/src/clojure/contrib/condition.clj#L106" id="var-source">Source</a> </div> -<div><h2 id="namespace-name">condition.Condition</h2> -<pre id="namespace-docstr"></pre> -<br /> -<div id="var-entry"> - <hr /> - <h2 id="clojure.contrib.condition.Condition/-init">-init</h2> - <span id="var-type">function</span><br /> - <pre id="var-usage">Usage: (-init condition) -</pre> - <pre id="var-docstr">Constructs a Condition object with condition (a map) as its -metadata. Also initializes the superclass with the values at :message -and :cause, if any, so they are also available via .getMessage and -.getCause.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/condition/Condition.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/condition/Condition.clj#L25" id="var-source">Source</a> -</div><div id="var-entry"> - <hr /> - <h2 id="clojure.contrib.condition.Condition/-meta">-meta</h2> - <span id="var-type">function</span><br /> - <pre id="var-usage">Usage: (-meta this) -</pre> - <pre id="var-docstr">Returns this object's metadata, the condition</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/condition/Condition.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/condition/Condition.clj#L40" id="var-source">Source</a> -</div><div id="var-entry"> - <hr /> - <h2 id="clojure.contrib.condition.Condition/-post-init">-post-init</h2> - <span id="var-type">function</span><br /> - <pre id="var-usage">Usage: (-post-init this condition) -</pre> - <pre id="var-docstr">Adds :stack-trace to the condition. Drops the bottom 3 frames because -they are always the same: implementation details of Condition and raise.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/condition/Condition.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/condition/Condition.clj#L33" id="var-source">Source</a> -</div> -</div> + </div></div> </div> diff --git a/dataflow-api.html b/dataflow-api.html index 1e2a23f7..1b4dc569 100644 --- a/dataflow-api.html +++ b/dataflow-api.html @@ -114,8 +114,7 @@ by <span id="author">Jeffrey Straszheim</span><br /> function of 4 values: a key, the cell, its old value, its new value. This is implemented using Clojure's add-watch to the underlying ref, and shared its sematics</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L460" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L460" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -124,8 +123,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (add-cells df cells) </pre> <pre id="var-docstr">Given a collection of cells, add them to the dataflow.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L210" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L210" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -134,8 +132,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (build-dataflow cs) </pre> <pre id="var-docstr">Given a collection of cells, build and return a dataflow object</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L188" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L188" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -144,8 +141,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (build-source-cell name init) </pre> <pre id="var-docstr">Builds a source cell</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L231" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L231" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -154,8 +150,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (build-standard-cell name deps fun expr) </pre> <pre id="var-docstr">Builds a standard cell</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L292" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L292" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -164,8 +159,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (build-validator-cell deps fun expr) </pre> <pre id="var-docstr">Builds a validator cell</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L298" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L298" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -199,8 +193,7 @@ Or: (throwf "%s must be greater than %s" ?fred ?sally)) Which will perform the validation</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L304" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L304" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -208,8 +201,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">A 'readable' form of the cell</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L348" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L348" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -217,8 +209,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">Evaluate a dataflow cell. Return [changed, old val]</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L372" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L372" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -227,8 +218,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (get-cell df name) </pre> <pre id="var-docstr">Get the single cell named by name</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L94" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L94" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -237,8 +227,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (get-cells df name) </pre> <pre id="var-docstr">Get all the cells named by name</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L89" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L89" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -247,8 +236,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (get-old-value df env name) </pre> <pre id="var-docstr">Looks up an old value</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L136" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L136" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -257,8 +245,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (get-source-cells df) </pre> <pre id="var-docstr">Returns a collection of source cells from the dataflow</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L108" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L108" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -269,8 +256,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-docstr">Gets a value from the df matching the passed symbol. Signals an error if the name is not present, or if it not a single value.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L115" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L115" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -279,8 +265,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (get-value-from-cell cell) </pre> <pre id="var-docstr">Given a cell, get its value</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L143" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L143" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -289,8 +274,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (get-values df name) </pre> <pre id="var-docstr">Gets a collection of values from the df by name</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L126" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L126" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -299,8 +283,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (print-dataflow df) </pre> <pre id="var-docstr">Prints a dataflow, one cell per line</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L199" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L199" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -309,8 +292,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (remove-cells df cells) </pre> <pre id="var-docstr">Given a collection of cells, remove them from the dataflow.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L218" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L218" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -319,8 +301,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-usage">Usage: (source-cell? cell) </pre> <pre id="var-docstr">Is this cell a source cell?</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L103" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L103" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -331,8 +312,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L <pre id="var-docstr">Given a dataflow, and a map of name-value pairs, update the dataflow by binding the new values. Each name must be of a source cell</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L438" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L438" id="var-source">Source</a> </div> diff --git a/datalog-api.html b/datalog-api.html index 3e25c956..81ac21fd 100644 --- a/datalog-api.html +++ b/datalog-api.html @@ -242,8 +242,7 @@ by <span id="author">Jeffrey Straszheim</span><br /> </pre> <pre id="var-docstr">Given a list of rules and a query, build a work plan that can be used to execute the query.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog.clj#L46" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj#L46" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -253,8 +252,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog.clj#L4 </pre> <pre id="var-docstr">Given a work plan, a database, and some query bindings, run the work plan and return the results.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog.clj#L56" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ab7e1757c4de4c5d05b8c286646c152d19e29825/src/clojure/contrib/datalog.clj#L56" id="var-source">Source</a> </div> <div><h2 id="namespace-name">datalog.database</h2> <pre id="namespace-docstr"></pre> @@ -266,8 +264,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog.clj#L5 <pre id="var-usage">Usage: (add-index db name key) </pre> <pre id="var-docstr">Adds an index to an empty relation named name</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L85" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L85" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/add-relation">add-relation</h2> @@ -275,8 +272,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa <pre id="var-usage">Usage: (add-relation db name keys) </pre> <pre id="var-docstr">Adds a relation to the database</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L80" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L80" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/add-tuple">add-tuple</h2> @@ -290,8 +286,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa the new database. [rel tuple] adds to the relation object. Returns the new relation.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L171" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L171" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/add-tuples">add-tuples</h2> @@ -302,8 +297,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa (add-tuples db [:rel-name :key-1 1 :key-2 2] [:rel-name :key-1 2 :key-2 3])</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L206" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L206" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/any-match?">any-match?</h2> @@ -311,8 +305,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa <pre id="var-usage">Usage: (any-match? db rn pt) </pre> <pre id="var-docstr">Finds if there are any matching records for the partial tuple</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L252" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L252" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/database-counts">database-counts</h2> @@ -320,8 +313,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa <pre id="var-usage">Usage: (database-counts db) </pre> <pre id="var-docstr">Returns a map with the count of elements in each relation.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L143" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L143" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/database-merge">database-merge</h2> @@ -329,8 +321,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa <pre id="var-usage">Usage: (database-merge dbs) </pre> <pre id="var-docstr">Merges databases together</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L276" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L276" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/database-merge-parallel">database-merge-parallel</h2> @@ -338,8 +329,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa <pre id="var-usage">Usage: (database-merge-parallel dbs) </pre> <pre id="var-docstr">Merges databases together in parallel</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L281" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L281" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/datalog-relation">datalog-relation</h2> @@ -347,8 +337,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa <pre id="var-usage">Usage: (datalog-relation schema data indexes) </pre> <pre id="var-docstr">Creates a relation</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L75" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L75" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/ensure-relation">ensure-relation</h2> @@ -356,8 +345,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa <pre id="var-usage">Usage: (ensure-relation db name keys indexes) </pre> <pre id="var-docstr">If the database lacks the named relation, add it</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L95" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L95" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/get-relation">get-relation</h2> @@ -365,8 +353,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa <pre id="var-usage">Usage: (get-relation db rel-name) </pre> <pre id="var-docstr">Get a relation object by name</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L129" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L129" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/make-database">make-database</h2> @@ -380,8 +367,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa (relation :sally [:jen :becky]) (index :sally :jen) (index :sally :becky))</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L108" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L108" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/merge-relations">merge-relations</h2> @@ -389,8 +375,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa <pre id="var-usage">Usage: (merge-relations r1 r2) </pre> <pre id="var-docstr">Merges two relations</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L266" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L266" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/remove-tuple">remove-tuple</h2> @@ -405,8 +390,7 @@ returns a new database. [rel tuple] removes the tuple from the relation. Returns the new relation.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L189" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L189" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/replace-relation">replace-relation</h2> @@ -414,8 +398,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa <pre id="var-usage">Usage: (replace-relation db rel-name rel) </pre> <pre id="var-docstr">Add or replace a fully constructed relation object to the database.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L134" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L134" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.database/select">select</h2> @@ -423,8 +406,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa <pre id="var-usage">Usage: (select db rn pt) </pre> <pre id="var-docstr">finds all matching tuples to the partial tuple (pt) in the relation named (rn)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/database.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/database.clj#L247" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f087e3a7f8b2f2ca48c07db2a47724ce7b98dce7/src/clojure/contrib/datalog/database.clj#L247" id="var-source">Source</a> </div> </div><div><h2 id="namespace-name">datalog.literals</h2> <pre id="namespace-docstr"></pre> @@ -435,8 +417,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/databa <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">When passed a set of bound columns, returns the adorned literal</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L254" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L254" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/build-atom">build-atom</h2> @@ -445,8 +426,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera </pre> <pre id="var-docstr">Returns an unevaluated expression (to be used in a macro) of an atom.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L133" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L133" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/build-literal">build-literal</h2> @@ -454,8 +434,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">(Returns an unevaluated expression (to be used in macros) of a literal.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L128" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L128" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/build-seed-bindings">build-seed-bindings</h2> @@ -464,8 +443,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera </pre> <pre id="var-docstr">Given a seed literal, already adorned and in magic form, convert its bound constants to new variables.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L303" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L303" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/delta-literal">delta-literal</h2> @@ -473,16 +451,14 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera <pre id="var-usage">Usage: (delta-literal l) </pre> <pre id="var-docstr">Given a literal l, return a delta version</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L320" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L320" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/display-literal">display-literal</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">Converts a struct representing a literal to a normal list</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L164" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L164" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/get-adorned-bindings">get-adorned-bindings</h2> @@ -490,8 +466,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera <pre id="var-usage">Usage: (get-adorned-bindings pred) </pre> <pre id="var-docstr">Get the bindings from this adorned literal.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L271" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L271" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/get-base-predicate">get-base-predicate</h2> @@ -499,32 +474,28 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera <pre id="var-usage">Usage: (get-base-predicate pred) </pre> <pre id="var-docstr">Get the base predicate from this predicate.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L276" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L276" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/get-cs-from-vs">get-cs-from-vs</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">From a set of vars, get the columns</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L202" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L202" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/get-self-bound-cs">get-self-bound-cs</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">Get the columns that are bound withing the literal.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L219" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L219" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/get-vs-from-cs">get-vs-from-cs</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">From a set of columns, return the vars</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L187" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L187" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/join-literal">join-literal</h2> @@ -532,8 +503,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">Given a database (db), a literal (lit) and a seq of bindings (bs), return a new seq of bindings by joining this literal.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L361" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L361" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/literal-appropriate?">literal-appropriate?</h2> @@ -541,16 +511,14 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">When passed a set of bound vars, determines if this literal can be used during this point of a SIP computation.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L236" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L236" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/literal-columns">literal-columns</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">Return the column names this applies to</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L48" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L48" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/literal-magic?">literal-magic?</h2> @@ -558,24 +526,21 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera <pre id="var-usage">Usage: (literal-magic? lit) </pre> <pre id="var-docstr">Is this literal magic?</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L296" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L296" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/literal-predicate">literal-predicate</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">Return the predicate/relation this conditional operates over</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L44" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L44" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/literal-vars">literal-vars</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">Returns the logic vars used by this literal</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L52" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L52" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/magic-literal">magic-literal</h2> @@ -583,8 +548,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera <pre id="var-usage">Usage: (magic-literal l) </pre> <pre id="var-docstr">Create a magic version of this adorned predicate.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L286" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L286" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/negated-literal">negated-literal</h2> @@ -592,8 +556,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera <pre id="var-usage">Usage: (negated-literal l) </pre> <pre id="var-docstr">Given a literal l, return a negated version</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L314" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L314" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/negated?">negated?</h2> @@ -601,24 +564,21 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera <pre id="var-usage">Usage: (negated? l) </pre> <pre id="var-docstr">Is this literal a negated literal?</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L112" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L112" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/negative-vars">negative-vars</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">Returns the logic vars used in a negative position</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L60" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L60" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/positive-vars">positive-vars</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">Returns the logic vars used in a positive position</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L56" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L56" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/positive?">positive?</h2> @@ -626,8 +586,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera <pre id="var-usage">Usage: (positive? l) </pre> <pre id="var-docstr">Is this a positive literal?</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L117" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L117" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.literals/project-literal">project-literal</h2> @@ -637,8 +596,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera </pre> <pre id="var-docstr">Project a stream of bindings onto a literal/relation. Returns a new db.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/literals.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/literals.clj#L393" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/245fc9ec4499219bfb66f3fe4789b884b418c7b2/src/clojure/contrib/datalog/literals.clj#L393" id="var-source">Source</a> </div> </div><div><h2 id="namespace-name">datalog.magic</h2> <pre id="namespace-docstr"></pre> @@ -650,8 +608,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/litera <pre id="var-usage">Usage: (adorn-query q) </pre> <pre id="var-docstr">Adorn a query</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L26" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L26" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.magic/adorn-rules-set">adorn-rules-set</h2> @@ -660,8 +617,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic. </pre> <pre id="var-docstr">Adorns the given rules-set for the given query. (rs) is a rules-set, (q) is an adorned query.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L31" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L31" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.magic/build-partial-tuple">build-partial-tuple</h2> @@ -670,8 +626,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic. </pre> <pre id="var-docstr">Given a query and a set of bindings, build a partial tuple needed to extract the relation from the database.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L78" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L78" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.magic/magic-transform">magic-transform</h2> @@ -682,8 +637,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic. <pre id="var-docstr">Return a magic transformation of an adorned rules-set (rs). The (i-preds) are the predicates of the intension database. These default to the predicates within the rules-set.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L98" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L98" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.magic/seed-predicate-for-insertion">seed-predicate-for-insertion</h2> @@ -691,8 +645,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic. <pre id="var-usage">Usage: (seed-predicate-for-insertion q) </pre> <pre id="var-docstr">Given a query, return the predicate to use for database insertion.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L90" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L90" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.magic/seed-relation">seed-relation</h2> @@ -701,8 +654,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic. </pre> <pre id="var-docstr">Given a magic form of a query, give back the literal form of its seed relation</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L63" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L63" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.magic/seed-rule">seed-rule</h2> @@ -710,8 +662,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic. <pre id="var-usage">Usage: (seed-rule q) </pre> <pre id="var-docstr">Given an adorned query, give back its seed rule</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/magic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic.clj#L71" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/magic.clj#L71" id="var-source">Source</a> </div> </div><div><h2 id="namespace-name">datalog.rules</h2> <pre id="namespace-docstr"></pre> @@ -725,8 +676,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/magic. <pre id="var-docstr">Build a datalog rule. Like this: (<- (:head :x ?x :y ?y) (:body-1 :x ?x :y ?y) (:body-2 :z ?z) (not! :body-3 :x ?x) (if > ?y ?z))</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L66" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L66" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.rules/?-">?-</h2> @@ -734,8 +684,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. <pre id="var-usage">Usage: (?- & q) </pre> <pre id="var-docstr">Define a datalog query</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L84" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L84" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.rules/all-predicates">all-predicates</h2> @@ -743,8 +692,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. <pre id="var-usage">Usage: (all-predicates rs) </pre> <pre id="var-docstr">Given a rules-set, return all defined predicates</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L161" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L161" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.rules/apply-rule">apply-rule</h2> @@ -754,8 +702,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. </pre> <pre id="var-docstr">Apply the rule against db-1, adding the results to the appropriate relation in db-2. The relation will be created if needed.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L182" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L182" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.rules/compute-sip">compute-sip</h2> @@ -765,8 +712,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. <pre id="var-docstr">Given a set of bound column names, return an adorned sip for this rule. A set of intensional predicates should be provided to determine what should be adorned.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L98" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L98" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.rules/display-query">display-query</h2> @@ -774,8 +720,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. <pre id="var-usage">Usage: (display-query query) </pre> <pre id="var-docstr">Return a query in a readable format.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L37" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L37" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.rules/display-rule">display-rule</h2> @@ -783,8 +728,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. <pre id="var-usage">Usage: (display-rule rule) </pre> <pre id="var-docstr">Return the rule in a readable format.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L30" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L30" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.rules/is-safe?">is-safe?</h2> @@ -792,8 +736,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. <pre id="var-usage">Usage: (is-safe? rule) </pre> <pre id="var-docstr">Is the rule safe according to the datalog protocol?</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L45" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L45" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.rules/make-rules-set">make-rules-set</h2> @@ -802,8 +745,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. </pre> <pre id="var-docstr">Given an existing set of rules, make it a 'rules-set' for printing.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L127" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L127" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.rules/non-base-rules">non-base-rules</h2> @@ -811,8 +753,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. <pre id="var-usage">Usage: (non-base-rules rs) </pre> <pre id="var-docstr">Return a collection of rules that depend, somehow, on other rules</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L166" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L166" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.rules/predicate-map">predicate-map</h2> @@ -821,8 +762,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. </pre> <pre id="var-docstr">Given a rules-set, return a map of rules keyed by their predicates. Each value will be a set of rules.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L151" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L151" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.rules/return-rule-data">return-rule-data</h2> @@ -830,8 +770,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. <pre id="var-usage">Usage: (return-rule-data rule) </pre> <pre id="var-docstr">Returns an untypted rule that will be fully printed</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L79" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L79" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.rules/rules-set">rules-set</h2> @@ -839,8 +778,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. <pre id="var-usage">Usage: (rules-set & rules) </pre> <pre id="var-docstr">Given a collection of rules return a rules set</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/rules.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules.clj#L135" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/rules.clj#L135" id="var-source">Source</a> </div> </div><div><h2 id="namespace-name">datalog.softstrat</h2> <pre id="namespace-docstr"></pre> @@ -852,8 +790,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/rules. <pre id="var-usage">Usage: (build-soft-strat-work-plan rs q) </pre> <pre id="var-docstr">Return a work plan for the given rules-set and query</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/softstrat.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/softstrat.clj#L115" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj#L115" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.softstrat/get-all-relations">get-all-relations</h2> @@ -861,8 +798,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/softst <pre id="var-usage">Usage: (get-all-relations ws) </pre> <pre id="var-docstr">Return a set of all relation names defined in this workplan</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/softstrat.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/softstrat.clj#L121" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/7dfd0d90b11f00de5ad1ad30c690a4f12d426c3b/src/clojure/contrib/datalog/softstrat.clj#L121" id="var-source">Source</a> </div> </div><div><h2 id="namespace-name">datalog.util</h2> <pre id="namespace-docstr"></pre> @@ -874,8 +810,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/softst <pre id="var-usage">Usage: (is-query-var? sym) </pre> <pre id="var-docstr">Is this a query variable: e.g. a symbol prefixed with ??</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L33" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L33" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.util/is-var?">is-var?</h2> @@ -883,8 +818,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.c <pre id="var-usage">Usage: (is-var? sym) </pre> <pre id="var-docstr">Is this a logic variable: e.g. a symbol prefixed with a ?</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L25" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L25" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.util/keys-to-vals">keys-to-vals</h2> @@ -892,8 +826,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.c <pre id="var-usage">Usage: (keys-to-vals m ks) </pre> <pre id="var-docstr">Given a map and a collection of keys, return the collection of vals</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L49" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L49" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.util/map-values">map-values</h2> @@ -901,8 +834,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.c <pre id="var-usage">Usage: (map-values f hash) </pre> <pre id="var-docstr">Like map, but works over the values of a hash map</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L41" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L41" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.util/preduce">preduce</h2> @@ -914,8 +846,7 @@ parallel using f. f - a function of 2 arguments. data - a collection of hashes.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L62" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L62" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.util/reverse-map">reverse-map</h2> @@ -923,8 +854,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.c <pre id="var-usage">Usage: (reverse-map m) </pre> <pre id="var-docstr">Reverse the keys/values of a map</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L54" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L54" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.datalog.util/trace-datalog">trace-datalog</h2> @@ -932,8 +862,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.c <pre id="var-usage">Usage: (trace-datalog & body) </pre> <pre id="var-docstr">If *test-datalog* is set to true, run the enclosed commands</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/datalog/util.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/datalog/util.clj#L82" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/82f5ad11ff5d75f19de6bf5cfcf33b571592c89e/src/clojure/contrib/datalog/util.clj#L82" id="var-source">Source</a> </div> </div> diff --git a/def-api.html b/def-api.html index d9f1fce2..68ebaa72 100644 --- a/def-api.html +++ b/def-api.html @@ -98,8 +98,7 @@ by <span id="author">Unknown</span><br /> <pre id="var-docstr">Defines an alias for a var: a new var with the same root binding (if any) and similar metadata. The metadata of the alias is its initial metadata (as provided by def) merged into the metadata of the original.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L66" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L66" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -110,8 +109,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L66" i <pre id="var-docstr">Defines a var with a type hint matching the class of the given init. Be careful about using any form of 'def' or 'binding' to a value of a different type. See <a href="http://paste.lisp.org/display/73344">http://paste.lisp.org/display/73344</a></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L83" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L83" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -120,8 +118,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L83" i <pre id="var-usage">Usage: (defmacro- name & decls) </pre> <pre id="var-docstr">Same as defmacro but yields a private definition</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L39" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L39" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -130,8 +127,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L39" i <pre id="var-usage">Usage: (defn-memo fn-name & defn-stuff) </pre> <pre id="var-docstr">Just like defn, but memoizes the function using clojure.core/memoize</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L141" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L141" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -145,8 +141,7 @@ an alternating sequence of keywords and defaults values is expected. The values of the keyword arguments are available in the function body by virtue of the symbol corresponding to the keyword (cf. :keys destructuring). defnk accepts an optional docstring as well as an optional metadata map.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L120" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L120" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -156,8 +151,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L120" (defonce- name expr doc) </pre> <pre id="var-docstr">Same as defonce but yields a private definition</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L59" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -166,8 +160,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L59" i <pre id="var-usage">Usage: (defstruct- name & decls) </pre> <pre id="var-docstr">Same as defstruct but yields a private definition</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L54" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L54" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -177,8 +170,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L54" i (defunbound name doc) </pre> <pre id="var-docstr">Defines an unbound var with optional doc string</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L32" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L32" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -187,8 +179,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L32" i <pre id="var-usage">Usage: (defunbound- name & decls) </pre> <pre id="var-docstr">Same as defunbound but yields a private definition</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L49" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L49" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -199,8 +190,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L49" i (defvar name init doc) </pre> <pre id="var-docstr">Defines a var with an optional intializer and doc string</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L23" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L23" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -209,8 +199,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L23" i <pre id="var-usage">Usage: (defvar- name & decls) </pre> <pre id="var-docstr">Same as defvar but yields a private definition</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L44" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L44" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -227,8 +216,7 @@ added to the name's metadata map and the map is removed from the macro argument list. The return value is a vector containing the name with its extended metadata map and the list of unprocessed macro arguments.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L94" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L94" id="var-source">Source</a> </div> diff --git a/duck-streams-api.html b/duck-streams-api.html index ae1be655..516831d1 100644 --- a/duck-streams-api.html +++ b/duck-streams-api.html @@ -120,8 +120,7 @@ or "just-give-me-a-stream", but ducks are funnier.</pre> <pre id="var-usage"></pre> <pre id="var-docstr">If true, writer and spit will open files in append mode. Defaults to false. Use append-writer or append-spit.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L144" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L144" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -130,8 +129,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c <pre id="var-usage"></pre> <pre id="var-docstr">Size, in bytes or characters, of the buffer used when copying streams.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L76" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L76" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -139,8 +137,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Type object for a Java primitive byte array.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L81" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L81" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -149,8 +146,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c <pre id="var-usage"></pre> <pre id="var-docstr">Name of the default encoding to use when reading & writing. Default is UTF-8.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L70" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L70" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -159,8 +155,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c <pre id="var-usage">Usage: (append-spit f content) </pre> <pre id="var-docstr">Like spit but appends to file.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L263" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L263" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -170,8 +165,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c </pre> <pre id="var-docstr">Like writer but opens file for appending. Does not work on streams that are already open.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L215" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L215" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -187,8 +181,7 @@ Does not close any streams except those it opens itself (on a File). Writing a File fails if the parent directory does not exist.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L299" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L299" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -199,8 +192,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c <pre id="var-docstr">Concatenates args as strings and returns a java.io.File. Replaces all / and \ with File/separatorChar. Replaces ~ at the start of the path with the user.home system property.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L86" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L86" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -209,8 +201,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c <pre id="var-usage">Usage: (make-parents file) </pre> <pre id="var-docstr">Creates all parent directories of file.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L386" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L386" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -220,8 +211,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c </pre> <pre id="var-docstr">Returns current working directory as a String. (Like UNIX 'pwd'.) Note: In Java, you cannot change the current working directory.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L269" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L269" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -231,8 +221,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c </pre> <pre id="var-docstr">Like clojure.core/line-seq but opens f with reader. Automatically closes the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L234" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L234" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -250,8 +239,7 @@ local file names. Uses *default-encoding* as the text encoding. Should be used inside with-open to ensure the Reader is properly closed.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L100" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L100" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -260,8 +248,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c <pre id="var-usage">Usage: (slurp* f) </pre> <pre id="var-docstr">Like clojure.core/slurp but opens f with reader.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L245" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L245" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -271,8 +258,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c </pre> <pre id="var-docstr">Opposite of slurp. Opens f with writer, writes content, then closes f.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L256" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L256" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -283,8 +269,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c <pre id="var-docstr">Converts argument into a Java byte array. Argument may be a String, File, InputStream, or Reader. If the argument is already a byte array, returns it.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L391" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L391" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -293,8 +278,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c <pre id="var-usage">Usage: (with-in-reader f & body) </pre> <pre id="var-docstr">Opens a PushbackReader on f, binds it to *in*, and evaluates body.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L292" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L292" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -303,8 +287,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c <pre id="var-usage">Usage: (with-out-append-writer f & body) </pre> <pre id="var-docstr">Like with-out-writer but appends to file.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L285" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L285" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -314,8 +297,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c </pre> <pre id="var-docstr">Opens a writer on f, binds it to *out*, and evalutes body. Anything printed within body will be written to f.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L277" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L277" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -325,8 +307,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.c </pre> <pre id="var-docstr">Writes lines (a seq) to f, separated by newlines. f is opened with writer, and automatically closed at the end of the sequence.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L223" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L223" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -345,8 +326,7 @@ local file names. Should be used inside with-open to ensure the Writer is properly closed.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/duck_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/duck_streams.clj#L151" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2ae8ff46d348522efe9f96cfd31f6e9b6018cfdc/src/clojure/contrib/duck_streams.clj#L151" id="var-source">Source</a> </div> diff --git a/error-kit-api.html b/error-kit-api.html index 98d6c39d..c9aa801c 100644 --- a/error-kit-api.html +++ b/error-kit-api.html @@ -95,8 +95,7 @@ or API adjustments.</pre> Control can be passed to this 'continue' form from a 'raise' enclosed in this with-handler's dynamic scope, when this 'continue-name' is given to a 'continue' form.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L150" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L150" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -106,8 +105,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# (deferror name [parent-error?] doc-string? args-destruct-map & body) </pre> <pre id="var-docstr">Define a new error type</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L59" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -119,8 +117,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# not consider the error handled, but should continue searching for an appropriate 'handle' form. Allows finer-grain control over catching than just the error type.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L117" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L117" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -129,8 +126,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# <pre id="var-usage">Usage: (error details) </pre> <pre id="var-docstr">Base type for all error-kit errors</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L46" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L46" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -147,8 +143,7 @@ be executed for regardless of the type of error raised. The body may return a value, in which case that will be the return value of the entire 'with-handler' form, or it may use any of the special return forms, 'do-not-handle', 'continue-with', or 'continue'.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L138" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L138" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -157,8 +152,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# <pre id="var-usage">Usage: (raise err-name & args) </pre> <pre id="var-docstr">Raise an error of the type err-name, constructed with the given args</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L110" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L110" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -168,8 +162,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# </pre> <pre id="var-docstr">Raise the given error object, best if created by an error constructor defined with deferror. See also 'raise' macro.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L86" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L86" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -180,8 +173,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# <pre id="var-docstr">Returns a function that throws a Java Exception with the given name. Useful to associate a new error-kit error type with a particular Java Exception class, via the :unhandled error key.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L39" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L39" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -192,8 +184,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj# <pre id="var-docstr">This is error-kit's dynamic scope form. The body will be executed in a dynamic context that includes all of the following 'handle' and 'bind-continue' forms.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/error_kit.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/error_kit.clj#L163" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/error_kit.clj#L163" id="var-source">Source</a> </div> diff --git a/except-api.html b/except-api.html index 846d491e..8076c1cf 100644 --- a/except-api.html +++ b/except-api.html @@ -88,8 +88,7 @@ formatted using clojure.core/format.</pre> - format is a format string for clojure.core/format - format-args are objects that correspond to format specifiers in format.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/except.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/except.clj#L57" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L57" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -99,8 +98,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/except.clj#L57 </pre> <pre id="var-docstr">Throws an Exception or Error if test is true. args are those documented for throwf.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/except.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/except.clj#L43" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L43" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -110,8 +108,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/except.clj#L43 </pre> <pre id="var-docstr">Throws an Exception or Error if test is false. args are those documented for throwf.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/except.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/except.clj#L50" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L50" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -130,8 +127,7 @@ clojure.core/format. All arguments are optional: - format is a format string for clojure.core/format - format-args are objects that correspond to format specifiers in format.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/except.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/except.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/83fa7099432d5af2febbad9c33e076b9a03c3d1e/src/clojure/contrib/except.clj#L28" id="var-source">Source</a> </div> diff --git a/find-namespaces-api.html b/find-namespaces-api.html index f773bd76..2fd13bd0 100644 --- a/find-namespaces-api.html +++ b/find-namespaces-api.html @@ -99,8 +99,7 @@ by <span id="author">Stuart Sierra</span><br /> <pre id="var-usage">Usage: (clojure-source-file? file) </pre> <pre id="var-docstr">Returns true if file is a normal file with a .clj extension.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L28" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -109,8 +108,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-usage">Usage: (clojure-sources-in-jar jar-file) </pre> <pre id="var-docstr">Returns a sequence of filenames ending in .clj found in the JAR file.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L88" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L88" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -119,8 +117,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-usage">Usage: (comment? form) </pre> <pre id="var-docstr">Returns true if form is a (comment ...)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L42" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L42" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -130,8 +127,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace </pre> <pre id="var-docstr">Searches recursively under dir for Clojure source files (.clj). Returns a sequence of File objects, in breadth-first sort order.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L34" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L34" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -141,8 +137,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace </pre> <pre id="var-docstr">Searches dir recursively for (ns ...) declarations in Clojure source files; returns the symbol names of the declared namespaces.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L79" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L79" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -153,8 +148,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-docstr">Searches the JAR file for Clojure source files containing (ns ...) declarations. Returns a sequence of the symbol names of the declared namespaces.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L112" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L112" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -165,8 +159,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-docstr">Searches CLASSPATH (both directories and JAR files) for Clojure source files containing (ns ...) declarations. Returns a sequence of the symbol names of the declared namespaces.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L131" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L131" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -176,8 +169,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace </pre> <pre id="var-docstr">Searches dir recursively for (ns ...) declarations in Clojure source files; returns the unevaluated ns declarations.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L73" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L73" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -187,8 +179,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace </pre> <pre id="var-docstr">Searches the JAR file for Clojure source files containing (ns ...) declarations; returns the unevaluated ns declarations.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L104" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L104" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -199,8 +190,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-docstr">Searches CLASSPATH (both directories and JAR files) for Clojure source files containing (ns ...) declarations. Returns a sequence of the unevaluated ns declaration forms.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L122" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L122" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -209,8 +199,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-usage">Usage: (ns-decl? form) </pre> <pre id="var-docstr">Returns true if form is a (ns ...) declaration.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L47" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L47" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -221,8 +210,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-docstr">Attempts to read a (ns ...) declaration from file, and returns the unevaluated form. Returns nil if read fails, or if the first form is not a ns declaration.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L65" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L65" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -234,8 +222,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace unevaluated form. Returns nil if read fails or if a ns declaration cannot be found. The ns declaration must be the first Clojure form in the file, except for (comment ...) forms.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L52" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L52" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -246,8 +233,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespace <pre id="var-docstr">Attempts to read a (ns ...) declaration from the named entry in the JAR file, and returns the unevaluated form. Returns nil if the read fails, or if the first form is not a ns declaration.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/find_namespaces.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/find_namespaces.clj#L93" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/de4df718178084ffe32d6a40b449892cd3d57d50/src/clojure/contrib/find_namespaces.clj#L93" id="var-source">Source</a> </div> diff --git a/fnmap-api.html b/fnmap-api.html index 1565ea2a..056056d1 100644 --- a/fnmap-api.html +++ b/fnmap-api.html @@ -86,8 +86,7 @@ operate on an internal map. map for m. All other map operations are passed through to the internal map.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/fnmap.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/fnmap.clj#L19" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/016af1ddecea945f0ae9e6354e2bd006efcd7a04/src/clojure/contrib/fnmap.clj#L19" id="var-source">Source</a> </div> diff --git a/gen-html-docs-api.html b/gen-html-docs-api.html index 74e97f16..6d3ff2a2 100644 --- a/gen-html-docs-api.html +++ b/gen-html-docs-api.html @@ -78,8 +78,7 @@ one or more Clojure libraries.</pre> <pre id="var-docstr">Returns a string which is the HTML documentation for the libraries named by libs. Libs is a vector of symbols identifying Clojure libraries.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/gen_html_docs.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/gen_html_docs.clj#L430" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj#L430" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -89,8 +88,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/gen_html_docs. </pre> <pre id="var-docstr">Calls generate-documentation on the libraries named by libs and emits the generated HTML to the path named by path.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/gen_html_docs.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/gen_html_docs.clj#L456" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/04a22729691863a5b7e7b1b3c6c1157a02aff3b2/src/clojure/contrib/gen_html_docs.clj#L456" id="var-source">Source</a> </div> diff --git a/generic.arithmetic-api.html b/generic.arithmetic-api.html index 52a07f40..151ad00a 100644 --- a/generic.arithmetic-api.html +++ b/generic.arithmetic-api.html @@ -92,8 +92,7 @@ efficiency reasons.</pre> </pre> <pre id="var-docstr">Return the product of all arguments. The minimal implementation for type ::my-type is the binary form with dispatch value [::my-type ::my-type].</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/arithmetic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithmetic.clj#L111" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L111" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -105,8 +104,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithm </pre> <pre id="var-docstr">Return the sum of all arguments. The minimal implementation for type ::my-type is the binary form with dispatch value [::my-type ::my-type].</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/arithmetic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithmetic.clj#L45" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L45" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -119,8 +117,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithm <pre id="var-docstr">Return the difference of the first argument and the sum of all other arguments. The minimal implementation for type ::my-type is the binary form with dispatch value [::my-type ::my-type].</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/arithmetic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithmetic.clj#L77" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L77" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -133,8 +130,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithm <pre id="var-docstr">Return the quotient of the first argument and the product of all other arguments. The minimal implementation for type ::my-type is the binary form with dispatch value [::my-type ::my-type].</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/arithmetic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithmetic.clj#L143" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L143" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -144,8 +140,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithm </pre> <pre id="var-docstr">Define a method implementation for the multimethod name in namespace ns. Required for implementing the division function from another namespace.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/arithmetic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithmetic.clj#L173" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L173" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -156,8 +151,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithm <pre id="var-docstr">Create the qualified symbol corresponding to sym in namespace ns. Required to access the division function from another namespace, e.g. as (qsym clojure.contrib.generic.arithmetic /).</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/arithmetic.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/arithmetic.clj#L180" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/arithmetic.clj#L180" id="var-source">Source</a> </div> diff --git a/generic.comparison-api.html b/generic.comparison-api.html index 4b8ea230..a2a175d0 100644 --- a/generic.comparison-api.html +++ b/generic.comparison-api.html @@ -91,8 +91,7 @@ greater/less-than relations, types must minimally implement >.</pre> The minimal implementation for type ::my-type is the binary form with dispatch value [::my-type ::my-type]. A default implementation is provided in terms of >.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/comparison.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/comparison.clj#L77" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L77" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -106,8 +105,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/compar ones. The minimal implementation for type ::my-type is the binary form with dispatch value [::my-type ::my-type]. A default implementation is provided in terms of >.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/comparison.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/comparison.clj#L129" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L129" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -119,8 +117,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/compar </pre> <pre id="var-docstr">Return true if all arguments are equal. The minimal implementation for type ::my-type is the binary form with dispatch value [::my-type ::my-type].</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/comparison.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/comparison.clj#L36" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L36" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -133,8 +130,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/compar <pre id="var-docstr">Return true if each argument is larger than the following ones. The minimal implementation for type ::my-type is the binary form with dispatch value [::my-type ::my-type].</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/comparison.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/comparison.clj#L56" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L56" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -148,8 +144,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/compar ones. The minimal implementation for type ::my-type is the binary form with dispatch value [::my-type ::my-type]. A default implementation is provided in terms of <.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/comparison.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/comparison.clj#L103" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L103" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -158,8 +153,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/compar <pre id="var-usage">Usage: (zero? x) </pre> <pre id="var-docstr">Return true of x is zero.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/comparison.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/comparison.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/comparison.clj#L28" id="var-source">Source</a> </div> diff --git a/generic.math-functions-api.html b/generic.math-functions-api.html index 803b707f..00a05b48 100644 --- a/generic.math-functions-api.html +++ b/generic.math-functions-api.html @@ -114,8 +114,7 @@ defined for any type.</pre> <pre id="var-usage">Usage: (abs x) </pre> <pre id="var-docstr">Return the abs of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L53" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L53" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -124,8 +123,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (acos x) </pre> <pre id="var-docstr">Return the acos of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L54" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L54" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -135,8 +133,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f </pre> <pre id="var-docstr">Return true if the absolute value of the difference between x and y is less than eps.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L110" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L110" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -145,8 +142,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (asin x) </pre> <pre id="var-docstr">Return the asin of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L55" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L55" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -155,8 +151,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (atan x) </pre> <pre id="var-docstr">Return the atan of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L56" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L56" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -165,8 +160,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (atan2 x y) </pre> <pre id="var-docstr">Return the atan2 of x and y.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L57" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L57" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -175,8 +169,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (ceil x) </pre> <pre id="var-docstr">Return the ceil of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L58" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L58" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -185,8 +178,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (conjugate x) </pre> <pre id="var-docstr">Return the conjugate of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L87" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L87" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -195,8 +187,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (cos x) </pre> <pre id="var-docstr">Return the cos of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L59" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -205,8 +196,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (exp x) </pre> <pre id="var-docstr">Return the exp of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L60" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L60" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -215,8 +205,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (floor x) </pre> <pre id="var-docstr">Return the floor of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L61" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L61" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -225,8 +214,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (log x) </pre> <pre id="var-docstr">Return the log of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L62" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L62" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -235,8 +223,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (pow x y) </pre> <pre id="var-docstr">Return the pow of x and y.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L63" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L63" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -245,8 +232,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (rint x) </pre> <pre id="var-docstr">Return the rint of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L64" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L64" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -255,8 +241,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (round x) </pre> <pre id="var-docstr">Return the round of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L65" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L65" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -265,8 +250,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (sgn x) </pre> <pre id="var-docstr">Return the sign of x (-1, 0, or 1).</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L73" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L73" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -275,8 +259,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (sin x) </pre> <pre id="var-docstr">Return the sin of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L66" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L66" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -285,8 +268,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (sqr x) </pre> <pre id="var-docstr">Return the square of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L98" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L98" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -295,8 +277,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (sqrt x) </pre> <pre id="var-docstr">Return the sqrt of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L67" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L67" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -305,8 +286,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_f <pre id="var-usage">Usage: (tan x) </pre> <pre id="var-docstr">Return the tan of x.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/generic/math_functions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/generic/math_functions.clj#L68" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1dd60bdd968cd19dc04b4cb4fdcc0b6032833543/src/clojure/contrib/generic/math_functions.clj#L68" id="var-source">Source</a> </div> diff --git a/graph-api.html b/graph-api.html index fe0cdf2e..f7d9ecb2 100644 --- a/graph-api.html +++ b/graph-api.html @@ -99,8 +99,7 @@ by <span id="author">Jeffrey Straszheim</span><br /> <pre id="var-usage">Usage: (add-loops g) </pre> <pre id="var-docstr">For each node n, add the edge n->n if not already present.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L49" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L49" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -113,8 +112,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L49" Each node in the new graph will be a set of nodes from the old. These sets are the strongly connected components. Each edge will be the union of the corresponding edges of the prior graph.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L133" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L133" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -127,8 +125,7 @@ set of nodes at index 0 are independent. The set at index 1 depend on index 0; those at 2 depend on 0 and 1, and so on. Those withing a set have no mutual dependencies. Assume the input graph (which much be acyclic) has an edge a->b when a depends on b.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L190" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L190" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -139,8 +136,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L190 <pre id="var-docstr">Repeatedly apply fun to data until (equal old-data new-data) returns true. If max iterations occur, it will throw an exception. Set max to nil for unlimited iterations.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L167" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L167" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -149,8 +145,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L167 <pre id="var-usage">Usage: (get-neighbors g n) </pre> <pre id="var-docstr">Get the neighbors of a node.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L29" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L29" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -162,8 +157,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L29" <pre id="var-docstr">Return a lazy sequence of the nodes of a graph starting a node n. Optionally, provide a set of visited notes (v) and a collection of nodes to visit (ns).</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L68" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L68" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -172,8 +166,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L68" <pre id="var-usage">Usage: (post-ordered-nodes g) </pre> <pre id="var-docstr">Return a sequence of indexes of a post-ordered walk of the graph.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L110" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L110" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -182,8 +175,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L110 <pre id="var-usage">Usage: (recursive-component? g ns) </pre> <pre id="var-docstr">Is the component (recieved from scc) self recursive?</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L151" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L151" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -192,8 +184,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L151 <pre id="var-usage">Usage: (remove-loops g) </pre> <pre id="var-docstr">For each node n, remove any edges n->n.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L57" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L57" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -203,8 +194,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L57" </pre> <pre id="var-docstr">Given a directed graph, return another directed graph with the order of the edges reversed.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L37" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L37" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -214,8 +204,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L37" </pre> <pre id="var-docstr">Returns, as a sequence of sets, the strongly connected components of g.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L117" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L117" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -225,8 +214,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L117 </pre> <pre id="var-docstr">Returns, as a sequence of sets, the components of a graph that are self-recursive.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L158" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L158" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -239,8 +227,7 @@ provided. The first is as dependency-list. The second (which may have cycles) provides a partial-dependency relation. If node a depends on node b (meaning an edge a->b exists) in the second graph, node a must be equal or later in the sequence.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L207" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L207" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -255,8 +242,7 @@ regardless of whether such loops exist in the original graph. This version does not. Loops will be included only if produced by cycles in the graph. If you have code that depends on such behavior, call (-> g transitive-closure add-loops)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/graph.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/graph.clj#L81" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/graph.clj#L81" id="var-source">Source</a> </div> diff --git a/greatest-least-api.html b/greatest-least-api.html index 505611b6..e8a9c1f0 100644 --- a/greatest-least-api.html +++ b/greatest-least-api.html @@ -87,8 +87,7 @@ by <span id="author">Vincent Foley</span><br /> <pre id="var-usage">Usage: (all-greatest & args) </pre> <pre id="var-docstr">Returns all the greatest elements.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L52" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L52" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -97,8 +96,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least <pre id="var-usage">Usage: (all-greatest-by f & args) </pre> <pre id="var-docstr">Return all the elements for which f yields the greatest value.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L47" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L47" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -107,8 +105,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least <pre id="var-usage">Usage: (all-least & args) </pre> <pre id="var-docstr">Returns all the least elements.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L62" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L62" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -117,8 +114,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least <pre id="var-usage">Usage: (all-least-by f & args) </pre> <pre id="var-docstr">Return all the elements for which f yields the least value.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L57" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L57" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -127,8 +123,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least <pre id="var-usage">Usage: (greatest & args) </pre> <pre id="var-docstr">Return the greatest argument.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L18" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L18" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -137,8 +132,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least <pre id="var-usage">Usage: (greatest-by f & args) </pre> <pre id="var-docstr">Return the argument for which f yields the greatest value.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L13" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L13" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -147,8 +141,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least <pre id="var-usage">Usage: (least & args) </pre> <pre id="var-docstr">Return the smallest element.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L28" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -157,8 +150,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least <pre id="var-usage">Usage: (least-by f & args) </pre> <pre id="var-docstr">Return the argument for which f yields the smallest value.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/greatest_least.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/greatest_least.clj#L23" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/greatest_least.clj#L23" id="var-source">Source</a> </div> diff --git a/http.agent-api.html b/http.agent-api.html index 46c95d91..d2217e25 100644 --- a/http.agent-api.html +++ b/http.agent-api.html @@ -158,8 +158,7 @@ And you could write the response directly to a file like this: <pre id="var-docstr">The default HTTP agent result handler; it collects the response body in a java.io.ByteArrayOutputStream, which can later be retrieved with the 'stream', 'string', and 'bytes' functions.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L147" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L147" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -169,8 +168,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj </pre> <pre id="var-docstr">Returns a Java byte array of the content returned by the server; nil if the content is not yet available.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L253" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L253" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -179,8 +177,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj <pre id="var-usage">Usage: (client-error? http-agnt) </pre> <pre id="var-docstr">Returns true if the HTTP response code was in the 400-499 range.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L364" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L364" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -189,8 +186,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj <pre id="var-usage">Usage: (done? http-agnt) </pre> <pre id="var-docstr">Returns true if the HTTP request/response has completed.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L303" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L303" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -200,8 +196,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj </pre> <pre id="var-docstr">Returns true if the HTTP response code was in the 400-499 range OR the 500-599 range.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L374" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L374" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -212,8 +207,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj <pre id="var-docstr">Returns a map of HTTP response headers. Header names are converted to keywords in all lower-case Header values are strings. If a header appears more than once, only the last value is returned.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L324" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L324" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -224,8 +218,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj <pre id="var-docstr">Returns the HTTP response headers in order as a sequence of [String,String] pairs. The first 'header' name may be null for the HTTP status line.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L334" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L334" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -281,8 +274,7 @@ exceptions thrown by this function will be added to the agent's error queue (see agent-errors). The default function collects the response stream in a memory buffer. </pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L168" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L168" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -292,8 +284,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj </pre> <pre id="var-docstr">Returns the HTTP response message (e.g. 'Not Found'), for this request, or nil if the response has not yet been received.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L317" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L317" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -302,8 +293,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj <pre id="var-usage">Usage: (method http-agnt) </pre> <pre id="var-docstr">Returns the HTTP method name used by this HTTP agent, as a String.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L287" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L287" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -316,8 +306,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj Note: if the :follow-redirects option was true (the default), redirects will be followed automatically and a the agent will never return a 3xx response code.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L355" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L355" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -329,8 +318,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj Note: if the request body was an InputStream or a Reader, it will no longer be usable.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L292" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L292" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -339,8 +327,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj <pre id="var-usage">Usage: (request-headers http-agnt) </pre> <pre id="var-docstr">Returns the request headers specified for this HTTP agent.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L282" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L282" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -349,8 +336,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj <pre id="var-usage">Usage: (request-uri http-agnt) </pre> <pre id="var-docstr">Returns the URI/URL requested by this HTTP agent, as a String.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L277" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L277" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -361,8 +347,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj <pre id="var-docstr">Returns the value returned by the :handler function of the HTTP agent; blocks until the HTTP request is completed. The default handler function returns a ByteArrayOutputStream.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L231" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L231" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -371,8 +356,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj <pre id="var-usage">Usage: (server-error? http-agnt) </pre> <pre id="var-docstr">Returns true if the HTTP response code was in the 500-599 range.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L369" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L369" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -383,8 +367,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj <pre id="var-docstr">Returns the HTTP response status code (e.g. 200, 404) for this request, as an Integer, or nil if the status has not yet been received.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L309" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L309" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -398,8 +381,7 @@ HttpURLConnection stream. If the default handler function was used, this function returns a ByteArrayInputStream on the buffered response body.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L239" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L239" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -414,8 +396,7 @@ encoding. If no encoding is given, uses the encoding specified in the server headers, or clojure.contrib.duck-streams/*default-encoding* if it is not specified.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L259" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L259" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -424,8 +405,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj <pre id="var-usage">Usage: (success? http-agnt) </pre> <pre id="var-docstr">Returns true if the HTTP response code was in the 200-299 range.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L350" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L350" id="var-source">Source</a> </div> diff --git a/http.connection-api.html b/http.connection-api.html index 6d6245cf..0580a19a 100644 --- a/http.connection-api.html +++ b/http.connection-api.html @@ -75,8 +75,7 @@ by <span id="author">Unknown</span><br /> <pre id="var-usage">Usage: (http-connection url) </pre> <pre id="var-docstr">Opens an HttpURLConnection at the URL, handled by as-url.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/connection.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/connection.clj#L21" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj#L21" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -84,8 +83,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/connectio <span id="var-type">multimethod</span><br /> <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">Transmits a request entity body.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/connection.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/http/connection.clj#L26" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj#L26" id="var-source">Source</a> </div> diff --git a/import-static-api.html b/import-static-api.html index 53297be4..9c32baec 100644 --- a/import-static-api.html +++ b/import-static-api.html @@ -86,8 +86,7 @@ Example: Note: The class name must be fully qualified, even if it has already been imported. Static methods are defined as MACROS, not first-class fns.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/import_static.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/import_static.clj#L22" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/import_static.clj#L22" id="var-source">Source</a> </div> @@ -551,17 +551,7 @@ Based on an idea from Chouser: Public variables and functions: <span id="var-link"><a href="condition-api.html#clojure.contrib.condition/*full-stack-traces*" id="var-tag">*full-stack-traces*</a> </span><span id="var-link"><a href="condition-api.html#clojure.contrib.condition/handler-case" id="var-tag">handler-case</a> </span><span id="var-link"><a href="condition-api.html#clojure.contrib.condition/print-stack-trace" id="var-tag">print-stack-trace</a> </span><span id="var-link"><a href="condition-api.html#clojure.contrib.condition/raise" id="var-tag">raise</a> </span><span id="var-link"><a href="condition-api.html#clojure.contrib.condition/stack-trace-info" id="var-tag">stack-trace-info</a> </span><br /> - <span id="subspace"><br />Variables and functions in - <span id="name">condition.Condition</span>: - <span id="sub-var-link"> - <a href="condition-api.html#clojure.contrib.condition.Condition/-init">-init</a> - </span><span id="sub-var-link"> - <a href="condition-api.html#clojure.contrib.condition.Condition/-meta">-meta</a> - </span><span id="sub-var-link"> - <a href="condition-api.html#clojure.contrib.condition.Condition/-post-init">-post-init</a> - </span> - <br /> - </span> + </div><div id="namespace-entry"> <br /> <hr /> @@ -1567,7 +1557,7 @@ See documentation for those functions for more information or complete documentation on the the clojure-contrib web site on github.</pre> Public variables and functions: - <span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*code-dispatch*" id="var-tag">*code-dispatch*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-circle*" id="var-tag">*print-circle*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-lines*" id="var-tag">*print-lines*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-miser-width*" id="var-tag">*print-miser-width*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-pretty*" id="var-tag">*print-pretty*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-right-margin*" id="var-tag">*print-right-margin*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-shared*" id="var-tag">*print-shared*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-suppress-namespaces*" id="var-tag">*print-suppress-namespaces*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*simple-dispatch*" id="var-tag">*simple-dispatch*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/cl-format" id="var-tag">cl-format</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/compile-format" id="var-tag">compile-format</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/formatter" id="var-tag">formatter</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/formatter-out" id="var-tag">formatter-out</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/fresh-line" id="var-tag">fresh-line</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/pp" id="var-tag">pp</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/pprint" id="var-tag">pprint</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/pprint-indent" id="var-tag">pprint-indent</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/pprint-logical-block" id="var-tag">pprint-logical-block</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/pprint-newline" id="var-tag">pprint-newline</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/pprint-tab" id="var-tag">pprint-tab</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/set-pprint-dispatch" id="var-tag">set-pprint-dispatch</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/use-method" id="var-tag">use-method</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/with-pprint-dispatch" id="var-tag">with-pprint-dispatch</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/write" id="var-tag">write</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/write-out" id="var-tag">write-out</a> </span><br /> + <span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*code-dispatch*" id="var-tag">*code-dispatch*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-base*" id="var-tag">*print-base*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-circle*" id="var-tag">*print-circle*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-lines*" id="var-tag">*print-lines*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-miser-width*" id="var-tag">*print-miser-width*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-pprint-dispatch*" id="var-tag">*print-pprint-dispatch*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-pretty*" id="var-tag">*print-pretty*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-radix*" id="var-tag">*print-radix*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-right-margin*" id="var-tag">*print-right-margin*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-shared*" id="var-tag">*print-shared*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*print-suppress-namespaces*" id="var-tag">*print-suppress-namespaces*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/*simple-dispatch*" id="var-tag">*simple-dispatch*</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/cl-format" id="var-tag">cl-format</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/compile-format" id="var-tag">compile-format</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/formatter" id="var-tag">formatter</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/formatter-out" id="var-tag">formatter-out</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/fresh-line" id="var-tag">fresh-line</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/pp" id="var-tag">pp</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/pprint" id="var-tag">pprint</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/pprint-indent" id="var-tag">pprint-indent</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/pprint-logical-block" id="var-tag">pprint-logical-block</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/pprint-newline" id="var-tag">pprint-newline</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/pprint-tab" id="var-tag">pprint-tab</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/set-pprint-dispatch" id="var-tag">set-pprint-dispatch</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/use-method" id="var-tag">use-method</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/with-pprint-dispatch" id="var-tag">with-pprint-dispatch</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/write" id="var-tag">write</a> </span><span id="var-link"><a href="pprint-api.html#clojure.contrib.pprint/write-out" id="var-tag">write-out</a> </span><br /> <span id="subspace"><br />Variables and functions in <span id="name">pprint.examples.json</span>: <span id="sub-var-link"> diff --git a/jar-api.html b/jar-api.html index eda90b9e..7a649185 100644 --- a/jar-api.html +++ b/jar-api.html @@ -76,8 +76,7 @@ by <span id="author">Stuart Sierra</span><br /> </pre> <pre id="var-docstr">Returns a sequence of Strings naming the non-directory entries in the JAR file.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jar.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/jar.clj#L29" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj#L29" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -86,8 +85,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/jar.clj#L29" i <pre id="var-usage">Usage: (jar-file? file) </pre> <pre id="var-docstr">Returns true if file is a normal file with a .jar or .JAR extension.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jar.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/jar.clj#L22" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/jar.clj#L22" id="var-source">Source</a> </div> diff --git a/java-utils-api.html b/java-utils-api.html index 6bef2da7..cce7667e 100644 --- a/java-utils-api.html +++ b/java-utils-api.html @@ -102,8 +102,7 @@ by <span id="author">Unknown</span><br /> <pre id="var-docstr">Interpret a String or a java.io.File as a File. Building block for clojure.contrib.java-utils/file, which you should prefer in most cases.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L75" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L75" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -113,8 +112,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj </pre> <pre id="var-docstr">Convert any seq of pairs to a java.utils.Properties instance. Uses as-str to convert both keys and values into strings.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L152" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L152" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -137,8 +135,7 @@ data structures; they will be rendered as with str. Example: (str {:foo :bar}) ;;=> "{:foo :bar}" (as-str {:foo :bar}) ;;=> "{:foo :bar}" </pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L92" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L92" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -147,8 +144,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj <pre id="var-usage">Usage: (as-url arg) </pre> <pre id="var-docstr">Coerces argument (URL, URI, or String) to a java.net.URL.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L195" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L195" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -157,8 +153,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj <pre id="var-usage">Usage: (delete-file f & [silently]) </pre> <pre id="var-docstr">Delete file f. Raise an exception if it fails unless silently is true.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L178" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L178" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -168,8 +163,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj </pre> <pre id="var-docstr">Delete file f. If it's a directory, recursively delete all its contents. Raise an exception if any deletion fails unless silently is true.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L185" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L185" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -180,8 +174,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj (file parent child & more) </pre> <pre id="var-docstr">Returns a java.io.File from string or file args.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L83" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L83" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -191,8 +184,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj (get-system-property stringable default) </pre> <pre id="var-docstr">Get a system property.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L117" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L117" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -201,8 +193,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj <pre id="var-usage">Usage: (read-properties file-able) </pre> <pre id="var-docstr">Read properties from file-able.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L162" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L162" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -211,8 +202,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj <pre id="var-usage">No usage documentation available</pre> <pre id="var-docstr">Interpret a String or java.io.File as a relative path string. Building block for clojure.contrib.java-utils/file.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L62" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L62" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -221,8 +211,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj <pre id="var-usage">Usage: (set-system-properties settings) </pre> <pre id="var-docstr">Set some system properties. Nil clears a property.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L124" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L124" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -231,8 +220,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj <pre id="var-usage">Usage: (wall-hack-field class-name field-name obj) </pre> <pre id="var-docstr">Access to private or protected field.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L218" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L218" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -244,8 +232,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj params is a vector of class which correspond to the arguments to the method obj is nil for static methods, the instance object otherwise the method name is given as a symbol or a keyword (something Named)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L208" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L208" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -258,8 +245,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj Sets the system properties to the supplied values, executes the body, and sets the properties back to their original values. Values of nil are translated to a clearing of the property.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L132" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L132" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -269,8 +255,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj (write-properties m file-able comments) </pre> <pre id="var-docstr">Write properties to file-able.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/java_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/java_utils.clj#L169" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/java_utils.clj#L169" id="var-source">Source</a> </div> diff --git a/jmx-api.html b/jmx-api.html index 0d17a0ba..c4bb1b83 100644 --- a/jmx-api.html +++ b/jmx-api.html @@ -176,8 +176,7 @@ in the ref: <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">The connection to be used for JMX ops. Defaults to the local process.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jmx.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L83" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L83" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -204,8 +203,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L83" i <pre id="var-usage">Usage: (attribute-names n) </pre> <pre id="var-docstr">All attribute names available on an MBean.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jmx.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L95" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L95" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -283,8 +281,7 @@ simplify keys in the tabular data API.</pre> <pre id="var-docstr">Like clojure.core/bean, but for JMX beans. Returns a read-only map of a JMX bean's attributes. If an attribute it not supported, value is set to the exception thrown.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jmx.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L114" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L114" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -293,8 +290,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L114" <pre id="var-usage">Usage: (mbean-names n) </pre> <pre id="var-docstr">Finds all MBeans matching a name on the current *connection*.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jmx.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L90" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L90" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -321,8 +317,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L90" i <pre id="var-usage">Usage: (operation-names n) </pre> <pre id="var-docstr">All operation names available on an MBean.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/jmx.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/jmx.clj#L101" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/d596fee7fbe2f428a34ebecbaaf9451e215d5bdf/src/clojure/contrib/jmx.clj#L101" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> diff --git a/json.read-api.html b/json.read-api.html index db77644e..683e31ea 100644 --- a/json.read-api.html +++ b/json.read-api.html @@ -91,8 +91,7 @@ clojure.contrib.walk/keywordize-keys</pre> <pre id="var-docstr">If true, JSON object keys will be converted to keywords instead of strings. Defaults to false. There are no checks that the strings form valid keywords.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/json/read.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/json/read.clj#L55" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj#L55" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -104,8 +103,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/json/read.clj# </pre> <pre id="var-docstr">Read one JSON record from s, which may be a String or a java.io.PushbackReader.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/json/read.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/json/read.clj#L143" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/read.clj#L143" id="var-source">Source</a> </div> diff --git a/json.write-api.html b/json.write-api.html index c59e9773..aed1da11 100644 --- a/json.write-api.html +++ b/json.write-api.html @@ -105,8 +105,7 @@ Within strings, all non-ASCII characters are hexadecimal escaped.</pre> <pre id="var-usage">Usage: (json-str x) </pre> <pre id="var-docstr">Converts x to a JSON-formatted string.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/json/write.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/json/write.clj#L138" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj#L138" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -119,8 +118,7 @@ strings, without the leading colon. Maps become JSON objects, all other collection types become JSON arrays. Java arrays become JSON arrays. Unicode characters in strings are escaped as \uXXXX. Numbers print as with pr.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/json/write.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/json/write.clj#L50" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj#L50" id="var-source">Source</a> </div> diff --git a/lazy-seqs-api.html b/lazy-seqs-api.html index 21434f23..7766b9dd 100644 --- a/lazy-seqs-api.html +++ b/lazy-seqs-api.html @@ -95,8 +95,7 @@ by <span id="author">Stephen C. Gilardi</span><br /> <pre id="var-usage">Usage: (fibs) </pre> <pre id="var-docstr">Returns a lazy sequence of all the Fibonacci numbers.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_seqs.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/lazy_seqs.clj#L78" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj#L78" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -105,8 +104,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/lazy_seqs.clj# <pre id="var-usage">Usage: (powers-of-2) </pre> <pre id="var-docstr">Returns a lazy sequence of all the powers of 2</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_seqs.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/lazy_seqs.clj#L83" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj#L83" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -114,8 +112,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/lazy_seqs.clj# <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Lazy sequence of all the prime numbers.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_seqs.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/lazy_seqs.clj#L62" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dd497fb5154f8a26f9a09af7361981cb196bdf67/src/clojure/contrib/lazy_seqs.clj#L62" id="var-source">Source</a> </div> diff --git a/lazy-xml-api.html b/lazy-xml-api.html index 350a92ba..49fd3f8c 100644 --- a/lazy-xml-api.html +++ b/lazy-xml-api.html @@ -79,8 +79,7 @@ by <span id="author">Chris Houser</span><br /> <pre id="var-usage">Usage: (emit x & opts) </pre> <pre id="var-docstr">Prints an <?xml?> declaration line, and then calls emit-element</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/lazy_xml.clj#L141" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L141" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -91,8 +90,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/lazy_xml.clj#L <pre id="var-docstr">Recursively prints as XML text the element struct e. To have it print extra whitespace like clojure.xml/emit, use the :pad true option.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/lazy_xml.clj#L118" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L118" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -111,8 +109,7 @@ specified, it will be run in a separate thread and be allowed to get ahead by queue-size items, which defaults to maxint. If no parser is specified and org.xmlpull.v1.XmlPullParser is in the classpath, this superior pull parser will be used.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/lazy_xml.clj#L38" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L38" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -134,8 +131,7 @@ thread and be allowed to get ahead by queue-size items, which defaults to maxing. If no parser is specified and org.xmlpull.v1.XmlPullParser is in the classpath, this superior pull parser will be used.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/lazy_xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/lazy_xml.clj#L95" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L95" id="var-source">Source</a> </div> diff --git a/logging-api.html b/logging-api.html index de26c97a..f11e87c9 100644 --- a/logging-api.html +++ b/logging-api.html @@ -142,8 +142,7 @@ needs to be specified to namespace the output.</pre> <pre id="var-usage"></pre> <pre id="var-docstr">A boolean indicating whether direct logging (as opposed to via an agent) is allowed when not operating from within a transaction. Defaults to true.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L202" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L202" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -151,8 +150,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L2 <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">The name of the logging implementation used.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -161,8 +159,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L1 <pre id="var-usage"></pre> <pre id="var-docstr">The default agent used for performing logging durng a transaction or when direct logging is disabled.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L196" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L196" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -172,8 +169,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L1 </pre> <pre id="var-docstr">Writes the message immediately, and ignores the first argument. Used by the logging agent. End-users should never need to call this function.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L208" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L208" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -183,8 +179,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L2 (debug message throwable) </pre> <pre id="var-docstr">Logs a message at the debug level.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L316" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L316" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -196,8 +191,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L3 <pre id="var-docstr">Returns true if the specific logging level is enabled. Use of this function should only be necessary if one needs to execute alternate code paths beyond whether the log should be written to.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L232" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L232" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -207,8 +201,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L2 (error message throwable) </pre> <pre id="var-docstr">Logs a message at the error level.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L337" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L337" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -218,8 +211,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L3 (fatal message throwable) </pre> <pre id="var-docstr">Logs a message at the fatal level.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L344" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L344" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -228,8 +220,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L3 <pre id="var-usage"></pre> <pre id="var-docstr">Implementation-specific check if a particular level is enabled. End-users should not need to call this function.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -238,8 +229,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L1 <pre id="var-usage"></pre> <pre id="var-docstr">Returns an implementation-specific log by string namespace. End-users should not need to call this function.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -248,8 +238,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L1 <pre id="var-usage"></pre> <pre id="var-docstr">Implementation-specific write of a log message. End-users should not need to call this function.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -259,8 +248,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L1 (info message throwable) </pre> <pre id="var-docstr">Logs a message at the info level.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L323" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L323" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -272,8 +260,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L3 </pre> <pre id="var-docstr">Logs a message, either directly or via an agent. Also see the level-specific convenience macros.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L215" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L215" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -285,8 +272,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L2 to :info and :error logging, respectively. The specified log-ns value will be used to namespace all redirected logging. NOTE: this will not redirect output of *out* or *err*; for that, use with-logs.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L271" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L271" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -296,8 +282,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L2 </pre> <pre id="var-docstr">Creates a PrintStream that will output to the log. End-users should not need to invoke this function.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L249" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L249" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -306,8 +291,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L2 <pre id="var-usage">Usage: (log-uncapture!) </pre> <pre id="var-docstr">Restores System.out and System.err to their original values.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L287" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L287" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -317,8 +301,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L2 </pre> <pre id="var-docstr">Evaluates expr and outputs the form and its result to the debug log; returns the result of expr.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L242" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L242" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -328,8 +311,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L2 (trace message throwable) </pre> <pre id="var-docstr">Logs a message at the trace level.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L309" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L309" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -339,8 +321,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L3 (warn message throwable) </pre> <pre id="var-docstr">Logs a message at the warn level.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L330" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L330" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -351,8 +332,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L3 <pre id="var-docstr">Evaluates exprs in a context in which *out* and *err* are bound to :info and :error logging, respectively. The specified log-ns value will be used to namespace all redirected logging.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/logging.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/logging.clj#L297" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L297" id="var-source">Source</a> </div> diff --git a/map-utils-api.html b/map-utils-api.html index 93ef756e..12481177 100644 --- a/map-utils-api.html +++ b/map-utils-api.html @@ -84,8 +84,7 @@ only when there's a non-map at a particular level. (deepmerge + {:a {:b {:c 1 :d {:x 1 :y 2}} :e 3} :f 4} {:a {:b {:c 2 :d {:z 9} :z 3} :e 100}}) -> {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L41" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L41" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -94,8 +93,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj# <pre id="var-usage">Usage: (lazy-get map key not-found) </pre> <pre id="var-docstr">Like get, but doesn't evaluate not-found unless it is needed.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L22" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L22" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -104,8 +102,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj# <pre id="var-usage">Usage: (safe-get map key) </pre> <pre id="var-docstr">Like get, but throws an exception if the key is not found.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L29" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L29" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -114,8 +111,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj# <pre id="var-usage">Usage: (safe-get-in map ks) </pre> <pre id="var-docstr">Like get-in, but throws an exception if any key is not found.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L35" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L35" id="var-source">Source</a> </div> diff --git a/miglayout-api.html b/miglayout-api.html index 853ec591..94b89d2b 100644 --- a/miglayout-api.html +++ b/miglayout-api.html @@ -175,8 +175,7 @@ clojure.contrib.miglayout/components.</pre> <pre id="var-usage">Usage: (converter-ui) </pre> <pre id="var-docstr">Lays out and shows a Temperature Converter UI</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/example.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/example.clj#L40" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj#L40" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.miglayout.example/fahrenheit">fahrenheit</h2> @@ -185,8 +184,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/exam </pre> <pre id="var-docstr">Converts a Celsius temperature to Fahrenheit. Input and output are strings. Returns "input?" if the input can't be parsed as a Double.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/example.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/example.clj#L24" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj#L24" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.miglayout.example/main">main</h2> @@ -194,8 +192,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/exam <pre id="var-usage">Usage: (main) </pre> <pre id="var-docstr">Invokes converter-ui in the AWT Event thread</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/example.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/example.clj#L57" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/df27c0a710440e2fef44f799dc5933f29ced44e1/src/clojure/contrib/miglayout/example.clj#L57" id="var-source">Source</a> </div> </div><div><h2 id="namespace-name">miglayout.internal</h2> <pre id="namespace-docstr"></pre> @@ -207,8 +204,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/exam <pre id="var-usage">Usage: (add-components container components) </pre> <pre id="var-docstr">Adds components with constraints to a container</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L94" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L94" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.miglayout.internal/component?">component?</h2> @@ -216,8 +212,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/inte <pre id="var-usage">Usage: (component? x) </pre> <pre id="var-docstr">Returns true if x is a java.awt.Component</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L59" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.miglayout.internal/constraint?">constraint?</h2> @@ -225,8 +220,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/inte <pre id="var-usage">Usage: (constraint? x) </pre> <pre id="var-docstr">Returns true if x is not a keyword-item or component</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L64" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L64" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.miglayout.internal/do-layout">do-layout</h2> @@ -235,8 +229,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/inte </pre> <pre id="var-docstr">Attaches a MigLayout layout manager to container and adds components with constraints</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L114" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L114" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.miglayout.internal/format-constraint">format-constraint</h2> @@ -246,8 +239,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/inte <pre id="var-docstr">Returns a vector of vectors representing one or more constraints separated by commas. Constraints may be specified in Clojure using strings, keywords, vectors, maps, and/or sets.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L32" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L32" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.miglayout.internal/format-constraints">format-constraints</h2> @@ -256,8 +248,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/inte </pre> <pre id="var-docstr">Returns a string representing all the constraints for one keyword-item or component formatted for miglayout.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L47" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L47" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.miglayout.internal/get-components">get-components</h2> @@ -265,8 +256,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/inte <pre id="var-usage">Usage: (get-components container) </pre> <pre id="var-docstr">Returns a map from id to component for all components with an id</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L109" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L109" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.miglayout.internal/parse-component-constraint">parse-component-constraint</h2> @@ -274,8 +264,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/inte <pre id="var-usage">Usage: (parse-component-constraint constraint) </pre> <pre id="var-docstr">Parses a component constraint string returning a CC object</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L88" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L88" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.miglayout.internal/parse-item-constraints">parse-item-constraints</h2> @@ -286,8 +275,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/inte :keywords and :components. The value for :keywords is a map from keyword items to constraints strings. The value for :components is a vector of vectors each associating a component with its constraints string.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/internal.clj#L71" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/internal.clj#L71" id="var-source">Source</a> </div> </div><div><h2 id="namespace-name">miglayout.test</h2> <pre id="namespace-docstr"></pre> @@ -299,8 +287,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/inte <pre id="var-usage">Usage: (label text) </pre> <pre id="var-docstr">Returns a swing label</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/test.clj#L32" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj#L32" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.miglayout.test/sep">sep</h2> @@ -308,8 +295,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/test <pre id="var-usage">Usage: (sep) </pre> <pre id="var-docstr">Returns a swing separator</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/test.clj#L43" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj#L43" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.miglayout.test/text-field">text-field</h2> @@ -318,8 +304,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/test (text-field width) </pre> <pre id="var-docstr">Returns a swing text field</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/miglayout/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/miglayout/test.clj#L37" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/8bce6fb2d0a9b66aa1fd145f3dfd62833d8ad330/src/clojure/contrib/miglayout/test.clj#L37" id="var-source">Source</a> </div> </div> diff --git a/mmap-api.html b/mmap-api.html index 2329a4a1..16d0d02e 100644 --- a/mmap-api.html +++ b/mmap-api.html @@ -78,8 +78,7 @@ mmaped file for "normal" activies -- slurp, load-file, etc.</pre> <pre id="var-usage">Usage: (buffer-stream buf) </pre> <pre id="var-docstr">Returns an InputStream for a ByteBuffer, such as returned by mmap.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/mmap.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/mmap.clj#L39" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj#L39" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -88,8 +87,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/mmap.clj#L39" <pre id="var-usage">Usage: (mmap f) </pre> <pre id="var-docstr">Memory-map the file named f. Returns a ByteBuffer.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/mmap.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/mmap.clj#L27" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj#L27" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -98,8 +96,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/mmap.clj#L27" <pre id="var-usage">Usage: (slurp f) </pre> <pre id="var-docstr">Reads the file named by f and returns it as a string.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/mmap.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/mmap.clj#L33" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/mmap.clj#L33" id="var-source">Source</a> </div> diff --git a/mock-api.html b/mock-api.html index 29a9d40d..e8b920f2 100644 --- a/mock-api.html +++ b/mock-api.html @@ -335,8 +335,7 @@ increases count, returns return value. <pre id="var-docstr">This function is designed to be used in a binding macro to override the report-problem function in clojure.contrib.mock. Instead of printing the error to the console, the error is logged via clojure.test.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/mock/test_adapter.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/mock/test_adapter.clj#L19" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/a4a4a534d7dddc1d58fc93a216192bf4bb7b20ff/src/clojure/contrib/mock/test_adapter.clj#L19" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.mock.test-adapter/returns">returns</h2> diff --git a/monadic-io-streams-api.html b/monadic-io-streams-api.html index fb5dcfad..734196e1 100644 --- a/monadic-io-streams-api.html +++ b/monadic-io-streams-api.html @@ -100,8 +100,7 @@ monadic statement sequence.</pre> <pre id="var-usage">Usage: (flush) </pre> <pre id="var-docstr">Flush</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L62" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L62" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -110,8 +109,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_str <pre id="var-usage">Usage: (print obj) </pre> <pre id="var-docstr">Print obj</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L67" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L67" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -121,8 +119,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_str (println obj) </pre> <pre id="var-docstr">Print obj followed by a newline</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L72" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L72" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -131,8 +128,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_str <pre id="var-usage">Usage: (read-char) </pre> <pre id="var-docstr">Read a single character</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L42" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L42" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -141,8 +137,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_str <pre id="var-usage">Usage: (read-line) </pre> <pre id="var-docstr">Read a single line</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L47" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L47" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -151,8 +146,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_str <pre id="var-usage">Usage: (read-lines) </pre> <pre id="var-docstr">Read all lines and return them in a vector</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L126" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L126" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -161,8 +155,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_str <pre id="var-usage">Usage: (skip-chars n) </pre> <pre id="var-docstr">Skip n characters</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L52" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L52" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -180,8 +173,7 @@ clojure.contrib.duck-streams/writer (mode :write). The statement is run on a state which is a map from keywords to corresponding streams. Single-stream monadic I/O statements must be wrapped with clojure.contrib.monads/with-state-field.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L98" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L98" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -192,8 +184,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_str <pre id="var-docstr">Create a reader from reader-spec, run the monadic I/O statement on it, and close the reader. reader-spec can be any object accepted by clojure.contrib.duck-streams/reader.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L82" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L82" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -204,8 +195,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_str <pre id="var-docstr">Create a writer from writer-spec, run the monadic I/O statement on it, and close the writer. writer-spec can be any object accepted by clojure.contrib.duck-streams/writer.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L90" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L90" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -214,8 +204,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_str <pre id="var-usage">Usage: (write text) </pre> <pre id="var-docstr">Write text (a string)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L57" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L57" id="var-source">Source</a> </div> diff --git a/monads-api.html b/monads-api.html index b676984d..8e521add 100644 --- a/monads-api.html +++ b/monads-api.html @@ -162,8 +162,7 @@ functions.</pre> argument representing the current continuation. The function f should return a continuation (which becomes the return value of call-cc), or call the passed-in current continuation to terminate.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L456" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L456" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -173,8 +172,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L45 <pre id="var-docstr">Monad describing computations in continuation-passing style. The monadic values are functions that are called with a single argument representing the continuation of the computation, to which they pass their result.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L440" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L440" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -186,8 +184,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L44 <pre id="var-docstr">Define a named monad by defining the monad operations. The definitions are written like bindings to the monad operations m-bind and m-result (required) and m-zero and m-plus (optional).</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L51" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L51" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -198,8 +195,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L51 </pre> <pre id="var-docstr">Like defn, but for functions that use monad operations and are used inside a with-monad block.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L137" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L137" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -218,8 +214,7 @@ contain the binding variables from all previous steps. A clause of the form :let [binding-form expr ...], where the bindings are given as a vector as for the use in let, establishes additional bindings that can be used in the following steps.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L114" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L114" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -229,8 +224,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L11 </pre> <pre id="var-docstr">Return a state-monad function that returns the current state and does not modify it.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L359" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L359" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -240,8 +234,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L35 </pre> <pre id="var-docstr">Return a state-monad function that assumes the state to be a map and returns the value corresponding to the given key. The state is not modified.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L365" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L365" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -251,8 +244,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L36 <pre id="var-docstr">Monad describing plain computations. This monad does in fact nothing at all. It is useful for testing, for combination with monad transformers, and for code that is parameterized with a monad.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L286" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L286" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -263,8 +255,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L28 of one parameter. Each step is called with the result of the previous step as its argument. (m-chain (step1 step2)) is equivalent to (fn [x] (domonad [r1 (step1 x) r2 (step2 r1)] r2)).</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L217" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L217" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -272,8 +263,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L21 <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Bind the monadic value m to the function returning (f x) for argument x</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L195" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L195" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -282,8 +272,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L19 <pre id="var-usage"></pre> <pre id="var-docstr">Converts a monadic value containing a monadic value into a 'simple' monadic value.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L189" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L189" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -293,8 +282,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L18 </pre> <pre id="var-docstr">Converts a function f of n arguments into a function of n monadic arguments returning a monadic value.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L180" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L180" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -303,8 +291,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L18 <pre id="var-usage"></pre> <pre id="var-docstr">'Executes' the sequence of monadic values resulting from mapping f onto the values xs. f must return a monadic value.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L211" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L211" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -313,8 +300,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L21 <pre id="var-usage"></pre> <pre id="var-docstr">Return the reduction of (m-lift 2 f) over the list of monadic values mvs with initial value (m-result val).</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L228" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L228" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -323,8 +309,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L22 <pre id="var-usage"></pre> <pre id="var-docstr">'Executes' the monadic values in ms and returns a sequence of the basic values contained in them.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L200" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L200" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -334,8 +319,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L20 <pre id="var-docstr">While (p x) is false, replace x by the value returned by the monadic computation (f x). Return (m-result x) for the first x for which (p x) is true.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L241" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L241" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -345,8 +329,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L24 </pre> <pre id="var-docstr">If test is logical true, return monadic value m-expr, else return (m-result nil).</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L253" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L253" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -356,8 +339,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L25 </pre> <pre id="var-docstr">If test if logical false, return monadic value m-expr, else return (m-result nil).</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L259" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L259" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -367,8 +349,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L25 <pre id="var-docstr">Monad describing computations with possible failures. Failure is represented by nil, any other value is considered valid. As soon as a step returns nil, the whole computation will yield nil as well.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L296" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L296" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -385,8 +366,7 @@ from the base monad (use :m-plus-from-base) or adopt maybe-like behaviour (use :m-plus-from-transformer). The default is :m-plus-from-base if the base monad m has a definition for m-plus, and :m-plus-from-transformer otherwise.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L496" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L496" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -397,8 +377,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L49 <pre id="var-docstr">Define a monad by defining the monad operations. The definitions are written like bindings to the monad operations m-bind and m-result (required) and m-zero and m-plus (optional).</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L36" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L36" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -409,8 +388,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L36 <pre id="var-docstr">Define a monad transforer in terms of the monad operations and the base monad. The argument which-m-plus chooses if m-zero and m-plus are taken from the base monad or from the transformer.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L474" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L474" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -419,8 +397,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L47 <pre id="var-usage">Usage: (run-cont c) </pre> <pre id="var-docstr">Execute the computation c in the cont monad and return its result.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L451" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L451" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -430,8 +407,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L45 <pre id="var-docstr">Monad describing multi-valued computations, i.e. computations that can yield multiple values. Any object implementing the seq protocol can be used as a monadic value.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L309" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L309" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -447,8 +423,7 @@ if m-zero and m-plus are inherited from the base monad behaviour (use :m-plus-from-transformer). The default is :m-plus-from-base if the base monad m has a definition for m-plus, and :m-plus-from-transformer otherwise.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L528" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L528" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -457,8 +432,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L52 <pre id="var-usage"></pre> <pre id="var-docstr">Monad describing multi-valued computations, like sequence-m, but returning sets of results instead of sequences of results.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L323" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L323" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -468,8 +442,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L32 </pre> <pre id="var-docstr">Return a state-monad function that replaces the current state by s and returns the previous state.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L353" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L353" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -479,8 +452,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L35 </pre> <pre id="var-docstr">Return a state-monad function that assumes the state to be a map and replaces the value associated with key by val. The old value is returned.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L383" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L383" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -489,8 +461,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L38 <pre id="var-usage"></pre> <pre id="var-docstr">Monad describing stateful computations. The monadic values have the structure (fn [old-state] [result new-state]).</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L336" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L336" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -500,8 +471,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L33 </pre> <pre id="var-docstr">An optimized implementation of m-until for the state monad that replaces recursion by a loop.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L401" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L401" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -511,8 +481,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L40 </pre> <pre id="var-docstr">Monad transformer that transforms a monad m into a monad of stateful computations that have the base monad type as their result.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L555" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L555" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -522,8 +491,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L55 </pre> <pre id="var-docstr">Return a state-monad function that replaces the current state by the result of f applied to the current state and that returns the old state.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L347" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L347" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -534,8 +502,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L34 <pre id="var-docstr">Return a state-monad function that assumes the state to be a map and replaces the value associated with the given key by the return value of f applied to the old value. The old value is returned.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L373" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L373" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -546,8 +513,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L37 <pre id="var-docstr">Evaluates an expression after replacing the keywords defining the monad operations by the functions associated with these keywords in the monad definition given by name.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L102" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L102" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -559,8 +525,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L10 runs statement (another state-monad function) on the state defined by the map entry corresponding to key. The map entry is updated with the new state returned by statement.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L389" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L389" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -572,8 +537,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L38 logging. The monadic values have the structure [value log]. Any of the accumulators from clojure.contrib.accumulators can be used for storing the log data. Its empty value is passed as a parameter.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monads.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/monads.clj#L413" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/34fc5f2bc4dbae6b1b05b77cda98f56cc62e73b7/src/clojure/contrib/monads.clj#L413" id="var-source">Source</a> </div> diff --git a/ns-utils-api.html b/ns-utils-api.html index b838cb7e..a5dcd345 100644 --- a/ns-utils-api.html +++ b/ns-utils-api.html @@ -87,8 +87,7 @@ by <span id="author">Stephen C. Gilardi</span><br /> <pre id="var-usage">Usage: (dir nsname) </pre> <pre id="var-docstr">Prints a sorted directory of public vars in a namespace</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L84" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L84" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -97,8 +96,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L <pre id="var-usage">Usage: (docs nsname) </pre> <pre id="var-docstr">Prints documentation for the public vars in a namespace</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L89" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L89" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -108,8 +106,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L </pre> <pre id="var-docstr">Returns the namespace named by ns-sym or throws if the namespace does not exist</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L50" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L50" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -121,8 +118,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L namespaces named by ns-names. The created vars have the same name, root binding, and metadata as the original except that their :ns metadata value is this namespace.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L94" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L94" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -132,8 +128,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L </pre> <pre id="var-docstr">Returns a sorted seq of symbols naming public vars in a namespace</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L58" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L58" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -142,8 +137,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L <pre id="var-usage">Usage: (print-dir ns) </pre> <pre id="var-docstr">Prints a sorted directory of public vars in a namespace</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L64" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L64" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -152,8 +146,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L <pre id="var-usage">Usage: (print-docs ns) </pre> <pre id="var-docstr">Prints documentation for the public vars in a namespace</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L70" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L70" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -163,8 +156,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L </pre> <pre id="var-docstr">Returns a sorted seq of symbols naming public vars in a namespace</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/ns_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/ns_utils.clj#L78" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3a220e3af24bd5bd30869a112c7210a888ea6dc4/src/clojure/contrib/ns_utils.clj#L78" id="var-source">Source</a> </div> diff --git a/pprint-api.html b/pprint-api.html index f8ba9e1a..16f9f1ff 100644 --- a/pprint-api.html +++ b/pprint-api.html @@ -50,14 +50,20 @@ namespace. <div style="margin-left: 1em;" class="toc-entry"> <a href="#clojure.contrib.pprint/*code-dispatch*">*code-dispatch*</a> </div><div style="margin-left: 1em;" class="toc-entry"> + <a href="#clojure.contrib.pprint/*print-base*">*print-base*</a> + </div><div style="margin-left: 1em;" class="toc-entry"> <a href="#clojure.contrib.pprint/*print-circle*">*print-circle*</a> </div><div style="margin-left: 1em;" class="toc-entry"> <a href="#clojure.contrib.pprint/*print-lines*">*print-lines*</a> </div><div style="margin-left: 1em;" class="toc-entry"> <a href="#clojure.contrib.pprint/*print-miser-width*">*print-miser-width*</a> </div><div style="margin-left: 1em;" class="toc-entry"> + <a href="#clojure.contrib.pprint/*print-pprint-dispatch*">*print-pprint-dispatch*</a> + </div><div style="margin-left: 1em;" class="toc-entry"> <a href="#clojure.contrib.pprint/*print-pretty*">*print-pretty*</a> </div><div style="margin-left: 1em;" class="toc-entry"> + <a href="#clojure.contrib.pprint/*print-radix*">*print-radix*</a> + </div><div style="margin-left: 1em;" class="toc-entry"> <a href="#clojure.contrib.pprint/*print-right-margin*">*print-right-margin*</a> </div><div style="margin-left: 1em;" class="toc-entry"> <a href="#clojure.contrib.pprint/*print-shared*">*print-shared*</a> @@ -159,6 +165,14 @@ documentation on the the clojure-contrib web site on github.</pre> </div><div id="var-entry"> <br /> <hr /> + <h2 id="clojure.contrib.pprint/*print-base*">*print-base*</h2> + <span id="var-type">var</span><br /> + <pre id="var-usage"></pre> + <pre id="var-docstr">The base to use for printing integers and rationals.</pre> + <a href="http://github.com/richhickey/clojure-contrib/blob/0d2919855b1cc18f21e08fb4ee4a8c32445582e0/src/clojure/contrib/pprint/pprint_base.clj#L78" id="var-source">Source</a> +</div><div id="var-entry"> + <br /> + <hr /> <h2 id="clojure.contrib.pprint/*print-circle*">*print-circle*</h2> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> @@ -185,6 +199,15 @@ levels of nesting.</pre> </div><div id="var-entry"> <br /> <hr /> + <h2 id="clojure.contrib.pprint/*print-pprint-dispatch*">*print-pprint-dispatch*</h2> + <span id="var-type">var</span><br /> + <pre id="var-usage"></pre> + <pre id="var-docstr">The pretty print dispatch function. Use with-pprint-dispatch or set-pprint-dispatch +to modify.</pre> + <a href="http://github.com/richhickey/clojure-contrib/blob/0d2919855b1cc18f21e08fb4ee4a8c32445582e0/src/clojure/contrib/pprint/pprint_base.clj#L33" id="var-source">Source</a> +</div><div id="var-entry"> + <br /> + <hr /> <h2 id="clojure.contrib.pprint/*print-pretty*">*print-pretty*</h2> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> @@ -193,6 +216,16 @@ levels of nesting.</pre> </div><div id="var-entry"> <br /> <hr /> + <h2 id="clojure.contrib.pprint/*print-radix*">*print-radix*</h2> + <span id="var-type">var</span><br /> + <pre id="var-usage"></pre> + <pre id="var-docstr">Print a radix specifier in front of integers and rationals. If *print-base* is 2, 8, +or 16, then the radix specifier used is #b, #o, or #x, respectively. Otherwise the +radix specifier is in the form #XXr where XX is the decimal value of *print-base* </pre> + <a href="http://github.com/richhickey/clojure-contrib/blob/0d2919855b1cc18f21e08fb4ee4a8c32445582e0/src/clojure/contrib/pprint/pprint_base.clj#L72" id="var-source">Source</a> +</div><div id="var-entry"> + <br /> + <hr /> <h2 id="clojure.contrib.pprint/*print-right-margin*">*print-right-margin*</h2> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> @@ -483,8 +516,7 @@ This is an example of using a pretty printer dispatch function to generate JSON <pre id="var-usage">Usage: (dispatch-json x) </pre> <pre id="var-docstr">The dispatch function for printing objects as JSON</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/pprint/examples/json.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/pprint/examples/json.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L28" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.pprint.examples.json/json-str">json-str</h2> @@ -492,8 +524,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/pprint/example <pre id="var-usage">Usage: (json-str x) </pre> <pre id="var-docstr">Converts x to a JSON-formatted string.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/pprint/examples/json.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/pprint/examples/json.clj#L96" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L96" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.pprint.examples.json/print-json">print-json</h2> @@ -505,8 +536,7 @@ strings, without the leading colon. Maps become JSON objects, all other collection types become JSON arrays. Java arrays become JSON arrays. Unicode characters in strings are escaped as \uXXXX. Numbers print as with pr.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/pprint/examples/json.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/pprint/examples/json.clj#L87" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/pprint/examples/json.clj#L87" id="var-source">Source</a> </div> </div><div><h2 id="namespace-name">pprint.examples.xml</h2> <pre id="namespace-docstr">A version of prxml that uses a pretty print dispatch function.</pre> @@ -517,16 +547,14 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/pprint/example <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">If true, empty tags will have a space before the closing /></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/pprint/examples/xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/pprint/examples/xml.clj#L27" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L27" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.pprint.examples.xml/*prxml-indent*">*prxml-indent*</h2> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">The number of spaces to indent sub-tags.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/pprint/examples/xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/pprint/examples/xml.clj#L31" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L31" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.pprint.examples.xml/prxml">prxml</h2> @@ -555,8 +583,7 @@ PSEUDO-TAGS: some keywords have special meaning: (prxml [:decl! {:version "1.1"}]) ; => <?xml version="1.1" encoding="UTF-8"?></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/pprint/examples/xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/pprint/examples/xml.clj#L92" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2f7ddf7205bbd47ace5d2240c66a4686de18d7e7/src/clojure/contrib/pprint/examples/xml.clj#L92" id="var-source">Source</a> </div> </div> diff --git a/probabilities.finite-distributions-api.html b/probabilities.finite-distributions-api.html index 4125cd2f..82b01642 100644 --- a/probabilities.finite-distributions-api.html +++ b/probabilities.finite-distributions-api.html @@ -95,8 +95,7 @@ distributions.</pre> <pre id="var-usage">Usage: (certainly v) </pre> <pre id="var-docstr">Returns a distribution in which the single value v has probability 1.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L148" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L148" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -108,8 +107,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ and values. They are given in the form of a vector of probability-value pairs. In the last pair, the probability can be given by the keyword :else, which stands for 1 minus the total of the other probabilities.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L94" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L94" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -117,8 +115,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Variant of the dist monad that can handle undefined values.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L48" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L48" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -128,8 +125,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Returns the conditional probability for the values in dist that satisfy the predicate pred.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L162" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L162" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -139,8 +135,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ <pre id="var-docstr">Monad describing computations on fuzzy quantities, represented by a finite probability distribution for the possible values. A distribution is represented by a map from values to probabilities.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L28" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -149,8 +144,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ <pre id="var-usage">Usage: (join-with f dist1 dist2) </pre> <pre id="var-docstr">Returns the distribution of (f x y) with x from dist1 and y from dist2.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L153" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L153" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -160,8 +154,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Returns the distribution in which each element x of the collection has a probability proportional to (f x)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L136" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L136" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -174,8 +167,7 @@ by multiplying with a normalization factor. If the map has a key :total, its value is assumed to be the sum over all the other values and it is used for normalization. Otherwise, the sum is calculated explicitly. The :total key is removed from the resulting distribution.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L72" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L72" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -186,8 +178,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ <pre id="var-docstr">Return the probability that the predicate pred is satisfied in the distribution dist, i.e. the sum of the probabilities of the values that satisfy pred.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L199" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L199" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -197,8 +188,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Return a distribution in which each of the elements of coll has the same probability.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L86" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L86" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -208,8 +198,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Returns the Zipf distribution in which the numbers k=1..n have probabilities proportional to 1/k^s.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/finite_distributions.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/finite_distributions.clj#L142" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/ce884883d8829276da9416a7d32d09a5b79456f2/src/clojure/contrib/probabilities/finite_distributions.clj#L142" id="var-source">Source</a> </div> diff --git a/probabilities.monte-carlo-api.html b/probabilities.monte-carlo-api.html index 5f862ea5..7e1a03ae 100644 --- a/probabilities.monte-carlo-api.html +++ b/probabilities.monte-carlo-api.html @@ -114,8 +114,7 @@ composed using operations defined in clojure.contrib.monads.</pre> </pre> <pre id="var-docstr">A discrete distribution, defined by a map dist mapping values to probabilities. The sum of probabilities must be one.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L87" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L87" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -125,8 +124,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Transform a sequence of uniform random numbers in the interval [0, 1) into a sequence of exponential random numbers with parameter lambda.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L146" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L146" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -137,8 +135,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ <pre id="var-docstr">Transform a sequence of uniform random numbesr in the interval [0, 1) into a sequence of lognormal random numbers with mean mu and standard deviation sigma.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L137" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L137" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -148,8 +145,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Return a uniform distribution of n-dimensional vectors inside an n-sphere of radius r.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L228" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L228" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -160,8 +156,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ <pre id="var-docstr">Transform a sequence urs of uniform random number in the interval [0, 1) into a sequence of normal random numbers with mean mu and standard deviation sigma.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L116" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L116" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -172,8 +167,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ <pre id="var-docstr">Transform a sequence of uniform random numbers in the interval [0, 1) into a sequence of normal random numbers with mean mu and standard deviation sigma.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L163" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L163" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -183,8 +177,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Define a random stream by a distribution and the state of a random number stream with uniform distribution in [0, 1).</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L62" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L62" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -194,8 +187,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Return the distribution that results from rejecting the values from dist that do not satisfy predicate p.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L74" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L74" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -205,8 +197,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Return the distribution of samples of length n from the distribution dist</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L182" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -216,8 +207,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Return the distribution of the mean over n samples from the distribution dist</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L182" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -227,8 +217,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Return the distribution of the mean-and-variance (a vector containing the mean and the variance) over n samples from the distribution dist</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L182" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -239,8 +228,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Returns the distribution of the reduction of f over n samples from the distribution dist.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L182" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -250,8 +238,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ </pre> <pre id="var-docstr">Return the distribution of the sum over n samples from the distribution dist.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/monte_carlo.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/monte_carlo.clj#L182" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/monte_carlo.clj#L182" id="var-source">Source</a> </div> diff --git a/probabilities.random-numbers-api.html b/probabilities.random-numbers-api.html index 1b902a65..3de567cd 100644 --- a/probabilities.random-numbers-api.html +++ b/probabilities.random-numbers-api.html @@ -84,8 +84,7 @@ linear congruential generator.</pre> <pre id="var-usage">Usage: (lcg modulus multiplier increment seed) </pre> <pre id="var-docstr">Create a linear congruential generator</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/random_numbers.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/random_numbers.clj#L35" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj#L35" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -95,8 +94,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/ <pre id="var-docstr">A random number stream based on clojure.core/rand. Note that this generator uses an internal mutable state. The state is thus not stored in the stream object and cannot be restored.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/probabilities/random_numbers.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/probabilities/random_numbers.clj#L56" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/probabilities/random_numbers.clj#L56" id="var-source">Source</a> </div> diff --git a/profile-api.html b/profile-api.html index c40fb486..4885ce67 100644 --- a/profile-api.html +++ b/profile-api.html @@ -103,8 +103,7 @@ under the JVM. See the function documentation for more details.</pre> <pre id="var-usage"></pre> <pre id="var-docstr">Set this to false before loading/compiling to omit profiling code.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L42" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L42" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -113,8 +112,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L4 <pre id="var-usage">Usage: (print-summary profile-summary) </pre> <pre id="var-docstr">Prints a table of the results returned by summarize.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L95" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L95" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -126,8 +124,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L9 Returns the result of body. Profile timings will be stored in *profile-data* using name, which must be a keyword, as the key. Timings are measured with System/nanoTime.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L45" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L45" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -137,8 +134,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L4 </pre> <pre id="var-docstr">Runs body with profiling enabled, then prints a summary of results. Returns nil.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L106" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L106" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -156,8 +152,7 @@ like: in nanoseconds. :count is the total number of times the profiled section was executed. :sum is the total amount of time spent in the profiled section, in nanoseconds.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L73" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L73" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -169,8 +164,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L7 Returns the raw profile data as a map. Keys in the map are profile names (keywords), and values are lists of elapsed time, in nanoseconds.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L63" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L63" id="var-source">Source</a> </div> diff --git a/prxml-api.html b/prxml-api.html index 5db2546d..bac8da8c 100644 --- a/prxml-api.html +++ b/prxml-api.html @@ -77,8 +77,7 @@ for details.</pre> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">If true, empty tags will have a space before the closing /></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/prxml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/prxml.clj#L32" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj#L32" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -87,8 +86,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/prxml.clj#L32" <pre id="var-usage"></pre> <pre id="var-docstr">The number of spaces to indent sub-tags. nil for no indent and no extra line-breaks.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/prxml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/prxml.clj#L36" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj#L36" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -118,8 +116,7 @@ PSEUDO-TAGS: some keywords have special meaning: (prxml [:decl! {:version "1.1"}]) ; => <?xml version="1.1" encoding="UTF-8"?></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/prxml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/prxml.clj#L142" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/prxml.clj#L142" id="var-source">Source</a> </div> diff --git a/repl-ln-api.html b/repl-ln-api.html index 4d3bc45d..4cb91037 100644 --- a/repl-ln-api.html +++ b/repl-ln-api.html @@ -86,8 +86,7 @@ input stream.</pre> <pre id="var-usage">Usage: (print-repl-info) </pre> <pre id="var-docstr">Prints info about the current repl</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L208" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L208" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -109,8 +108,7 @@ for clojure.main/repl with the following change and additions: - :prompt-fmt, Prompt format string default: the prompt-fmt of the parent repl, or "%S:%L %N=> "</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L217" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L217" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -119,8 +117,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L2 <pre id="var-usage">Usage: (repl-info) </pre> <pre id="var-docstr">Returns a map of info about the current repl</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L202" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L202" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -129,8 +126,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L2 <pre id="var-usage">Usage: (repl-prompt) </pre> <pre id="var-docstr">Returns the current repl prompt based on this repl's prompt-fmt</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L148" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L148" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -147,8 +143,7 @@ codes in the name to make the corresponding dynamic values part of it: %D - nesting depth in this thread With no arguments, resets the repl name to its default: "repl-%S"</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L157" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L157" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -167,8 +162,7 @@ the corresponding dynamic values part of it: %N - namespace name With no arguments, resets the repl pompt to its default: "%S:%L %N=> "</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L180" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L180" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -181,8 +175,7 @@ and err streams via sequential keyword-value pairs. Default values for :in, :out, and :err are streams associated with System/in, System/out, and System/err using UTF-8 encoding. Also supports all the options provided by clojure.contrib.repl-ln/repl.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_ln.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_ln.clj#L119" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/repl_ln.clj#L119" id="var-source">Source</a> </div> diff --git a/repl-utils-api.html b/repl-utils-api.html index b199a8c9..5df0d7bd 100644 --- a/repl-utils-api.html +++ b/repl-utils-api.html @@ -122,8 +122,7 @@ Javadocs.</pre> <pre id="var-docstr">Add the given thread to break-threads so that it will be stopped any time the user presses Ctrl-C. Calls start-handling-break for you. Adds the current thread if none is given.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L150" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L150" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -150,8 +149,7 @@ beginning of the package name that has docs at this URL.</pre> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Threads to stop when Ctrl-C is pressed. See 'add-break-thread!'</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L131" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L131" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -166,8 +164,7 @@ not type info can be determined at compile-time. Example: (expression-info '(+ (int 5) (float 10))) Returns: {:class float, :primitive? true}</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L163" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L163" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -192,8 +189,7 @@ it can't find the source. For most REPL usage, 'source' is more convenient. Example: (get-source 'filter)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L97" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L97" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -213,8 +209,7 @@ Tries *local-javadocs* first, then *remote-javadocs*.</pre> </pre> <pre id="var-docstr">Loads the specified namespace and invokes its "main" function with optional args. ns-name is not evaluated.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L188" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L188" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -224,8 +219,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj </pre> <pre id="var-docstr">Loads the specified namespace and invokes its "main" function with optional args.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L181" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L181" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -250,8 +244,7 @@ predicate will be passed a single argument, a map that includes the all the properies of the member object as translated by 'bean'. Examples: (show Integer) (show []) (show String 23) (show String "case")</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L59" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -264,8 +257,7 @@ This requires that the symbol resolve to a Var defined in a namespace for which the .clj is in the classpath. Example: (source filter)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L119" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L119" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -275,8 +267,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj </pre> <pre id="var-docstr">Register INT signal handler. After calling this, Ctrl-C will cause all break-threads to be stopped. See 'add-break-thread!'</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L135" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L135" id="var-source">Source</a> </div> diff --git a/seq-utils-api.html b/seq-utils-api.html index a1f4f402..c640ead0 100644 --- a/seq-utils-api.html +++ b/seq-utils-api.html @@ -112,8 +112,7 @@ time which will be pushed onto a queue, blocking if needed until this is possible. fill-queue will return a lazy seq of the values filler-func has pushed onto the queue, blocking if needed until each next element becomes available. filler-func's return value is ignored.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L179" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L179" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -124,8 +123,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# <pre id="var-docstr">Returns the first item of coll for which (pred item) returns logical true. Consumes sequences up to the first match, will consume the entire sequence and return nil if no match is found.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L170" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L170" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -136,8 +134,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# <pre id="var-docstr">Takes any nested combination of sequential things (lists, vectors, etc.) and returns their contents as a single, flat sequence. (flatten nil) returns nil.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L34" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L34" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -147,8 +144,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# </pre> <pre id="var-docstr">Returns a map from distinct items in coll to the number of times they appear.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L89" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L89" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -159,8 +155,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# <pre id="var-docstr">Returns a sorted map of the elements of coll keyed by the result of f on each element. The value at each key will be a vector of the corresponding elements, in the order they appeared in coll.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L65" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L65" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -170,8 +165,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# </pre> <pre id="var-docstr">Returns true if coll contains something equal (with =) to x, in linear time.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L48" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L48" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -183,8 +177,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# from 's' and indexes count up from zero. (indexed '(a b c d)) => ([0 a] [1 b] [2 c] [3 d])</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L55" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L55" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -195,8 +188,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# </pre> <pre id="var-docstr">Returns a lazy sequence of lists like clojure.core/partition, but may include lists with fewer than n items at the end.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L135" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L135" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -206,8 +198,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# </pre> <pre id="var-docstr">Applies f to each value in coll, splitting it each time f returns a new value. Returns a lazy seq of lazy seqs.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L78" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L78" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -217,8 +208,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# </pre> <pre id="var-docstr">Returns a lazy sequence containing the positions at which pred is true for items in coll.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L214" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L214" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -227,8 +217,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# <pre id="var-usage">Usage: (rand-elt s) </pre> <pre id="var-docstr">Return a random element of this seq</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L152" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L152" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -238,8 +227,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# </pre> <pre id="var-docstr">Similar to lazy-cat but binds the resulting sequence to the supplied binding-name, allowing for recursive expressions.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L106" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L106" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -249,8 +237,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# </pre> <pre id="var-docstr">Similar to lazy-seq but binds the resulting seq to the supplied binding-name, allowing for recursive expressions.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L99" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L99" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -261,8 +248,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# </pre> <pre id="var-docstr">Returns a lazy seq of the intermediate values of the reduction (as per reduce) of coll by f, starting with init.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L115" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L115" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -271,8 +257,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# <pre id="var-usage">Usage: (rotations x) </pre> <pre id="var-docstr">Returns a lazy seq of all rotations of a seq</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L125" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L125" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -282,8 +267,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# </pre> <pre id="var-docstr">Returns a vector: [ (filter f s), (filter (complement f) s) ]</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L42" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L42" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -293,8 +277,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# </pre> <pre id="var-docstr">Returns a seq on the object s. Works like the built-in seq but as a multimethod that can have implementations for new classes and types.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L159" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L159" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -303,8 +286,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj# <pre id="var-usage">Usage: (shuffle coll) </pre> <pre id="var-docstr">Return a random permutation of coll</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/seq_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/seq_utils.clj#L145" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/1640c0433e35cf9a60e1483424c0a2a8ca56b730/src/clojure/contrib/seq_utils.clj#L145" id="var-source">Source</a> </div> diff --git a/server-socket-api.html b/server-socket-api.html index 37f2fb74..77ac2e40 100644 --- a/server-socket-api.html +++ b/server-socket-api.html @@ -77,8 +77,7 @@ by <span id="author">Craig McDaniel</span><br /> (create-repl-server port) </pre> <pre id="var-docstr">create a repl on a socket</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/server_socket.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/server_socket.clj#L87" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj#L87" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -95,8 +94,7 @@ created which calls: Optional arguments support specifying a listen backlog and binding to a specific endpoint.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/server_socket.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/server_socket.clj#L53" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/37dad8c37622669271357cfceec03e391cc10e17/src/clojure/contrib/server_socket.clj#L53" id="var-source">Source</a> </div> diff --git a/set-api.html b/set-api.html index 8aaeb283..898f3e49 100644 --- a/set-api.html +++ b/set-api.html @@ -79,8 +79,7 @@ by <span id="author">Jason Wolfe</span><br /> <pre id="var-usage">Usage: (proper-subset? set1 set2) </pre> <pre id="var-docstr">Is s1 a proper subset of s2?</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/set.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/set.clj#L35" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L35" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -89,8 +88,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/set.clj#L35" i <pre id="var-usage">Usage: (proper-superset? set1 set2) </pre> <pre id="var-docstr">Is s1 a proper superset of s2?</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/set.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/set.clj#L42" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L42" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -99,8 +97,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/set.clj#L42" i <pre id="var-usage">Usage: (subset? set1 set2) </pre> <pre id="var-docstr">Is set1 a subset of set2?</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/set.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/set.clj#L21" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L21" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -109,8 +106,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/set.clj#L21" i <pre id="var-usage">Usage: (superset? set1 set2) </pre> <pre id="var-docstr">Is set1 a superset of set2?</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/set.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/set.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/set.clj#L28" id="var-source">Source</a> </div> diff --git a/shell-out-api.html b/shell-out-api.html index 9e767f05..e101d137 100644 --- a/shell-out-api.html +++ b/shell-out-api.html @@ -99,8 +99,7 @@ Options are You can bind :env or :dir for multiple operations using with-sh-env and with-sh-dir.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/shell_out.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/shell_out.clj#L83" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cc4e2ec2bf558f059330ebc97a031d7806a1e364/src/clojure/contrib/shell_out.clj#L83" id="var-source">Source</a> </div> diff --git a/singleton-api.html b/singleton-api.html index 3ce144d6..2588084f 100644 --- a/singleton-api.html +++ b/singleton-api.html @@ -81,8 +81,7 @@ cache the value for all subsequent calls. Warning: global singletons are often unsafe in multi-threaded code. Consider per-thread-singleton instead.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/singleton.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/singleton.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L28" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -100,8 +99,7 @@ Warning: due to a bug in JDK 5, it may not be safe to use a per-thread-singleton in the initialization function for another per-thread-singleton. See <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230">http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230</a></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/singleton.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/singleton.clj#L41" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L41" id="var-source">Source</a> </div> diff --git a/sql-api.html b/sql-api.html index 57b636b5..32483c59 100644 --- a/sql-api.html +++ b/sql-api.html @@ -383,8 +383,7 @@ parameters.</pre> <pre id="var-usage">Usage: (connection*) </pre> <pre id="var-docstr">Returns the current database connection (or throws if there is none)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L38" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L38" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.internal/find-connection*">find-connection*</h2> @@ -392,8 +391,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.c <pre id="var-usage">Usage: (find-connection*) </pre> <pre id="var-docstr">Returns the current database connection (or nil if there is none)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L33" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L33" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.internal/get-connection">get-connection</h2> @@ -417,8 +415,7 @@ DataSource: JNDI: :name (required) a String or javax.naming.Name :environment (optional) a java.util.Map</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L51" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L51" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.internal/print-sql-exception">print-sql-exception</h2> @@ -426,8 +423,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.c <pre id="var-usage">Usage: (print-sql-exception stream exception) </pre> <pre id="var-docstr">Prints the contents of an SQLException to stream</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L100" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L100" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.internal/print-sql-exception-chain">print-sql-exception-chain</h2> @@ -435,8 +431,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.c <pre id="var-usage">Usage: (print-sql-exception-chain stream exception) </pre> <pre id="var-docstr">Prints a chain of SQLExceptions to stream</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L114" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L114" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.internal/print-update-counts">print-update-counts</h2> @@ -444,8 +439,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.c <pre id="var-usage">Usage: (print-update-counts stream exception) </pre> <pre id="var-docstr">Prints the update counts from a BatchUpdateException to stream</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L122" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L122" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.internal/rollback">rollback</h2> @@ -454,8 +448,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.c (rollback val) </pre> <pre id="var-docstr">Accessor for the rollback flag on the current connection</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L44" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L44" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.internal/throw-rollback">throw-rollback</h2> @@ -463,8 +456,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.c <pre id="var-usage">Usage: (throw-rollback e) </pre> <pre id="var-docstr">Sets rollback and throws a wrapped exception</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L131" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L131" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.internal/transaction*">transaction*</h2> @@ -478,8 +470,7 @@ evaluating the outermost body, or rolled back on any uncaught exception. If rollback is set within scope of the outermost transaction, the entire transaction will be rolled back rather than committed when complete.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L137" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L137" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.internal/with-connection*">with-connection*</h2> @@ -488,8 +479,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.c </pre> <pre id="var-docstr">Evaluates func in the context of a new connection to a database then closes the connection.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L91" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L91" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.internal/with-query-results*">with-query-results*</h2> @@ -499,8 +489,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.c <pre id="var-docstr">Executes a query, then evaluates func passing in a seq of the results as an argument. The first argument is a vector containing the (optionally parameterized) sql query string followed by values for any parameters.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/internal.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.clj#L171" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/47fefa28e235e5fcd0377e1bd930eb05a6a9d23b/src/clojure/contrib/sql/internal.clj#L171" id="var-source">Source</a> </div> </div><div><h2 id="namespace-name">sql.test</h2> <pre id="namespace-docstr"></pre> @@ -512,8 +501,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/internal.c <pre id="var-usage">Usage: (create-fruit) </pre> <pre id="var-docstr">Create a table</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L24" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L24" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-batchupdate-exception">db-batchupdate-exception</h2> @@ -521,8 +509,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-batchupdate-exception) </pre> <pre id="var-docstr">Demonstrate a batch update exception</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L177" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L177" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-exception">db-exception</h2> @@ -530,8 +517,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-exception) </pre> <pre id="var-docstr">Demonstrate rolling back a partially completed transaction on exception</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L150" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L150" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-get-tables">db-get-tables</h2> @@ -539,8 +525,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-get-tables) </pre> <pre id="var-docstr">Demonstrate getting table info</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L140" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L140" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-grade-a">db-grade-a</h2> @@ -548,8 +533,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-grade-a) </pre> <pre id="var-docstr">Print rows describing all grade a fruit (grade between 90 and 100)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L135" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L135" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-grade-range">db-grade-range</h2> @@ -557,8 +541,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-grade-range min max) </pre> <pre id="var-docstr">Print rows describing fruit that are within a grade range</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L123" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L123" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-read">db-read</h2> @@ -566,8 +549,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-read) </pre> <pre id="var-docstr">Read the entire fruit table</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L80" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L80" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-read-all">db-read-all</h2> @@ -575,8 +557,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-read-all) </pre> <pre id="var-docstr">Return all the rows of the fruit table as a vector</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L115" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L115" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-rollback">db-rollback</h2> @@ -584,8 +565,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-rollback) </pre> <pre id="var-docstr">Demonstrate a rollback-only trasaction</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L186" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L186" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-sql-exception">db-sql-exception</h2> @@ -593,8 +573,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-sql-exception) </pre> <pre id="var-docstr">Demonstrate an sql exception</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L165" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L165" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-update">db-update</h2> @@ -602,8 +581,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-update) </pre> <pre id="var-docstr">Update two fruits as a transaction</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L97" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L97" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-update-appearance-cost">db-update-appearance-cost</h2> @@ -611,8 +589,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-update-appearance-cost name appearance cost) </pre> <pre id="var-docstr">Update the appearance and cost of the named fruit</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L89" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L89" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-update-or-insert">db-update-or-insert</h2> @@ -620,8 +597,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-update-or-insert record) </pre> <pre id="var-docstr">Updates or inserts a fruit</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L106" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L106" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/db-write">db-write</h2> @@ -629,8 +605,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (db-write) </pre> <pre id="var-docstr">Write initial values to the database as a transaction</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L68" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L68" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/drop-fruit">drop-fruit</h2> @@ -638,8 +613,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (drop-fruit) </pre> <pre id="var-docstr">Drop a table</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L34" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L34" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/insert-records-fruit">insert-records-fruit</h2> @@ -647,8 +621,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (insert-records-fruit) </pre> <pre id="var-docstr">Insert records, maps from keys specifying columns to values</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L60" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L60" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/insert-rows-fruit">insert-rows-fruit</h2> @@ -656,8 +629,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (insert-rows-fruit) </pre> <pre id="var-docstr">Insert complete rows</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L41" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L41" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.sql.test/insert-values-fruit">insert-values-fruit</h2> @@ -665,8 +637,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L <pre id="var-usage">Usage: (insert-values-fruit) </pre> <pre id="var-docstr">Insert rows with values for only specific columns</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/sql/test.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/sql/test.clj#L51" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/3ce0c3bd3178fc8de29d4e22646764aa07583673/src/clojure/contrib/sql/test.clj#L51" id="var-source">Source</a> </div> </div> diff --git a/str-utils-api.html b/str-utils-api.html index 79406771..a7510c02 100644 --- a/str-utils-api.html +++ b/str-utils-api.html @@ -86,8 +86,7 @@ by <span id="author">Stuart Sierra</span><br /> </pre> <pre id="var-docstr">Removes all trailing newline \n or return \r characters from string. Note: String.trim() is similar and faster.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L96" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L96" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -96,8 +95,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj# <pre id="var-usage">Usage: (chop s) </pre> <pre id="var-docstr">Removes the last character of string.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L91" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L91" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -111,8 +109,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj# If (ifn? replacment) is true, the replacement is called with the match. </pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L50" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L50" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -129,8 +126,7 @@ string matches. For example: (re-partition #"[a-z]+" "abc123def") Returns: ("" "abc" "123" "def")</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L28" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -142,8 +138,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj# <pre id="var-docstr">Splits the string on instances of 'pattern'. Returns a sequence of strings. Optional 'limit' argument is the maximum number of splits. Like Perl's 'split'.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L21" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L21" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -157,8 +152,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj# If (ifn? replacement) is true, the replacement is called with the match. </pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L66" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L66" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -168,8 +162,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj# </pre> <pre id="var-docstr">Returns a string of all elements in 'sequence', separated by 'separator'. Like Perl's 'join'.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils.clj#L84" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/str_utils.clj#L84" id="var-source">Source</a> </div> diff --git a/str-utils2-api.html b/str-utils2-api.html index 1b281c4e..88f7d548 100644 --- a/str-utils2-api.html +++ b/str-utils2-api.html @@ -147,8 +147,7 @@ Some ideas are borrowed from <pre id="var-usage">Usage: (blank? s) </pre> <pre id="var-docstr">True if s is nil, empty, or contains only whitespace.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L102" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L102" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -161,8 +160,7 @@ if n is greater than the length of s. Note the argument order is the opposite of clojure.core/butlast; this is to keep the string as the first argument for use with -></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L128" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L128" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -172,8 +170,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj </pre> <pre id="var-docstr">Converts first character of the string to upper-case, all other characters to lower-case.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L285" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L285" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -183,8 +180,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj </pre> <pre id="var-docstr">Removes all trailing newline \n or return \r characters from string. Note: String.trim() is similar and faster.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L258" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L258" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -194,8 +190,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj </pre> <pre id="var-docstr">Removes the last character of string, does nothing on a zero-length string.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L249" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L249" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -205,8 +200,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj </pre> <pre id="var-docstr">Returns a sequence of integer Unicode code points in s. Handles Unicode supplementary characters (above U+FFFF) correctly.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L77" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L77" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -215,8 +209,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj <pre id="var-usage">Usage: (contains? s substring) </pre> <pre id="var-docstr">True if s contains the substring.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L364" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L364" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -229,8 +222,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj Repeatedly executes body, with name bound to each character in string. Does NOT handle Unicode supplementary characters (above U+FFFF).</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L37" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L37" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -243,8 +235,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj Repeatedly executes body, with name bound to the integer code point of each Unicode character in the string. Handles Unicode supplementary characters (above U+FFFF) correctly.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L53" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L53" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -257,8 +248,7 @@ greater than the length of s. Note the argument order is the opposite of clojure.core/drop; this is to keep the string as the first argument for use with -></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L117" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L117" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -269,8 +259,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj <pre id="var-docstr">Returns a new String by applying cmap (a function or a map) to each character in s. If cmap returns nil, the original character is added to the output unchanged.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L90" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L90" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -279,8 +268,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj <pre id="var-usage">Usage: (get s i) </pre> <pre id="var-docstr">Gets the i'th character in string.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L369" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L369" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -290,8 +278,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj </pre> <pre id="var-docstr">Filters elements of coll by a regular expression. The String representation (with str) of each element is tested with re-find.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L317" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L317" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -301,8 +288,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj </pre> <pre id="var-docstr">Returns a string of all elements in coll, separated by separator. Like Perl's join.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L243" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L243" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -311,8 +297,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj <pre id="var-usage">Usage: (lower-case s) </pre> <pre id="var-docstr">Converts string to all lower-case.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L348" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L348" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -321,8 +306,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj <pre id="var-usage">Usage: (ltrim s) </pre> <pre id="var-docstr">Removes whitespace from the left side of string.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L294" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L294" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -332,8 +316,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj </pre> <pre id="var-docstr">Apply f to each element of coll, concatenate all results into a String.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L310" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L310" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -350,8 +333,7 @@ first argument to f. Example: (str-utils2/partial str-utils2/take 2) ;;=> (fn [s] (str-utils2/take s 2))</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L323" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L323" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -367,8 +349,7 @@ string matches. For example: (partition "abc123def" #"[a-z]+") returns: ("" "abc" "123" "def")</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L222" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L222" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -377,8 +358,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj <pre id="var-usage">Usage: (repeat s n) </pre> <pre id="var-docstr">Returns a new String containing s repeated n times.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L146" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L146" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -396,8 +376,7 @@ Allowed argument types for pattern and replacement are: 4. regex Pattern and function (Calls function with re-groups of each match, uses return value as replacement.)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L156" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L156" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -412,8 +391,7 @@ Allowed argument types for pattern and replacement are: 2. regex Pattern and String (Uses java.util.regex.Matcher.replaceAll) 3. regex Pattern and function</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L192" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L192" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -422,8 +400,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj <pre id="var-usage">Usage: (reverse s) </pre> <pre id="var-docstr">Returns s with its characters reversed.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L151" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L151" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -432,8 +409,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj <pre id="var-usage">Usage: (rtrim s) </pre> <pre id="var-docstr">Removes whitespace from the right side of string.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L299" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L299" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -444,8 +420,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj </pre> <pre id="var-docstr">Splits string on a regular expression. Optional argument limit is the maximum number of splits.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L353" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L353" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -454,8 +429,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj <pre id="var-usage">Usage: (split-lines s) </pre> <pre id="var-docstr">Splits s on \n or \r\n.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L304" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L304" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -467,8 +441,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj Handles Unicode supplementary characters correctly. Uses the locale-sensitive String.toUpperCase() and String.toLowerCase() methods.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L267" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L267" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -477,8 +450,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj <pre id="var-usage">Usage: (tail s n) </pre> <pre id="var-docstr">Returns the last n characters of s.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L139" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L139" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -490,8 +462,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj Note the argument order is the opposite of clojure.core/take; this is to keep the string as the first argument for use with -></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L107" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L107" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -500,8 +471,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj <pre id="var-usage">Usage: (trim s) </pre> <pre id="var-docstr">Removes whitespace from both ends of string.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L359" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L359" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -510,8 +480,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj <pre id="var-usage">Usage: (upper-case s) </pre> <pre id="var-docstr">Converts string to all upper-case.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/str_utils2.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/str_utils2.clj#L343" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4b4f6ab5bcab58c4219eb50395bd366daea3ecc3/src/clojure/contrib/str_utils2.clj#L343" id="var-source">Source</a> </div> diff --git a/stream-utils-api.html b/stream-utils-api.html index c0b71038..c95a1936 100644 --- a/stream-utils-api.html +++ b/stream-utils-api.html @@ -137,8 +137,7 @@ next value of all stream arguments in the form of a vector.</pre> <pre id="var-docstr">Define the stream transformer name by body. The non-stream arguments args and the stream arguments streams are given separately, with args being possibly empty.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L183" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L183" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -150,8 +149,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.c of stream-next is defined by args and body. This macro adds a type-specific method for stream-next and derives type from stream-type.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L73" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L73" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -162,8 +160,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.c <pre id="var-docstr">Return the next value of stream argument n inside a stream transformer. When used inside of defst, the name of the stream argument can be used instead of its index n.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L149" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L149" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -173,8 +170,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.c </pre> <pre id="var-docstr">Return a vector containing the next value of each stream argument inside a stream transformer.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L160" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L160" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -183,8 +179,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.c <pre id="var-usage">Usage: (stream-drop n stream) </pre> <pre id="var-docstr">Return a stream containing all but the first n elements of stream.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L201" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L201" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -194,8 +189,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.c </pre> <pre id="var-docstr">Return a new stream that contrains the elements of stream that satisfy the predicate p.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L243" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L243" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -206,8 +200,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.c <pre id="var-docstr">Converts a stream of sequences into a stream of the elements of the sequences. Flattening is not recursive, only one level of nesting will be removed.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L271" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L271" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -216,8 +209,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.c <pre id="var-usage"></pre> <pre id="var-docstr">Monad describing stream computations. The monadic values can be of any type handled by stream-next.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L135" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L135" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -226,8 +218,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.c <pre id="var-usage">Usage: (stream-map f stream) </pre> <pre id="var-docstr">Return a new stream by mapping the function f on the given stream.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L219" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L219" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -239,8 +230,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.c item in the data stream defined by stream-state and new-state is the new state of the stream. At the end of the stream, next-value and new-state are nil.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L91" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L91" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -251,8 +241,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.c <pre id="var-docstr">Return a lazy seq on the stream. Also accessible via clojure.contrib.seq-utils/seq-on and clojure.contrib.generic.collection/seq for streams.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L113" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L113" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -261,8 +250,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.c <pre id="var-usage"></pre> <pre id="var-docstr">The root type for the stream hierarchy. For each stream type, add a derivation from this type.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L69" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L69" id="var-source">Source</a> </div> diff --git a/swing-utils-api.html b/swing-utils-api.html index 918e78f3..4e7a6ca9 100644 --- a/swing-utils-api.html +++ b/swing-utils-api.html @@ -90,8 +90,7 @@ by <span id="author">Unknown</span><br /> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Translation table for the make-action constructor.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L70" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L70" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -102,8 +101,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.cl <pre id="var-docstr">Adds an ActionLister to component. When the action fires, f will be invoked with the event as its first argument followed by args. Returns the listener.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L23" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L23" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -114,8 +112,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.cl <pre id="var-docstr">Adds a KeyListener to component that only responds to KeyTyped events. When a key is typed, f is invoked with the KeyEvent as its first argument followed by args. Returns the listener.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L33" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L33" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -133,8 +130,7 @@ Either: - a set of :name, :mnemonic and :items keys, specifying a submenu with the given sequence of item entries. - an empty map specifying a separator.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L101" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L101" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -144,8 +140,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.cl </pre> <pre id="var-docstr">Executes body in the Swing event thread asynchronously. Returns immediately after scheduling the execution.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L58" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L58" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -156,8 +151,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.cl <pre id="var-docstr">Runs thunk in the Swing event thread according to schedule: - :later => schedule the execution and return immediately - :now => wait until the execution completes.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L46" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L46" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -167,8 +161,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.cl </pre> <pre id="var-docstr">Executes body in the Swing event thread synchronously. Returns after the execution is complete.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L64" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L64" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -181,8 +174,7 @@ recognised are: :name, :accelerator, :command-key, :long-desc, :short-desc, :mnemonic and :icon - corresponding to the similar named Action properties. The :handler value is used in the actionPerformed method of the proxy to pass on the event.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L80" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L80" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -193,8 +185,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.cl <pre id="var-docstr">Create a menubar containing the given sequence of menu items. The menu items are described by a map as is detailed in the docstring of the add-menu-item function.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L142" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L142" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -202,8 +193,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.cl <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">An atom containing the dispatch set for the add-menu-item method.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L97" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L97" id="var-source">Source</a> </div> diff --git a/test-is-api.html b/test-is-api.html index 7f05795e..eb0ccd41 100644 --- a/test-is-api.html +++ b/test-is-api.html @@ -178,8 +178,7 @@ Use '--' to separate paths from revisions/src/clojure/test.clj#L474" id="var-sou </pre> <pre id="var-docstr">Replaces _1, _2, _3, etc. in expr with corresponding elements of values. Returns the modified expression. For use in macros.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L76" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L76" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -199,8 +198,7 @@ Expands to: (is (= 4 (* 2 2)))) Note: This breaks some reporting features, such as line numbers.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L104" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L104" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -277,8 +275,7 @@ Use '--' to separate paths from revisions/src/clojure/test.clj#L802" id="var-sou args. args are grouped by the number of holes in the template. Example: (do-template (check _1 _2) :a :b :c :d) expands to (do (check :a :b) (check :c :d))</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L87" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L87" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -298,8 +295,7 @@ Use '--' to separate paths from revisions/src/clojure/test.clj#L504" id="var-sou <pre id="var-usage">Usage: (find-holes form) </pre> <pre id="var-docstr">Recursively finds all symbols starting with _ in form.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L51" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L51" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -309,8 +305,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L5 </pre> <pre id="var-docstr">Recursively finds all sub-expressions in form that do not contain any symbols starting with _</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L57" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L57" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -319,8 +314,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L5 <pre id="var-usage">Usage: (find-symbols form) </pre> <pre id="var-docstr">Recursively finds all symbols in form.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L46" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L46" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -329,8 +323,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L4 <pre id="var-usage">Usage: (flatten-map m) </pre> <pre id="var-docstr">Transforms a map into a vector like [key value key value].</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L65" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L65" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -459,8 +452,7 @@ Use '--' to separate paths from revisions/src/clojure/test.clj#L810" id="var-sou <pre id="var-usage">Usage: (template? form) </pre> <pre id="var-docstr">Returns true if form is a valid template expression.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/test_is.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/test_is.clj#L71" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/cdbfc8de5723bc352ee4fb54bd3eeb4502835362/src/clojure/contrib/test_is.clj#L71" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> diff --git a/trace-api.html b/trace-api.html index 40a45b22..0557a3bc 100644 --- a/trace-api.html +++ b/trace-api.html @@ -85,8 +85,7 @@ code is doing.</pre> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Current stack depth of traced function calls.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L40" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L40" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -97,8 +96,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L40" <pre id="var-docstr">Use in place of defn; traces each call/return of this fn, including arguments. Nested calls to deftrace'd functions will print a tree-like structure.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L75" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L75" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -110,8 +108,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L75" expressions in an environment in which the identifiers are bound to the traced functions. Does not work on inlined functions, such as clojure.core/+</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L86" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L86" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -123,8 +120,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L86" <pre id="var-docstr">Sends name (optional) and value to the tracer function, then returns value. May be wrapped around any expression without affecting the result.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L50" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L50" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -134,8 +130,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L50" </pre> <pre id="var-docstr">Traces a single call to a function f with args. 'name' is the symbol name of the function.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L64" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L64" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -144,8 +139,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L64" <pre id="var-usage">Usage: (trace-indent) </pre> <pre id="var-docstr">Returns an indentation string based on *trace-depth*</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L59" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -155,8 +149,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L59" </pre> <pre id="var-docstr">This function is called by trace. Prints to standard output, but may be rebound to do anything you like. 'name' is optional.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/trace.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/trace.clj#L44" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/6dff158bdec5f06c33877c6c6550699d5e08ca71/src/clojure/contrib/trace.clj#L44" id="var-source">Source</a> </div> diff --git a/types-api.html b/types-api.html index 96c7d5f7..0024deb0 100644 --- a/types-api.html +++ b/types-api.html @@ -82,8 +82,7 @@ by <span id="author">Konrad Hinsen</span><br /> Each constructor can be a symbol (argument-free constructor) or a list consisting of a tag symbol followed by the argument symbols. The data type tag must be a keyword.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/types.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L128" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/types.clj#L128" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -102,8 +101,7 @@ constructor function and attaches the type tag to its result as metadata. The deconstructor function must return the arguments to be passed to the constructor in order to create an equivalent object. It is used for printing and matching.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/types.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L54" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/types.clj#L54" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -112,8 +110,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L54" <pre id="var-usage">Usage: (deftype- type-tag constructor-name & optional) </pre> <pre id="var-docstr">Same as deftype but the constructor is private.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/types.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L88" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/types.clj#L88" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -137,8 +134,7 @@ Symbols will be bound to the corresponding value in the object in the evaluation of expr. If the same symbol occurs more than once in a, template the corresponding elements of the object must be equal for the template to match.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/types.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L241" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/types.clj#L241" id="var-source">Source</a> </div> diff --git a/with-ns-api.html b/with-ns-api.html index b89afb35..07fce23e 100644 --- a/with-ns-api.html +++ b/with-ns-api.html @@ -77,8 +77,7 @@ by <span id="author">Stuart Sierra</span><br /> <pre id="var-docstr">Evaluates body in another namespace. ns is either a namespace object or a symbol. This makes it possible to define functions in namespaces other than the current one.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/with_ns.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/with_ns.clj#L20" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/with_ns.clj#L20" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -88,8 +87,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/with_ns.clj#L2 </pre> <pre id="var-docstr">Evaluates body in an anonymous namespace, which is then immediately removed. The temporary namespace will 'refer' clojure.core.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/with_ns.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/with_ns.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/with_ns.clj#L28" id="var-source">Source</a> </div> diff --git a/zip-filter-api.html b/zip-filter-api.html index e3e4bb12..d4ccc4e8 100644 --- a/zip-filter-api.html +++ b/zip-filter-api.html @@ -189,8 +189,7 @@ depth-first order, left-to-right, starting with loc.</pre> (attr loc attrname) </pre> <pre id="var-docstr">Returns the xml attribute named attrname, of the xml node at location loc.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L18" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L18" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.zip-filter.xml/attr=">attr=</h2> @@ -199,8 +198,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml </pre> <pre id="var-docstr">Returns a query predicate that matches a node when it has an attribute named attrname whose value is attrval.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L23" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L23" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.zip-filter.xml/seq-test">seq-test</h2> @@ -209,8 +207,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml </pre> <pre id="var-docstr">Returns a query predicate that matches a node when its xml content matches the query expresions given.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L51" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L51" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.zip-filter.xml/tag=">tag=</h2> @@ -219,8 +216,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml </pre> <pre id="var-docstr">Returns a query predicate that matches a node when its is a tag named tagname.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L28" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.zip-filter.xml/text">text</h2> @@ -229,8 +225,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml </pre> <pre id="var-docstr">Returns the textual contents of the given location, similar to xpaths's value-of</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L38" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L38" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.zip-filter.xml/text=">text=</h2> @@ -239,8 +234,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml </pre> <pre id="var-docstr">Returns a query predicate that matches a node when its textual content equals s.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L46" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L46" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.zip-filter.xml/xml->">xml-></h2> @@ -263,8 +257,7 @@ strings to text=, and vectors to sub-queries that return true if they match. See the footer of zip-query.clj for examples.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L57" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L57" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="clojure.contrib.zip-filter.xml/xml1->">xml1-></h2> @@ -273,8 +266,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml </pre> <pre id="var-docstr">Returns the first item from loc based on the query predicates given. See xml-></pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/zip_filter/xml.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/zip_filter/xml.clj#L80" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/81b9e71effbaf6aa2945cd684802d87c762cdcdd/src/clojure/contrib/zip_filter/xml.clj#L80" id="var-source">Source</a> </div> </div> |